Skip to content

Huangjiaqi0421/android-1

 
 

Repository files navigation

GitHub Android App Build Status

This repository contains the source code for the GitHub Android app.

Download from Google Play

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

License

Building

With Gradle

The easiest way to build is to install Android Studio v1.+. Once installed, then you can import the project into Android Studio:

  1. Open File
  2. Import Project
  3. Select build.gradle under the project directory
  4. Click OK

Then, Gradle will do everything for you.

You might find that your device doesn't let you install your build if you already have the version from Google Play installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall GitHub from your device and you will then be able to install your own built version.

Acknowledgements

This project uses the GitHub Java API built on top of API v3.

It also uses many other open source libraries such as:

These are just a few of the major dependencies, the entire list of dependencies is listed in the app's build.gradle file.

Contributing

Please fork this repository and contribute back using pull requests.

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.

About

GitHub Android App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 49.9%
  • JavaScript 49.8%
  • Other 0.3%