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

Sort by "Access" doesn't work properly #1911

Open
An-anonymous-coder opened this issue Oct 9, 2024 · 1 comment
Open

Sort by "Access" doesn't work properly #1911

An-anonymous-coder opened this issue Oct 9, 2024 · 1 comment
Labels

Comments

@An-anonymous-coder
Copy link

Describe the bug

When the database is sorted by "Access", it only sorts by modification. It should instead sort by when each item was viewed or autofilled.

To Reproduce

Steps to reproduce the behavior:

  1. Open a database
  2. Open the sort menu on the top right
  3. Select "Access"
  4. Click "OK"
  5. View an item

The position of the item does not change.

Expected behavior

The positions of items should be sorted relative to when it was viewed or autofilled.

KeePassDX:

  • Version: 4.0.8
  • Build: GitHub Release APK
  • Language: English

Android:

  • Device: Pixel 8
  • Version: GrapheneOS 2024092900 (Android 14)

Additional context

I will create a demonstration video if this cannot be reproduced.

@J-Jamet J-Jamet added this to 4.1.0 Oct 20, 2024
@J-Jamet J-Jamet moved this to Todo in 4.1.0 Oct 20, 2024
@J-Jamet J-Jamet removed this from 4.1.0 Nov 2, 2024
@J-Jamet J-Jamet added this to 4.2.0 Nov 2, 2024
@J-Jamet J-Jamet moved this to Todo in 4.2.0 Nov 2, 2024
@J-Jamet
Copy link
Member

J-Jamet commented Nov 8, 2024

At present, the code ignores the save of an access, as this would cause a change in the entry data and therefore, by extension, cause an automatic database save.
I'll try to find a solution to update a RAM entry without triggering the entire database save, but it requires using a new architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants