- 18 Sep, 2018 3 commits
-
-
Greyson Parrelli authored
This also fixes the situation where we block group-leave messages, preventing blocked contacts from leaving groups. Fixes #7970 Also, this forced us to upgrade libsignal-service, which fixes the websocket timeout issues. Thanks to @dpapavas! Fixes #6644
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
- 17 Sep, 2018 2 commits
-
-
Greyson Parrelli authored
Forwarding of shared contacts currently just creates an empty draft. You can't preview a shared contact before you send, which would make the forwarding flow inconsistent across media types. So it's easier to just hide it for now. Fixes #8195
-
Greyson Parrelli authored
Fixes #8206
-
- 08 Sep, 2018 12 commits
-
-
Greyson Parrelli authored
This could cause us to think push messages were actually sent with a SIM. We also now prevent rendering SIM info on push messages in the conversation view. Fixes #8176
-
Greyson Parrelli authored
Shoutout to @aleb2000 for working on this as well! Fixes #8151
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
Greyson Parrelli authored
Related to #8145
-
Greyson Parrelli authored
If the user has an external SD card set as their default storage (notably on a Huawei device, like the Huawei Mate 10 Lite), then PersistentBlobProvider will try to write a file to the SD card, but would fail to generate a URI for it due to us missing a line in our FileProvider setup. This just adds that missing entry. Special thanks to @aleb2000 for digging into this! Fixes #8144 Fixes #7726
-
Greyson Parrelli authored
-
Greyson Parrelli authored
Required for the API 26 migration. See https://developer.android.com/about/versions/oreo/android-8.0-changes#ccn
-
Greyson Parrelli authored
-
Greyson Parrelli authored
Fixes #8180
-
Greyson Parrelli authored
Shoutout to @bomba1990 for fixing this around the same time as me :) Fixes #8182
-
Greyson Parrelli authored
-
- 07 Sep, 2018 2 commits
-
-
Greyson Parrelli authored
Fixes #8184
-
Greyson Parrelli authored
Relates to #8184
-
- 05 Sep, 2018 3 commits
-
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
- 04 Sep, 2018 3 commits
-
-
Greyson Parrelli authored
-
Greyson Parrelli authored
We were recreating the channels before the database upgrade. We have to do it after. Fixes #8174
-
Greyson Parrelli authored
-
- 31 Aug, 2018 3 commits
-
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
Greyson Parrelli authored
Fixes #8147
-
- 30 Aug, 2018 2 commits
-
-
Greyson Parrelli authored
-
Joshua Lund authored
-
- 27 Aug, 2018 1 commit
-
-
Greyson Parrelli authored
-
- 25 Aug, 2018 1 commit
-
-
Greyson Parrelli authored
We were hitting the transaction limit size. This change scales down shortcut icons to be at most 300x300, which comes out to ~360kb, which should be safely under the limit of 1mb. Fixes #8139
-
- 24 Aug, 2018 3 commits
-
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
- 22 Aug, 2018 4 commits
-
-
Greyson Parrelli authored
-
Greyson Parrelli authored
-
Greyson Parrelli authored
We were getting an IllegalArgumentException during channel creation on some Samsung phones. Stack trace didn't give me much more than that, so just adding in some additional safeguards that make sense based on reading AOSP.
-
Greyson Parrelli authored
We manually play the ringtone when in-thread notifications are enabled, but we weren't using the sound specified by the channel in the system settings. This fixes that problem by reading the NotificationChannel setting.
-
- 21 Aug, 2018 1 commit
-
-
Greyson Parrelli authored
-