Maxime NATUREL
8cd7b0744a
Verification process for the current Session
2022-09-20 10:45:46 +02:00
Maxime NATUREL
5759a0f7da
Adding click listeners on verify button
2022-09-20 10:45:46 +02:00
Maxime NATUREL
81beccdd8e
Adding changelog entry
2022-09-20 10:45:46 +02:00
Benoit Marty
b7c63907ea
Merge pull request #7108 from vector-im/feature/bma/trybuildjet
...
Use `buildjet-4vcpu-ubuntu-2204` runner instead of `macos-latest` to …
2022-09-20 09:51:46 +02:00
Benoit Marty
d8ff688e76
Fix typo in changelog.
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2022-09-20 09:51:22 +02:00
Nikita Fedrunov
b4f7302057
release notes screen now properly shown on update to a version with app layout labs flag enabled by default ( #7175 )
2022-09-19 22:35:15 +02:00
Nikita Fedrunov
6da6f6a7f4
add qr code option to home screen menu ( #7177 )
2022-09-19 22:34:56 +02:00
Eric Decanini
7d2cbf5263
Merge pull request #7166 from vector-im/feature/eric/enable-app-layout-labs
...
Enables New App Layout in Labs
2022-09-19 13:35:40 -04:00
Benoit Marty
aa010dedff
Try to upload integration test report log
2022-09-19 18:36:01 +02:00
Benoit Marty
0c28384ece
Create AVD and generate snapshot for caching. Also force AVD creation when no cache hit
2022-09-19 18:12:19 +02:00
Florian Renaud
b4ca16735d
Merge pull request #7125 from vector-im/feature/fre/start_dm_loading
...
Deferred DM - Add a loading wheel while creating the DM
2022-09-19 17:04:56 +02:00
Benoit Marty
0e45494c11
Comment out `continue-on-error: true`
...
It does not mark the build as failed.
2022-09-19 16:26:38 +02:00
Florian Renaud
5e504942ca
Delete the local read receipts when deleting the local rooms
2022-09-19 15:58:14 +02:00
Florian Renaud
648498e2de
Move local room check from UpdateBreadcrumbsTask to RoomService
2022-09-19 15:58:14 +02:00
Florian Renaud
8999b40c1a
Add action for local rooms deletion
2022-09-19 15:58:14 +02:00
Florian Renaud
df3fd6f691
Remove unused import
2022-09-19 15:58:14 +02:00
Florian Renaud
c28271dd8b
Add changelog
2022-09-19 15:58:14 +02:00
Florian Renaud
14d2aec506
Start DM - Handle the local rooms within the new AppLayout
2022-09-19 15:58:14 +02:00
Florian Renaud
3c68222fd7
Do not save local room into recent rooms
2022-09-19 15:58:14 +02:00
Onuray Sahin
72cc0deda2
Add changelog.
2022-09-19 16:45:52 +03:00
Nikita Fedrunov
830e5ffa9f
room summary now has constant height ( #7145 )
2022-09-19 15:22:16 +02:00
Onuray Sahin
2ad0cd46bb
Fix unit tests.
2022-09-19 16:18:30 +03:00
Onuray Sahin
ec9843fb53
Fix unverified session detection logic.
2022-09-19 15:38:02 +03:00
Onuray Sahin
7db222af0c
Render security recommendation sessions.
2022-09-19 15:37:13 +03:00
Benoit Marty
bf493f27ae
Revert to `buildjet-4vcpu-ubuntu-2204`
2022-09-19 14:31:35 +02:00
Benoit Marty
0fea172154
Merge pull request #7169 from vector-im/feature/bma/fix_dependencies_regression
...
Fix regression on our dependency, due to merge of #6788 .
2022-09-19 14:29:42 +02:00
Onuray Sahin
5902c9cd83
Merge pull request #7046 from vector-im/feature/ons/device_manager_filter
...
[Device Manager] Filter Other Sessions (PSG-684)
2022-09-19 14:24:42 +03:00
Onuray Sahin
740b69d48c
Make other sessions view dynamic.
2022-09-19 13:42:30 +03:00
Benoit Marty
e2d131fc4f
Move xml resource in the module where they are used to avoid lint false positive `UnusedResources` issues.
2022-09-19 11:56:40 +02:00
NIkita Fedrunov
237da2ce22
changed app layout flag for all_test
2022-09-19 11:08:25 +02:00
Onuray Sahin
32d7516dcb
Merge branch 'develop' into feature/ons/device_manager_filter
2022-09-19 12:02:22 +03:00
Benoit Marty
c91ba06285
Fix lint warnings, some code has vanished dur to the rebasing of the branch...
2022-09-19 10:50:15 +02:00
Benoit Marty
874bcc117a
Fix regression on our dependency, due to merge of #6788 .
...
We do not use `android-embedded_fcm_distributor` anymore (since #7068 ).
The code was compiling because `android-embedded_fcm_distributor` has a dependency on `firebase-messaging`.
2022-09-19 10:34:39 +02:00
Benoit Marty
949f06eb00
Merge pull request #7168 from vector-im/sync-emojis
...
Sync Emojis
2022-09-19 10:18:39 +02:00
Benoit Marty
75236e9ed0
Start with `buildjet-2vcpu-ubuntu-2204`
2022-09-19 10:17:05 +02:00
Florian Renaud
eac74bda09
Improve nullability check in CreateRoomFromLocalRoomTask
2022-09-19 09:38:05 +02:00
Florian Renaud
3f88811590
remove unused import
2022-09-19 09:38:05 +02:00
Florian Renaud
10b5e8fd04
Changelog
2022-09-19 09:38:05 +02:00
Florian Renaud
e2f0e14133
Start DM - Add loading wheel while creating the room
2022-09-19 09:38:05 +02:00
Florian Renaud
824a4bcae5
Add comment to explain the replacementRoom behaviour
2022-09-19 09:38:05 +02:00
Florian Renaud
e76793781d
Use LocalRoomSummaryEntity.where extension
2022-09-19 09:38:05 +02:00
Szimszon
af7938432b
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2386 of 2386 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-09-19 07:32:46 +00:00
Maxime NATUREL
7b0f94b9e3
Merge pull request #7160 from vector-im/dependabot/gradle/com.google.android.gms-play-services-location-20.0.0
...
Bump play-services-location from 16.0.0 to 20.0.0
2022-09-19 09:20:40 +02:00
bmarty
925fffac45
Sync Emojis
2022-09-19 00:03:51 +00:00
NIkita Fedrunov
298aaece01
fixed checkVerifyPopup test fail
2022-09-18 18:02:45 +02:00
Anonimas
733add8d61
Translated using Weblate (Lithuanian)
...
Currently translated at 4.0% (3 of 75 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/lt/
2022-09-17 19:33:29 +00:00
phardyle
a6dc219e28
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.5% (2375 of 2386 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-09-17 19:33:28 +00:00
Gérson
a783bef1e1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2386 of 2386 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-09-17 19:33:27 +00:00
lvre
16443f957b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2386 of 2386 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-09-17 19:33:27 +00:00
Przemysław Romanik
77fa7aea56
Translated using Weblate (Polish)
...
Currently translated at 98.8% (2358 of 2386 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-09-17 19:33:27 +00:00