78 lines
1.9 KiB
Plaintext
78 lines
1.9 KiB
Plaintext
Category:Development
|
|
License:Apache2
|
|
Web Site:http://slapperwan.github.com/gh4a
|
|
Source Code:https://github.com/slapperwan/gh4a
|
|
Issue Tracker:https://github.com/slapperwan/gh4a/issues
|
|
|
|
Summary:GitHub client
|
|
Description:
|
|
Features:
|
|
|
|
Authentication
|
|
* Use OAuth2. User can revoke the auth in github.com
|
|
* The password keyed in used only once to create the OAuth key.
|
|
* The app will not store the password.
|
|
Repository
|
|
* List repositories
|
|
* watch/unwatch repository
|
|
* View branches/tags
|
|
* View pull requests
|
|
* View collaborators/contributors
|
|
* View watchers/networks
|
|
* View issues
|
|
User
|
|
* View basic informations
|
|
* Activity feeds
|
|
* Follow/unfollow user
|
|
* View public/watched repositories
|
|
* View followers/following
|
|
* View organizations (if type is user)
|
|
* View members (if type is organization)
|
|
Issue
|
|
* List issues
|
|
* Filter by label, assignee or milestone
|
|
* Create/edit/close/reopen issue
|
|
* Comment on issue
|
|
* Manage labels
|
|
* Manage milestones
|
|
Commit
|
|
* View commit
|
|
* Diff viewer with colorized HTML
|
|
* View commit history on each file
|
|
Tree/File browser
|
|
* Browse source codes
|
|
* File viewer with code syntax highlighted
|
|
Gist
|
|
* List gists
|
|
* View gist content
|
|
Explore Github
|
|
* Public timeline
|
|
* Trending repos (today, week, month, forever)
|
|
* GitHub blog
|
|
Share function on:
|
|
* user
|
|
* repo
|
|
* commit
|
|
* diff
|
|
* file
|
|
* issue
|
|
..and many more
|
|
|
|
Formerly known as GH4A. This application is currently in BETA: please report any issues to the issue tracker.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/slapperwan/gh4a.git
|
|
|
|
Build Version:3.2,32,5149069ae5,srclibs=ActionBarSherlock@9598f2bb2c;ViewPagerIndicator@65457eac06,\
|
|
prebuild=\
|
|
sed -i '/Pager/d' project.properties && \
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
echo "android.library.reference.2=$$ViewPagerIndicator$$" >> project.properties && \
|
|
rm -rf libs/android-support-v4.jar
|
|
|
|
Update Check Mode:RepoManifest
|
|
Current Version:3.2
|
|
Current Version Code:32
|
|
|