Add resilient Cloud uploads and release verification - #7
Merged
Conversation
Ports the two community features that shipped in Android 1.1.12 (zennotesandroid#24, zennotes#690) so both shells behave alike: - Settings → Appearance → Swipe gestures: swipe left / right over a note map to next/previous note (the shipped default), Browse, the note outline, or off; pull down from the top of a note runs a quick action — command palette by default, or search, or the new-note sheet, or off — with a hint pill and a haptic tick when it arms. The existing flick recognizer stays the arbiter; only the dispatch consults the mapping. Prefs in localStorage (zn:gestures), normalized per-field, node-tested. - A paperclip on the formatting toolbar opens WKWebView's own picker (Photo Library / Take Photo / Choose Files); picked files run through importDroppedFile like a desktop drop and land at the cursor via app-core's insertion formatting. One WebKit difference from Android: the hidden file input is positioned off-screen rather than display:none, which WebKit declines to open a picker for. - sheet-state exports isMobileSheetOpen (the pull-down gate needs it). Verified on the iPhone 17 simulator: pull-down opens the palette, flick moves to the next note, the picker sheet appears, a Photo Library pick copies the image into the vault root and inserts the embed, and the Settings card renders beside Layout. No native changes.
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
Verification
npm testnpm run typechecknpm run upstreamnpm run syncbuild-for-testingfor app and Cloud UI-test targetsDependency
Merge ZenNotes/zennotes#687 first; this app pins that audited source commit.