Mercandj / file-android

Android File manager 📁- Written in Kotlin available on the PlayStore. Explore local storage. Mobile and Android TV apps. Server with Ktor to browse server files
https://play.google.com/store/apps/details?id=com.mercandalli.android.apps.files
GNU General Public License v3.0
58 stars 11 forks source link
android android-app android-file android-filemanager file-manager kotlin ktor

Build Status Version Kotlin Ktor PlayStore URL

File manager on Android

Light file manager app. Browse and manager your files.

<img src="app/src/main/res/icon/mipmap-xxhdpi/ic_launcher.png" align="left" width="190" hspace="10" vspace="10" />

<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="80" />


<img src="https://raw.github.com/Mercandj/file-android/master/config/screenshot/mercandalli_file_1.png" align="right" width="250" />

Project structure

Module of the Android app for mobile and tablet devices. Apk generated is produced on the PlayStore or downloadable in the release section.

Module of the Android TV devices. Apk generated is produced on the PlayStore or downloadable in the release section.

Contains all the shell scripts, extra gradle files, authentication, signature...

Automatic publish Android app bundle on the play store.

Code quality gradle tools.

App signing data.

Default location of gradle wrapper. All Android Studio and gradle project have this kind of folder.


Run the server


Run the CI checks

Check the project with unit tests, lint...


Commit rules

In order to have a clean commit list and to easily find feature of a commit (goal, fix bug...), the commit message should respect some rules.

Commit messages are important. They are the only way to give context to the changes that are made in a commit. We tend to neglect our commit messages. In a collective attempt at having better commit messages, this project checks some minimal requirement that all of our commit messages should follow.

Do our future selves a favour and start writing better commit messages now :)


Some developer gradle tools


Previous project

This project is the 2nd version of this repository: all the project has been re-written in kotlin with a modular architecture.


Developer