FossifyOrg / Phone

A handy phone call manager with phonebook, number blocking and multi-SIM support

Home Page:https://www.fossify.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messy quick selection bar in contacts list

antodc opened this issue · comments

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.2.0

Affected Android/Custom ROM version

Android 11

Affected device model

Oscal C60

How did you install the app?

GitHub releases

Steps to reproduce the bug

I do not know whether the name is correct, but by 'quick selection bar' I mean the list of letters A-Z on the right side of the contacts panel

1 Unselect 'start name with surname' from preferences, if selected
2 Go to the contacts panel
3 Change the sort order to 'surname'
4 The quick selection bar gets messy

In addition, when selecting a letter from that bar you do not go to the first surname starting with that letter in the contact list but to the first name starting with that letter

Expected behavior

The quick selection bar should always go from A to Z in alphabetical order and should allow the user to jump to the first item starting with that letter according with the selected order mode

Actual behavior

The quick selection bar seems to report the letters in the order they first appear in the contact list.

For instance, my contacts are shown in the 'Name Surname' format. So, when they are sorted by surname, they look like

FirstName America
SecondName Brazil
ThirdName China
FourthName France
LastName Italy
...

and the quick selection bar looks like

F
S
T
L
...

So, if I want to jump to surname 'France' I have to find where the 'F' has been placed in that crazy order. Most importantly, if I push 'F' I am shown 'FirstName America' because it is the first item starting with 'F' although I would expect to go to 'FourthName France', as mny sort mode is by surname and that is the first item with a surname starting with 'F'.

Screenshots/Screen recordings

No response

Additional information

No response