Skip to content

Fix issues #6/#7/#8 and note-card font-color bug (v1.13)#9

Merged
Kevea merged 3 commits into
mainfrom
claude/voice-note-transcription-app-x8ymeu
Jul 4, 2026
Merged

Fix issues #6/#7/#8 and note-card font-color bug (v1.13)#9
Kevea merged 3 commits into
mainfrom
claude/voice-note-transcription-app-x8ymeu

Conversation

@Kevea

@Kevea Kevea commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fixes delete anzeige bei mehrfachauswahl #6: bulk-delete undo snackbar now uses SnackbarDuration.Short instead of the implicit Indefinite default, so it disappears on its own.
  • Fixes import #7: new "Notiz importieren" drawer entry lets users pick a .txt or .pdf file (Storage Access Framework) and creates a note from its extracted text, using pdfbox-android for offline PDF text extraction.
  • Fixes änderung #8: Settings screen gains a font size option (small/normal/large/extra large, applied via a global density scale) and an optional per-note text color override.
  • Follow-up fix: the font-color override from änderung #8 was only wired into the detail screen; the notes overview cards (title + preview text) always used the default color, making colored text look white/uncolored in the list. Now applied there too.
  • Bumped versionCode/versionName to 13/1.13.

Test plan

  • CI build (build-apk.yml) succeeded for all commits in this branch.
  • Static review of new/changed Kotlin for compile-breaking issues (imports, API signatures, proguard rules for pdfbox-android).

Generated by Claude Code

claude added 3 commits July 3, 2026 21:57
…rt (txt/pdf)

Fixes GitHub issues #6, #7, #8:
- Snackbar now uses SnackbarDuration.Short explicitly so the bulk-delete
  undo prompt no longer lingers indefinitely.
- Settings screen gains a font size (small/normal/large/extra large) and
  optional per-note text color override, applied via a global density
  scale and threaded through TextField/MarkdownText.
- New "Notiz importieren" entry in the drawer lets users pick a .txt or
  .pdf file (Storage Access Framework) and creates a note from its text,
  using pdfbox-android for offline PDF extraction.

Bump versionCode/versionName to 12/1.12.
The custom Schriftfarbe setting was only applied in NoteDetailScreen;
the list overview's NoteCard always used the default onSurface color,
so titles looked white/uncolored regardless of the chosen setting.

Bump versionCode/versionName to 13/1.13.
@Kevea Kevea merged commit 72832e7 into main Jul 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

änderung import delete anzeige bei mehrfachauswahl

2 participants