Add initial support for backup and restore of message and media to staging.

Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
Clark
2024-04-12 11:57:34 -04:00
committed by Greyson Parrelli
parent 8617a074ad
commit 689eacd618
71 changed files with 3198 additions and 744 deletions

View File

@@ -6707,5 +6707,11 @@
<!-- Content description for opening the note editor -->
<string name="ViewNoteSheet__edit_note">Edit note</string>
<!-- BackupProgressService -->
<!-- Notification title shown while backup restore job is running -->
<string name="BackupProgressService_title">Restoring backup…</string>
<!-- Notification title shown while downloading backup restore data -->
<string name="BackupProgressService_title_downloading">Downloading backup data…</string>
<!-- EOF -->
</resources>