Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slapperwan/gh4a
Github client for Android
https://github.com/slapperwan/gh4a
android github github-client octodroid
Last synced: 3 days ago
JSON representation
Github client for Android
- Host: GitHub
- URL: https://github.com/slapperwan/gh4a
- Owner: slapperwan
- License: apache-2.0
- Created: 2011-02-20T02:47:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T21:32:22.000Z (21 days ago)
- Last Synced: 2024-12-12T11:04:19.845Z (10 days ago)
- Topics: android, github, github-client, octodroid
- Language: Java
- Homepage:
- Size: 20 MB
- Stars: 1,736
- Watchers: 89
- Forks: 221
- Open Issues: 270
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-android - OctoDroid - GitHub client for Android. (Other Utilities / Git based clients)
- awesome-android - OctoDroid - GitHub client for Android. (Other Utilities / Git based clients)
README
OctoDroid
=========
This application provides access to [GitHub](https://github.com/) and lets you stay connected with your networkDownload
--------
[](https://f-droid.org/packages/com.gh4a/)Main features
-------------### Repository
* List repositories
* Watch/unwatch repository
* View branches/tags
* View pull requests
* View contributors
* View watchers/networks
* View issues### User
* View basic information
* 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 (shows files changed/added/deleted)
* Diff viewer with colorized HTML
* View commit history on each file### Tree/File browser
* Browse source code
* View code with syntax highlighting### Gist
* List public gists
* View gist content### Explore Github
* Public timeline
* Trending repos (today, week, month, forever)
* GitHub blog*..and many more*
How to Build Octodroid
----------------------
- Ensure Android SDK platform and build-tools are installed
- Register an application for your OctoDroid usage under your [GitHub settings](https://github.com/settings/developers)
* naming is up to you
* callback URL must be gh4a://oauth
- Create a client.properties file with the following content:
```
ClientId=""
ClientSecret=""
```- Build using Gradle
```bash
./gradlew assembleDebug
```- To get a full list of available tasks
```bash
./gradlew tasks
```Open Source Libraries
---------------------
* [android-gif-drawable](https://github.com/koral--/android-gif-drawable)
* [AndroidSVG](https://github.com/BigBadaboom/androidsvg)
* [AndroidX](https://github.com/androidx/androidx)
* [emoji-java](https://github.com/vdurmont/emoji-java)
* [GitHubSdk](https://github.com/maniac103/GitHubSdk)
* [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker)
* [MarkdownEdit](https://github.com/Tunous/MarkdownEdit)
* [Material Design Icons](https://github.com/google/material-design-icons)
* [PrettyTime](https://github.com/ocpsoft/prettytime)
* [Recycler Fast Scroll](https://github.com/pluscubed/recycler-fast-scroll)
* [Retrofit](https://github.com/square/retrofit)
* [RxAndroid](https://github.com/ReactiveX/RxAndroid)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxLoader](https://github.com/maniac103/RxLoader)
* [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar)Contributions
-------------
* [kageiit](https://github.com/kageiit) - Improvements and bug fixes
* [maniac103](https://github.com/maniac103) - Improvements, bug fixes and new features
* [ARoiD](https://github.com/ARoiD) - Testing
* [extremis (Steven Mautone)](https://github.com/extremis) - OctoDroid name and the new icon
* [zquestz](https://github.com/zquestz) - Thanks for the application icon
* [cketti](https://github.com/cketti)
* [Tunous](https://github.com/Tunous) - Improvements, bug fixes and new features