Greyson Parrelli
|
3bdf2e7e2c
|
Add a system to improve app foreground observation.
There was previously a crash that occurred when multiple threads tried to use ProcessLifecycleOwner, and this will hopefully resolve that.
|
2021-02-08 15:37:45 -05:00 |
|
Greyson Parrelli
|
30563ed3e5
|
Allow using a proxy during registration.
|
2021-02-02 20:32:52 -05:00 |
|
Greyson Parrelli
|
46344776a4
|
Add UI support for configuring a proxy.
|
2021-02-02 16:42:47 -05:00 |
|
Greyson Parrelli
|
cdd7b2deb9
|
Improve and streamline Application#onCreate.
|
2021-01-06 17:03:20 -04:00 |
|
Greyson Parrelli
|
9f8e31db78
|
Change WebsocketDrainedConstraint to DecryptionsDrainedConstraint.
|
2020-12-08 18:10:04 -05:00 |
|
Greyson Parrelli
|
8e93bf9075
|
Create a core-util module with some common utilities.
|
2020-12-05 13:44:13 -05:00 |
|
Greyson Parrelli
|
e89285a219
|
Reduce log noise.
|
2020-09-23 16:54:38 -04:00 |
|
Greyson Parrelli
|
190ca9eddd
|
Have DatabaseFactory.getSmsDatabase() return MessageDatabase.
Slowly moving towards a single interface.
|
2020-08-24 11:16:41 -03:00 |
|
Greyson Parrelli
|
662f0b8fb6
|
Improve detection of websocket drained status.
Will now work when you lose and regain network. Also removes the
unnecessary InitialMessageRetriever.
|
2020-07-21 10:38:42 -04:00 |
|
Greyson Parrelli
|
bd078fc883
|
Handle UUID-only recipients and merging.
|
2020-07-19 09:32:16 -04:00 |
|
Greyson Parrelli
|
d70c33d20f
|
Add support for mark as unread.
|
2020-05-29 19:14:37 -04:00 |
|
Greyson Parrelli
|
6b2e000e61
|
Prevent waiting for old queues in our retrieval strategies.
|
2020-05-29 19:14:37 -04:00 |
|
Greyson Parrelli
|
3a06412cd8
|
Throttle notifications when doing the intial message fetch.
|
2020-05-29 09:51:21 -04:00 |
|
Greyson Parrelli
|
1cd6b58ece
|
Don't enqueue duplicate PushDecryptMessageJobs.
|
2020-05-29 09:51:21 -04:00 |
|
Greyson Parrelli
|
ea8e13b1c8
|
Create a WebsocketDrainedConstraint.
|
2020-05-29 09:51:21 -04:00 |
|
Greyson Parrelli
|
a299bafe89
|
Create a new system for fetching the intial batch of messages.
|
2020-05-29 09:51:21 -04:00 |
|