Benoit Marty
f0afd5ceea
Update deprecated code
2020-12-02 13:49:07 +01:00
Benoit Marty
9881c9f61c
Fix compilation issue after library upgrade
2020-12-02 13:34:34 +01:00
Benoit Marty
89a7ec6d4b
Use fragment-ktx and preference-ktx dependencies (fix lint issue KtxExtensionAvailable)
2020-12-02 12:46:15 +01:00
Benoit Marty
c426364618
Remove unused dependencies
2020-12-02 12:45:31 +01:00
Benoit Marty
cc5264a587
Try to clarify the code
2020-12-02 12:38:07 +01:00
Benoit Marty
42bc4d2445
Upgrade some dependencies and Kotlin version
2020-12-02 12:09:56 +01:00
Benoit Marty
2cc5d46cd3
Merge pull request #2474 from vector-im/feature/bma/remove_status_theme
...
Remove Status theme
2020-12-02 11:43:23 +01:00
Benoit Marty
3feb67ad32
Merge pull request #2470 from vector-im/feature/ons/fix_text_input_cursor
...
Move cursor to the end to fix the jumping cursor bug.
2020-12-02 11:23:53 +01:00
SpiritCroc
fb42a6a89d
Pad content also to the right, not only to the left
...
Fixes:
- messages going directly to the right of the screen in no-bubble layout
- different padding of incoming and outgoing bubbles in dual-bubble
layout
Change-Id: I7ac3ec72fed6dd925392eda0a96a2beadc8ff496
2020-12-02 10:30:51 +01:00
Benoit Marty
aa6c7afbbd
Remove Status theme and handle migration or current status theme to light theme ( #2424 )
2020-12-01 16:20:11 +01:00
Benoit Marty
c6ba296028
Create an extension to apply the fix at several places
2020-12-01 14:50:13 +01:00
Benoit Marty
51b86e21f6
Merge pull request #2458 from vector-im/feature/bma/room_history_join_rule
...
Room setting: improve room history and add join rule
2020-12-01 14:18:52 +01:00
Jeff Huang
04914be442
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (4 of 4 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2020-12-01 12:50:16 +00:00
strix aluco
3133935063
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2020-12-01 12:50:15 +00:00
Jeff Huang
088608011b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (210 of 210 strings)
Translation: Element Android/Element Android Sdk
Translate-URL: https://translate.element.io/projects/element-android/element-sdk/zh_Hant/
2020-12-01 12:50:15 +00:00
Nikita Epifanov
6d0f9baba4
Translated using Weblate (Russian)
...
Currently translated at 92.8% (195 of 210 strings)
Translation: Element Android/Element Android Sdk
Translate-URL: https://translate.element.io/projects/element-android/element-sdk/ru/
2020-12-01 12:50:15 +00:00
Jeff Huang
3b21400bb8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1986 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2020-12-01 12:50:15 +00:00
sr093906
1c3a279b8a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 96.7% (1921 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2020-12-01 12:50:12 +00:00
HolgerHuo
6236b01189
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 96.7% (1921 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2020-12-01 12:50:12 +00:00
Nikita Epifanov
e42906f08a
Translated using Weblate (Russian)
...
Currently translated at 99.3% (1973 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2020-12-01 12:50:11 +00:00
Kaede
b53ba2b98e
Translated using Weblate (Japanese)
...
Currently translated at 49.8% (991 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2020-12-01 12:50:09 +00:00
Danial Behzadi
7bd8d54d5c
Translated using Weblate (Persian)
...
Currently translated at 99.4% (1976 of 1986 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2020-12-01 12:50:07 +00:00
SpiritCroc
d6ea5648b6
Re-arrange room profile
...
- Show encryption status also in easy mode again
- Move encryption action down - it's a one-time action and not important
enough to show prevalent on top
- Hide encryption action if permission missing
- TODO: hide encryption action when it's a public room (it's already
hidden on room creation in that case)
Change-Id: I544704191fd7e3573ef35fa9de2f7023a01c4a04
2020-12-01 11:23:22 +01:00
Benoit Marty
c785ea63e7
Update Change after release
2020-11-30 17:53:31 +01:00
Benoit Marty
b78f1dbb93
Hide the icon area if there is no icon to display
2020-11-30 17:52:16 +01:00
Benoit Marty
056b9df65e
Add title to the new two bottom sheets
2020-11-30 17:52:16 +01:00
Benoit Marty
589c301606
Fix bad copyright
2020-11-30 17:52:16 +01:00
Benoit Marty
476f721f5e
Cleanup
2020-11-30 17:52:16 +01:00
Benoit Marty
a813610c04
Room setting: update join rules and guest access ( #2442 )
2020-11-30 17:52:16 +01:00
Benoit Marty
41dd67f1c1
Renaming
2020-11-30 17:47:54 +01:00
Benoit Marty
63b068f426
Reorder iso Element Web
2020-11-30 17:46:14 +01:00
Benoit Marty
637c54073a
Room history visibility: Use correct wording for the setting.
2020-11-30 17:46:14 +01:00
Benoit Marty
4171311095
Room history visibility: from ugly dialog to nice bottom sheet.
...
Including a reusable bottom sheet pattern, for future join rules setting bottom sheet
2020-11-30 17:46:14 +01:00
Benoit Marty
bb5d5ffc92
Improve room history visibility setting UX ( #1579 )
...
And observe correctly the state event
2020-11-30 17:43:28 +01:00
Benoit Marty
d07a95204b
Better name
2020-11-30 17:41:55 +01:00
Onuray Sahin
2736247d09
Move cursor to the end to fix the jumping cursor bug.
...
Fixes #2469
2020-11-30 18:12:26 +03:00
Benoit Marty
93ffb116b7
Merge pull request #2439 from vector-im/feature/bma/alias
...
Add room alias management
2020-11-30 14:59:21 +01:00
Benoit Marty
396dd5e36e
Merge pull request #2463 from vector-im/feature/ons/change_pin
...
Change PIN
2020-11-30 13:45:09 +01:00
Benoit Marty
096abd7ebf
Fix IllegalStateException: focus search returned a view that wasn't able to take focus!
...
And no multiline input for room alias
2020-11-30 13:33:41 +01:00
Onuray Sahin
694397efc1
Create a new pin mode for changing pin code.
2020-11-30 13:51:40 +03:00
Onuray Sahin
ffe9a03d3e
Merge branch 'develop' into feature/ons/change_pin
...
* develop:
Format source
Fix / double bottomsheet effect
Version**
Ensure the Activity is destroyed, it seems that the intent flags are not enough now. - finish all
Ensure the Activity is destroyed, it seems that the intent flags are not enough now.
Remove redundant returns
Prepare version 1.0.11
Fix issue when there is no display name
Cleanup
Fix issue with too big icons
Use style instead of duplicating the whole layout file
Try other asset strategy as lint not happy
Convert TermsService to suspend functions
Convert UploadsService to suspend functions
Convert IntegrationManagerService to suspend functions
update change log
Home empty screen design update
2020-11-30 13:14:13 +03:00
Benoit Marty
b2556cb293
Update change after release
2020-11-30 11:00:58 +01:00
Benoit Marty
c029564590
Rename method and class for more clarity
2020-11-30 10:59:07 +01:00
Benoit Marty
0cfea40b24
Use when statement and modify the case to simplify the code
2020-11-30 10:59:07 +01:00
Benoit Marty
9c53f0f881
Clarify aliasLocalPart
2020-11-30 10:59:07 +01:00
Benoit Marty
50ddd3cf31
Small cleanup, handle case of no local alias, handle unpublish of canonical alias
2020-11-30 10:59:07 +01:00
Benoit Marty
6c7eb6ea8c
Small wording change
2020-11-30 10:59:07 +01:00
Benoit Marty
412fc78c9a
Cleanup
2020-11-30 10:59:07 +01:00
Benoit Marty
0da0857970
Cleanup
2020-11-30 10:59:07 +01:00
Benoit Marty
90e0006cae
Room directory visibility management
2020-11-30 10:59:07 +01:00