1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00
Commit graph

2214 commits

Author SHA1 Message Date
konstantiniiv
45e49d7eb9 databaseView fragment + viewModel 2019-11-14 21:18:51 +03:00
ubu
9270612bf8
Load pictures for account list (#8)
* Added new implementation for loading account images. Closes #9.
* Optimised middleware event handling. Switched to IO thread. Closes #13.
* Other fixes.
2019-11-07 17:17:40 +03:00
ubu
c94204ed17
Enabled back navigation in auth flow. Added navigation command for exiting 2019-11-07 15:49:24 +03:00
ubu
a749e09ab7
Account list loading. Refactoring. (#6)
* Created use case for loading account images.
* Added new implementation for generic FlowUseCase, also added test for observe-accounts use case. Reverted changes in ProfileView model class.
2019-11-04 15:34:52 +03:00
konstantiniiv
60695cf9dd table: adapter, cell view holders + models 2019-11-03 20:58:26 +03:00
ubu
415b0865ee
Enable user adding accounts after application restart (#5)
* Added launch-wallet use case to spalsh screen view model, also added tests + navigation fixes.
2019-10-31 21:11:56 +03:00
ubu
996d9135bb
Refactored select-account-use-case + refactored tests. (#4)
* Refactored select-account-use-case + refactored tests.

* Added launch-account-use-case, also added new implementation for defining current user account

* Navigation fixes.

* Refactored event flow.

* Fixed tests
2019-10-31 15:26:39 +03:00
Evgenii Kozlov
bec876e5e3 Fix/account pick from gallery 2019-10-29 20:57:00 +00:00
Evgenii Kozlov
90da3e6149 Feature/save avatar image from middleware 2019-10-29 15:12:54 +00:00
Konstantin Ivanov
f3ea279263 add splash screen logic 2019-10-29 14:19:44 +00:00
Evgenii Kozlov
48fcd37521 Feature/select picture for profile from gallery 2019-10-24 15:41:31 +00:00
Evgenii Kozlov
142bcbdd11 Feature/show user name on desktop screen 2019-10-24 15:35:12 +00:00
Evgenii Kozlov
2fcb0ce871 Feature/show dialog with mnemonic 2019-10-22 19:02:28 +00:00
Evgenii Kozlov
848ad371ed : Architecture refactoring 2019-10-21 18:06:43 +00:00