coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Manage cache #102

Closed Shusshu closed 8 years ago

Shusshu commented 9 years ago

manageDiretoryCache(...) is called but never does anything because clearOldFiles is always false

How did you plan to configure this behaviour?

coomar2841 commented 9 years ago

You are right. Clearing old files is not yet fully implemented, since I am on a refactoring mission on this. Expected to have this done with the next release.

Shusshu commented 9 years ago

Good to hear. any ideas even rough when you plan to release the next one?

coomar2841 commented 9 years ago

Probably in 2 weeks time. May be 3. I am a little caught up with other stuff.

Thanks and Regards,Kumar Bibek

http://techdroid.kbeanie.com http://techdroid.kbeanie.comhttp://www.kbeanie.com http://www.kbeanie.com

On Tue, Aug 18, 2015 at 3:46 PM, Benoit Billington <notifications@github.com

wrote:

Good to hear. any ideas even rough when you plan to release the next one?

— Reply to this email directly or view it on GitHub https://github.com/coomar2841/image-chooser-library/issues/102#issuecomment-132157299 .

coomar2841 commented 8 years ago

Added public method, clearOldFiles. Call this right after creating the manager objects.