octodroid and sparkleshare descriptions
This commit is contained in:
parent
5dd95887cd
commit
07a9d15cc8
|
@ -4,12 +4,61 @@ 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
|
||||
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.
|
||||
Key highlights: easy navigation, breadcrumbs, clean and simple UI, parse README (currently only support
|
||||
Markdown). The app uses oAuth to authenticate: the keys are created via the initial password input, so
|
||||
that the GitHub password isn't stored on the phone.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,7 +9,7 @@ Description:
|
|||
SparkleShare is a collaboration and sharing tool that is designed to keep
|
||||
things simple and to stay out of your way.
|
||||
|
||||
Setup your own cloud with SparkleShare (http://sparkleshare.org/) and
|
||||
Setup your own cloud with [http://sparkleshare.org/ SparkleShare] and
|
||||
browse your files right from your Android device.
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in a new issue