Commit Graph

8 Commits (561ce83aa4e15c7b391666cf16deeebbfd107adf)

Author SHA1 Message Date
ceokot c113a447cf
refactor: Use view binding to replace Kotlin synthetics (#824)
* refactor: Migrate home screen to data binding

* Add view binding

* Migrate ConversationView to view binding

* Migrate ConversationActivityV2 to view binding

* View model refactor

* Move more functionality to the view model

* Add ui state events flow

* Update conversation item bindings

* Update profile picture view bindings

* Replace Kotlin synthetics with view bindings

* Fix qr code fragment binding and optimize imports

* View binding refactors

* Make TextSecurePreferences an interface and add an implementation to improve testability

* Add conversation repository

* Migrate remaining TextSecurePreferences functions into the interface

* Add unit conversation unit tests

* Add unit test coverage for remaining view model functions
3 years ago
Niels Andriesse 7c3bee036c Speed up Gradle sync 3 years ago
Niels Andriesse 8a20c46bd4 Fix missing compile target 3 years ago
Anton Chekulaev a19f59eab6 Gradle plugins and Kotlin were updated to the latest version. 4 years ago
Anton Chekulaev 1c5e62a2de session-android-service is merged under the "service" module. 4 years ago
Anton Chekulaev 9052431bf8 Core app files moved under the "messenger" module. 4 years ago
nielsandriesse 96736a8095 Raise deployment target and migrate to AndroidX 4 years ago
Greyson Parrelli 10631d7e71 Add a gradle.properties with increased memory size. 6 years ago