Simple-Gallery/app/src/main/kotlin/com/simplemobiletools/gallery/pro
darthpaul 3571fcd3ab fix media store crash on deletion on android 12
- MediaStore crashed on deletion because the ViewPagerActivity got finish before the MediaStore.createDeleteRequest executes
- To fix, we apply the same approach in the MediaActivity and finish explicitly after deletion completes, if the media list is empty
- also, only refresh the UI when the media list is not empty to avoid UI glitches
- fix slideshow bug by resetting mAreSlideShowMediaVisible back to false when the slideshow ends
2022-05-14 03:51:52 +01:00
..
activities fix media store crash on deletion on android 12 2022-05-14 03:51:52 +01:00
adapters use MediaStore request way of deleting files on SDK 31 2022-04-30 23:58:21 +01:00
asynctasks improve the performance of fetching Android 11+ files, use the MediaStore 2021-12-04 22:24:50 +01:00
databases adding a new MediaStoreId field to Medium model 2021-12-05 21:18:57 +01:00
dialogs show a nicer error message at copying to an invalid folder 2022-04-20 11:42:43 +02:00
extensions check noMedia file existence only below Android 11 in some cases 2022-05-08 09:33:56 +02:00
fragments adding some preparation for Material You theme 2022-04-04 15:58:05 +02:00
helpers use "Fix Date Taken values" on Android 11+ file fetching 2022-05-03 10:14:18 +02:00
interfaces Revert changes and handle recycler view animation with SDK-30 delete 2022-02-24 16:27:33 +00:00
jobs shortening some code by importing more specific mediastore classes 2020-04-14 16:25:27 +02:00
models adding a new MediaStoreId field to Medium model 2021-12-05 21:18:57 +01:00
receivers run media fetcher on reboot on a background thread 2020-04-26 18:45:06 +02:00
svg
views adding some preparation for Material You theme 2022-04-04 15:58:05 +02:00
App.kt shortening some Picasso initialization code 2021-03-30 15:16:41 +02:00