Rebuild.fm for Android
Rebuild.fm for Android is the best podcast player to listen to Rebuild.fm. (Unofficial)
About Rebuild.fm
A Podcast by Tatsuhiko Miyagawa. Talking about Tech, Software Development and Gadgets.
Screenshot
Current Version (0.10.0)
Installation
Build on local
$ git clone https://github.com/rejasupotaro/Rebuild.git
$ cd Rebuild
$ git submodule update --init
$ ./gradlew installStagingDebug
Run tests
Run unit tests on Dalvik VM
$ ./gradlew connectedInstrumentTestStagingDebug
Run UI tests and take screenshots
$ ./gradlew calabashStagingDebug
Run lint
$ ./gradlew lint
$ open Rebuild/build/lint-results.html
Run FindBugs
$ ./gradlew findbugs
$ open Rebuild/build/reports/findbugs/findbugs-Rebuild.html
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request