davidalgar / ContinuousDeploy

Android app that makes it easy to install the latest APK from your CI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContinuousDeploy

Android app that makes it easy to install the latest APK from your CI server

CI Servers Supported

  • Jenkins
  • TeamCity (work in progress)

Technologies Used

Networking

  • Retrofit2 - network library, provides Observable network calls

Architecture

  • RxJava / RxAndroid - Reactive extensions for Android
  • RxRelay - like Subjects, but they do not terminate on onError/onComplete

Data Storage

  • SQLBrite - provides Observable SQL queries, making it easier to keep the view updated with the data model
  • SQLDelight - auto-generation of model classes for SQLite from plain SQL

Utilities

About

Android app that makes it easy to install the latest APK from your CI server

License:GNU General Public License v3.0


Languages

Language:Java 100.0%