Commit Graph
6870 Commits
Author SHA1 Message Date
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
Greyson ParrelliandAlex Hart 3c380d35fd Attempt to reduce impact of thread updates. 2024-05-08 16:30:52 -03:00
Nicholas TinsleyandGreyson Parrelli 41935120e5 DeviceTransferFragment Kotlin rewrite. 2024-05-01 16:45:36 -04:00
Alex HartandGreyson Parrelli 03d8f72c41 Fix group collisions error. 2024-05-01 16:45:36 -04:00
Greyson Parrelli ab9ecff4d4 Improve timing of query methods. 2024-05-01 16:45:36 -04:00
Alex HartandGreyson Parrelli e351a0b235 Correct flags for story replies. 2024-05-01 16:45:36 -04:00
Cody HenthorneandGreyson Parrelli 6d657b449c Convert and update Manage Storage Settings. 2024-05-01 16:45:36 -04:00
ClarkandGreyson Parrelli adef572abb Store group snapshot attributes in GroupAttributeBlobs. 2024-05-01 16:45:36 -04:00
ClarkandGreyson Parrelli 1223c3c768 Add support for new backup calls proto and call links. 2024-05-01 16:45:35 -04:00
Greyson Parrelli c3070f2913 Revert "Expand double tap touch area."
This reverts commit 8c81e47737.
2024-05-01 16:33:33 -04:00
Nicholas Tinsley 234b3967ed Fix button crash in v1 PIN restore fragment. 2024-05-01 10:42:23 -04:00
mtang-signalandGitHub 8c81e47737 Expand double tap touch area. 2024-04-30 16:29:33 -04:00
Cody Henthorne 5d15eef61d Improve translations with pluralized string resources. 2024-04-30 16:04:14 -04:00
Greyson Parrelli 8f3e62245f Fix some issues where views were accessed after being destroyed. 2024-04-30 15:22:57 -04:00
mtang-signalandGitHub e4d6f9240f Fix double tap layout warning. 2024-04-30 14:44:00 -04:00
Greyson Parrelli f7763a5b82 Be more lenient around long-int conversion in SignalStore. 2024-04-29 22:04:47 -04:00
Greyson Parrelli c6f4a01001 Hopeful fix for crash in SimpleProgressDialog. 2024-04-29 22:04:31 -04:00
Greyson Parrelli 95a6835988 Improve handling of backup initialization. 2024-04-29 19:26:06 -04:00
moiseev-signalandGreyson Parrelli f9a8f447d2 Support proxy in connections managed by libsignal. 2024-04-29 19:26:06 -04:00
Nicholas TinsleyandGreyson Parrelli d20f588802 Inline the group call reactions feature flag. 2024-04-29 19:25:59 -04:00