Features: - Interactive checklists with tap-to-check, drag & drop sorting - GitHub-flavored Markdown export (- [ ] / - [x]) - FAB menu for note type selection Fixes: - Improved Markdown parsing (robust line-based content extraction) - Better duplicate filename handling (ID suffix) - Foreground notification suppression Privacy: - Removed ACCESS_WIFI_STATE and CHANGE_WIFI_STATE permissions (SSID binding was never used, app only checks connectivity state) Code Quality: - Fixed 7 Detekt warnings (SwallowedException, MaxLineLength, MagicNumber)
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
NEW: Checklists!
|
|
- Create checklist notes with tap-to-check items
|
|
- Markdown export as GitHub-style task lists
|
|
|
|
Fixes:
|
|
- More robust Markdown parsing
|
|
- Duplicate filenames get ID suffix
|
|
- No notifications when app is open
|
|
|
|
Privacy:
|
|
- Removed 2 WiFi permissions (ACCESS/CHANGE_WIFI_STATE)
|
|
- WiFi binding already works without SSID access!
|