Skip to content
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

Merged
merged 8 commits into from
Jun 12, 2024

Commits on May 14, 2024

  1. 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.
    joggee-fr committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0ffacd2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    7d5b29a View commit details
    Browse the repository at this point in the history
  2. 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.
    joggee-fr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6501a95 View commit details
    Browse the repository at this point in the history
  3. 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.
    joggee-fr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    664183b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Add select on long click on item

    Add same behavior on long click on token item than click on its icon.
    joggee-fr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f8aca8e View commit details
    Browse the repository at this point in the history
  2. 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.
    joggee-fr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1cf4492 View commit details
    Browse the repository at this point in the history
  3. Replace deprecated Html.fromHtml()

    With HtmlCompat.fromHtml() managing API level itself.
    joggee-fr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6715409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4037f2 View commit details
    Browse the repository at this point in the history