Michatec bdd204d9de - Migrate dependencies to Version Catalog (libs.versions.toml)
- Update Kotlin to 2.3.20 and Jackson Core to 2.21.2
- Update Gradle Wrapper to 9.4.1
- Bump version code to 17 and version name to 1.7
- Remove unused `percentTranslationY` property from `FragmentLinearLayout`
- Clean up semicolons in `MainApplication.kt`
- Update `.gitignore` to include `gradle-daemon-jvm.properties`
2026-03-24 13:07:06 +01:00
2026-03-05 18:25:52 +01:00
2020-08-01 05:59:01 +03:00
2020-06-06 01:28:55 +03:00
2020-06-06 01:28:55 +03:00
2020-06-06 01:28:55 +03:00
2020-06-06 01:28:55 +03:00
2026-03-05 18:25:52 +01:00
2026-03-05 18:25:52 +01:00

Michas Droid

Yet another F-Droid client.

Release

Description

Unofficial F-Droid client in the style of the classic one.

Jump over the lazy dog, manage repositories, and install software quickly. No privileged extension, root installation, or sharing local repositories nearby.

Features

  • Classic F-Droid style
  • No cards or inappropriate animations
  • Fast repository syncing
  • Standard Android components and minimal dependencies

Screenshots

Building and Installing

Specify your Android SDK path either using the ANDROID_HOME environment variable, or by filling out the sdk.dir property in local.properties.

Signing can be done automatically using keystore.properties as follows:

store.file=/path/to/keystore
store.password=key-store-password
key.alias=key-alias
key.password=key-password

Run ./gradlew assembleRelease to build the package, which can be installed using the Android package manager.

License

Michas Droid is available under the terms of the GNU General Public License v3 or later. Copyright © 2026 Michatec.

S
Description
Yet another F-Droid client
Readme 1.8 MiB
Languages
Kotlin 100%