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

Custom picker displays pictures in non-historical order (for pictures that have been copied to the phone) #5263

Open
nicolas-raoul opened this issue Jul 25, 2023 · 0 comments · May be fixed by #5265

Comments

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Jul 25, 2023

When I copy pictures from my external disk to my Android phone, then open the folder with the app's custom picker, they are displayed in seemingly random order. This makes it difficult to select the best picture of a series of similar shots.

The same folder opens with the right pictures order when using the Google Photos gallery or the simplemobiletools gallery or the Aves gallery.

This problem happens even after using the Image & Video Date Fixer app to set the correct Android file timestamps (all pictures have correct EXIF dates). So the custom picker seems to ignore Android file timestamps when loading pictures, maybe it is using some inode number or something, anyway we need to order them more reliably, preferably using Android file timestamps (faster than parsing EXIFs of thousands of files).

You might need to modify code around app/src/main/java/fr/free/nrw/commons/customselector/ui/selector/


I can provide test files if needed, just send me an email to the address mentioned at https://nicolasraoul.github.io .

@nicolas-raoul nicolas-raoul changed the title Custom picker displays pictures in non-historical order Custom picker displays pictures in non-historical order for pictures that have been copied to the phone Oct 15, 2023
@nicolas-raoul nicolas-raoul changed the title Custom picker displays pictures in non-historical order for pictures that have been copied to the phone Custom picker displays pictures in non-historical order (for pictures that have been copied to the phone) Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant