Benoit Marty
|
1f44550624
|
Fix compilation issue
|
2023-02-03 12:57:42 +01:00 |
|
Benoit Marty
|
37840af3fd
|
Rename component. No need for Element prefix
|
2023-02-03 12:57:42 +01:00 |
|
Benoit Marty
|
fb4c5138ee
|
Material3 only in designsystem.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
c4f53134d9
|
Material 1.8
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
4f6239b3c2
|
Cleanup and TODO.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
65e7984d5d
|
Add some Preview
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
2cfa921a70
|
Rework Preview for a better rendering in the IDE.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
8f551fbe03
|
Optimize import
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
10763dcecc
|
Remove bad usage of ElementSurface
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
8d87320531
|
Add ElementCircularProgressIndicator and ElementOutlinedTextField.
|
2023-02-03 12:56:53 +01:00 |
|
Benoit Marty
|
171e35c89a
|
Fix color error.
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
3273685cc4
|
Theme: Add ElementModalBottomSheetLayout.
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
0af99b88a1
|
Add some aliases and fixes placeholder color.
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
6e4edc8289
|
First draft of full custom theme.
ElementTheme everywhere
Create ElementButton
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
3ecce4e24f
|
Create ExtendedColors to define more colors.
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
7b0ae0014a
|
Cleanup
|
2023-02-03 12:55:36 +01:00 |
|
Benoit Marty
|
b98105a0ef
|
Merge pull request #71 from vector-im/feature/bma/documentation
Update documentation
|
2023-02-03 12:54:25 +01:00 |
|
Benoit Marty
|
0fc36e77c9
|
Knit
|
2023-02-03 12:54:04 +01:00 |
|
Benoit Marty
|
9de8a73c75
|
Remove unwanted doc.
|
2023-02-03 11:25:11 +01:00 |
|
Benoit Marty
|
9f252ad621
|
Merge branch 'develop' into feature/bma/documentation
|
2023-02-03 11:22:05 +01:00 |
|
Benoit Marty
|
1378c9b494
|
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]
|
44fbbb98b2
|
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
|
95b8cb6c03
|
Merge pull request #66 from vector-im/feature/bma/sonar
Sonar / Kover / Codecov
|
2023-02-02 11:33:12 +01:00 |
|
ganfra
|
e80c6a3b19
|
Merge pull request #67 from vector-im/feature/fga/fix_restoration
Feature/fga/fix restoration
|
2023-02-02 11:04:06 +01:00 |
|
ganfra
|
fe624f9632
|
Fix presenterConnector import in Template
|
2023-02-01 16:16:28 +01:00 |
|
ganfra
|
6bbd5bdc3d
|
Merge branch 'develop' into feature/fga/fix_restoration
|
2023-02-01 16:05:05 +01:00 |
|
ganfra
|
c3dc122d27
|
Clean up
|
2023-02-01 16:02:54 +01:00 |
|
ganfra
|
085e5bebe4
|
Simplify AvatarData and avoid carrying ByteArray
|
2023-02-01 15:57:00 +01:00 |
|
ganfra
|
82c9a71774
|
Add uiMode to configChanges as it's handled by compose
|
2023-02-01 15:56:30 +01:00 |
|
ganfra
|
bfb508ba1d
|
Remove PresenterConnector and molecule runtime in feature modules, directly call Presenter.present method
|
2023-02-01 15:56:07 +01:00 |
|
Benoit Marty
|
c6fbbed4c1
|
Revert unwanted change.
|
2023-02-01 15:25:24 +01:00 |
|
Benoit Marty
|
d018d5e348
|
Avoid hardcoded dispatchers.
Fix issue detected by sonar.
|
2023-02-01 15:17:54 +01:00 |
|
Benoit Marty
|
427716b1a7
|
No need to use a dispatcher.
Fix issue detected by sonar: `Remove this dispatcher. It is pointless when used with only suspending functions.`
|
2023-02-01 15:08:31 +01:00 |
|
Benoit Marty
|
059c5dc003
|
Cleanup
|
2023-02-01 15:02:47 +01:00 |
|
Benoit Marty
|
6eaea5bf93
|
Fix sonar issue: do not ignore result of File:delete().
|
2023-02-01 14:46:00 +01:00 |
|
Benoit Marty
|
d55b6c5e5f
|
Add some badges (Build status, Weblate, matrix room, sonar and codecov
|
2023-02-01 14:25:23 +01:00 |
|
Benoit Marty
|
4f363ac37a
|
Upload coverage reports to codecov
|
2023-02-01 13:42:47 +01:00 |
|
Benoit Marty
|
cae4ad96af
|
CI: Generate and archive kover report
|
2023-02-01 11:45:09 +01:00 |
|
Benoit Marty
|
9f88c63a15
|
Task was not run... To check again on CI
|
2023-02-01 11:44:41 +01:00 |
|
Benoit Marty
|
37e96b1d44
|
Setup Kover
|
2023-02-01 11:29:06 +01:00 |
|
Benoit Marty
|
0572789f28
|
Sonar: analyse what's in kotlin folders.
|
2023-02-01 10:09:43 +01:00 |
|
Benoit Marty
|
9de8fbd18e
|
Sonar: run after tests on CI.
|
2023-02-01 09:11:21 +01:00 |
|
ganfra
|
0eed2895f6
|
Add splash for android < 12 so app is not completely blank during process creation
|
2023-01-31 20:49:47 +01:00 |
|
ganfra
|
581d002918
|
Handle activity and process recreation for session
|
2023-01-31 20:49:16 +01:00 |
|
ganfra
|
fe5541b243
|
Update appyx to 1.0.3
|
2023-01-31 20:46:33 +01:00 |
|
Benoit Marty
|
704674e92b
|
First setup of sonar.
|
2023-01-31 16:11:01 +01:00 |
|
Benoit Marty
|
4dd71a6b85
|
Fix compilation issue (need @integer/rtl_mirror_flip).
|
2023-01-31 15:39:12 +01:00 |
|
Benoit Marty
|
6590b2ae1e
|
Merge pull request #64 from vector-im/sync-strings
Sync strings
|
2023-01-31 11:54:28 +01:00 |
|
bmarty
|
326172046f
|
Import strings from Element Android
|
2023-01-31 06:06:05 +00:00 |
|
Benoit Marty
|
b4fbe77581
|
Optimize import
|
2023-01-30 16:36:51 +01:00 |
|