Skip to content

Fix exclude clipboard history from Android backup and device transfer - #696

Merged
andrewtavis merged 1 commit into
scribe-org:mainfrom
Roniscend:fix-clipboard
Sep 8, 2026
Merged

Fix exclude clipboard history from Android backup and device transfer#696
andrewtavis merged 1 commit into
scribe-org:mainfrom
Roniscend:fix-clipboard

Conversation

@Roniscend

Copy link
Copy Markdown
Collaborator

Android:allowBackup was set with no dataExtractionRules or fullBackupContent, so the Room database backing clipboard history was swept into Android Auto Backup and device-to-device transfer. Add backup_rules.xml and data_extraction_rules.xml excluding scribe_clipboard_db and its -journal/-shm/-wal sidecars, and wire both into the manifest.

Closes #695

Contributor checklist

android:allowBackup was set with no dataExtractionRules or fullBackupContent,
so the Room database backing clipboard history was swept into Android Auto
Backup and device-to-device transfer.

Add backup_rules.xml (API 26-30) and data_extraction_rules.xml (API 31+,
covering both cloud-backup and device-transfer) excluding scribe_clipboard_db
and its -journal/-shm/-wal sidecars, and wire both into the manifest.

Closes scribe-org#695

Signed-off-by: Owm <owmdubey163@gmail.com>

@andrewtavis andrewtavis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: So great that this is being set and that we have an eye on security! Thanks so much for the amazing work, @Roniscend! 😊

@andrewtavis
andrewtavis merged commit 24f2bc9 into scribe-org:main Sep 8, 2026
7 of 8 checks 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.

Clipboard history is eligible for Google cloud backup

2 participants