TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: GitPoint – GitHub for iOS

12 点作者 MrAwesomeSauce将近 8 年前

1 comment

MrAwesomeSauce将近 8 年前
Hi HN, author of the app here!<p>Every single GitHub client I tried to use on iOS was either too simple (single-feature), required payment for the most basic of features and&#x2F;or didn&#x27;t have the best UI. That gave me enough reason to build this.<p>GitPoint is built with React Native and although there are quite a few things that still need to be added to the app [1], launching an Android version is my top priority.<p>I know the first thing almost everyone would think about before downloading an application like this is security. To use GitPoint, you have to allow the application to authorize your account in order to have complete read&#x2F;write access to user and repository information. To alleviate any concerns, it&#x27;s virtually impossible for me to access any user data even if I wanted to with the way the app is set up. Once a user authenticates, their access token gets persisted (with encryption) to the AsyncStorage of their own device and there is no way I would be able to retrieve that sort of information.<p>As always, I would appreciate feedback of any kind whatsoever :)<p>[1] Issue List: <a href="https:&#x2F;&#x2F;github.com&#x2F;gitpoint&#x2F;git-point&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gitpoint&#x2F;git-point&#x2F;issues</a>