issues
search
AbedElazizShe
/
LightCompressor
A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
533
stars
116
forks
source link
Storage configuration modified
#182
Closed
CristianMG
closed
2 months ago
CristianMG
commented
11 months ago
Modified storage configuration, now is a strategy pattern.
Now library is easy to mock and test.
Modified documentation to fit with the new changes.
Extract a function to FileUtils to be used inside a strategy
Created the same behaviours than library had but were converted a implementation of interface.
Created a new behaviour default which save file in cache directory to avoid overflow data saved in intern storage
Now strategy allow to join the behaviours, some structure controls that were removed