Commit Graph
10410 Commits
Author SHA1 Message Date
Alex HartandCody Henthorne 87608c6d3a Do not change convo status bar color on API<23 2022-02-02 16:50:58 -05:00
Angus TurnbullandCody Henthorne 5acbe260e9 Replace GMS utility function.
Fixes #11392
2022-02-02 16:50:58 -05:00
Cody Henthorne 5e31eb5565 Fix re-pin out of order bug.
Fixes #11927
2022-02-02 16:50:58 -05:00
Cody Henthorne 7a241e5fb5 Use group state paging always. 2022-02-02 16:50:58 -05:00
Cody Henthorne 7e299157ec Fix crash when entering chats on devices with odd security enforcement. 2022-02-02 16:50:58 -05:00
Cody Henthorne 1b1001b0e9 Add UI components for Release Channel. 2022-02-02 16:50:58 -05:00
Rashad SookramandCody Henthorne 45a91e0896 Update context menu with tweaks from design. 2022-02-01 13:41:31 -05:00
Fumiaki YoshimatsuandCody Henthorne 91c7e0a0ee Exclude the recycler view from the transition because the transition could interfere with the recycler recycling an item view that is included in the transition. The app crashes when it happens.
Fixes #11722
2022-02-01 13:41:31 -05:00
Fumiaki YoshimatsuandCody Henthorne 1a1213d043 Listen to a broadcast until a shortcut was actually created before popping up a toast.
Fixes #10743
2022-02-01 13:41:31 -05:00
Sgn-32andCody Henthorne befb720eda Do not show Buttons for Message, Video, Audio/Call in RecipientBottomSheetDialog when recipient is blocked. 2022-02-01 13:41:31 -05:00
Sgn-32andCody Henthorne 94078f8b91 Do not show double emoji reaction at end of reaction notification text.
Fixes #11860
2022-02-01 13:41:31 -05:00
Sgn-32andCody Henthorne 537a1fa2ea Hide add to group in bottom sheet of blocked recipient. 2022-02-01 13:41:31 -05:00
Fumiaki YoshimatsuandCody Henthorne 08d9aa0947 Decorate item after header/footer with timestamp.
Fixes #11536
2022-02-01 13:41:31 -05:00
Shivansh GoelandCody Henthorne 355a498b9b Fixed typing indicator showing as unread message. 2022-02-01 13:41:31 -05:00
Rashad SookramandCody Henthorne e4d43ade93 Use context menu when selecting a message in chat. 2022-02-01 13:41:31 -05:00
Fumiaki YoshimatsuandCody Henthorne d254d24d77 Use the last part of the URI if the scheme is "file" to avoid returning null as the file's name. Fixes #8561 2022-02-01 13:41:31 -05:00
Alex HartandCody Henthorne 4de8807297 Add onBackPressed callback for ConversationParentFragment. 2022-02-01 13:41:31 -05:00
Alex HartandCody Henthorne ccc08e651c Fix vertical translation of header on API23 devices. 2022-02-01 13:41:31 -05:00
Alex HartandCody Henthorne 89271ecce2 Remove context leak in LinkPreviewViewModel. 2022-02-01 13:41:31 -05:00
Rashad SookramandCody Henthorne 125ff83bac Fix l10n when searching for "Note to Self". 2022-02-01 13:41:31 -05:00
Greyson ParrelliandCody Henthorne 33f4bb0000 Add the ability to have separate ACI and PNI protocol stores. 2022-02-01 13:41:31 -05:00
Alex HartandGitHub ef9f1e9884 Fix crash when entering conversation search through bottom sheet. 2022-02-01 10:04:53 -04:00
Cody Henthorne d0042b1f7d Rotate change number feature flag. 2022-01-31 14:34:42 -05:00
Cody HenthorneandGitHub ee831b0221 Fix PNI collision crash. 2022-01-28 12:16:30 -05:00
Cody HenthorneandGitHub 053b19846b Add additional log around change number and set PNI. 2022-01-26 15:13:52 -05:00
Greyson ParrelliandAlex Hart 840e47a2de Update megaphone priority order. 2022-01-25 16:23:47 -04:00
Alex Hart 79a4ceedf9 Fix issue with result callback from gif search. 2022-01-25 16:23:47 -04:00
Greyson Parrelli 3daa894988 Wait for 7 days before showing the donate megaphone. 2022-01-25 12:22:41 -05:00
Greyson ParrelliandGitHub 1d14a90ac3 Create local messages for group join request/cancel events. 2022-01-25 11:48:29 -05:00
Alex Hart e273f914b6 Remove clear-cache call from database migration. 2022-01-25 10:42:41 -04:00
Alex Hart 96844f046f Fix bug where media would not send after being selected in gallery. 2022-01-25 10:02:27 -04:00
Alex Hart 926f5b3cdf Fix page restoration when re-opening media keyboard. 2022-01-25 10:02:27 -04:00
Greyson ParrelliandAlex Hart a0031298d8 Disallow visually-empty profile names. 2022-01-25 10:02:27 -04:00
Cody HenthorneandAlex Hart 15254ee720 Fix crash when registering with an existing recipient with the same PNI. 2022-01-25 10:02:26 -04:00
Greyson ParrelliandAlex Hart 8648c74221 Ignore irrelevant P2P updates for inactive groups. 2022-01-25 10:02:26 -04:00
Rashad SookramandAlex Hart c0ed6b1d41 Fix quote width in outgoing messages with audio.
Fixes #11911
2022-01-25 10:02:26 -04:00
Greyson ParrelliandGitHub 35c5a8106d Migrate to the new KBS and CDS enclaves. 2022-01-24 14:46:51 -05:00
Cody HenthorneandGitHub 642d37edb2 Prevent updates to blocked groups. 2022-01-24 14:21:21 -05:00
Rashad SookramandGreyson Parrelli 35d0f1fc8c Revert "Fix dynamic language override for app context."
This reverts commit 75a19ada23f4fc0d5111fb74d234c7c6f48ba503.
2022-01-24 12:05:29 -05:00
Greyson Parrelli 78acc485fc Do not send group updates for group join requests/cancelations. 2022-01-24 12:05:29 -05:00
Greyson Parrelli 6e71514209 Fix refresh issues when creating group with first-time contacts. 2022-01-24 12:05:29 -05:00
Cody HenthorneandGreyson Parrelli 22c396067d Add storage sync support for linked devices. 2022-01-24 12:05:29 -05:00
Jim GustafsonandGreyson Parrelli 4f03c98f60 Update to RingRTC v2.17.0 2022-01-24 12:05:29 -05:00
Cody HenthorneandGreyson Parrelli 95cb80a93a Enable Change Number. 2022-01-24 12:05:28 -05:00
Greyson Parrelli 14886ce28e Do not send read receipts for all messages after unblocking. 2022-01-24 12:04:48 -05:00
Alex HartandGreyson Parrelli a641020ec0 Fix emoji search fragment crash. 2022-01-24 12:04:48 -05:00
Alex HartandGreyson Parrelli 9f622bd689 Create shortcut fallback instead of crashing application. 2022-01-24 12:04:48 -05:00
Alex HartandGreyson Parrelli 6919e352d6 Fix crash when opening reactions bottom sheet. 2022-01-24 12:04:48 -05:00
Rashad SookramandGreyson Parrelli fd6a2c6b10 Fix dynamic language override for app context.
Fixes #11889
2022-01-24 12:04:48 -05:00
Alex HartandGreyson Parrelli ab34a9b027 Fix crash after swipe to reply. 2022-01-24 12:04:48 -05:00