Commit Graph

9 Commits (9a84f6c67be78bbb861a453b4dabbbf16efab8df)

Author SHA1 Message Date
andrew 72c07f4b99 Utilise dialog dsl in PrivacySettingsPreferenceFragment 1 year ago
andrew 4e92c40210 Remove BaseDialog and utilise dialog DSL 1 year ago
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
2 years ago
Harris 0516526923 refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 3 years ago
jubb 1ee1d1795d fix: only resume AttachmentDownloadJobs and fix boolean logic on returning early in download job 3 years ago
jubb 9dfd051e63 feat: trust dialog and processing attachments for users after trusting them 3 years ago
Niels Andriesse ec9df3adb2 Fix crash & add documentation 3 years ago
Niels Andriesse 2082a58e5a Clean 3 years ago
Niels Andriesse 06b9c30c27 Add trust dialog 3 years ago