Commit graph

535 commits

Author SHA1 Message Date
Benoit Marty
cb158acf00 Fix bug. n+1 items were created. 2023-02-07 10:36:29 +01:00
Benoit Marty
6cd9fe18f9 Test filter effect. 2023-02-07 10:36:29 +01:00
Benoit Marty
d722495dab Fix first test. 2023-02-07 10:36:29 +01:00
Benoit Marty
b4f7030ec9 Cleanup 2023-02-07 10:36:29 +01:00
Benoit Marty
ff5a3cd86c Fix detekt issue 2023-02-07 10:36:06 +01:00
Benoit Marty
6eb8b243cd Merge pull request #74 from vector-im/sync-strings
Sync strings
2023-02-07 09:54:16 +01:00
bmarty
bd807b1745 Import strings from Element Android 2023-02-07 06:06:11 +00:00
Benoit Marty
d181983c01 Merge pull request #72 from vector-im/sync-strings
Sync strings
2023-02-06 10:10:37 +01:00
bmarty
b8a237303d Import strings from Element Android 2023-02-04 06:06:06 +00:00
Benoit Marty
6f05698a6a Second try. 2023-02-03 17:21:39 +01:00
Benoit Marty
3c6b0cd6d2 Add some screenshots 2023-02-03 17:18:06 +01:00
Benoit Marty
bebba63dc9 Add project icon. 2023-02-03 16:48:13 +01:00
Benoit Marty
22b81072c2 Ignore .idea files. 2023-02-03 16:47:48 +01:00
Benoit Marty
a8f83d7e02 Remove unnecessary files. 2023-02-03 16:44:13 +01:00
Benoit Marty
a4a127ba6a Merge pull request #63 from vector-im/feature/bma/theme
Theme
2023-02-03 16:30:58 +01:00
Benoit Marty
8413b9792f Add preview for colors. 2023-02-03 16:29:17 +01:00
Benoit Marty
426005f298 Fix detekt issue, optimize import, fix color of preference category title 2023-02-03 13:43:00 +01:00
Benoit Marty
d7e62f4ae3 Update Screenshot test reference. 2023-02-03 13:12:11 +01:00
Benoit Marty
2989370c3b Fix issue. 2023-02-03 12:57:42 +01:00
Benoit Marty
41456ec13b Add some TODO for design input 2023-02-03 12:57:42 +01:00
Benoit Marty
bbe10382b0 ElementTheme + MaterialTheme3 2023-02-03 12:57:42 +01:00
Benoit Marty
47186c6af1 Fix compilation issue 2023-02-03 12:57:42 +01:00
Benoit Marty
201508678a Rename component. No need for Element prefix 2023-02-03 12:57:42 +01:00
Benoit Marty
cdfc13cb15 Material3 only in designsystem. 2023-02-03 12:56:53 +01:00
Benoit Marty
9f3f345088 Material 1.8 2023-02-03 12:56:53 +01:00
Benoit Marty
2cac2b59ab Cleanup and TODO. 2023-02-03 12:56:53 +01:00
Benoit Marty
01aea5a9af Add some Preview 2023-02-03 12:56:53 +01:00
Benoit Marty
9d32b05fbb Rework Preview for a better rendering in the IDE. 2023-02-03 12:56:53 +01:00
Benoit Marty
e3fed8b4f5 Optimize import 2023-02-03 12:56:53 +01:00
Benoit Marty
2b7c965236 Remove bad usage of ElementSurface 2023-02-03 12:56:53 +01:00
Benoit Marty
7d85d8da30 Add ElementCircularProgressIndicator and ElementOutlinedTextField. 2023-02-03 12:56:53 +01:00
Benoit Marty
e889856d1c Fix color error. 2023-02-03 12:55:36 +01:00
Benoit Marty
71fa01f8b6 Theme: Add ElementModalBottomSheetLayout. 2023-02-03 12:55:36 +01:00
Benoit Marty
c54471b5e0 Add some aliases and fixes placeholder color. 2023-02-03 12:55:36 +01:00
Benoit Marty
e4cc733f4a First draft of full custom theme.
ElementTheme everywhere

Create ElementButton
2023-02-03 12:55:36 +01:00
Benoit Marty
78544357e8 Create ExtendedColors to define more colors. 2023-02-03 12:55:36 +01:00
Benoit Marty
35e204ca48 Cleanup 2023-02-03 12:55:36 +01:00
Benoit Marty
972f99ad1a Merge pull request #71 from vector-im/feature/bma/documentation
Update documentation
2023-02-03 12:54:25 +01:00
Benoit Marty
616f71b440 Knit 2023-02-03 12:54:04 +01:00
Benoit Marty
9aa03fe2d4 Remove unwanted doc. 2023-02-03 11:25:11 +01:00
Benoit Marty
fa47077859 Merge branch 'develop' into feature/bma/documentation 2023-02-03 11:22:05 +01:00
Benoit Marty
54af902bd5 Merge pull request #70 from vector-im/dependabot/gradle/plugin.serialization-1.8.10
Bump plugin.serialization from 1.8.0 to 1.8.10
2023-02-03 10:52:07 +01:00
dependabot[bot]
59615ec99b Bump plugin.serialization from 1.8.0 to 1.8.10
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10)

---
updated-dependencies:
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 22:12:36 +00:00
Benoit Marty
a4f9354e8a Merge pull request #66 from vector-im/feature/bma/sonar
Sonar / Kover / Codecov
2023-02-02 11:33:12 +01:00
ganfra
3480c26af2 Merge pull request #67 from vector-im/feature/fga/fix_restoration
Feature/fga/fix restoration
2023-02-02 11:04:06 +01:00
ganfra
a431b76f68 Fix presenterConnector import in Template 2023-02-01 16:16:28 +01:00
ganfra
9cf88fff5f Merge branch 'develop' into feature/fga/fix_restoration 2023-02-01 16:05:05 +01:00
ganfra
8b4b8886a9 Clean up 2023-02-01 16:02:54 +01:00
ganfra
b8860a6658 Simplify AvatarData and avoid carrying ByteArray 2023-02-01 15:57:00 +01:00
ganfra
d43d433d38 Add uiMode to configChanges as it's handled by compose 2023-02-01 15:56:30 +01:00