SpiritCroc
f1ee8183e5
Ensure unique ids for subspaces
...
When you have two root spaces with the same space as subspace, and you expand both root spaces, you end up with two times the same id in the list. This has two problems:
- The expand animation is slightly broken, if you expand the second root space first and then the first one
- If you select one of these items with same id, the app crashes:
java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.
As solution, just prefix the epoxy item ids with the parent spaces.
2021-12-12 12:09:25 +01:00
Denys Nykula
7d169a8a8d
Translated using Weblate (Ukrainian)
...
Currently translated at 97.8% (2634 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2021-12-12 06:25:58 +00:00
Ihor Hordiichuk
790049f33a
Translated using Weblate (Ukrainian)
...
Currently translated at 97.8% (2634 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2021-12-12 06:25:58 +00:00
Benoit Marty
b49c30d879
Merge pull request #4635 from vector-im/feature/adm/debug-features-override
...
Debug features override
2021-12-11 12:39:49 +01:00
Benoit Marty
7c2ed46dd7
Remove jcenter from here, let's see what the CI will say
2021-12-10 21:40:32 +01:00
Benoit Marty
a71f2415a6
Common struct for each maven repo
2021-12-10 21:35:48 +01:00
Benoit Marty
45ff069d66
Rename the file to group them
2021-12-10 21:19:43 +01:00
ariskotsomitopoulos
6c296d53bf
Add changelog file
2021-12-10 19:46:54 +02:00
ariskotsomitopoulos
c77fa38cc3
Revert PR 4592 for devtools
2021-12-10 19:45:27 +02:00
ariskotsomitopoulos
c514a3b063
Enhance include groups implementation by decoupling them to a separate file
2021-12-10 19:09:14 +02:00
Linerly
947b7afb00
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2021-12-10 15:26:13 +00:00
אלון גלסמן
431064e5f8
Translated using Weblate (Hebrew)
...
Currently translated at 77.0% (2075 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2021-12-10 15:26:12 +00:00
Ihor Hordiichuk
49579f17e4
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2021-12-10 15:26:06 +00:00
Glandos
47d08e7849
Translated using Weblate (French)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fr/
2021-12-10 15:26:04 +00:00
Ihor Hordiichuk
6ef556e834
Translated using Weblate (Ukrainian)
...
Currently translated at 97.0% (2613 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2021-12-10 15:26:03 +00:00
Denys Nykula
e7cf9f51e7
Translated using Weblate (Ukrainian)
...
Currently translated at 97.0% (2613 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2021-12-10 15:26:03 +00:00
Jozef Gaal
a940fcaf8b
Translated using Weblate (Slovak)
...
Currently translated at 52.6% (1417 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2021-12-10 15:26:02 +00:00
Suguru Hirahara
e8d8814c80
Translated using Weblate (Japanese)
...
Currently translated at 69.3% (1868 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2021-12-10 15:26:02 +00:00
Linerly
d0400641e6
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2693 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2021-12-10 15:25:59 +00:00
Glandos
a9aea96db4
Translated using Weblate (French)
...
Currently translated at 100.0% (2693 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2021-12-10 15:25:59 +00:00
Jiri Grönroos
07b04b6e55
Translated using Weblate (Finnish)
...
Currently translated at 84.9% (2289 of 2693 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fi/
2021-12-10 15:25:58 +00:00
Benoit Marty
a090642c67
Cleanup
2021-12-10 16:22:01 +01:00
Valere
76960f8b67
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OneTimeKeysUploader.kt
...
Co-authored-by: poljar <poljar@termina.org.uk>
2021-12-10 16:12:14 +01:00
Valere
38a8e8b003
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OneTimeKeysUploader.kt
...
Co-authored-by: poljar <poljar@termina.org.uk>
2021-12-10 16:11:58 +01:00
Benoit Marty
ba8121641f
Merge branch 'develop' into feature/bma/avoid_useless_codegen
2021-12-10 16:09:47 +01:00
Benoit Marty
34898f1c81
Merge pull request #4660 from vector-im/feature/bma/legals
...
Legals
2021-12-10 16:06:49 +01:00
Onuray Sahin
9b2a3cf445
Code review fixes.
2021-12-10 17:57:57 +03:00
Benoit Marty
bf7907a119
Legals: improve API to get homeserver terms
2021-12-10 15:35:46 +01:00
Benoit Marty
6ba5c7af27
Legals: update setting icon
2021-12-10 15:35:46 +01:00
Benoit Marty
72bb58645b
Auto-review
2021-12-10 15:35:46 +01:00
Benoit Marty
7f7199abd4
Add a help section in the settings.
2021-12-10 15:35:46 +01:00
Benoit Marty
17c4c1e9b8
Changelog
2021-12-10 15:35:46 +01:00
Benoit Marty
287587f356
Color for links
2021-12-10 15:35:46 +01:00
Benoit Marty
50a84a6c56
Use same height than the loading item to avoid dynamic resizing
2021-12-10 15:35:46 +01:00
Benoit Marty
eed7d15b0e
Legals: only display external URLs.
2021-12-10 15:35:46 +01:00
Benoit Marty
5823777755
Legals: Move the 2 copyrights items to the new legal screen
2021-12-10 15:35:46 +01:00
Benoit Marty
a8c921ef03
Add some space between the 2 TextViews, and improve the layout
2021-12-10 15:34:25 +01:00
Benoit Marty
e91e26ebfb
Legals: Move the 3 element links to the new legal screen
2021-12-10 15:34:25 +01:00
Benoit Marty
e1fc7cfaba
Rename some classes
2021-12-10 15:34:25 +01:00
Benoit Marty
411fd31d4c
Legals: Trick to get the homeserver policy
2021-12-10 15:34:25 +01:00
Benoit Marty
d49a0dde6e
Legals: Add the screen (WIP)
2021-12-10 15:34:25 +01:00
Benoit Marty
f340a19c8e
Fix issue in disconnect identity server confirmation dialog content
2021-12-10 15:34:25 +01:00
Ekaterina Gerasimova
8fefee9b02
Fix graphql warning in issue automation workflow
...
Fixes #4671
2021-12-10 08:52:08 +00:00
Benoit Marty
01cc7b7264
Changelog
2021-12-10 00:07:27 +01:00
Benoit Marty
1267468704
Add missing dependency for ktlint
2021-12-10 00:04:10 +01:00
Benoit Marty
b1f78004cf
Add comment
2021-12-09 23:59:16 +01:00
Benoit Marty
0df11fc145
Remove unused dependency videocache
2021-12-09 23:47:04 +01:00
Benoit Marty
29837d48fe
Alerter is now on Jitpack
2021-12-09 23:39:22 +01:00
Benoit Marty
f69f303246
Add missing dependency to compile Android tests
2021-12-09 23:23:12 +01:00
Benoit Marty
c32c0f8d7d
Add missing dependency to run lint
2021-12-09 23:11:54 +01:00