Skip to content

mahao521/Rebuild

 
 

Repository files navigation

Rebuild.fm for Android Build Status

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

About

Rebuild.fm for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 57.9%
  • XSLT 33.5%
  • HTML 6.3%
  • JavaScript 0.8%
  • CSS 0.7%
  • Ruby 0.5%
  • Gherkin 0.3%