Commit graph

12 commits

Author SHA1 Message Date
randogoth
3d7320b614 bump version to 1.1.1, update pubspec description
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 19:23:06 +03:00
randogoth
8645c656f2 v1.1.0: favorites, note modes, long-press, search improvements
Bump version to 1.1.0+2.

New features since 1.0.x:
- Three editor modes: View (read-only, syntax-highlighted), Edit, Preview
- Favorites: swipe right to star a note; Show Favorites filter in menu
- Long-press a note to open scrolled to end; Edit mode always places
  cursor at end of file
- Subdirectory note creation (subdir/notename) and search (/subdir)
- Tag search (#tag @context +project) with case-insensitive matching
- Tag highlighting no longer falsely matches phone numbers / emails
- Font size slider and Share button in editor menu
- Search cache: note metadata indexed at load time, no per-keystroke
  file I/O
- App ID changed to com.randogoth.muzzlevelocity

Update Help and About texts to document all current features.
Update QuickStart note for new installs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 19:09:14 +03:00
randogoth
fc6c69db24 devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
  openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
  config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
  permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
  SvgPicture color), async BuildContext guards, key constructors, private
  createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
  compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
  kotlin.compiler.execution.strategy=in-process

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
randogoth
9dbd638fa8 naming fix 2025-02-23 10:23:59 +02:00
randogoth
53849f16d1 added font 2025-02-22 21:14:35 +02:00
randogoth
4fcd6db6fd app icons 2025-02-22 19:11:10 +02:00
randogoth
34580109bb use external editor, manage permissions 2025-02-22 14:29:01 +02:00
randogoth
f728cc6e66 more cleanup 2025-02-21 22:58:10 +02:00
randogoth
432048dc6a cleanup 2025-02-21 22:51:56 +02:00
randogoth
7e82ddcbb7 custom directory 2025-02-21 22:02:06 +02:00
randogoth
185a1c62e9 markdown and latex preview 2025-02-21 18:16:17 +02:00
randogoth
84c134adc4 init 2025-02-20 22:40:41 +02:00