emir-signal
b42dcece48
Add support for call link epochs.
2025-07-10 09:12:48 -03:00
Cody Henthorne
f540886bb8
Attempt to resend pending messages if job creation failed.
2025-07-01 13:02:03 -04:00
Sagar
479632d6a8
Fix message info screen updates.
2025-04-24 15:55:39 -04:00
Sagar
d13a803dcd
Fix resend button visibility logic.
2025-04-24 15:55:39 -04:00
Alex Hart
f1985cf506
Reimplement main activity toolbars in compose.
2025-03-31 14:44:06 -04:00
Michelle Tang
886bebb088
Update message request states for 1:1 and groups chats.
2025-02-20 16:25:41 -05:00
Cody Henthorne
40665aa412
Prevent accidental copy of date received in message details screen.
2025-02-05 16:55:11 -05:00
Alex Hart
719ae72270
Add MediaNoLongerAvailable wiring.
2024-10-31 15:29:28 -03:00
Nicholas Tinsley
5171986aca
Wire up voice note playback on Message Details Screen.
2024-08-22 12:58:33 -07:00
Nicholas Tinsley
75c84c452b
Convert MessageDetailFragment to Kotlin.
2024-08-22 12:58:33 -07:00
Greyson Parrelli
8932eef991
Convert some SignalServiceAttachment* classes to kotlin.
2024-08-08 12:19:01 -07:00
Greyson Parrelli
d698f74d0b
Rename FeatureFlags -> RemoteConfig.
2024-06-24 15:04:02 -04:00
Greyson Parrelli
b6a4e1f145
Rewrite the AppDependencies system.
2024-06-05 15:46:00 -04:00
mtang-signal
cd03da54d5
Fix note to self message detail text.
2024-04-18 16:24:13 -04:00
Greyson Parrelli
6854f7eb2a
Add an 'internal details' screen for message details.
2024-03-27 15:54:35 -04:00
Jameson Williams
ec96b4e3aa
Update Glide to use ksp, drop kapt.
...
Resolves #13381
2024-01-31 22:12:17 -05:00
Greyson Parrelli
b540b5813e
Setup backupV2 infrastructure and testing.
...
Co-authored-by: Clark Chen <clark@signal.org >
2023-12-04 16:18:56 -05:00
Greyson Parrelli
e80b7cf0a2
Store receipt fields as booleans instead of counts.
2023-11-15 17:02:21 -05:00
Cody Henthorne
9ed3e8befb
Fix infinite spinner on scheduled link preview bug.
2023-09-11 17:07:12 -03:00
Nicholas
11cfe5ee82
Upgrade to AndroidX Media3.
2023-08-16 10:26:32 -04:00
Alex Hart
4f1d021aa8
Fix crash when accessing message edit history in details fragment.
2023-07-21 10:11:27 -03:00
Cody Henthorne
ec25831a37
Fixes for CFv2.
...
- Status bar color being incorrect when entering a screen that changes it and then returning (e.g., Message Details)
- Fix crash in enter sends mode
- Fix warning about non-closed cursor
- Prevent message abandonment (via trim thread) when it's the first in an inactive thread
- Fix payment attachment button flashing on attachment keyboard open if payments disabled
- Fix reactionDelegate crash
- Fix attachment preview (file, mp3, location, etc) not getting cleared on send
2023-07-20 13:50:32 -04:00
Clark
c26f54161d
Use original message id for edit message history.
2023-05-24 11:29:59 -04:00
Alex Hart
30fc6d94c5
Flesh out event listeners and add load sequencing to CFV2.
2023-05-05 12:48:53 -03:00
Greyson Parrelli
c868098042
Fix 'Sent from' section in message details.
2023-05-01 13:13:13 -04:00
Clark
07f6baf7c1
Add message editing feature.
2023-04-20 13:50:12 -04:00
Greyson Parrelli
279ad7945e
Move to defined from_recipient_id and to_recipient_id columns on message table.
2023-04-20 13:50:11 -04:00
Greyson Parrelli
fecfd7cd78
Remove the rest of MmsSmsTable.
2022-12-31 13:43:12 -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
e9d98b7d39
Migrate SMS messages into the MMS table.
2022-12-30 15:11:56 -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
Cody Henthorne
1dc29fda12
Add in-chat payment messages.
2022-11-10 16:58:25 -05:00
Alex Hart
a15e97cc06
Filter story info to just the relevant people in that specific dlist.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2022-10-24 20:48:20 -03:00
Alex Hart
83d1ab2eb5
Fix crash in processing of distribution list recipients.
2022-10-11 14:46:35 -04:00
Veniamin Vynohradov
c131fb500d
Add 'detailed' conversation style to show full file names.
...
Fixes #12442
Closes #12463
2022-10-11 14:46:35 -04:00
Alex Hart
2041756513
Story info page should mirror message details.
2022-10-07 18:45:11 -04:00
Alex Hart
26bebb9811
Upgrade several AndroidX Libraries.
...
AppCompat 1.2.0 to 1.5.1
Lifecycle 2.3.1 to 2.5.1
Navigation 2.3.5 to 2.5.2
Fragment 1.3.5 to 1.5.2
Annotations 1.2.0 to 1.4.0
Window 1.0.0-alpha09 to 1.0.0
AAPT2 to 7.0.4
Fragment-Testing 1.3.5 to 1.5.2 (matching Fragment)
2022-09-14 15:30:43 -04:00
Alex Hart
7a0f4fafe2
Implement new Safety Number Changes bottom sheeet.
2022-07-11 13:35:53 -03:00
Cody Henthorne
d01df9f053
Fix message details expires in countdown.
2022-07-11 13:35:53 -03:00
Cody Henthorne
4215b0391d
Fix leak in Message Details for disappearing messages.
2022-06-29 15:32:25 -04:00
Greyson Parrelli
6ec7834046
Add the ability to see replies.
2022-06-28 15:42:15 -04:00
Alex Hart
2eb933c2d4
Implement animated color lerp for material toolbars.
2022-06-14 15:20:42 -04:00
Alex Hart
af32e156c2
Update message details fragment with material3 spec.
2022-06-06 12:12:13 -03:00
Alex Hart
1b471e163d
Implement new Material3 spec.
2022-06-02 11:52:10 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Greyson Parrelli
83215bb98f
Additional work on not sending to blocked recipients.
2022-03-08 10:41:37 -04:00
clauz9
eb12395b8e
Do not send to blocked recipients.
2022-03-08 10:41:37 -04:00
Alex Hart
fb1ba5a13e
Fragmentize MessageDetails.
2022-02-16 14:12:34 -05:00
Cody Henthorne
1692caeab7
Fix crash with disappearing messages while viewing message details.
2022-02-16 14:12:34 -05:00