Commit Graph

41 Commits

Author SHA1 Message Date
ganfra
1b77c56c48 More cleanup 2023-01-24 18:06:22 +01:00
ganfra
27bf42c5f2 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
46e58fe64d enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") 2023-01-20 19:13:44 +01:00
ganfra
718b37a4eb Finish removing x. from packages (keep it in app module for now) 2023-01-20 18:52:59 +01:00
ganfra
d7b4cb97a7 Rename uistrings module 2023-01-20 17:42:09 +01:00
ganfra
465b74e177 Rename textcomposer module 2023-01-20 17:38:04 +01:00
ganfra
0a3697bfe8 Rename matrix modules 2023-01-20 17:27:47 +01:00
ganfra
f17dd4ccd5 Rename core module 2023-01-20 16:34:04 +01:00
Benoit Marty
e1fe05072b Fix dark theme issue.
to merge with fix dark theme issue
2023-01-18 15:49:57 +01:00
Benoit Marty
66a389c4c5 Rename folders java to kotlin 2023-01-18 13:51:30 +01:00
Benoit Marty
8c93aedbc1 Create dedicated modules for Strings and apply the plugin com.likethesalad.stem
Remove translations
2023-01-18 11:54:02 +01:00
ganfra
7b197e6e8b Finish migration of Messages screen 2023-01-13 18:05:14 +01:00
ganfra
8718bc4cde Start migrating messages screen 2023-01-12 18:19:27 +01:00
Benoit Marty
243ee07bfc Fix warning 2022-12-23 15:19:24 +01:00
Benoit Marty
e2515020cf Add missing Copyright 2022-12-22 13:51:56 +01:00
Benoit Marty
886076403d Remove unused resources 2022-12-13 12:56:48 +01:00
Benoit Marty
5b8b59edda Fix unused resource issues 2022-12-13 12:11:54 +01:00
Benoit Marty
3e86fa48d8 Ktlint for all modules + run it 2022-12-12 17:48:07 +01:00
Benoit Marty
d8665b20c4 Fix detekt issues. 2022-12-12 17:34:33 +01:00
Benoit Marty
d6058716c6 Format project 2022-12-09 12:06:37 +01:00
ganfra
ef0252aa94 Continue cleaning gradle files 2022-12-08 18:52:55 +01:00
ganfra
e10c94b654 Use renderComposerMode (disable formattedContent which crashes) 2022-12-02 19:12:29 +01:00
Benoit Marty
93a7f37ce9 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
b9a4c81dd1 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
1344e0febd Timeline: extract highlightedEventId on viewState instead of individual timeline item 2022-12-02 14:37:25 +01:00
Benoit Marty
e797e5f154 Composer: Do not show the handle to reduce the bottom sheet. 2022-12-01 11:45:45 +01:00
Benoit Marty
7497b511ee Composer: Fix issue in dark theme 2022-12-01 11:43:36 +01:00
Benoit Marty
232cabcb27 Composer: Edit and reply.
TODO: call renderComposerMode and highlight selected item.
2022-12-01 11:20:10 +01:00
Benoit Marty
024fb7146d Setup Showkase and add some Preview. WIP 2022-11-29 15:07:31 +01:00
Benoit Marty
48ac9f22c0 Add Preview for TextComposer 2022-11-28 11:28:49 +01:00
Benoit Marty
b399aebdf5 Fix issue with Keyboard 2022-11-25 16:40:32 +01:00
Benoit Marty
28e4daa597 Send markdown (not rendered yet in the timeline). 2022-11-25 16:36:03 +01:00
Benoit Marty
0af3f3bfb7 Import composer 0.7.0.1 from Element Android - still WIP 2022-11-25 16:36:03 +01:00
ganfra
9a5b4ca702 Composer: avoid recomposition 2022-11-22 19:28:22 +01:00
ganfra
bf91ce615f Try to improve composer... 2022-11-22 18:15:32 +01:00
Benoit Marty
dc39d061b8 Clarify sent text. 2022-11-09 11:14:01 +01:00
Benoit Marty
dccb83fe76 Empty composer when message is sent 2022-11-09 10:26:39 +01:00
Benoit Marty
c66b1859a9 Composer fullscreen toggle 2022-11-08 17:44:28 +01:00
ganfra
dca9563762 Composer: avoid passing interface Callback as it will force recomposition 2022-11-08 17:17:32 +01:00
ganfra
1548dd4e6a Messages: update how textcomposer is composed 2022-11-08 17:05:32 +01:00
Benoit Marty
804965981a Composer compiling and running 2022-11-08 15:59:07 +01:00