Jorge Martin Espinosa
|
9639d62bb3
|
Add Session Verification flow (#197)
|
2023-03-17 10:07:19 +01:00 |
|
Benoit Marty
|
137e9b61f0
|
Introduce AppNavigationStateService.
|
2023-03-16 11:30:09 +01:00 |
|
ganfra
|
184a68b637
|
[Architecture] split createroom feature module
|
2023-03-09 12:31:30 +01:00 |
|
ganfra
|
ed2706f7ef
|
Merge branch 'develop' into feature/fga/improve_node_architecture
|
2023-03-09 12:00:34 +01:00 |
|
ganfra
|
b07e0e62b1
|
[Architecture] clean and makes compile
|
2023-03-09 10:18:25 +01:00 |
|
ganfra
|
7051bfc14e
|
[Architecture] split all feature modules to api/impl
|
2023-03-08 16:13:45 +01:00 |
|
Florian Renaud
|
0e4bde644d
|
Init create room module
|
2023-03-08 15:46:45 +01:00 |
|
ganfra
|
9d91fb06cc
|
Merge branch 'develop' into feature/fga/improve_node_architecture
|
2023-03-07 12:10:20 +01:00 |
|
ganfra
|
5b16f8c4b0
|
[Architecture] : create appnav module so we can use only api feature modules
|
2023-03-06 20:30:48 +01:00 |
|
Benoit Marty
|
ccf4cc1bc4
|
Move InMemorySessionStore in it's own module implementation
|
2023-03-06 13:10:27 +01:00 |
|
Benoit Marty
|
a66312d9e2
|
Split module session-storage into api and impl.
|
2023-03-06 13:10:27 +01:00 |
|
Benoit Marty
|
0037da4ce5
|
Split module dateformatter into api, impl and test.
|
2023-03-06 11:58:11 +01:00 |
|
ganfra
|
b9febcd8d7
|
[Architecture] experiments to remove DI graph managements from navigation flow nodes
|
2023-03-04 14:14:47 +01:00 |
|
ganfra
|
43b304e523
|
Try splitting messages into api and impl modules
|
2023-03-03 14:38:05 +01:00 |
|
Benoit Marty
|
0b5abc7a73
|
Move module matrixtest to matrix.test
|
2023-03-02 17:19:58 +01:00 |
|
Benoit Marty
|
fbdc1a477a
|
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 |
|
Jorge Martin Espinosa
|
c20013243b
|
Store session data in a secure way (#98)
* Replace SessionData DataStore with an encrypted SQLite DB.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
|
2023-03-02 16:48:54 +01:00 |
|
ganfra
|
31eb01a7c2
|
Merge branch 'develop' into feature/fga/update_rust_sdk
|
2023-02-14 21:15:28 +01:00 |
|
ganfra
|
d4146891d9
|
Create sample app for checking stuff quickly
|
2023-02-14 20:57:11 +01:00 |
|
Benoit Marty
|
674a813f3b
|
Create module dateformatter
|
2023-02-07 10:36:29 +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
|
add5d4a5bf
|
Merge branch 'develop' into feature/fga/feature_template
|
2023-01-20 15:15:13 +01:00 |
|
Benoit Marty
|
73ce44f0a1
|
testtags
|
2023-01-20 10:26:32 +01:00 |
|
ganfra
|
eb648cef1a
|
Initial feature template module
|
2023-01-19 19:57:43 +01:00 |
|
ganfra
|
07859574c4
|
Merge branch 'develop' into feature/fga/presenter_tests
|
2023-01-19 16:00:41 +01:00 |
|
ganfra
|
bdcfe98aab
|
Changes after review
|
2023-01-19 15:26:06 +01:00 |
|
Benoit Marty
|
8a34c37eea
|
Move Showkase to a dedicated module for ui tests.
|
2023-01-18 15:19:54 +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
|
7d65a4a1e7
|
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
|
7fc69a70da
|
Move some code to 'architecture' module
|
2023-01-04 21:09:59 +01:00 |
|
ganfra
|
1893e6866e
|
Create Presentation module and remove Presenter from core
|
2023-01-04 12:11:12 +01:00 |
|
Benoit Marty
|
9024510f39
|
Create matrixui module and remove dependency to coil in the matrix module. Move MatrixUser there.
|
2022-12-22 15:32:29 +01:00 |
|
Benoit Marty
|
e2515020cf
|
Add missing Copyright
|
2022-12-22 13:51:56 +01:00 |
|
Benoit Marty
|
37daf12cd0
|
Move logout and report bug to Setting screen
|
2022-12-21 22:01:21 +01:00 |
|
Benoit Marty
|
0568ea7c28
|
Add rageskahe module
|
2022-12-21 15:33:39 +01:00 |
|
ganfra
|
8620a86333
|
Continue dagger setup...
|
2022-12-15 17:50:25 +01:00 |
|
ganfra
|
4452abb461
|
Dagger: start setup
|
2022-12-09 19:27:04 +01:00 |
|
Benoit Marty
|
784b4ec659
|
Make the app compile in release
Following instructions from https://stackoverflow.com/a/70074787/1472514
|
2022-11-18 17:28:04 +01:00 |
|
Benoit Marty
|
612c720eb5
|
OnBoarding
|
2022-11-09 17:29:34 +01:00 |
|
Benoit Marty
|
804965981a
|
Composer compiling and running
|
2022-11-08 15:59:07 +01:00 |
|
ganfra
|
986fae43c2
|
Continue refinement of RoomList (and remove avatar library)
|
2022-11-03 19:26:45 +01:00 |
|
ganfra
|
1801bcfcd3
|
Try some stuff on room list and avatar...
|
2022-10-30 15:43:07 +01:00 |
|
ganfra
|
83ac870c92
|
Refactor some modules + add dependency management (still WIP)
|
2022-10-27 19:24:57 +02:00 |
|