ZenNotes for Android 1.1.19 (versionCode 21): lighter sync, better touch - #63
Merged
Merged
Conversation
Cache acknowledged unchanged file scans, yield while decoding assets, and coalesce refreshes without hiding partial failed pulls. Cover cache invalidation, conflicts, restore reads, and the host integration.
Use bounded rich-content reads with temporary URI grants, cancellation-safe teardown, and note-context checks. Preserve WebP filenames for self-hosted vaults. Native keyboard verification remains pending.
Install the AndroidX compat splash before Capacitor switches theme, preserve a square icon canvas, and avoid a duplicate plugin splash. Native launch comparisons remain pending.
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.
ZenNotes for Android 1.1.19 (versionCode 21): lighter sync, better touch
Cloud sync stops redoing work it has already done, the editor handles touch more carefully, images paste straight from the keyboard, and the launch splash is the same on every Android version. Eight tracker reports (#48 to #55). The pin stays at main's
431907df(app core 2.47.0), so this is also the first Play release carrying 2.47 and the comment-sidecar fix from #61.What ships
cloud-sync-repository.ts,cloud-sync-work.ts,cloud-sync-refresh.ts, plus an integration test through the real mobile adapter.content://grants, bounded cancellable reads, PNG/JPEG/GIF/WebP signature checks, 10 MiB cap, note/vault/editor context re-checked before insertion. WebP keeps its filename in the self-hostedRemoteVaultpath.docs/releases/v1.1.19/(last commit).Verification (2026-09-11)
npm run typecheckclean,npm test121/121, GradletestDebugUnitTest9/9,bundleReleasesigned with the upload key; merged manifest versionCode 21 / 1.1.19; AAB sha256cc93676c880a9e2b0e6f825b06a9e16299ed14b7d26283fdbed2b5a300423bfe.docs/android-issue-validation-2026-09-11.md.The sync work pairs with ZenNotes for iOS 1.9.9 (
release/1.9.9).