Benoit Marty
c8a58a8be8
Use BigIcon.
1 week ago
Benoit Marty
daaaf92a87
Let IconTitleSubtitleMolecule use BigIcon.
1 week ago
bmarty
b179518962
Sync Strings from Localazy
2 weeks ago
Benoit Marty
fb52657b12
Let `AsyncAction.Confirming` be an interface, with a `AsyncAction.ConfirmingNoParams` data object.
...
This will allow inheritance of `AsyncAction.Confirming` with parameter(s).
3 weeks ago
bmarty
e25ba65170
Sync Strings from Localazy
4 weeks ago
Jorge Martin Espinosa
79c17f714f
Use Anvil KSP instead of the Square KAPT one ( #3564 )
...
* Use Anvil KSP instead of the Square KAPT one
* Fix several configuration cache, lint and test issues
* Allow incremental kotlin compilation in the CI
* Workaround Robolectric + Compose issue that caused `AppNotIdleException`
* Update the `enterprise` commit hash
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
1 month ago
renovate[bot]
9756afc5d1
Update dependency androidx.compose:compose-bom to v2024.09.00 ( #3399 )
...
* Update dependency androidx.compose:compose-bom to v2024.09.00
* Adapt code for changes.
* Workaround crash when closing the RTE
* Fix broken bottom sheet colors and shape
* Fix tons of warnings and deprecations
* Fix lint issues
* Fix more M3 update changes
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: ganfra <francoisg@matrix.org>
Co-authored-by: ElementBot <android@element.io>
1 month ago
bmarty
1768f24fd0
Sync Strings from Localazy
1 month ago
bmarty
bb0a281342
Sync Strings from Localazy
2 months ago
Jorge Martin Espinosa
663362ac7f
Add forced logout flow when the proxy is no longer available ( #3458 )
...
* Add `MatrixClient.isSlidingSyncProxySupported` function
* Update localazy strings
* Modify `ErrorDialog` to have an `onSubmit` call, which will be used for the submit action.
Also make the title text optional and dismissing the dialog by tapping outside/going back configurable.
* Check if a forced migration to SSS is needed because the proxy is no longer available.
In that case, display the non-dismissable dialog and force the user to log out after enabling SSS.
* Enable native/simplified sliding sync by default.
* Refactor the login to make sure we:
1. Always try native/simplified sliding sync login first, if available.
2. Then, if it wasn't available or failed with an sliding sync not supported error, try with the proxy instead (either discovered proxy or forced custom one).
* Move logic to `LoggedInPresenter` and the UI to `LoggedInView`
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2 months ago
Benoit Marty
375ac25d8d
Migrate license to AGPL - XML files.
2 months ago
Benoit Marty
f61df38e55
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2 months ago
Benoit Marty
61f9b20554
Ensure starting PinUnlockActivity does not crash the application.
...
Fix regression from #3222 d4f8052696
2 months ago
Benoit Marty
aae44875bd
Fix test.
2 months ago
Benoit Marty
460e095e78
Provide dark theme parameter.
2 months ago
Benoit Marty
cfbd0c4c02
Ensure success logout url is opened in all cases.
2 months ago
Benoit Marty
a6e2a5d81f
Change PinUnlockState.signOutAction type to AsyncAction.
2 months ago
Benoit Marty
1026a296e3
Make LogoutUseCase.logout return the result of the SDK method.
2 months ago
bmarty
cd267249ec
Sync Strings from Localazy
2 months ago
bmarty
3e67448006
Sync Strings from Localazy
2 months ago
bmarty
76804d9e48
Sync Strings from Localazy
3 months ago
ElementBot
1f01bd73c4
Sync Strings ( #3232 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
3 months ago
Jorge Martín
d4f8052696
Unify the internal `pinunlock.SignOut` and the new `LogoutUseCase` classes
3 months ago
Benoit Marty
0db221e953
Ensure that pinKeyMaxWidth and pinKeyMaxHeight are never negative.
...
Fix crash `Exception: java.lang.IllegalStateException: lineHeight can't be negative`
Can be due to the rendering when the Activity is animated maybe?
4 months ago
Benoit Marty
459c99e45f
Fix typo.
4 months ago
Benoit Marty
eb8d7e2166
Some renaming.
4 months ago
Benoit Marty
85428fbcfb
No need to be a member of the class.
4 months ago
Benoit Marty
d1a4fd76de
Some renaming.
4 months ago
Benoit Marty
6d6de1ae3d
Rework. Keep `io.element.android.appconfig.LockScreenConfig` as simple as possible.
4 months ago
Benoit Marty
bb5ae89b2f
Introduce ElementThemeApp to avoid code duplication.
4 months ago
Benoit Marty
9856ece42a
Ensure `PinUnlockActivity` and `IncomingCallActivity` use the internal theme set by the user.
4 months ago
jmartinesp
dabaa2d265
Sync Strings from Localazy
4 months ago
bmarty
f3d286911c
Sync Strings from Localazy
5 months ago
bmarty
66636ea967
Sync Strings from Localazy
5 months ago
bmarty
ca5bc71057
Sync Strings from Localazy
5 months ago
Benoit Marty
37d9a9f5a9
Lambda parameters in a composable function should be in present tense, not past tense.
...
https://mrmans0n.github.io/compose-rules/rules/#naming-parameters-properly
5 months ago
Benoit Marty
b3e0f6e843
Translations: pt -> pt-rBR
5 months ago
Benoit Marty
34f7819702
Let Preference composables use ListItem.
...
Let PreferenceCheckbox use ListItem and add missing previews.
Let PreferenceCategory use ListSectionHeader
Let PreferenceSlide use ListItem
Let PreferenceRow use ListItem
Let PreferenceText use ListItem
5 months ago
Benoit Marty
7911fda1fa
Rename class (code quality)
5 months ago
Benoit Marty
5c4326eec5
Correct date for Copyright
5 months ago
ganfra
73905fa695
Pin : clean up after PR review #2692
6 months ago
bmarty
83a8a631f2
Sync Strings from Localazy
6 months ago
ganfra
b0c369ee1a
Fix modal contents overlapping screen lock pin #2692
6 months ago
bmarty
0910da0a14
Sync Strings from Localazy
6 months ago
bmarty
68fdaef8b8
Sync Strings from Localazy
6 months ago
Benoit Marty
0476bd95c8
Open user profile and room with event from permalink
6 months ago
bmarty
4f82baa2b0
Sync Strings from Localazy
6 months ago
bmarty
68631af9a6
Sync Strings from Localazy
6 months ago
Benoit Marty
74a9a54719
Rename Preview to follow code convention
7 months ago
bmarty
8f6a1b410e
Sync Strings from Localazy
7 months ago