NeoApplications / Neo-Backup

backup manager for android
GNU Affero General Public License v3.0
2.37k stars 121 forks source link

[Bug] Sorting by Backup Date is opposite of expected order #700

Open MrEngineerMind opened 1 year ago

MrEngineerMind commented 1 year ago

Description If I configure the main app "filter" to sort the app list by backup date, descending, it seems to sort it ascending by backup date

Steps To Reproduce

  1. Tap Filter button
  2. Select "sort by: Backup Date"
  3. Select "Descending"
  4. Select "User Apps, all backup filters, "all apps" special filter
  5. Click "Apply"

Expected behavior The word "Descending" means "to go lower". In every program I have ever used, when you sort a list in "Descending" order, the first entry in the list will contain the "Highest" value and as you progress through the list, the values "Go Lower". meaning they "Descend" in value.

The word "Ascending" means "to go higher". In every program I have ever used, when you sort a list in "ascending" order, the first entry in the list will contain the "lowest" value and as you progress through the list, the values "Go Higher" - meaning they "Ascend" in value.

However, the sort order of this app is opposite of that norm - I actually have to select "Ascending" to have the most recent (highest date) backup at the top of the list.

hg42 commented 1 year ago

I agree, but I am quite happy that it's wrong :-) it's the sort order I usually want

I think we should rename it to backup age?