Commit graph

22 commits

Author SHA1 Message Date
bmarty
423c655101 Import strings from Element Android 2023-03-07 06:06:30 +00:00
Jorge Martin Espinosa
c87c0ea28c Refine sign in flow to match designs and iOS flow (#100)
* Fix dark theme

* First attempt at replicating iOS' UI & flows.

* Try to fix Maestro tests

* Add error dialogs and tests

* Remove unused modifiers

* Try to fix detekt issues

* Tidy up maestro login flow a bit

* Add `CompoundColorPalette` with some needed colors

* Fixes to designs

* Fix detekt issues

* More design fixes

* Some other minor design fixes

* Add changelog

* Minor tweaks.

* Remove legacy dark material theme as it's no longer needed.

* Move sliding sync 'learn more' url to constants object

* Remove unused focusManager

* Change how the displayed homeserver works

* Keep user input as homeserver if it's valid

* Remove `CompoundColorPalette`, try to fix issue when toggling dark mode.

* Add `@Stable` to the theme, adjust how it toggles in dark mode

* Remove unused strings

* Update screenshots

* Re-organize components in LoginRootScreen

* Bump min coverage to 55, max to 60

* Always replace the snapshots contents when running `recordPaparazzi`

* Fix dark theme preview of components using content colors

* Add `BackButton` component

* Handle errors with dialogs in a generic way

* Align our Dialog components with the designs, use them were needed

* Use a `MatrixHomeserverDetails` data class instead of just an URL.

* `AuthenticationService.getHomeserverDetails()` now returns a `StateFlow`.

Also, try to fix coverage issues in tests.
2023-03-06 09:30:16 +01:00
bmarty
e1285c2687 Import strings from Element Android 2023-03-03 06:06:26 +00:00
bmarty
fd94874b59 Import strings from Element Android 2023-02-25 06:06:00 +00:00
bmarty
e03d935ac1 Import strings from Element Android 2023-02-17 06:06:26 +00:00
bmarty
c9df2619da Import strings from Element Android 2023-02-14 06:06:21 +00:00
bmarty
a04908819a Import strings from Element Android 2023-02-10 06:06:37 +00:00
bmarty
bed290a376 Import strings from Element Android 2023-02-09 06:06:20 +00:00
bmarty
4696364605 Import strings from Element Android 2023-02-08 06:06:17 +00:00
bmarty
bd807b1745 Import strings from Element Android 2023-02-07 06:06:11 +00:00
bmarty
b8a237303d Import strings from Element Android 2023-02-04 06:06:06 +00:00
bmarty
5b743bfac5 Import strings from Element Android 2023-01-31 06:06:05 +00:00
Benoit Marty
3410b70af4 Optimize import 2023-01-30 16:36:51 +01:00
bmarty
ce9f4d2574 Import strings from Element Android 2023-01-26 06:06:01 +00:00
bmarty
12a3b5e35e Import strings from Element Android 2023-01-25 06:06:04 +00:00
ganfra
c1789b133e Merge pull request #53 from vector-im/feature/fga/clean_code_hierarchy
Feature/fga/clean code hierarchy
2023-01-23 12:26:36 +01:00
bmarty
32538231f1 Import strings from Element Android 2023-01-21 06:05:45 +00:00
ganfra
caa04aa485 Rename uistrings module 2023-01-20 17:42:09 +01:00
Benoit Marty
cf832ffef4 Allow user github-actions[bot] to update translations.
Check that new strings are not added to `values/strings.xml`
Signoff not required for "github-actions[bot]" user.
2023-01-19 11:13:48 +01:00
bmarty
d08dacb727 Import strings from Element Android 2023-01-19 06:06:13 +00:00
Benoit Marty
a47b21ed28 Add script to import strings, and doc.
Add GitHub action to sync strings.
2023-01-18 11:54:02 +01:00
Benoit Marty
468d3f6192 Create dedicated modules for Strings and apply the plugin com.likethesalad.stem
Remove translations
2023-01-18 11:54:02 +01:00