feat(sync): add Extensions from Sync section - #82
Open
bee-san wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
this is 100% vibe coded too, i made this to make it easier to sync between devices |
Remember lightweight manga and anime extension identities (package id + signing hash) in the shared sync payload, without syncing APKs, download URLs, or repositories. Cumulative history is kept in app-state prefs and matched against each device's independently configured catalog to surface installable matches in a new "Extensions from Sync" section shown right after "Installed" on both extension screens. - Add backward-compatible Backup fields (720/721) + BackupExtension model - Union/de-duplicate identities during the sync merge; persist the returned history before any early return - Combine remembered identities with installed extensions before syncing - Match exact (pkg + hash) catalog entries; hide unmatched, signature mismatches, installed, and content-filtered entries; remove matches from the language sections to avoid duplicates - Existing sync files decode with empty histories; no migration, setting, auto-install, manual-backup, or extension-store changes Tests: protobuf round-trip/compat, sync union/dedupe + extension-only payload, and the identity matcher (catalog match, installed/unmatched/ signature-mismatch hiding, NSFW and language filters).
bee-san
force-pushed
the
feat/extensions-from-sync
branch
from
July 28, 2026 13:16
6503764 to
129b931
Compare
bee-san
marked this pull request as ready for review
July 28, 2026 13:47
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.
Remember lightweight manga and anime extension identities (package id + signing hash) in the shared sync payload, without syncing APKs, download URLs, or repositories. Cumulative history is kept in app-state prefs and matched against each device's independently configured catalog to surface installable matches in a new "Extensions from Sync" section shown after "Installed" on both extension screens.
Add a 👍 reaction to pull requests you find important.