Cody Henthorne
4bdb367c19
Fix thumbnail being shown for reaction notifications.
2021-04-15 10:02:53 -04:00
Greyson Parrelli
b3aa25ad59
Updated language translations.
2021-04-14 18:50:15 -04:00
Greyson Parrelli
cdddfd37d2
Dynamically respond to notificationsV2 feature flag.
...
We were only reading it once, possibly before the flags were
initialized. This lets us be more responsive to the flag changing within
an application cycle.
2021-04-14 18:50:15 -04:00
Cody Henthorne
2547db2a8e
Revert "Prevent changes to conversations while device is unregistered."
...
This reverts commit ed8edb5aee
.
2021-04-14 18:02:57 -04:00
Cody Henthorne
9363f0ebb4
Prevent NPE in safety number change dialog.
2021-04-14 17:28:07 -04:00
Cody Henthorne
8d6d8019fe
Fix NPE in ComposeText.
2021-04-14 16:33:01 -04:00
Greyson Parrelli
99fc75eeda
Updated language translations.
2021-04-14 15:55:17 -04:00
Cody Henthorne
ec63dd704a
Mark previous messages in thread as read when receiving a read sync message.
2021-04-14 15:50:40 -04:00
Cody Henthorne
d46a9f6d1d
Rename Messages notification group and channel.
2021-04-14 15:50:40 -04:00
Christian
4b7d87c6bc
Display GroupV1MigrationEvent as ActionMessage in conversation MenuState
2021-04-14 15:50:40 -04:00
Cody Henthorne
9c5a0ba7eb
Hide message in notification when pending message request approval.
2021-04-14 15:50:40 -04:00
Greyson Parrelli
e461625da4
Add Log.internal()
2021-04-14 15:50:40 -04:00
Cody Henthorne
c393cd655d
Fix bad notification state with in-thread reaction notifications.
2021-04-14 15:50:40 -04:00
Cody Henthorne
ed8edb5aee
Prevent changes to conversations while device is unregistered.
2021-04-14 15:50:40 -04:00
Cody Henthorne
5df1fa3c65
Move contact join events to separate channel.
2021-04-14 15:50:40 -04:00
Cody Henthorne
e796968d19
Add new notification system.
2021-04-14 15:50:40 -04:00
Greyson Parrelli
69870eb229
Updated language translations.
2021-04-13 15:07:21 -04:00
Greyson Parrelli
670aed2074
Move ViewOnceMessageManager and ExpiringMessageManager to AppDependencies.
2021-04-13 14:49:32 -04:00
Greyson Parrelli
0020c7c6dc
Clear storageIDs from recipient rows with bad data.
...
TBH this shouldn't affect external users. I believe this bad data was
only experienced internally a long time ago. But we want to make sure we
don't continue to sync that bad data, so we're just stripping the
storageID's from it.
2021-04-13 12:13:05 -04:00
Greyson Parrelli
20b98122c1
Send an empty group sync when linking devices if no groups exist.
2021-04-13 11:35:42 -04:00
Greyson Parrelli
35c102aa98
Fix issues with StorageSyncV2 bookkeeping.
...
1. I screwed up the comparators in the record processor. Pretty bad, glad this was caught.
2. Previously I was sort of keeping track of which local-only records were accounted for while I was merging, and then hoping everything worked out in the end. Now I just very directly take some set differences and retrieve the appropriate records, so it's clear that we should never fail certain validations.
3. Rev's the feature flag so we don't turn on something broken.
2021-04-13 11:32:24 -04:00
Cody Henthorne
fb316a22c6
Remove noisy log statement from DirectoryHelper.
2021-04-13 09:34:34 -04:00
Greyson Parrelli
5342af60cb
Set archived when merging contact records.
2021-04-13 00:53:23 -04:00
Greyson Parrelli
4ba3104bf3
Updated language translations.
2021-04-12 12:32:11 -04:00
Cody Henthorne
eda2b87a57
Prevent race condition when closing/reopening message receiver.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
ac0216d916
Only allow emojis as reactions.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
d0986383ad
Make some assets smaller.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
e096ba27ce
Sync mute status via storage service.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
25ce2a649a
Write additional storage validations based on previous manifest.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
0e200b1fb6
Rewrite storage service change processing.
2021-04-12 12:25:09 -04:00
Alex Hart
552b19cbb0
Revert "Temporarily block payments for all regions."
...
This reverts commit 06ed124057
.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
d9147874dd
Updated language translations.
2021-04-12 11:49:10 -04:00
Alex Hart
06ed124057
Temporarily block payments for all regions.
2021-04-12 09:46:35 -03:00
Alan Evans
20bb07e829
Updated language translations.
2021-04-09 16:59:21 -03:00
Alan Evans
53b6cc21b1
Make call to desugared classes from ApplicationContext indirect for API19.
...
Fixes #11185
2021-04-09 16:48:49 -03:00
Alan Evans
9ebb150b68
Updated language translations.
2021-04-09 15:19:02 -03:00
Alan Evans
4ae7312c7f
Use correct currency position for all locales.
2021-04-09 12:33:16 -03:00
Alan Evans
113393de8f
Enforce upper bound on MobileCoin/fiat entry.
2021-04-09 11:17:50 -03:00
Greyson Parrelli
5daa027c10
Disallow SMS/MMS sends to UUID-only recipients.
2021-04-09 10:13:00 -04:00
Alan Evans
1259da01a5
Updated language translations.
2021-04-08 19:27:38 -03:00
Alex Hart
86a8cd29e5
Fix issue preventing user from entering fiat value.
2021-04-08 12:00:41 -03:00
Alex Hart
bfc84d50dd
Always show scrollbar on create payment screen if there is scrollable content.
2021-04-08 11:39:31 -03:00
Alan Evans
af060f52e1
Place fee after estimated fiat.
2021-04-08 09:45:29 -03:00
Alex Hart
f87fc1d639
Fix activate getting cut off in activation dialog.
2021-04-08 09:13:09 -03:00
Alan Evans
d4f11867a8
Updated language translations.
2021-04-07 19:31:28 -03:00
Alan Evans
759f30244a
Remove unnecessary sorts.
2021-04-07 18:02:55 -03:00
Greyson Parrelli
fcc49ae7b6
Limit the directory refresh in response to system contact changes.
...
Previously, we would do a full directory/CDS refresh in response to any
change in system contacts. That can be expensive.
This changes the behavior to look at how many new contacts there after
being notified of a contact change.
- If there aren't any, we just sync names and stuff.
- If we just have a few new contacts, we'll sync just those specifically.
- If we have a lot, we'll do a full sync.
2021-04-07 17:45:51 -03:00
Alex Hart
1aa8e9753d
Fix aspect ratio with info icon on API 21 devices.
2021-04-07 17:45:51 -03:00
Alex Hart
f400504898
Fix issue where formatted mnemonic with newlines would fail even though it looks correct.
2021-04-07 15:32:38 -03:00
Alex Hart
41e6097ac5
Fix issue resulting in crash when re-entering Recovery Phrase screen.
2021-04-07 15:10:50 -03:00