Commit Graph
6889 Commits
Author SHA1 Message Date
mtang-signalandCody Henthorne b36b00a11c Update camera permission UI for voice calls. 2024-06-05 15:46:00 -04:00
mtang-signalandCody Henthorne a99db2b16e Update camera permission UI for usernames. 2024-06-05 15:46:00 -04:00
Greyson ParrelliandCody Henthorne 2744dec43a Switch to using dateSent for jump-to-calendar.
We use dateSent for date dividers, but were using dateReceived for
calendar date availability, which would occasionally result in a
mismatch. Switched to use the same thing we use for date dividers.
2024-06-05 15:45:59 -04:00
Greyson ParrelliandCody Henthorne 6f2cce1494 Add acknowledgements from libsigna/ringrtc. 2024-06-05 15:45:59 -04:00
Greyson ParrelliandCody Henthorne 689ee243aa Fix potential sqlite conflict in dlist on recipient remap. 2024-06-05 15:45:59 -04:00
Cody Henthorne 537fc0ef5c Update to Kotlin 1.9.20, AGP 8.4.0, and Gradle 8.6 2024-06-05 15:45:59 -04:00
Clark Chen e647b31f29 Explicitly persist message backup tier. 2024-05-17 10:39:09 -04:00
Nicholas TinsleyandClark Chen cfb4377de3 Apply automated ktlint 1.2.1 formatting. 2024-05-17 09:33:22 -04:00
Nicholas TinsleyandClark Chen 503faea3a9 Support voice verification in registration v2. 2024-05-17 09:33:22 -04:00
ClarkandGitHub 241bf065e8 Fix missing thumbnail_file column in media query. 2024-05-16 13:09:58 -04:00
Clark Chen e0f3b35805 Fix missing archive_thumbnail_cdn column. 2024-05-16 12:30:33 -04:00
ClarkandNicholas Tinsley b72d586748 Add initial thumbnail restore for message backup. 2024-05-16 10:16:10 -04:00
Ehren KretandNicholas Tinsley 757c0fd2ea create video call mimetype for raw contacts links 2024-05-16 10:16:10 -04:00
Nicholas Tinsley c4e4eaf110 Remove lower hand confirmation dialog. 2024-05-16 10:16:10 -04:00
Nicholas Tinsley f83275e246 Add customize button to in-call reaction picker. 2024-05-16 10:16:10 -04:00
Greyson ParrelliandNicholas Tinsley d0340d39db Reset backupV2 credentials on 403. 2024-05-16 10:16:10 -04:00
Greyson ParrelliandNicholas Tinsley 227a279131 Make sure note to self is included in backupsV2. 2024-05-16 10:16:10 -04:00
mtang-signalandNicholas Tinsley 0465fdea62 Update contacts permission UI. 2024-05-16 10:16:10 -04:00
Nicholas Tinsley 13bd4a9c74 Update regv2 result field name. 2024-05-16 10:16:10 -04:00
Greyson ParrelliandNicholas Tinsley f570f1f2c4 Initial test implementation of SVR3. 2024-05-15 15:55:22 -04:00
Nicholas Tinsley 68ced18ea1 Fleshed out session management in registration v2. 2024-05-15 15:55:22 -04:00
Greyson ParrelliandNicholas Tinsley b4a8f01980 Include message timestamp in local send timings. 2024-05-15 15:55:22 -04:00
mtang-signalandNicholas Tinsley c3c743fbb8 Update camera permission UI in media. 2024-05-15 15:55:22 -04:00
Adam MorkandNicholas Tinsley b14eddefc9 Add payment enclave measurements for v6.0.0 2024-05-15 15:55:21 -04:00
mtang-signal f97d7e3dfd Fix permissions ask in gallery. 2024-05-15 12:18:50 -07:00
Alex Hart 351c3219e4 Replace RxStore with MutableStateFlow for better lifecycle control. 2024-05-10 22:44:05 -03:00
Nicholas TinsleyandAlex Hart ca14ed9b2c Allow for captcha solving for reg v2. 2024-05-08 16:30:53 -03:00
ClarkandAlex Hart ba4cdea75d Add cellular backup toggle for message backup. 2024-05-08 16:30:53 -03:00
ClarkandAlex Hart 83c34dd4cc Integrate swapping backup tiers from backup settings. 2024-05-08 16:30:53 -03:00
Nicholas TinsleyandAlex Hart b6db3802d3 Set raised hand list to be distinct by RecipientID. 2024-05-08 16:30:53 -03:00
Greyson ParrelliandAlex Hart a9a19d3ae0 Add job to upload thumbnails to archive. 2024-05-08 16:30:53 -03:00
Alex Hart 52fb873b1b Specify vibrate attributes to resolve vibrate from background. 2024-05-08 16:30:53 -03:00
moiseev-signalandAlex Hart 9a0bb243cd Implement a libsignal-net shadowing web socket. 2024-05-08 16:30:53 -03:00
Nicholas TinsleyandAlex Hart 78bbab37fb Show missing FCM dialog in registration V2. 2024-05-08 16:30:53 -03:00
Nicholas TinsleyandAlex Hart 9af73b1409 Allow initialization of registration V2 without FCM. 2024-05-08 16:30:53 -03:00
Nicholas TinsleyandAlex Hart 9c5bb4aa17 Initial error handling for registration v2. 2024-05-08 16:30:53 -03:00
ClarkandAlex Hart 49ba83dda8 Integrate message backup frequency. 2024-05-08 16:30:53 -03:00
ClarkandAlex Hart de3b0d4ca2 Integrate the backup size into backup settings. 2024-05-08 16:30:53 -03:00
fm-sysandAlex Hart b2efc42357 Add back ability to long press title bar to go to system contact.
Resolves #13372
2024-05-08 16:30:53 -03:00
Cody HenthorneandAlex Hart a71faf674d Cleanup group management code. 2024-05-08 16:30:53 -03:00
moiseev-signalandAlex Hart 34faa9003f Upgrade to libsignal 0.46.0. 2024-05-08 16:30:53 -03:00
ClarkandAlex Hart bc527a2bc1 Basic settings functionality for message backup. 2024-05-08 16:30:53 -03:00
Nicholas TinsleyandAlex Hart 0a3f96935a Support device transfers in restore flow v2. 2024-05-08 16:30:53 -03:00
Alex Hart 70d74e0bb1 Allow users who have disabled Contacts permission to hide system contacts. 2024-05-08 16:30:53 -03:00
Alex Hart 36c91a95e2 Check spannable intersect when moving between stories. 2024-05-08 16:30:53 -03:00
Greyson ParrelliandAlex Hart 4600e38a2a Add partial index to improve unread count perf. 2024-05-08 16:30:52 -03:00
Alex Hart 55abd88a03 Implement better handling for call peeking when opening the calls tab. 2024-05-08 16:30:52 -03:00
mtang-signalandAlex Hart cd880b0879 Expand double tap area. 2024-05-08 16:30:52 -03:00
Greyson ParrelliandAlex Hart cc98eced27 Short-circuit query if list is empty. 2024-05-08 16:30:52 -03:00
mtang-signalandAlex Hart c95b180728 Update gallery permission UI 2024-05-08 16:30:52 -03:00