Commit Graph
12696 Commits
Author SHA1 Message Date
NicholasandGitHub 9361aa700a Transcode video files in a streamable format. 2023-06-29 18:30:29 -04:00
Greyson Parrelli be5cad1cec Add support for Emoji v15.0 2023-06-29 15:55:49 -04:00
Greyson Parrelli fe20de2995 Improve logging around edit and sync messages. 2023-06-29 15:55:12 -04:00
ClarkandGitHub 8714e4298e Specify scale type for glide thumbnails. 2023-06-29 15:32:04 -04:00
Alex Hart 1baebe7475 Remove read log line from AvatarProvider. 2023-06-29 13:17:05 -03:00
Nicholas 6686ae43f3 Bump version to 6.25.0 v6.25.0 2023-06-28 17:24:23 -04:00
Nicholas cc2c0e9561 Updated language translations. 2023-06-28 17:21:07 -04:00
Nicholas 34d252a4bd Add incremental digests to attachment sending. 2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas 025411c9fb Attempt to fix crash on call hangup. 2023-06-28 17:13:15 -04:00
Nicholas Tinsley 4edb66d2b9 Fix SimpleProgressDialog. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas a17033dff4 Add ContentProvider for user avatars. 2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas 04a5e56da7 Add mentions support to CFv2. 2023-06-28 17:13:15 -04:00
Bernie DolanandNicholas 0e6a3dd408 Fix MobileCoin test net config. 2023-06-28 17:13:15 -04:00
Nicholas Tinsley 47f48a6a8c Put backup enable dialog into ScrollView for smaller screens.
Addresses #13033.
2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas 2ef7fabade Add inline emoji search to CFv2. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas 5c2b475c01 Add randomized testing for ConversationItem. 2023-06-28 17:13:15 -04:00
ClarkandNicholas 559f4bc0d3 Rotate edit message feature flag. 2023-06-28 17:13:15 -04:00
ClarkandNicholas 1357a4816b Update edit history dialog to new style. 2023-06-28 17:13:15 -04:00
Nicholas Tinsley d1b8a56c0f Revert "Add more logging around Bubble eligibility."
This purely logs the state without affecting the return logic.
2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas 7ea38298ea Fix gif playback in CFv2. 2023-06-28 17:13:15 -04:00
ClarkandNicholas c08f1355db Refresh isConnectionNecessary on network block changes. 2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas b6589637fa Add emoji search to CFv2. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas 2ee2d2883a Disallow reacting to pending or failed messages. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas 029c8ba917 Fix text story keyboard in text stories. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas 60e1ee21ed Prevent ANR from large call logs. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas a96e9158c4 Change call notification flag to UPDATE_CURRENT and change request code. 2023-06-28 17:13:15 -04:00
Alex HartandNicholas e47765d7d5 Add logging to WebRtcActivity Intent. 2023-06-28 17:13:15 -04:00
Clark ChenandNicholas e807435c8b Capitalize edited string. 2023-06-28 17:13:15 -04:00
Sgn-32andNicholas 14b41a93e2 Fix Do not animate spoilers if system animations are disabled.
Closes #13016
2023-06-28 17:13:15 -04:00
Yuichi ArakiandNicholas f51fb9da29 Report shortcut usage when a message is sent to a group.
Fixes #13029
Close #13030
2023-06-28 17:13:15 -04:00
Sebastian ScheibnerandNicholas df3ca3d3cc Fix duplicate kyber pre key id in registration
The `PreKeyUtil.generateKyberPreKey` method doesn't update the `nextKyberPreKeyId` in the metadataStore,
so the two `metadataStore.getNextKyberPreKeyId()` calls in this method return the same id.
The first oneTimeKyberPreKey will have the same id as the lastResortKyberPreKey and overwrite it in the database.

Closes #13021
2023-06-28 17:13:15 -04:00
ClarkandNicholas 7786956b11 Fix conversation date header weirdness with edited messages. 2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas c17d62aeab Update ktlint and gradle plugin. 2023-06-28 17:13:15 -04:00
Cody HenthorneandNicholas 65255121de Add media keyboard support in CFv2. 2023-06-28 17:13:15 -04:00
Greyson ParrelliandNicholas b042945fef Add check for internal users around group lock ordering. 2023-06-28 17:13:15 -04:00
Greyson ParrelliandNicholas 9d979217fa Include 'dont keep activities' setting in debuglog. 2023-06-28 17:13:15 -04:00
Greyson ParrelliandNicholas Tinsley c177de2ec3 Add CDSI and SVR2 to static IP list. 2023-06-26 15:09:39 -04:00
Greyson ParrelliandNicholas Tinsley b4fd57d900 Fix possible NPEs with megaphone container. 2023-06-26 15:09:36 -04:00
Nicholas Tinsley 92339dfdcf Add one more logging statement to the change number flow. 2023-06-26 15:09:36 -04:00
Nicholas 8ae115028e Update PIN switch keyboard button to be more straightforward.
Addresses #12866.
2023-06-26 15:09:36 -04:00
Greyson ParrelliandNicholas Tinsley 2dd0221680 Fix issue where FTS recovery path didn't work during migrations.
There was a recursive getDatabase() call because it was happening during
a migration. Solution was to re-use the DB instance we already had.
2023-06-26 15:09:36 -04:00
Greyson ParrelliandNicholas Tinsley 1a1923c6c0 Fix docker build by using our own mirror.
snapshot.debian.org is super flaky and unreliable. At this point it's
easier to host our own mirror snapshot.
2023-06-26 15:09:36 -04:00
Cody HenthorneandNicholas Tinsley 5801ad4bdb Update FCM to 23.1.2 2023-06-26 15:09:36 -04:00
Cody HenthorneandNicholas Tinsley 388f2971e9 Allow libsignal-service to build with JDK17. 2023-06-26 15:09:36 -04:00
Greyson ParrelliandNicholas Tinsley 14c3a36ec0 Improve logging for GV2 validation error. 2023-06-26 15:09:36 -04:00
Alex HartandNicholas Tinsley 1ad338ce31 Turn DelveryStatusView into a custom AppCompatImageView. 2023-06-26 15:09:36 -04:00
Greyson ParrelliandNicholas Tinsley 71981e8a27 Fix dockerfile for reproducible builds. 2023-06-26 15:09:36 -04:00
Nicholas 5cb10cd054 Improve voice note Bluetooth state handling. 2023-06-26 15:09:36 -04:00
Rashad SookramandNicholas Tinsley ecf576e9b9 Don't localize audio output in logs. 2023-06-26 15:09:36 -04:00
Alex HartandNicholas Tinsley 09d17659b9 Add media send support to CFV2. 2023-06-26 15:09:36 -04:00