WindSekirun (wind.seo)
WindSekirun (wind.seo)
@thefabbulus @deepakkumardk Sorry, I can't check this issue because notifications doesn't delivered. Probably, I guess the implementation of `getActivityLifecycle()` is the problem. Can you tell me why you are using...
Currently, we use MediaStore api to retrieve media files and Android hides hidden images (actually, directory contains .nomedia file) in their MediaStorr api. This problem can be solve by 'filtering...
In this stackchange, https://android.stackexchange.com/questions/187280/is-it-possible-to-have-a-media-folder-inside-a-nomedia-folder , .nomedia hides sub directories also. (Currently, i'm traveling without computer. Just mobile device)
Since .nomedia hides subdirectory also, we can apply same rule for Directory startsWith '.' . 1. Query all folders from MediaStore 2. If options.ignoreHiddenFiles is true, Filter directory which startsWith...
@deepakkumardk I have an S10+ (G975N) with Android 10, and I've been doing some tests on my way back from travel. Given that the software is beta software, the Gallery...
Also, nested folders are shown as their own rows, so it's easy to see if the folder name starts with a dot.
@deepakkumardk At the discretion, we will proceed with Won't fix. If you still need to implement **ignoreHiddenFiles**, there is a need for further discussion.
1. maybe it should be provided as a different library, and i'm not plan to implement this 2. See #51 3. Already [anko](https://github.com/Kotlin/anko) handle this feature? [source](https://github.com/Kotlin/anko/blob/master/anko/library/static/commons/src/Intents.kt) 4. See #52...
Before i said, i don't maintaned this library for now. But, i format 'dateFormat' with Locale.getDefault(). So i think this problem is not happen in library. SimpleDateFormat dateFormat = new...
Sorry, i no longer maintain this library. Instead, You can custom [these part](https://github.com/WindSekirun/SectionCalendarView/blob/master/library/src/main/java/pyxis/uzuki/live/sectioncalendarview/SectionCalendarView.java#L233) to implement your desired feature.