Alex Hart
d0c1e93b3c
Do not display a price if it's been zeroed.
2025-09-24 16:29:57 -04:00
Alex Hart
9b517a14cb
Remove separate controllers and consolidate logic.
2025-09-24 16:29:57 -04:00
Cody Henthorne
8b2f58e0e7
Remove hard coded message backups remote config.
2025-09-24 16:29:57 -04:00
Cody Henthorne
6976ac7d44
Move v3 classes to base registration package.
2025-09-24 16:29:57 -04:00
Cody Henthorne
8dc2077ad0
Remove regv2.
2025-09-24 16:29:57 -04:00
jeffrey-signal
52fa86046b
Fix backups UI scaling issues.
2025-09-24 16:29:57 -04:00
Cody Henthorne
cbfdc4b57a
Improve free tier UX around media.
2025-09-24 16:29:57 -04:00
Greyson Parrelli
c5753b96ff
Update BackupMediaSnapshot to be based on attachments in backup frames.
2025-09-24 16:29:57 -04:00
Alex Hart
f39ad24cc1
Increase desired width increment to aleviate situations where certain text would still flow to multiple lines.
2025-09-24 16:29:57 -04:00
Alex Hart
146a5f5701
Remove ParcelableGroupId.
2025-09-23 20:21:30 -04:00
Alex Hart
736811393f
Upgrade Kotlin, AGP, Gradle versions and bring in kotlinx-serialization for use with navigation-compose.
2025-09-17 14:21:43 -04:00
Alex Hart
2a90809ba3
Add Billing API and Google API availability error dialogs.
2025-09-17 14:21:43 -04:00
jeffrey-signal
5807cbc9e9
Disable autofill for PIN entry fields.
2025-09-17 14:21:43 -04:00
jeffrey-signal
7235a3730c
Fix crash when opening the change number registration lock screen.
2025-09-17 14:21:43 -04:00
jeffrey-signal
c24993960d
Fix inconsistent default PIN keyboard type.
2025-09-17 14:21:43 -04:00
Alex Hart
2eb4f650d8
Convert NotificationsSettingsFragment to compose.
2025-09-17 14:21:42 -04:00
Cody Henthorne
bdf2ef5a05
Allow for multiple captchas to be solved during registration.
2025-09-17 14:21:42 -04:00
Alex Hart
23b5a3dcb0
Start conversion from Fragment Nav Framework to utilizing a centralized AppSettingsRouter.
2025-09-17 14:21:42 -04:00
Greyson Parrelli
d8758bcc4e
Add data seeding playground.
2025-09-17 14:21:42 -04:00
Cody Henthorne
b1b99855b2
Improve understanding of last signal backup time in main backup settings screen.
2025-09-15 12:51:41 -04:00
Alex Hart
c6f0b4cf83
Remove frequency row.
2025-09-15 13:20:29 -03:00
Alex Hart
bff40ff60b
If subscription will cancel at end of period, then show the cancelled state.
2025-09-12 12:24:57 -03:00
Cody Henthorne
28ea4dbc16
Fix stale backup time on backup setting screen.
2025-09-11 15:32:36 -04:00
Cody Henthorne
b39d562d56
Include last proto size in internal settion of backups settings.
2025-09-10 16:28:53 -04:00
Cody Henthorne
148cf63a92
Fix bugs around showing 0 bytes for backup size.
2025-09-10 16:05:12 -04:00
jeffrey-signal
79ee14826d
Disable keyboard suggestions when typing PIN.
...
Converts `PinKeyboardType` to Kotlin and introduces methods to consistently configure PIN entry fields throughout the app, including a fix to disable keyboard suggestions.
2025-09-10 14:20:46 -04:00
Alex Hart
eeb8164c18
Always display paid tier but stick a dialog in front of it for non-GPS devices.
2025-09-10 15:12:35 -03:00
Alex Hart
da6ad2b629
Add fallback biometric handling for older api versions.
2025-09-09 12:48:49 -03:00
Alex Hart
40ba967192
Don't fail backup redemption pipeline after 24hrs.
2025-09-09 11:46:59 -03:00
Michelle Tang
49417bdf9d
Update edit text fields for pins.
2025-09-08 14:28:04 -04:00
Alex Hart
d2fcb191b6
Add new text label for when backups are off.
2025-09-08 14:59:59 -03:00
Alex Hart
5e35c209c2
Fix backup state observation and expand logging.
2025-09-08 14:29:46 -03:00
Greyson Parrelli
0bf2f9aca7
Add extra buttons to the Backup Playground.
2025-09-08 11:05:06 -04:00
jeffrey-signal
b1f067536b
Disable saving PIN to password manager.
...
We haven't found a reliable way to make the auto-fill framework differentiate between the PIN and backup key, so we are disabling prompts to save Signal PINs to password managers to avoid accidentally overwriting a saved backup key with a PIN value.
Co-authored-by: Michelle Tang <mtang@signal.org >
2025-09-04 17:00:20 -04:00
Cody Henthorne
217a6187c2
Add run restore media job to internal settings.
2025-09-04 17:00:20 -04:00
Greyson Parrelli
ccf1be2359
Add failsafe for clearing abandoned backup progress.
2025-09-04 16:35:06 -04:00
Greyson Parrelli
ca2cc722d4
Add separate column to track archive thumbnail status.
2025-09-04 16:35:06 -04:00
Greyson Parrelli
4179592ae7
Disable the 'optimize storage' feature for production users.
2025-09-04 16:35:06 -04:00
Cody Henthorne
1f40c7ab7e
Improve archive restore progress tracking and UX.
2025-09-04 16:35:06 -04:00
Greyson Parrelli
5294bd8a1a
Show 'calculating' while loading backup size.
2025-09-04 16:35:06 -04:00
Alex Hart
2d9c572c01
Fix several backup related problems.
2025-09-04 16:35:06 -04:00
Greyson Parrelli
2572dac8a7
Remove backup frequency setting.
2025-09-04 16:35:06 -04:00
Greyson Parrelli
08a8c56d5c
Only allow archive tier overrides on staging.
2025-09-04 16:35:05 -04:00
Michelle Tang
33645c302b
Update backup related strings.
2025-09-04 16:35:05 -04:00
Greyson Parrelli
662404d335
Migrate quotes to have a separate quoteTargetContentType.
2025-09-04 16:35:05 -04:00
Greyson Parrelli
d4c1c39179
Generate thumbnails for quote attachments.
2025-09-04 16:35:05 -04:00
Greyson Parrelli
71dd1d9d8b
Add backstop for ensuring attachment archive jobs are enqueued.
2025-09-04 16:35:05 -04:00
Alex Hart
45c64f825d
Migrate DataAndStorageFragment to compose.
2025-08-27 15:55:18 -04:00
Alex Hart
2872020c1f
Convert ChatsSettings screen to compose.
2025-08-27 15:55:18 -04:00
Alex Hart
bed718347c
Fix navigation bar gap when opening keyboard in split pane view.
2025-08-27 15:55:18 -04:00