-
Notifications
You must be signed in to change notification settings - Fork 920
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
Searching and Sorting Fix along with name to root folder #2928
base: development
Are you sure you want to change the base?
Conversation
Clicking on Delete Icon on the Toolbar now deletes all the images. Fixed issue when images of same name are added by changing the PrimaryKey from binPath to an auto_increment id. Fixed an issue in which files are not deleted from ".nomedia" directory. Also Updated some external library versions. Fixed Image Delete Issue , TrashBin Issue and More Clicking on Delete Icon on the Toolbar now deletes all the images. Fixed issue when images of same name are added by changing the PrimaryKey from binPath to an auto_increment id. Fixed an issue in which files are not deleted from ".nomedia" directory. Also Updated some external library versions. Update build.gradle Origin NullFix and Search Fix Images stored in Root directory or /sdcard now won't show or store null value as name. As a result on search and sorting , there would be no crash or termination since we are giving a name to the folder incase of that image is stored in /sdcard. Done with gradlew SpotlessApply
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@satyajiit Squash these commits into a single commit
@satyajiit please do the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@satyajiit - Please do the changes
@satyajiit Please resolve the conflicts |
Fixed #2926
Changes: Images stored in Root directory or /sdcard now won't show or store null value as name.
As a result doing search and sorting ,
there would be no crash or termination since we are giving a name to the folder in case of that image is stored in "/sdcard".
Screenshots of the change:
Before
After
This fixed the search issue which was also causing crash on sorting since we had a null value.