Simple-Gallery/app/src/main/kotlin/com/simplemobiletools/gallery/pro
darthpaul dad1a6e817 fix: position returning to 0
- for calling  refreshUI(media, true) would refresh the view pager position, cause mPos to be set back to 0,
so we retain the original behaviour and call refreshUI(media, false)
- when items have been removed up until the last item in the adapter, the ViewPager's OnPageChangeListener.onPageSelected does not get called for the first item
so mPos is never set to zero and deletion fails.
- we add a call in OnPageChangeListener.onPageScrolled to call onPageSelected(0), when the position == 0 to fix this.
2022-05-16 18:44:23 +01:00
..
activities fix: position returning to 0 2022-05-16 18:44:23 +01:00
adapters add floating contextual menu at some setting screens 2022-05-09 22:18:21 +02: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 prepare the app for having All files permission 2022-05-09 10:44:50 +02:00
extensions require the All Files access in foss and prepaid app variants 2022-05-14 15:15:43 +02:00
fragments prepare the app for having All files permission 2022-05-09 10:44:50 +02:00
helpers prepare the app for having All files permission 2022-05-09 10:44:50 +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