cutmail / Android-Helium

A lightweight Hatena bookmark reader for Android

Home Page:https://play.google.com/store/apps/details?id=com.github.gfx.helium&hl=ja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight Hatena bookmark reader for Android

https://play.google.com/store/apps/details?id=com.github.gfx.helium&hl=ja


Languages

Language:Java 100.0%