tommi1hirvonen / ExifNotes

Exif Notes is an Android application that let's you quickly make structured notes in the field when doing film photography. It has about 1,500 active installations through Google Play.
GNU General Public License v3.0
32 stars 4 forks source link

Sorting rolls by name produces unexpected sort outcomes #23

Closed tommi1hirvonen closed 1 year ago

tommi1hirvonen commented 1 year ago

Is your feature request related to a problem? Please describe. If the roll name is prefixed with a number, the rolls are sorted in an unexpected manner: 1,10,11,12....19,2,20,21... The number 2 should appear immediately after number 1.

Describe the solution you'd like The rolls should be sorted with a Windows file explorer type of sorting, where the number prefixes are used as the basis of comparison instead of comparing roll names simply as just strings of text.

Describe alternatives you've considered None.