Skip to content

ogapants/Android-Helium

 
 

Repository files navigation

Helium for Android Circle CI

Helium (He), which comes from "Hatebu" + "Epitome", is a Hatebu reader for Android.

Android app on Google Play

Features

Libraries Used

This project is intended to employ modern Android libraries, such as:

  • Android Support Libraries
    • CardView
    • Design
    • RecyclerView
  • OkHttp
  • Retrofit
  • RxJava / RxT4A
  • Google Dagger
  • ThreeTenABP
  • Glide

Build

In your local machine:

# make an apk and install it to the connected device
./gradlew installDebug

Test

This project uses JVM unit testing with Robolectric.

To test it, just type ./gradlew check.

If you want to use Docker, type the following commands, which is what circleci.yml does:

docker build -t android_helium .
docker run -it android_helium

Special Thanks

  • monja415, who has made the very cool launcher icon

License

This application is free software; you can redistribute it and/or modify it under the terms of the Apache License 2.0.

Packages

No packages published

Languages

  • Java 100.0%