-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several minor changes for UI and extra stuff #398
Commits on May 14, 2024
-
Replace hardcoded welcome string
Add "app_welcome" as a new string resource for this purpose. BTW, add the translation for this new resource in French.
Configuration menu - View commit details
-
Copy full SHA for 0ffacd2 - Browse repository at this point
Copy the full SHA 0ffacd2View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d5b29a - Browse repository at this point
Copy the full SHA 7d5b29aView commit details -
Add margins to manual add activity
And move away app bar from the scroll view. It is already the case in main activity for example. Also remove ConstraintLayout nesting Button which seems a bit superfluous.
Configuration menu - View commit details
-
Copy full SHA for 6501a95 - Browse repository at this point
Copy the full SHA 6501a95View commit details -
Nest password activity in scroll view
It should fix display issue for small screens. Position of the Done button has also been changed, moving from stuck to bottom right to simply bottom of content.
Configuration menu - View commit details
-
Copy full SHA for 664183b - Browse repository at this point
Copy the full SHA 664183bView commit details
Commits on May 21, 2024
-
Add select on long click on item
Add same behavior on long click on token item than click on its icon.
Configuration menu - View commit details
-
Copy full SHA for f8aca8e - Browse repository at this point
Copy the full SHA f8aca8eView commit details -
Fix hyperlink in backup fragment
Hyperlink in backup fragment during on boarding was not correctly displayed. Use HtmlCompat.fromHtml() to create a spanned text to fix the issue.
Configuration menu - View commit details
-
Copy full SHA for 1cf4492 - Browse repository at this point
Copy the full SHA 1cf4492View commit details -
Replace deprecated Html.fromHtml()
With HtmlCompat.fromHtml() managing API level itself.
Configuration menu - View commit details
-
Copy full SHA for 6715409 - Browse repository at this point
Copy the full SHA 6715409View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4037f2 - Browse repository at this point
Copy the full SHA f4037f2View commit details