Code Monkey home page Code Monkey logo

Comments (7)

tibbi avatar tibbi commented on May 28, 2024

There shouldnt be any dependencies. Dont you use any special security app that prevents Simple Gallery from accessing your photos? It should display photos of whole device split into albums, no path needed.

I like orange :)

from simple-gallery.

Baerbeisser avatar Baerbeisser commented on May 28, 2024

Wow. At this time of saturday? 👍

No, freshly installed, nothing modified in AppOps. No problems with QuickPick too.
Even though Kitkat has some problems with acces to sdcard, its not the case for SlimKat. I tested it again, all permissions are right.
How does it search for media? (Sorry, too lazy to look in code)

Dark titlebar with dark style would be nicer :(

from simple-gallery.

tibbi avatar tibbi commented on May 28, 2024

ye Im working on the Calendar even after midnight, weird indeed :D
The way it looks for files is through Android ContentResolver https://developer.android.com/reference/android/content/ContentResolver.html , Im not scanning everything on the device manually. It just returns a list of images from everywhere, and I filter them by the parent directory.
Some customization might come in the future, who knows. I want to focus on functionality of apps first.

from simple-gallery.

Baerbeisser avatar Baerbeisser commented on May 28, 2024

Hmm... So ContentResolver is dependent from media storage or mediaserver?
Cause i removed them (buggy and sucks on battery).
logcat tells the truth:
Failed to find provider info for media
Failed to find provider info for media
Unable to start service Intent { act=android.media.IMediaScannerService cmp=com.
android.providers.media/.MediaScannerService } U=0: not found
Sadly, it seems your App is not for me.
Can i close the issue?

from simple-gallery.

tibbi avatar tibbi commented on May 28, 2024

not sure what can I do without being able to reproduce it, but I can take a look in the future. Just leave it open.

from simple-gallery.

Baerbeisser avatar Baerbeisser commented on May 28, 2024

Nah. You would have to implement an indexer, to make it work without ContentResolver.
Or support for busybox find, with option to choose path of busybox and path to search? :-)
Thanks for your help anyway.

from simple-gallery.

tibbi avatar tibbi commented on May 28, 2024

you can use Settings -> Manage Included Folders already for adding folders manually

from simple-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.