akwizgran
35bdb8075f
Add feature flag for self-destructing messages.
2021-03-01 17:57:05 -03:00
Torsten Grote
f9d312a632
Replace all messages when re-loading
...
to ensure that messages deleted in the meantime get removed
2021-03-01 17:57:05 -03:00
Torsten Grote
dd93c6852e
Remove auto-deleted messages immediately from conversation
2021-03-01 17:57:05 -03:00
Torsten Grote
5c4d971873
Replace MessagesCleanedUpEvent with ConversationMessagesDeletedEvent
2021-03-01 17:57:04 -03:00
akwizgran
1d9acc7425
Wait for events to be delivered before continuing with test.
2021-03-01 17:57:04 -03:00
akwizgran
6738287a83
Log how long it takes to deliver private messages and attachments.
2021-03-01 17:57:04 -03:00
akwizgran
ea4f763a55
Remove redundant call to getAutoDeleteTimer().
2021-03-01 17:57:03 -03:00
akwizgran
9d027fb250
Check group counts in AutoDeleteIntegrationTest.
2021-03-01 17:57:03 -03:00
akwizgran
b56a9beb1d
Include legacy messages when recalculating group count.
2021-03-01 17:57:03 -03:00
akwizgran
1083507752
Delete private messages when their timers expire (needs UI support).
2021-03-01 17:57:02 -03:00
akwizgran
0d2137f0f8
Move ConversationManagerImpl to conversation package.
2021-03-01 17:57:02 -03:00
akwizgran
f9ddb3a3a4
Set default timer duration to 1 minute for testing.
2021-03-01 17:57:02 -03:00
akwizgran
539198026d
Update javadoc to explain that a new timer can be set.
2021-03-01 17:57:01 -03:00
akwizgran
d84fb0e761
Pass message IDs to cleanup hooks in batches.
2021-03-01 17:57:01 -03:00
akwizgran
7bf07b3b84
Group messages by group ID when fetching them from database.
2021-03-01 17:57:01 -03:00
akwizgran
e4da7968e3
Throw an exception if no cleanup hook was registered.
2021-03-01 17:57:00 -03:00
akwizgran
f0e4e3c164
Remove copypasta.
2021-03-01 17:57:00 -03:00
akwizgran
fac4132289
Add comment to explain that starting timer may be a no-op.
2021-03-01 17:57:00 -03:00
akwizgran
917da9ce36
Stop the timer if no hook has been registered.
2021-03-01 17:56:59 -03:00
akwizgran
e9249a9463
Add javadocs for CleanupManager and CleanupHook.
2021-03-01 17:56:59 -03:00
akwizgran
ec0a59db01
Simplify deadline comparison logic.
2021-03-01 17:56:59 -03:00
akwizgran
7e62d2aeff
Stop the cleanup timer if the hook returns false.
2021-03-01 17:56:58 -03:00
akwizgran
3d8826cef9
Add cleanup manager.
2021-03-01 17:56:58 -03:00
akwizgran
6113b4ebee
Query message IDs rather than metadata when only IDs are needed.
2021-03-01 17:56:58 -03:00
Torsten Grote
00e3e64495
Add support for showing auto-delete timers in minutes
2021-03-01 17:56:57 -03:00
Torsten Grote
115724a0a4
Show actual auto-delete timer duration in UI
...
(only days and hours for now)
2021-03-01 17:56:57 -03:00
Torsten Grote
0a92f0516f
Show outgoing message status icon in same color as time
2021-03-01 17:56:57 -03:00
Torsten Grote
cc09a6deb2
Fix bomb icon color
...
in incoming image messages without text (on old phones)
2021-03-01 17:56:56 -03:00
Torsten Grote
5888775300
Get rid of SENDING state and publish new live data in order on UiThread
2021-03-01 17:56:56 -03:00
Torsten Grote
712f0f7cd9
Return LiveData when sending message
2021-03-01 17:56:56 -03:00
Torsten Grote
0d3f531545
Show warning dialog when auto-delete timer has changed since starting to compose message
2021-03-01 17:56:55 -03:00
Torsten Grote
b02629bf34
Add "Tap to learn more" to message bubbles for timer changes
2021-03-01 17:56:55 -03:00
akwizgran
b6693071f9
Provide clock for UI tests.
2021-03-01 17:56:55 -03:00
akwizgran
ff739e1982
Add some comments.
2021-03-01 17:56:54 -03:00
akwizgran
47fa7ccc81
Sync acks for initial messages when setting up integration tests.
2021-03-01 17:56:54 -03:00
akwizgran
1cf1e8b617
Allow time travel in integration tests.
2021-03-01 17:56:54 -03:00
akwizgran
b012f0991f
Inject DefaultTaskSchedulerModule.EagerSingletons at startup in headless app.
2021-03-01 17:56:53 -03:00
akwizgran
1b7a1de881
Refactor integration tests to allow clock to be replaced.
2021-03-01 17:56:53 -03:00
Sebastian Kürten
8510fc80c9
Introduce conversation settings screen
2021-03-01 17:20:33 -03:00
Torsten Grote
5ae2a37d37
Create group invitation with read-write transaction
...
because the AutoDeleteManager needs to change the DB
and otherwise crashes.
Closes #1863
2021-03-01 17:20:33 -03:00
Torsten Grote
b032a84902
Make view state of text send UI easier to reason about
...
and fix bugs with bomb badge and hint display
2021-03-01 17:20:32 -03:00
Torsten Grote
f6414b5ca1
Show bomb badge in same style as send button
2021-03-01 17:20:32 -03:00
Torsten Grote
c5669bece5
Show a bomb badge on the send button when disappearing messages is active
2021-03-01 17:20:32 -03:00
Torsten Grote
8c76db6216
Use a different hint in conversation when message will disappear
...
and keep the hint updated when the auto-delete timer changes
2021-03-01 17:20:31 -03:00
Torsten Grote
370fe7601d
Broadcast event when auto delete timer is mirrored
2021-03-01 17:20:31 -03:00
Torsten Grote
55de9859e0
Remove mirrored timer texts
...
as we can't detect reliably if a timer setting was mirrored or manually changed.
Also remove item update optimization from adapter as this can cause issues when items already exist.
2021-03-01 17:20:31 -03:00
Torsten Grote
06a8086502
Show timer change notices in private conversations
2021-03-01 17:20:30 -03:00
Torsten Grote
5522929b9b
Allow setting a self-destruct timer
...
This is a rough prototype of #1837 meant to make testing the UI easier.
2021-03-01 17:20:30 -03:00
akwizgran
50d4f825c8
Use Collections.sort() to satisfy Animal Sniffer.
2021-03-01 17:20:30 -03:00
akwizgran
6cc225ec22
Add integration tests for timer mirroring.
2021-03-01 17:20:29 -03:00