Esa Firman
Esa Firman
More on this https://developer.android.com/reference/android/database/ContentObserver.html#onChange(boolean,%20android.net.Uri)
Yeah this should happen, especially on Nougat+. Will exclude the list from parcel and use a singleton for workaround.
Yeah, load images per-folder is a more scalable approach for sure. Currently there's an issue for loading speed as reported in [here](https://github.com/esafirm/android-image-picker/pull/142).
Hey @Rodrigolmti can you check the latest release for your delay problem? https://github.com/esafirm/android-image-picker/releases/tag/1.13.1
PR for translation is always welcome 😃
@Jerome67000 merged @Arjan-Zuidema this should be achievable by changing the local by yourself right?
@Jerome67000 released @ https://github.com/esafirm/android-image-picker/releases/tag/1.8.0 🎉
@Arjan-Zuidema this is our target for version 2.0.0. Any advice or suggestion for the implementation? 😄
@vitorhugods @JonasHae thanks both of you!! 🙏
@Rainer-Lang how about a completely custom layout for grid item (folder & image) ? I want to create it along https://github.com/esafirm/android-image-picker/issues/67 Still not sure how to implement it though