Commit Graph

3974 Commits

Author SHA1 Message Date
Benoit Marty
f52bbac3cf Fix compilation issue and improve test. 2023-10-10 22:21:02 +02:00
ElementBot
7607f4f07b Update screenshots 2023-10-10 19:18:36 +00:00
Benoit Marty
187117926e SignedOutView: iterate on design. 2023-10-10 21:00:12 +02:00
Benoit Marty
352d89fdfb Import strings for SigneddOut module. 2023-10-10 20:09:05 +02:00
Benoit Marty
669e0a2ff5 Move SignedOut classes to their own module. 2023-10-10 20:05:07 +02:00
Benoit Marty
0ca144117a Fix test. 2023-10-10 10:20:49 +02:00
Benoit Marty
920626d260 Database version 4: add isTokenValid and loginType fields
Generate database with model version 4
2023-10-10 10:20:49 +02:00
Benoit Marty
4a79d1f7b2 Fix test compilation 2023-10-10 10:20:49 +02:00
Benoit Marty
039eda038e Code quality. 2023-10-10 10:20:49 +02:00
Benoit Marty
b136e504b2 Changelog 2023-10-10 10:20:49 +02:00
Benoit Marty
37f80d06b3 Fix compilation issue in sample app. 2023-10-10 10:20:49 +02:00
Benoit Marty
529872a4f2 Do not restore session with invalid token. 2023-10-10 10:20:31 +02:00
Benoit Marty
5faf706264 Add SignedOutNode, to handle session behind deleted from outside (no support for soft-logout) 2023-10-10 10:20:31 +02:00
Benoit Marty
0b3fcecbed SignedOut mode - WIP 2023-10-10 10:20:31 +02:00
Benoit Marty
fea1fe0f3c Map the new fields of SessionData. 2023-10-10 10:20:31 +02:00
Benoit Marty
87fa394b93 Need this now. 2023-10-10 10:20:31 +02:00
Benoit Marty
b930a1a573 Generate database with model version 3, to unit test database migration.
https://cashapp.github.io/sqldelight/1.5.4/multiplatform_sqlite/migrations/
2023-10-10 10:20:31 +02:00
Benoit Marty
58ab1c049a Use the ktx version of androidx.sqlite:sqlite 2023-10-10 10:20:31 +02:00
Benoit Marty
69ac38ed10 Fix compilation warning in tests. 2023-10-10 10:01:01 +02:00
Marco Romano
182511d92c Optimize use of blurhash algo in bloom modifier (#1509)
- Reduced to 20px the size of the bitmap we encode the blurhash from.
- Reduced the blurhash components from 5 to 4.

As per suggestions in: https://github.com/woltapp/blurhash#good-questions
2023-10-09 16:24:37 +02:00
Benoit Marty
876ca61e1f Merge pull request #1512 from vector-im/renovate/mobile-dev-inc-action-maestro-cloud-1.x
Update mobile-dev-inc/action-maestro-cloud action to v1.6.0
2023-10-09 14:18:58 +02:00
Benoit Marty
1717ed657f Merge pull request #1515 from vector-im/sync-localazy
Sync Strings
2023-10-09 12:44:36 +02:00
ElementBot
f8c1ca7063 Update screenshots 2023-10-09 09:05:24 +00:00
Benoit Marty
3ba2f11114 Merge pull request #1513 from vector-im/renovate/dependencyanalysis
Update dependency com.autonomousapps.dependency-analysis to v1.25.0
2023-10-09 10:57:29 +02:00
Marco Romano
049742b2cc Switch off enableOnBackInvokedCallback due to androidx bug (#1517)
Switch off `enableOnBackInvokedCallback` until https://issuetracker.google.com/issues/271303558 is fixed.


Fixes https://github.com/vector-im/element-x-android/issues/1461
2023-10-09 08:39:56 +00:00
bmarty
561aca7d82 Sync Strings from Localazy 2023-10-09 00:09:28 +00:00
renovate[bot]
20021345db Update dependency com.autonomousapps.dependency-analysis to v1.25.0 2023-10-08 01:20:48 +00:00
renovate[bot]
51969a2d85 Update mobile-dev-inc/action-maestro-cloud action to v1.6.0 2023-10-06 15:47:02 +00:00
Jorge Martin Espinosa
1bfe7b7224 Add more tests, particularly to the room list diffing (#1508)
* Add more tests to improve the covered area, particularly the room list diffing
2023-10-06 15:34:36 +02:00
jonnyandrew
fe4e3ba1da Add feature flag for voice messages (#1507) 2023-10-06 12:53:47 +00:00
ganfra
8526922587 Merge pull request #1482 from vector-im/renovate/appyx
Update appyx to v1.4.0
2023-10-06 12:08:27 +02:00
renovate[bot]
f490476a06 Update rnkdsh/action-upload-diawi action to v1.5.3 (#1505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 10:04:43 +00:00
ganfra
2c80eee840 Appyx : quick management of PermanentChild 2023-10-06 11:44:09 +02:00
Jorge Martin Espinosa
ae7c2257df Improve coverage in permalinks package (#1502)
* Improve coverage in permalinks package
2023-10-06 11:37:26 +02:00
Jorge Martin Espinosa
0502b21ff8 Fix: WebP images can't be sent as media. (#1501)
* Fix: WebP images can't be sent as media.

* Place the `BitmapFactory.Options` mode change and comment where it belongs.
2023-10-06 09:18:11 +00:00
renovate[bot]
e151e5351e Update wysiwyg to v2.14.1 (#1491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 08:03:20 +00:00
renovate[bot]
42b2cea768 Update dependency gradle to v8.4 (#1496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 08:38:36 +02:00
Benoit Marty
1923417be9 Merge pull request #1498 from vector-im/feature/bma/renderEmote
Render emote
2023-10-05 16:06:44 +02:00
Benoit Marty
5cb11e9cc9 Emote: format notification 2023-10-05 15:31:10 +02:00
Benoit Marty
3559b2ed4b Code review: improve API. 2023-10-05 15:28:38 +02:00
Benoit Marty
c116a44e0c Merge pull request #1495 from vector-im/renovate/compose.bom
Update dependency androidx.compose:compose-bom to v2023.10.00
2023-10-05 11:47:54 +02:00
Benoit Marty
0610306f9a Changelog 2023-10-05 11:43:50 +02:00
Benoit Marty
6c22ee3cec Render emote in the timeline: prefix with sender display name 2023-10-05 11:39:05 +02:00
Benoit Marty
d323554b2d avoid else in when statement. 2023-10-05 11:15:26 +02:00
Benoit Marty
a885989172 Emotes starts with * 2023-10-05 10:47:00 +02:00
Benoit Marty
19f011b19f Convert object to data object 2023-10-05 10:43:00 +02:00
renovate[bot]
cf4a86131a Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09 (#1493)
* Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09

* Fix deprecation issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-10-05 09:57:47 +02:00
Benoit Marty
46bb7ee6ce Merge pull request #1494 from vector-im/renovate/activity
Update activity to v1.8.0
2023-10-05 09:49:39 +02:00
Benoit Marty
1484e3df70 Merge pull request #1487 from vector-im/feature/bma/uiCleanup
Small cleanup
2023-10-05 09:01:57 +02:00
renovate[bot]
e8980f171a Update dependency androidx.compose:compose-bom to v2023.10.00 2023-10-04 20:16:49 +00:00