Commit Graph

27 Commits

Author SHA1 Message Date
M. Thiercelin 1927ef9744
Key transparency: migrate address DBs. 2023-04-17 09:31:02 +02:00
Neil Marietta 529b49f32c chore(user-settings): Migration OrganizationDatabase.MIGRATION_2. 2023-04-04 10:35:44 +00:00
Neil Marietta 2f7c757096 feat: Added Observability support (Core 9.12.0). 2023-02-24 15:23:04 +01:00
Neil Marietta 7e4dee353e feat: Added Unauthenticated Session support.
chore: Upgraded Core to 9.9.0.
chore: Upgraded Core Gradle Plugins to 1.1.2 (Detekt update).
2023-01-26 16:57:21 +00:00
Zorica Stojchevska b5fdae3a68 Adding authenticity badge for emails sent from Proton to user 2023-01-23 19:34:28 +00:00
Zorica Stojchevska 9c6f537c73 revert uniqueness of attachment filename 2022-12-30 13:58:14 +01:00
Zorica Stojchevska 09f5df848e Changes primary key of attachments table 2022-12-29 13:17:12 +00:00
Zorica Stojchevska 2bfbea48c9 Attachments upload shouldn't be canceled midway
This creates a discrepancy where server ends up with more attachments
tied to a message than client, because on their end upload succeeded but
 we never handle the result.
2022-12-28 14:35:30 +01:00
dkadrikj 4fec58b1f0 Update Core to 9.1.2 2022-10-26 13:58:28 +00:00
Neil Marietta 9fb9f43c70 Upgraded Core to 9.0.0.
Added DB Migrations.
Removed unnecessary HumanVerification/MissingScope handling.
2022-10-04 14:20:21 +02:00
Zorica Stojchevska aad3d05067 Order messages in SCHEDULED folder by oldest first 2022-09-28 14:51:40 +02:00
Zorica Stojchevska 1a456f1db9 Updated core libs to 8.4.0 2022-07-06 10:55:26 +00:00
Davide Farella 42f0fe6202 Add AppDatabase schema version 6 2022-05-23 21:01:57 +00:00
Davide Farella bc749c0f2f Bump MessageDatabase.kt [15] -> [16]
Bump Room [2.3.0] -> [2.4.2]

MAILAND-2380
2022-04-07 16:25:58 +02:00
Davide Farella 205aa715ce Add Message.flags
MAILAND-2830
2022-04-07 16:25:58 +02:00
Davide Farella 5b4f1ea9a3 Add PendingActionDatabase schema 4.json
MAILAND-1498,
MAILAND-2819
2022-03-31 16:26:12 +02:00
Maciej Surmacz 18d3ea1ac5 Updates the core libs to 7.1.6 2022-03-29 11:10:41 +02:00
Maciej Surmacz 7eb3a08ff9 Removes unused code related to pending drafts
MAILAND-2789
2022-03-24 10:34:19 +00:00
Zorica Stojchevska 6893edd114 Add AppDatabase 4.json latest 2022-03-15 15:35:20 +01:00
Davide Farella d08ff04901 Add AppDatabase 4.json and MessageDatabase 15.json 2022-03-15 15:35:20 +01:00
Davide Farella 5b03576d3e Add AppDatabase 4.json and MessageDatabase 15.json 2022-03-08 17:45:17 +01:00
Neil Marietta 222c0b0039 Upgrade to core 7.1.0. 2022-03-01 09:53:17 +01:00
Vincent Brison e1d99f027d Setup Human Verification v3, bump Core libs to 4.1.0
To replace by stable core release when available.
2021-12-29 09:57:59 +01:00
Neil Marietta 03c5958c5d Updated Proton Core version to 3.0.0.
Optimized User/Address/Key retrieval.
Added MIGRATION_2_3.
2021-12-10 15:10:06 +00:00
stefanija 1a1c466afe Remove isDeleted attribute from Message class
This attribute is not necessary and in this commit it is removed. When
performing a delete action the message is now deleted from the DB
instead of being marked as deleted.

MAILAND-2610
2021-12-01 19:19:35 +01:00
Neil Marietta 0e842572e9 Added AppDatabase MIGRATION_1_2. 2021-10-21 15:22:39 +02:00
Maciej Surmacz 7fa4bda500 Adds the room database schemas 2021-10-21 11:52:36 +02:00