koreader / android-luajit-launcher

Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
MIT License
130 stars 83 forks source link

Add support for Android 13 themed icons #496

Closed jindalpratik closed 1 month ago

jindalpratik commented 1 month ago

Closes #409 .

Adds support for android 13 themed icons. As the icons were already monochrome, used the current icons as monochrome variants.

tempFileForShare_20240716-010407 Tested by building and installing on Samsung S21 FE.

Currently only enabled for release builds so as to still differentiate release and debug builds but can also enable to debug build if you would like.


This change is Reviewable