640 Commits (b62f1ebb0578031ef93e49ddce54d54bc1454fdc)

Author SHA1 Message Date
Jorge Martin Espinosa 09c275d883 [Verify Session] Add missing 'start verification' screen. (#241) 2 years ago
ganfra a007df27dd Update code so it compiles 2 years ago
Jorge Martin Espinosa ea17abebf3 Display most recent activity in room list (#220) 2 years ago
Jorge Martin Espinosa dcb98f06aa Add Session Verification flow (#197) 2 years ago
Benoit Marty 63fabed8ce Introduce AppNavigationStateService. 2 years ago
Benoit Marty b74e1e6074 allLibraries renamed to allLibrariesImpl and only reference implementation of the libraries. 2 years ago
ganfra ccde8adef3 [MatrixSDK] map the remaining EventContents 2 years ago
ganfra 2dc44250fb [MatrixSDK] remove Rust AuthenticationService from the dependency graph 2 years ago
ganfra 497fd635f8 [MatrixSDK] make tests passes 2 years ago
ganfra 801eecfe8d [MatrixSDK] finish mapping timeline and makes it compile 2 years ago
ganfra fb85f35525 [MatrixSDK] start mapping all the timeline objects 2 years ago
ganfra 98911a12ad [MatrixSDK] makes sure to release FFI objects from RustMatrixRoom by calling close 2 years ago
ganfra fc51bd44e8 [MatrixSDK] makes sure to release FFI objects from RustRoomSummaryDataSource 2 years ago
ganfra 7504b0fdbd [MatrixSDK] makes sure to release FFI objects from RustMatrixClient 2 years ago
Jorge Martin Espinosa 8bfa4d7074 Fix the case when a valid homeserver url can't be extracted from the MXID (#182) 2 years ago
Jorge Martin Espinosa d36ca2907c Use user friendly error messages in login following iOS logic (#174) 2 years ago
Benoit Marty 5ea2a4292d Split module `session-storage` into `api` and `impl`. 2 years ago
Jorge Martin Espinosa c87c0ea28c Refine sign in flow to match designs and iOS flow (#100) 2 years ago
Benoit Marty 466579c4d3 Move class of `matrix.api` module to `api` sub package. 2 years ago
Benoit Marty c2dff7888c Move module `matrixtest` to `matrix.test` 2 years ago
Benoit Marty b8467e547c Split module `matrix` to `matrix.api` with interfaces and data classes and `matrix.impl` with Rust implementation. 2 years ago
Jorge Martin Espinosa 6677f80abe Store session data in a secure way (#98) 2 years ago
ganfra 5731deb9a5 Format code 2 years ago
ganfra c9b4cf3232 Improve a bit timeline pagination 2 years ago
ganfra 830b8caa3a Update rust-sdk (from maven) 2 years ago
ganfra 4940719274 Add fetchMembers and use it when init timeline (import again rust-sdk with fix on poisoning) 2 years ago
ganfra e7897ece21 Change some tracing config but still not working properly (need investigation with rust team) 2 years ago
ganfra 98ed021438 Fix slidingSync being slow 2 years ago
ganfra b487e5f128 Separate eventId and id for TimelineItem.Event 2 years ago
ganfra 6290996831 Updates on rust: makes SS working but slow. Also branch some timeline virtual items. 2 years ago
Benoit Marty 426005f298 Fix detekt issue, optimize import, fix color of preference category title 2 years ago
ganfra 0f498a0290 Start integrating uptodate rust sdk and make it compile (WIP) 2 years ago
dependabot[bot] 59615ec99b Bump plugin.serialization from 1.8.0 to 1.8.10 2 years ago
ganfra b8860a6658 Simplify AvatarData and avoid carrying ByteArray 2 years ago
Benoit Marty acac3a42bf Revert unwanted change. 2 years ago
Benoit Marty eafac31ccc No need to use a dispatcher. 2 years ago
ganfra fa71eab85e Handle activity and process recreation for session 2 years ago
Benoit Marty 3410b70af4 Optimize import 2 years ago
ganfra 87d0191324 Change/move some gradle modules to be better separated. Let core module be a kotlin lib. 2 years ago
ganfra dd00f99f0c enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") 2 years ago
ganfra 907d7eba75 Rename matrix modules 2 years ago
ganfra bbbbc3495d Rename di module 2 years ago
ganfra f6672fa5de Rename core module 2 years ago
ganfra 97efff8aa4 Changes after review 2 years ago
ganfra f7d9665eaf Add some refactoring and first simple test on RoomListPresenter 2 years ago
Benoit Marty 4c832c88f7 Kotlin 1.8 + cleanup 2 years ago
dependabot[bot] 2a2522771d Bump jna from 5.12.1 to 5.13.0 2 years ago
Benoit Marty 862900ed9a Rename folders `java` to `kotlin` 2 years ago
ganfra aa0d997ec2 Fix CI again 2 years ago
ganfra 331e26e33c Add some interfaces for matrix module 2 years ago