File Android Save

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

Project README

Build Status Version Kotlin Ktor PlayStore URL

File manager on Android

Light file manager app. Browse and manager your files.

  • Copy / Cut / Paste
  • Open multimedia (musics, videos, pdf, apk...)
  • Online
  • Dark theme
  • Take notes
Get it on Google Play

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...

  • ./config/play-store here

Automatic publish Android app bundle on the play store.

  • ./config/quality here

Code quality gradle tools.

  • ./config/signing here

App signing data.

  • ./gradle/wrapper here

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


Run the server

  • Update ./server_config/server_config.json
  • ./run-server.sh

Run the CI checks

Check the project with unit tests, lint...

  • ./config/ci/ci.sh

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.

  • Mandatory rules check by the ci: [Player] Improve the player X control where the [ and ] surround the feature.
  • Optional rules emoji: [Player] :fire: Fix the player X control where emoji could be the one you want or one of this one:
    • :fire: :fire: Fix a bug.
    • :wrench: :wrench: Feature dev that is not ui.
    • :art: :art: UI commit, readme, all that is visible.
    • :recycle: :recycle: Clean, reformat, refactor, ortho, typo...
    • :seedling: :seedling: New feature, first commit.
  • Optional: Write the Why, the Reason of your commit in the message description.

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


Some developer gradle tools

  • ./gradlew dependencyUpdates -Drevision=release -DoutputFormatter=json : Check dependencies

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

  • Mercandalli Jonathan
Open Source Agenda is not affiliated with "File Android" Project. README Source: Mercandj/file-android

Open Source Agenda Badge

Open Source Agenda Rating