inventory69
b052fb0f0a
Update docs, roadmap, and F-Droid metadata [skip ci]
2026-01-14 11:46:00 +01:00
inventory69
fbcca3807d
Merge feature/v1.4.0-checklists: Checklists + WiFi permission cleanup
2026-01-10 23:40:10 +01:00
inventory69
e3e64b83e2
feat(v1.4.0): Checklists feature + WiFi permission cleanup
...
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)
2026-01-10 23:37:22 +01:00
inventory69
547c0a1011
v1.3.2: Lint Cleanup & Code Quality
...
- Complete lint cleanup (Phase 1-7)
- Replace magic numbers with constants
- Remove unused imports/members
- Add Logger.w() for swallowed exceptions
- Custom SyncException for better error handling
- ConstructorParameterNaming with @SerializedName
- ReturnCount & Destructuring with @Suppress
- F-Droid: Add privacy notice for file logging
- Update docs (FEATURES.md, README.md)
- Add fastlane changelogs for versionCode 10
2026-01-10 00:57:28 +01:00
inventory69
9eabc9a5f0
[skip ci] 📚 Docs: Reorganize + Web Editor to v1.3.0
...
## 📁 Reorganization
- Moved all docs to docs/ folder (FEATURES, BACKUP, DESKTOP, DOCS)
- Updated all cross-references in README.md/en
- Fixed internal links in docs
## �� Corrections
- FEATURES.md: Fixed build variants - both are 100% FOSS (no Google Services)
- Clarified: App is completely FOSS with no proprietary libraries
## ✨ Changes
- Web Editor moved from v1.6.0 to v1.3.0 (earlier implementation)
- Combined with organization features (tags, search, sorting)
2026-01-05 12:43:01 +01:00