LibreShift / red-moon

Android screen filter app for night time phone use.
GNU General Public License v3.0
650 stars 81 forks source link

Why not supporting API level 15? #157

Closed aurora-anon closed 7 years ago

aurora-anon commented 7 years ago

Build your software for API level 26, but also make it available for API level 15. You don't have to bring all the features to lower API devices. You could use lots of android.support libraries and backward compatiblity practices to make Red Moon accessible for a wider range of devices. You're losing a huge amount of users. Look at the most popular softwares on Google Play and observe their minimum and target SDK versions.

smichel17 commented 7 years ago

Duplicate of #152