Benoit Marty
8beb7310ef
Fix compilation issue with Wysiwyg 2.2.0
1 year ago
Jorge Martin Espinosa
014c0f4186
[Media upload] Add media pickers to the Room screen and the composer ( #380 )
...
* Add media pickers to the Room screen and the composer.
* Fix exclude rules for translations
2 years ago
Jorge Martin Espinosa
eeca1c9ee3
Add `PickerLauncher` wrapper for media/file pickers. ( #361 )
...
* Add `PickerLauncher` wrapper for media/file pickers.
* Add FileProvider path, handle Camera picker and add NoOp implementation to fix tests.
* Move media pickers to their own module.
* Add missing media pickers
* Add feature flag and some extra tests
2 years ago
bmarty
860777d20c
Sync Strings from Localazy
2 years ago
Jorge Martin Espinosa
de010545fb
Update Gradle to 8.1 and AGP to v8.0 ( #329 )
...
* Update AGP to 8.0.0.
* Set JAVA_HOME to JDK17
* Update lint version.
* Use right JDK for dependency analysis, replace deprecated env var.
* Upgrade to Gradle 8.1.
* Remove `@Supress(DSL_SCOPE_VIOLATION)` as it's no longer needed.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Benoit Marty
85b825e669
Ensure ellipsis char is used (fix lint issue).
2 years ago
Benoit Marty
cca31af3f4
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Benoit Marty
998178b70f
[Strings] Use strings from localazy.
2 years ago
Benoit Marty
0af5ee0741
[Strings] Sync the strings.
2 years ago
Benoit Marty
466579c4d3
Move class of `matrix.api` module to `api` sub package.
2 years ago
Benoit Marty
b8467e547c
Split module `matrix` to `matrix.api` with interfaces and data classes and `matrix.impl` with Rust implementation.
2 years ago
Benoit Marty
6bb01d640f
Make `@Preview` internal.
...
And exclude class generated by Showkase
2 years ago
Benoit Marty
bbe10382b0
ElementTheme + MaterialTheme3
2 years ago
Benoit Marty
cdfc13cb15
Material3 only in designsystem.
2 years ago
Benoit Marty
9f3f345088
Material 1.8
2 years ago
Benoit Marty
9d32b05fbb
Rework Preview for a better rendering in the IDE.
2 years ago
ganfra
f1e2016beb
More cleanup
2 years ago
ganfra
87d0191324
Change/move some gradle modules to be better separated. Let core module be a kotlin lib.
2 years ago
ganfra
dd00f99f0c
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2 years ago
ganfra
5748bc53a6
Finish removing x. from packages (keep it in app module for now)
2 years ago
ganfra
caa04aa485
Rename uistrings module
2 years ago
ganfra
4a5a1f6d3e
Rename textcomposer module
2 years ago
ganfra
907d7eba75
Rename matrix modules
2 years ago
ganfra
f6672fa5de
Rename core module
2 years ago
Benoit Marty
f3217d90aa
Fix dark theme issue.
...
to merge with fix dark theme issue
2 years ago
Benoit Marty
862900ed9a
Rename folders `java` to `kotlin`
2 years ago
Benoit Marty
468d3f6192
Create dedicated modules for Strings and apply the plugin `com.likethesalad.stem`
...
Remove translations
2 years ago
ganfra
ec1bbdeb9c
Finish migration of Messages screen
2 years ago
ganfra
020fd3b458
Start migrating messages screen
2 years ago
Benoit Marty
e393e8f52b
Fix warning
2 years ago
Benoit Marty
19301756e3
Add missing Copyright
2 years ago
Benoit Marty
f7cf1136c1
Remove unused resources
2 years ago
Benoit Marty
df04a1d167
Fix unused resource issues
2 years ago
Benoit Marty
c8b344644b
Ktlint for all modules + run it
2 years ago
Benoit Marty
42075176a1
Fix detekt issues.
2 years ago
Benoit Marty
a413b635d1
Format project
2 years ago
ganfra
5034daed6c
Continue cleaning gradle files
2 years ago
ganfra
2d54838e4f
Use renderComposerMode (disable formattedContent which crashes)
2 years ago
Jorge Martín
12ab8b73cd
Improve the performance of changing the composer mode.
...
Note: this will only be noticeable once a new version of the RTE library is used and the crash when calling `renderComposerMode` is fixed.
Also, improved the UI for full screen mode.
2 years ago
ganfra
6dab7aa555
Timeline: extract highlightedEventId on viewState instead of individual timeline item
2 years ago
Benoit Marty
c7d5e1deea
Composer: Do not show the handle to reduce the bottom sheet.
2 years ago
Benoit Marty
550ec8aefb
Composer: Fix issue in dark theme
2 years ago
Benoit Marty
715a4de4c4
Composer: Edit and reply.
...
TODO: call renderComposerMode and highlight selected item.
2 years ago
Benoit Marty
6392c57fce
Setup Showkase and add some Preview. WIP
2 years ago
Benoit Marty
98a17d5aee
Add Preview for TextComposer
2 years ago
Benoit Marty
49126037bc
Fix issue with Keyboard
2 years ago
Benoit Marty
1a93ddac15
Send markdown (not rendered yet in the timeline).
2 years ago
Benoit Marty
a0c753a85c
Import composer 0.7.0.1 from Element Android - still WIP
2 years ago
ganfra
6c6fecf6e8
Composer: avoid recomposition
2 years ago
ganfra
207859f05e
Try to improve composer...
2 years ago