Commit graph

53 commits

Author SHA1 Message Date
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>
2023-04-17 08:49:52 +00:00
Benoit Marty
85b825e669 Ensure ellipsis char is used (fix lint issue). 2023-04-05 11:44:55 +02:00
Benoit Marty
cca31af3f4 Invoke ./tools/localazy/downloadStrings.sh --all 2023-04-05 11:11:47 +02:00
Benoit Marty
998178b70f [Strings] Use strings from localazy. 2023-03-27 14:44:24 +02:00
Benoit Marty
0af5ee0741 [Strings] Sync the strings. 2023-03-27 14:36:46 +02:00
Benoit Marty
466579c4d3 Move class of matrix.api module to api sub package. 2023-03-02 17:32:47 +01:00
Benoit Marty
b8467e547c Split module matrix to matrix.api with interfaces and data classes and matrix.impl with Rust implementation. 2023-03-02 17:12:13 +01:00
Benoit Marty
6bb01d640f Make @Preview internal.
And exclude class generated by Showkase
2023-02-14 17:03:02 +01:00
Benoit Marty
bbe10382b0 ElementTheme + MaterialTheme3 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
9d32b05fbb Rework Preview for a better rendering in the IDE. 2023-02-03 12:56:53 +01:00
ganfra
f1e2016beb More cleanup 2023-01-24 18:06:22 +01:00
ganfra
87d0191324 Change/move some gradle modules to be better separated. Let core module be a kotlin lib. 2023-01-24 17:38:57 +01:00
ganfra
dd00f99f0c enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") 2023-01-20 19:13:44 +01:00
ganfra
5748bc53a6 Finish removing x. from packages (keep it in app module for now) 2023-01-20 18:52:59 +01:00
ganfra
caa04aa485 Rename uistrings module 2023-01-20 17:42:09 +01:00
ganfra
4a5a1f6d3e Rename textcomposer module 2023-01-20 17:38:04 +01:00
ganfra
907d7eba75 Rename matrix modules 2023-01-20 17:27:47 +01:00
ganfra
f6672fa5de Rename core module 2023-01-20 16:34:04 +01:00
Benoit Marty
f3217d90aa Fix dark theme issue.
to merge with fix dark theme issue
2023-01-18 15:49:57 +01:00
Benoit Marty
862900ed9a Rename folders java to kotlin 2023-01-18 13:51:30 +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
ganfra
ec1bbdeb9c Finish migration of Messages screen 2023-01-13 18:05:14 +01:00
ganfra
020fd3b458 Start migrating messages screen 2023-01-12 18:19:27 +01:00
Benoit Marty
e393e8f52b Fix warning 2022-12-23 15:19:24 +01:00
Benoit Marty
19301756e3 Add missing Copyright 2022-12-22 13:51:56 +01:00
Benoit Marty
f7cf1136c1 Remove unused resources 2022-12-13 12:56:48 +01:00
Benoit Marty
df04a1d167 Fix unused resource issues 2022-12-13 12:11:54 +01:00
Benoit Marty
c8b344644b Ktlint for all modules + run it 2022-12-12 17:48:07 +01:00
Benoit Marty
42075176a1 Fix detekt issues. 2022-12-12 17:34:33 +01:00
Benoit Marty
a413b635d1 Format project 2022-12-09 12:06:37 +01:00
ganfra
5034daed6c Continue cleaning gradle files 2022-12-08 18:52:55 +01:00
ganfra
2d54838e4f Use renderComposerMode (disable formattedContent which crashes) 2022-12-02 19:12:29 +01:00
Benoit Marty
537ff96992 Merge pull request #4 from jmartinesp/fix/render-composer-mode-performance-and-full-screen-mode
Improve the performance of changing the composer mode.
2022-12-02 15:49:21 +01:00
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.
2022-12-02 15:40:12 +01:00
ganfra
6dab7aa555 Timeline: extract highlightedEventId on viewState instead of individual timeline item 2022-12-02 14:37:25 +01:00
Benoit Marty
c7d5e1deea Composer: Do not show the handle to reduce the bottom sheet. 2022-12-01 11:45:45 +01:00
Benoit Marty
550ec8aefb Composer: Fix issue in dark theme 2022-12-01 11:43:36 +01:00
Benoit Marty
715a4de4c4 Composer: Edit and reply.
TODO: call renderComposerMode and highlight selected item.
2022-12-01 11:20:10 +01:00
Benoit Marty
6392c57fce Setup Showkase and add some Preview. WIP 2022-11-29 15:07:31 +01:00
Benoit Marty
98a17d5aee Add Preview for TextComposer 2022-11-28 11:28:49 +01:00
Benoit Marty
49126037bc Fix issue with Keyboard 2022-11-25 16:40:32 +01:00
Benoit Marty
1a93ddac15 Send markdown (not rendered yet in the timeline). 2022-11-25 16:36:03 +01:00
Benoit Marty
a0c753a85c Import composer 0.7.0.1 from Element Android - still WIP 2022-11-25 16:36:03 +01:00
ganfra
6c6fecf6e8 Composer: avoid recomposition 2022-11-22 19:28:22 +01:00
ganfra
207859f05e Try to improve composer... 2022-11-22 18:15:32 +01:00
Benoit Marty
60c744ca0c Clarify sent text. 2022-11-09 11:14:01 +01:00
Benoit Marty
031d1e338d Empty composer when message is sent 2022-11-09 10:26:39 +01:00
Benoit Marty
5eb3ce8f21 Composer fullscreen toggle 2022-11-08 17:44:28 +01:00