Fix issues #6/#7/#8 and note-card font-color bug (v1.13)#9
Merged
Conversation
…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.
…nscription-app-x8ymeu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SnackbarDuration.Shortinstead of the implicitIndefinitedefault, so it disappears on its own..txtor.pdffile (Storage Access Framework) and creates a note from its extracted text, usingpdfbox-androidfor offline PDF text extraction.versionCode/versionNameto 13/1.13.Test plan
build-apk.yml) succeeded for all commits in this branch.Generated by Claude Code