Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New thumbnail implementation #54

Closed
k3b opened this issue Jul 3, 2016 · 4 comments
Closed

New thumbnail implementation #54

k3b opened this issue Jul 3, 2016 · 4 comments

Comments

@k3b
Copy link
Owner

k3b commented Jul 3, 2016

Goal: replace thumbnail display from android-s internal implementatation with external lib

@k3b k3b added this to the v0.5.1 milestone Jul 3, 2016
k3b added a commit that referenced this issue Jul 4, 2016
…stra13.universalimageloader:universal-image-loader:1.9.5
k3b added a commit that referenced this issue Jul 4, 2016
@k3b k3b closed this as completed Jul 5, 2016
k3b added a commit that referenced this issue Jul 12, 2016
@k3b k3b mentioned this issue Jul 13, 2016
k3b added a commit that referenced this issue Jul 15, 2016
@k3b k3b added this to Done in Maintanance May 16, 2017
@HoWilgh
Copy link

HoWilgh commented Dec 2, 2017

Is it possible to put the thumbnails of 'APhotoManager' on the sdcard?

@k3b
Copy link
Owner Author

k3b commented Dec 3, 2017

@HoWilgh yes via Settings/Photos/Thumbnail-Folder but only if android allows write access to sdcard (i.e. if device is rooted or on old android versions).

I use this on my android-4.2 tablet that only has 768mb internal memory.

@HoWilgh
Copy link

HoWilgh commented Dec 3, 2017

I know this option but have not been able to find the correct path to enter there. I use Android-6.1 and do have to use Storage Access Framework (SAF) to write on the sd-Card. But with SAF I do not see any path information I can select. I guess this has to be provided by the app.... by an folder picker supporting SAF.

@k3b
Copy link
Owner Author

k3b commented Dec 3, 2017

@HoWilgh sorry the app does not support read/write to SAF (#61) . on my android-7.1 i used the option to make the sd-card part of the internal memory so every android app with write permisson can use the memory via file system.

If you know how to fix this merge-requests on the master branch are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants