Greyson Parrelli
3e7dc79fe8
Remove unnecessary code now that minSdk is 21.
2023-01-17 14:30:48 -05:00
Greyson Parrelli
564b9f47ee
Add banner warning about API 19 deprecation.
2023-01-12 15:36:21 -04:00
Alex Hart
3543a5ea24
Update donations strings.
2023-01-11 14:18:24 -04:00
clark-signal
a3bc831346
Fix mentions in drafts being uneditable.
2023-01-11 14:18:24 -04:00
clark-signal
87c366223a
Load drafts from DB when opening conversation from notifications.
2023-01-11 14:18:15 -04:00
Alex Hart
396742f3ad
Add new chat bubble pulse.
2023-01-11 13:16:43 -04:00
Greyson Parrelli
e2fb65920c
Ensure SMS and MMS messages are sent appropriately.
2023-01-06 11:27:33 -05:00
Cody Henthorne
73e46053f0
Fix voice note crash when future failed.
2023-01-05 12:12:03 -05:00
Alex Hart
54d0df9a05
Ensure only a single story is displayed above the fold in bottom sheets.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
92b9fda6c7
Convert GroupTable to kotlin.
...
Also required converting some tests to mockk.
2023-01-01 23:05:02 -05:00
Greyson Parrelli
fecfd7cd78
Remove the rest of MmsSmsTable.
2022-12-31 13:43:12 -05:00
Greyson Parrelli
6cd6073bc7
Migrate most of MmsSmsTable.
2022-12-30 18:24:00 -05:00
Greyson Parrelli
f149c0adb9
Remove MmsSmsColumns.
...
All the columns got moved to MessageTable.
I kept the types though and renamed the class to MessageTypes because
it's a lot of boring domain-specific code.
2022-12-30 16:54:49 -05:00
Cody Henthorne
06b414f4ef
Add call disposition syncing.
2022-12-30 16:54:49 -05:00
Greyson Parrelli
d83ef56ab1
Remove SmsMessageRecord.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
a84a9c5381
Fetch isQuoted status in bulk during conversation load.
...
Improves overall time to load a page of messages by ~50%.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
c6f29fc950
Migrate queued jobs during SMS migration.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
3850c9c89d
Remove isMms from MessageId.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
60ae883df6
Rename SignalDatabase.sms/mms to SignalDatabase.messages
2022-12-30 15:11:56 -05:00
Greyson Parrelli
a7e3bdc892
Rename OutgoingMediaMessage -> OutgoingMessage.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
9b60bd9a4b
Remove OutgoingTextMessage and PushTextSendJob.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
e9d98b7d39
Migrate SMS messages into the MMS table.
2022-12-30 15:11:56 -05:00
Cody Henthorne
3ce5a7da67
Fix emoji toggle behavior when in emoji search mode.
...
When in emoji search, toggle would be set to "emoji" state or
act like in "emoji" state. Fix is to show "keyboard" state still
when in emoji search.
2022-12-16 15:22:04 -05:00
Cody Henthorne
c5b4f44ab8
Fix various compiler warnings.
2022-12-16 15:22:04 -05:00
Cody Henthorne
c56e63d62f
Convert OutgoingMediaMessage and it's couterparts to kotlin.
2022-12-16 15:22:04 -05:00
Cody Henthorne
fb0aa55cbb
Fix instrumentation tests by forcing channel id usage to init channels.
2022-12-16 15:22:04 -05:00
Greyson Parrelli
f207a82d2f
Show smaller quote chains within larger quote chains.
2022-12-08 12:07:02 -04:00
Cody Henthorne
56f6888d49
Update kotlin to 1.7.20
2022-12-08 12:07:02 -04:00
Greyson Parrelli
fc8cf2957f
Convert DraftTable to kotlin.
2022-12-08 12:07:02 -04:00
Ehren Kret
2ef6f78d39
Remove some unused code in ConversationAdapter.
2022-12-07 13:03:02 -05:00
Cody Henthorne
1764b21214
Fix crash when opening notification settings.
2022-12-06 13:11:22 -05:00
Alex Hart
9f166105a6
Remove tinting when forwarding content.
2022-12-02 11:04:31 -04:00
Cody Henthorne
e8f39e8f71
Fix in-chat payment view not updating properly.
2022-11-30 19:58:47 -05:00
Greyson Parrelli
7949996c5c
Renamed database classes to table classes.
...
Because they're not databases. They're tables.
2022-11-30 17:10:36 -05:00
Nicholas
b190f9495a
Only show "Delete Everywhere" with linked devices.
...
This applies to Note To Self.
2022-11-30 17:10:36 -05:00
Cody Henthorne
dfb913cb98
Fix thread update with drafts bugs.
...
* Fix thread not updating correctly when drafts are present.
* Fix thread delete bug during first message drafting.
2022-11-30 17:10:36 -05:00
Greyson Parrelli
81c10a1eae
Lazily initialize NotificationChannels.
2022-11-30 17:10:36 -05:00
Alex Hart
04e8235cfc
Add group stories education sheet.
2022-11-17 12:35:17 -04:00
Cody Henthorne
52a5fb8ea2
Fix crash when showing a message with a button without media.
2022-11-15 16:26:19 -04:00
Cody Henthorne
1dc29fda12
Add in-chat payment messages.
2022-11-10 16:58:25 -05:00
Alex Hart
9d71c4df81
Refactor a large portion of the payments code to prep it for PayPal support.
2022-11-10 16:58:25 -05:00
Nicholas
f96c31b38f
Always allow remote delete in note to self.
2022-11-09 19:26:48 -05:00
Nicholas
67b6cd164e
Manually dismiss keyboard on forwarding messages.
2022-11-07 12:23:26 -05:00
Alex Hart
ffeb60fcdd
Update tooltip to Material3 spec.
2022-11-02 15:31:52 -04:00
Cody Henthorne
99a516f8e5
Fix gv1 migration reminder bug.
...
Fixes #12554
2022-11-02 15:31:52 -04:00
Cody Henthorne
77beeda62a
Add in-chat payment activation requests.
...
Co-authored-by: Varsha <varsha@mobilecoin.com >
2022-11-02 15:31:52 -04:00
elena
f119496da4
Fix back button behaviour in bubbles.
...
Fixes #12563
2022-11-02 15:31:52 -04:00
Nicholas
bae070e60e
Remove old MediaPreviewActivity.
2022-10-31 09:23:11 -04:00
Alex Hart
6f46e9000b
Permanent attachment failure.
...
Co-authored-by: Cody Henthorne <cody@signal.org >
2022-10-27 16:33:33 -04:00
Greyson Parrelli
9de6c44b16
Fix an issue with sharing file attachments into the app.
2022-10-25 16:48:39 -03:00