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

Modification to TestActivity.kt adding Nook GL4 support for testing #465

Closed Codereamp closed 6 months ago

Codereamp commented 7 months ago

This modification will allow for any new device without eInk support to test it either with the refresh constant from the Nook Glowlight 4/4e/4 plus series.

The current drawback of the commit (if to say so) is that since the controllers are probably sorted by class names, the Nook GL4 becomes the first in the list and selected (the only direct competitor for sorting might be Freescale.. but it has the class name TolinoEPDController so alphabetically it's after).


This change is Reviewable