Skip to content

Capotasto/Capo-Filer-Android

Repository files navigation

Capo Filer

A simple, easy and ligth file management app for Android

Screen Shot

Top Drawer Icons
TOP TOP TOP

Tech Note

  • Kolin
  • MVVM
  • Data Binding
  • Binding Adapter
  • Mime Type
  • Searching files
  • Rx for background task

Third party library

  • RxJava
  • RxAndroid
  • RxLifecycle
  • Dagger2
  • Timber
  • Stetho
  • Material Dialog
  • Commons IO
  • Event Bus
  • Glide
  • Permission Dispatcher

You must need

Before building app, create a signingConfigs/release.gradle into project root. Then add below code and set your keystore information.

signingConfigs {
  release {
    storeFile file('<./your-release-key.jks>')
    storePassword 'your-store-pass'
    keyAlias 'your-alias-name'
    keyPassword 'your-store-pass'
  }
}

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published