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
ganfra
776e9bd221
Add some tests on RoomFlowNode
2023-04-14 15:34:41 +02:00
Jorge Martin Espinosa
11f041d940
[Room member list] Display room member list ( #276 )
...
* Implement room member list
* Move timeline initialization back to `TimelinePresenter`.
* Fix crash when the `innerRoom` inside a `RustMatrixRoom` is destroyed but `syncUpdateFlow` is still running.
* Address review comments
2023-04-04 16:07:57 +00:00
Jorge Martin Espinosa
2906168baa
Handle 'invalid server' error in server selection screen properly. ( #214 )
...
* Handle 'invalid server' error in server selection screen properly.
* Use `action_learn_more` for composing the server location footer action.
2023-03-21 09:34:14 +01:00
ganfra
c9e15ea3e9
Add small comments
2023-03-09 17:54:35 +01:00
ganfra
84bfb14bd9
[Architecture] introduce nodeBuilder concept
2023-03-07 20:31:16 +01:00
ganfra
a94862d778
Try splitting messages into api and impl modules
2023-03-03 14:38:05 +01:00
ganfra
91863e2529
[Architecture] introduce BackstackNode
2023-03-02 17:55:26 +01:00
ganfra
66922c2dfa
[Architecture] use FeatureEntryPoint on Preferences
2023-03-02 15:59:25 +01:00
ganfra
5db0008116
[Architecture] Introduce EntryPoint and use createNode for ParentNode too
2023-03-02 12:33:18 +01:00
Benoit Marty
5ca2b475cc
Add test for ChangeServerPresenter
2023-02-07 16:57:33 +01:00
ganfra
fc07ff29f5
Remove PresenterConnector and molecule runtime in feature modules, directly call Presenter.present method
2023-02-01 15:56:07 +01:00
Benoit Marty
9b515a95ff
Rename function (code review)
2023-01-25 11:14:50 +01:00
Benoit Marty
78cbca3193
Animation between screens
2023-01-24 17:24:40 +01:00
ganfra
dd00f99f0c
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2023-01-20 19:13:44 +01:00
ganfra
bbbbc3495d
Rename di module
2023-01-20 17:12:40 +01:00
ganfra
bc9b8e6b90
Rename architecture module
2023-01-20 16:26:43 +01:00
ganfra
97efff8aa4
Changes after review
2023-01-19 15:26:06 +01:00
ganfra
df723bfc44
Merge branch 'develop' into feature/fga/presenter_tests
2023-01-18 20:47:15 +01:00
ganfra
f7d9665eaf
Add some refactoring and first simple test on RoomListPresenter
2023-01-18 17:57:34 +01:00
Benoit Marty
4c832c88f7
Kotlin 1.8 + cleanup
2023-01-18 15:01:34 +01:00
Benoit Marty
862900ed9a
Rename folders java to kotlin
2023-01-18 13:51:30 +01:00
ganfra
47e16997b3
Fix detekt
2023-01-16 18:17:56 +01:00
ganfra
55d6ca566f
Apply ktlint format
2023-01-13 18:37:28 +01:00
ganfra
f95b3b5d79
Add copyright on new files
2023-01-13 18:36:16 +01:00
ganfra
7a29ce1d8d
Remove viewmodel/fragment references
2023-01-13 18:20:10 +01:00
ganfra
becfda79a2
Remove SharedFlowHolder
2023-01-11 17:09:14 +01:00
ganfra
ad7bf21f6d
Use EventSink lambda in state instead of Flow in Presenter
2023-01-11 15:53:52 +01:00
ganfra
e56ba5e315
Continue migrating BugReport/Rageshake/Crash screens
2023-01-10 21:18:16 +01:00
ganfra
ae273bd4ea
Migrate Preferences to new architecture
2023-01-09 19:27:28 +01:00
ganfra
9e211b5e04
Merge branch 'develop' into feature/fga/navigation First step: makes it compile by disabling the new screens (need to migrate to nodes)
2023-01-06 19:22:52 +01:00
ganfra
6a5bcf7058
Migrate Login to new architecture and make some adjustments
2023-01-06 15:15:45 +01:00
ganfra
a37cf3adde
Use LifecycleOwner instead of explicit Node on presenterConnector
2023-01-05 10:59:26 +01:00
ganfra
eeebb99292
Move some code to 'architecture' module
2023-01-04 21:09:59 +01:00