love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
207 stars 72 forks source link

Refactoring. #235

Closed er2off closed 2 years ago

er2off commented 2 years ago

Reformat code to match LÖVE engine code style.

Removed useless gradle dependencies.

Refactored normal to not use appcompat.

Added support for API 19 (Android 4.4).

Added support for localization and added Russian language as example.

TODO: Fix directory loading error in API 19.

MikuAuahDark commented 2 years ago

Thanks for the PR, but unfortunately it's too noisy to be merged as-is.

The others are reasonable though, if possible, please don't delete your branch so I can cherry-pick it when I have time.