Greyson Parrelli
|
bcecc30d33
|
Disallow RecipientId's of zero.
|
2019-10-17 21:33:52 -04:00 |
|
Greyson Parrelli
|
7193252d77
|
Fix TooltipPopup positioning.
|
2019-10-17 21:33:51 -04:00 |
|
Greyson Parrelli
|
5b682a3a3d
|
Use our own location retriever.
|
2019-10-17 21:33:51 -04:00 |
|
Greyson Parrelli
|
6b8659a393
|
Move JobManager to ApplicationDependencies.
|
2019-10-17 21:33:51 -04:00 |
|
Alan Evans
|
14557d3dc1
|
Change default GZIP behavior on Base64.decode(String).
Remove only reference to Base64.decode(byte[]).
|
2019-10-17 21:33:51 -04:00 |
|
Curt Brune
|
03cbee0277
|
Add ringrtc support.
RingRTC provides Signal Messenger applications with a common interface
for video and voice calling services built on top of WebRTC.
|
2019-10-17 21:33:51 -04:00 |
|
alex-signal
|
adc0907906
|
Copy image to encrypted blob and delete from device immediately.
Fixes #9097
|
2019-10-17 21:33:51 -04:00 |
|
Alan Evans
|
f14a71a076
|
Update Lint suppressions.
|
2019-10-17 21:33:51 -04:00 |
|
alex-signal
|
ff60b5b731
|
Add in-app video recording for supported devices.
|
2019-10-17 21:33:51 -04:00 |
|
alex-signal
|
43954a176a
|
Apply new Signal icons and color palette.
|
2019-10-17 21:33:51 -04:00 |
|
Alex Hart
|
d698d3bd6f
|
Added support for view-once video.
|
2019-10-17 16:01:34 -04:00 |
|
Greyson Parrelli
|
b0b8377a8e
|
Migrate notification channels to recipientId's.
|
2019-10-17 16:01:34 -04:00 |
|
alex-signal
|
7d02bb8487
|
Store file hash to avoid data duplication.
|
2019-10-17 16:01:34 -04:00 |
|
alex-signal
|
8449d75684
|
Prevent compression of images without EXIF data.
|
2019-10-17 16:01:34 -04:00 |
|
Greyson Parrelli
|
b89163bb14
|
Migrate avatars to use recipientId filenames.
|
2019-10-17 16:01:34 -04:00 |
|
Greyson Parrelli
|
b7ce220600
|
Updated libsignal version to 2.13.8
|
2019-10-15 10:35:59 -04:00 |
|
Greyson Parrelli
|
de1c6cdd0c
|
Fix crash when MMS messages have no 'from' address.
|
2019-10-15 10:35:15 -04:00 |
|
Greyson Parrelli
|
33334f80c3
|
Add back proper support for unknown recipients.
Fixes #9085
|
2019-10-08 21:28:35 -07:00 |
|
Greyson Parrelli
|
2248acb9f2
|
Remove unnecessary resolves.
|
2019-10-08 14:23:29 -07:00 |
|
Greyson Parrelli
|
3632a2cc95
|
Hide no-name contacts from system search results.
|
2019-10-08 13:38:20 -07:00 |
|
Greyson Parrelli
|
9447ea12cb
|
Remove concept of 'unknown' recipient.
|
2019-10-08 13:33:13 -07:00 |
|
Greyson Parrelli
|
84012c7adb
|
Fix crash in SmsMigrator.
|
2019-10-07 16:41:47 -07:00 |
|
Greyson Parrelli
|
d7395af774
|
Simplify recipient inserts.
|
2019-10-07 16:31:04 -07:00 |
|
Greyson Parrelli
|
be4daff0f3
|
Ensure recipient models are up-to-date.
|
2019-10-07 16:31:04 -07:00 |
|
Greyson Parrelli
|
5f993ed0f7
|
Fix threading issue in RecipientDatabase.
|
2019-10-04 12:07:46 -04:00 |
|
Greyson Parrelli
|
acea24c19c
|
Reduce Recipient refreshes.
|
2019-10-04 10:52:43 -04:00 |
|
Greyson Parrelli
|
82b5d58d04
|
Fix threading issues in LiveRecipient.
|
2019-10-04 10:52:43 -04:00 |
|
Greyson Parrelli
|
0fa48540e1
|
Fix migration of old pending SMS sends.
|
2019-10-03 16:07:53 -04:00 |
|
Greyson Parrelli
|
bea21ed5ff
|
Further recipient insertion improvements.
|
2019-10-03 11:17:48 -04:00 |
|
Greyson Parrelli
|
b2d02d4ace
|
Add extra protections to recipient insertions.
|
2019-10-02 20:13:49 -04:00 |
|
Greyson Parrelli
|
066df77abf
|
Revert "Use recipientId's in ContactSelectionListAdapter."
This reverts commit 89e075c56e .
|
2019-10-02 19:26:24 -04:00 |
|
Greyson Parrelli
|
b38a3e6259
|
Remove unnecessary recipient resolves.
|
2019-10-02 19:16:59 -04:00 |
|
Greyson Parrelli
|
af96d11188
|
Pretty-print missing recipientId crashes.
|
2019-10-02 12:22:26 -04:00 |
|
Greyson Parrelli
|
5e1bef26ed
|
Fix display of profile names in FTS results.
|
2019-10-02 12:22:26 -04:00 |
|
Greyson Parrelli
|
95333eccd4
|
Cleanup bad recipients.
|
2019-10-02 12:22:26 -04:00 |
|
Greyson Parrelli
|
89e075c56e
|
Use recipientId's in ContactSelectionListAdapter.
|
2019-10-02 11:24:55 -04:00 |
|
Greyson Parrelli
|
d026498a8c
|
Use recipientId's in SearchRepository.
|
2019-10-02 11:24:55 -04:00 |
|
Greyson Parrelli
|
77ad1ea729
|
Prevent ConversationActivity recipientId crash.
|
2019-10-01 08:17:25 -04:00 |
|
Greyson Parrelli
|
bf667c0cfc
|
Revert "Add logging to track down ConversationActivity crash."
This reverts commit 447236ee38 .
|
2019-10-01 08:16:57 -04:00 |
|
Greyson Parrelli
|
447236ee38
|
Add logging to track down ConversationActivity crash.
|
2019-09-30 15:19:24 -04:00 |
|
Greyson Parrelli
|
ee9216df8a
|
Ensure group status is available in ConversationAdapter constructor.
|
2019-09-30 14:15:19 -04:00 |
|
Curt Brune
|
8f8f41f184
|
Localize call audio and video activation code
|
2019-09-28 00:16:09 -04:00 |
|
Greyson Parrelli
|
b03eccec33
|
Persist the JobFactory key after job migrations.
|
2019-09-27 14:18:15 -04:00 |
|
Greyson Parrelli
|
5805539deb
|
Revert "Potential MMS download fix for some users."
This reverts commit 1e375ec494 .
|
2019-09-27 14:02:01 -04:00 |
|
Greyson Parrelli
|
1e375ec494
|
Potential MMS download fix for some users.
Special thanks to @mdaniel
Fixes #8571
|
2019-09-26 18:32:28 -04:00 |
|
Greyson Parrelli
|
ee9acf2687
|
Show tooltip for swipe-to-reply.
|
2019-09-26 16:37:09 -04:00 |
|
Greyson Parrelli
|
1d8e85fcad
|
Updated the feel of swipe-to-reply.
|
2019-09-26 16:36:52 -04:00 |
|
Greyson Parrelli
|
4e2afa7362
|
Fix some more broken JobMigrations.
|
2019-09-26 11:18:04 -04:00 |
|
Greyson Parrelli
|
ced48d0788
|
Fix custom notification creation.
|
2019-09-25 18:58:21 -04:00 |
|
Greyson Parrelli
|
e273593343
|
Fix more possible JobMigration crashes.
|
2019-09-25 15:19:08 -04:00 |
|