1
0
Fork
You've already forked unimo-android-app
0
No description
  • Java 98.6%
  • Python 0.9%
  • Shell 0.3%
  • Ruby 0.1%
2026年07月11日 16:32:42 +02:00
.github update workflows 2026年06月01日 23:07:50 +02:00
app update UI elements in accounts login, fix UI elements, etc 2026年07月11日 16:32:42 +02:00
docs Revert "fixed sync script" 2026年07月07日 11:42:20 +02:00
fastlane Translated using Weblate (Spanish) 2026年07月04日 15:01:50 +00:00
gradle/wrapper Gradle update 2026年07月02日 11:43:55 +02:00
scripts Revert "fixed sync script" 2026年07月07日 11:42:20 +02:00
utils Cleanup 2016年08月09日 17:24:45 +02:00
.gitignore Second screenshot is considered invalid by the Play Store, had to regenerate it 2020年05月07日 22:22:57 +02:00
.project renamed to unimo 2026年07月08日 14:43:52 +02:00
Android.mk add android.mk to integrate KISS launcher into aosp toolchain 2017年10月14日 18:32:51 +02:00
build.gradle Gradle update 2026年07月02日 11:43:55 +02:00
CLAUDE.md update UI elements in accounts login, fix UI elements, etc 2026年07月11日 16:32:42 +02:00
CONTRIBUTING.md Added multi language progress 2020年02月01日 20:55:46 +05:00
gradle.properties cleanup gradle.properties 2026年04月12日 20:50:01 +02:00
gradlew update gradle 2026年02月18日 14:26:34 +01:00
gradlew.bat update gradle 2026年02月18日 14:26:34 +01:00
LICENSE Update project's licence to GPL v3.0 2016年07月03日 11:06:04 +01:00
qa-suite.md update UI elements in accounts login, fix UI elements, etc 2026年07月11日 16:32:42 +02:00
README.md update UI elements in accounts login, fix UI elements, etc 2026年07月11日 16:32:42 +02:00
settings.gradle add sdk dep and login/reg dialog 2026年07月08日 17:44:06 +02:00
test Updated gradle 2021年05月21日 18:25:54 +02:00

KISS

An Android launcher not spending time and memory on stuff you'd rather do.

Copylefted libre software, licensed GPLv3+:

Use, see, change and share at will; with all.

From your background, type the first letters of apps, contact names, or settings—and click.
Results clicked more often are promoted.

Browsing for apps is and should be secondary.

F-Droid Release Playstore Release GitHub Release Translation status

Join the beta program to test the latest version.

Join the Hosted Weblate translation platform to help translate the app.

Public Telegram chat: https://t.me/joinchat/_eDeAIQJU1FlNjM0

Less interface Search anything Customize everything Settings

Unimo fork additions

Unimo is a search-first fork of KISS with an optional end-to-end-encrypted account. The account key (a 32-byte post-quantum seed) is sealed at rest by an auth-bound AES-256-GCM key in the AndroidKeyStore (StrongBox where available, else the TEE) and only released after a biometric / screen-lock ceremony. A one-time recovery key is shown at registration; it is the only way back into the account if the device is lost, the screen lock is reset, or the app is reinstalled.

  • Requires Android 7.0 (API 24) or newer.
  • Create an account from the Account menu entry (shown on first run). After that, restarting the launcher prompts you to unlock with fingerprint or screen lock.
  • Sign out keeps the sealed key on device; Remove from this device wipes it (the account survives on the server and can be restored with the recovery key).
  • Implementation lives in app.unimo.android (fork-owned); see qa-suite.md for the manual test checklist.