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

Tolino Page 2 support #458

Closed RubixDev closed 7 months ago

RubixDev commented 8 months ago

Closes #455


This change is Reviewable

pazos commented 8 months ago

I understand that this fixes your two concerns in #455 and you actually tested it using a self built apk.

Is that ok?

RubixDev commented 8 months ago

Yes that is correct. A self-built apk with those changes is currently running on my Tolino Page 2 and is working as expected with both those concerns resolved

RubixDev commented 8 months ago

I sorted it correctly now

hugleo commented 8 months ago

I sorted it correctly now

Remove unused imports:

https://app.codacy.com/gh/koreader/android-luajit-launcher/pullRequest?prid=13309875

RubixDev commented 8 months ago

Remove unused imports

also done