120 Commits (ff7dc6ac45ddfe6c0841dd9430a4fb1414a9837d)

Author SHA1 Message Date
Benoit Marty 9b515a95ff Rename function (code review) 2 years ago
ganfra 87d0191324 Change/move some gradle modules to be better separated. Let core module be a kotlin lib. 2 years ago
Benoit Marty 78cbca3193 Animation between screens 2 years ago
Benoit Marty dd10fbe395 Naming convention and no need for a `val` for `presenter` 2 years ago
Benoit Marty 8647016e61 Use the `modifier` parameter. 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 e616d75d9d Rename all features modules 2 years ago
ganfra caa04aa485 Rename uistrings module 2 years ago
ganfra 89ae06fe59 Rename testtags module 2 years ago
ganfra 907d7eba75 Rename matrix modules 2 years ago
ganfra bbbbc3495d Rename di module 2 years ago
ganfra a2f0c64921 Rename designsystem module 2 years ago
ganfra f6672fa5de Rename core module 2 years ago
ganfra bc9b8e6b90 Rename architecture module 2 years ago
Benoit Marty 09240e23d3 Change package and fix KDoc. 2 years ago
Benoit Marty c3b1dbe1c4 testtags 2 years ago
ganfra f7d9665eaf Add some refactoring and first simple test on RoomListPresenter 2 years ago
Benoit Marty 948d4f64f7 Do not use theme in the Preview, it breaks the screenshots building. 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` 2 years ago
Benoit Marty 8adbb4310d Update string. 2 years ago
Benoit Marty 0c3382fd26 Fix compilation issue after rebase. 2 years ago
Benoit Marty 339c6297a1 Fix wording issue 2 years ago
ganfra 55d6ca566f Apply ktlint format 2 years ago
ganfra f95b3b5d79 Add copyright on new files 2 years ago
ganfra 7a29ce1d8d Remove viewmodel/fragment references 2 years ago
ganfra ad7bf21f6d Use EventSink lambda in state instead of Flow in Presenter 2 years ago
ganfra 6a5bcf7058 Migrate Login to new architecture and make some adjustments 2 years ago
ganfra eeebb99292 Move some code to 'architecture' module 2 years ago
Benoit Marty e393e8f52b Fix warning 2 years ago
Benoit Marty 19301756e3 Add missing Copyright 2 years ago
ganfra 2de26a30d5 Nav: First iteration integrating Appyx 2 years ago
Benoit Marty 0644a5822f Code quality 2 years ago
ganfra 9aa0ce9438 Introduce SessionComponent 2 years ago
ganfra 2ea87307a7 Branch on viewmodel... 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 4612bf057f Fix detekted issues. 2 years ago
Benoit Marty 4136ba94e5 Timber for all modules 2 years ago
Benoit Marty f2f08b40e0 Format project again 2 years ago
Benoit Marty a413b635d1 Format project 2 years ago
ganfra 5034daed6c Continue cleaning gradle files 2 years ago
ganfra a24c88032a Fix scrolling on login 2 years ago
Benoit Marty 5b81243237 Temporary fix for server icon. 2 years ago
Benoit Marty 6392c57fce Setup Showkase and add some Preview. WIP 2 years ago
Benoit Marty b1ad191740 Improve error management on login screens 2 years ago
Benoit Marty 3225719c65 Do not submit from keyboard if button is not enabled 2 years ago
ganfra 3e6c3d0397 Other way of observing form state 2 years ago
ganfra cf0570661d Login: should fix case after logout... 2 years ago