Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonan/forkhub
GitHub client for Android based on the abandoned official app
https://github.com/jonan/forkhub
android android-app android-application apk app github github-android github-api github-app github-client java
Last synced: 28 days ago
JSON representation
GitHub client for Android based on the abandoned official app
- Host: GitHub
- URL: https://github.com/jonan/forkhub
- Owner: jonan
- License: apache-2.0
- Created: 2014-10-16T09:27:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T15:39:54.000Z (over 2 years ago)
- Last Synced: 2024-10-15T15:25:40.227Z (28 days ago)
- Topics: android, android-app, android-application, apk, app, github, github-android, github-api, github-app, github-client, java
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=jp.forkhub
- Size: 9.3 MB
- Stars: 2,786
- Watchers: 48
- Forks: 433
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ForkHub
ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive list of changes in the [change log](https://github.com/jonan/ForkHub/blob/master/CHANGELOG.md).
Please see the [issues](https://github.com/jonan/ForkHub/issues) section to
report any bugs or feature requests and to see the list of known issues.## Acknowledgements
This project uses the [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core)
built on top of [API v3](https://developer.github.com/v3/).It also uses many other open source libraries such as:
* [Picasso](http://square.github.io/picasso/)
* [CodeMirror](https://github.com/codemirror/CodeMirror)
* [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator)
* [RoboGuice](https://github.com/roboguice/roboguice)These are just a few of the major dependencies, the entire list of dependencies
is listed in the [app's Gradle file](https://github.com/jonan/ForkHub/blob/master/app/build.gradle).## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/jonan/ForkHub/pulls).Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated
but will be thoroughly reviewed and discussed.## License
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)