2bllw8 / anemo

Local private storage for Android
GNU General Public License v3.0
198 stars 7 forks source link

Unavailable in Image mode #4

Closed licaon-kter closed 2 years ago

licaon-kter commented 2 years ago

self build 2f6c53a706537c02aff8822a2ab214e9171e5ef4

Conversations - chat - attach file - menu - Anemo present

Conversations - chat - attach image - menu - Anemo not available?

Anemo has a Pictures section.

2bllw8 commented 2 years ago

Files are not exposed to the MediaProvider of android. I'll look to see if this can be implemented in future

licaon-kter commented 2 years ago

Eg. SimpleGalleryPro or Userland appear both for Files and Images

2bllw8 commented 2 years ago

Fixed with commit 1c16ae0 , tested with Google Message (attach picture) and ExifEraser app which use the "pick image" intent

licaon-kter commented 2 years ago

Wow, big change. Thanks