Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

64 lines (37 loc) · 1.35 KB

UNDER DEVELOPMENT

DroiDon

wercker status codecov codebeat badge

DroiDon is android app for Mastodon

Language

Kotlin

Architecture

VIPER Architecture like.

SetUp

git clone [email protected]:sys1yagi/mastodon-android.git

# build
./gradlew app:assembleDebug

Test

# app test
./gradlew app:testDebugUnitTest

# mastodon4j test
./gradlew mastodon4j:test

# mastodon4j-rx test
./gradlew mastodon4j-rx:test

Development

Install VIPER template for Android Studio. VIPER templates is a template for Android Studio which generates necessary files for VIPER architecture.

cd mastodon-android/templates
./install.sh

Release

TODO

Contribution

TODO