3624-UI_revamp
Description
revamp UI of the accountManager to maintain UI consistency in both light & dark mode. Also support /e/ ui sdk color codes.
Issue(s)
Test environment
Checkout to 3624-UI_revamp
branch, gradle build & run app. Android studio will say application failed to start default activity, it is ok. Then go to settings -> accounts -> Add account -> WebDev Address book
. It will open the accountManager app.
Test procedures
Check ui & all operations in both light & dark theme. Everything should work perfectly & ui should be consistence with other default apps.
Technical details
-
Added
e-ui-sdk
library dependency to use lineageos resources -
Updated kotlin version to
1.4.32
to updatecom.mikepenz:aboutlibraries
to version to8.9.1
. So, that we can apply theme toaboutlibraries
.
Screenshots
Light-mode:
1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|
Dark-mode:
1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation