AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
537 stars 116 forks source link

Feature Request: Make Library Available Backward Support Like API 15 #109

Closed varun7952 closed 2 years ago

varun7952 commented 2 years ago

Hi, We shifted our project from Sillicompressor to LightCompressor recently but our product is targeting API version 15 also and totally based on Java, If it's possible can you please make it backward compatible. So it can be available to majority of Java users with API 15+

Thanks

AbedElazizShe commented 2 years ago

@varun7952 Hi, Thank you for using LightCompressor library.

API version 15 is very old to be supported. I have stopped supporting anything below 21, 4 years ago. Maybe you should consider updating.

I am wondering if you have users at the moment using APIs 15 - 19? It would be interesting to know.

versions

varun7952 commented 2 years ago

@AbedElazizShe Thanks for the reply. To be true we see only few users on API 15-16 but from API 17 We still able to see good amount of users and if you notice Whatsapp,Telegram,Instagram and others they are still targeting lowest version of android, Nobody wants to leave their users behind if they have older android version. See if you can make it backward compatible for specially for the Java users. Thx

varun7952 commented 2 years ago

Can you share code in java so i will try to fork this for backward compatibility?

AbedElazizShe commented 2 years ago

Hi @varun7952 , it's lots of work to enable support and test. Considering that api 21 covers 98% of devices, i will not spend time to add support for 2%.

Thank you