MinimaList
Local-only outliner — no cloud, no ads, no tracking.
Description
MinimaList is a minimal outline and task manager that keeps everything on your device.
Originally released on Google Play in 2018 as "sublist" by toadlyBroodle, the app was abandoned when the developer account was lost. This is a full resurrection from the original APK — every cloud surface has been removed:
- No Firebase (Realtime Database, Analytics, FCM, Crashlytics)
- No AdMob ads
- No Google Sign-In or App Invites
- No Google Play Billing
- No network connections of any kind
What you get is a clean, fast, local-only outliner:
- Nested outline rows with indent / outdent support
- Row completion with optional auto-complete-children cascade
- Collapse / expand subtrees
- Per-row reminders via AlarmManager (notifications at scheduled times, rescheduled on boot)
- JSON and plain-text export / import (no cloud required)
- Home-screen widget showing your current list
- Dark theme with customizable accent colors
- Search across all sublists
All data is stored in a local Room database. No account required. No permissions beyond POST_NOTIFICATIONS (optional, for reminders) and RECEIVE_BOOT_COMPLETED (to reschedule reminders after reboot).
Source code: https://github.com/toadlyBroodle/MinimaList
What’s new (110)
No user-facing changes. Build hygiene: removes the Android Gradle Plugin's "Dependency metadata" signing block from release APKs so F-Droid's reproducible-build check passes.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- NotificationsShow notifications.
- Run at startupStart automatically after the device is switched on.
- minimalist.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments