Closed pazos closed 2 years ago
Not sure what your intention is here :/
TOLINO
is a catch-them all condition. It should work on all fws for all tolino devices, even on third party firmware like Ryogo-Z. It should not catch tolino devices that are not eink.
I won't plan to change that.
I'm also won't plan to change any other device check without a device owner reporting the corresponding stuff. And in that case I would add the new condition as an OR and never replace the check because that might screw things on previous devices that are already working fine.
Not sure what your intention is here :/ I won't plan to change that.
i though i might as well ask, because this would bring TOLINO
and TOLINO_EPOS
conditions (and coding style) in line with other things (like BOYUE
)
as for updating the conditions on TOLINO
, i though i also might as well ask to bring it in line with things like the BOYUE
conditions and reduce the OR conditions because they will be similar
see https://github.com/koreader/android-luajit-launcher/blob/58cb8377c73c19542a3f3b81149c69d9e2100587/app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt#L378-L381 https://github.com/koreader/android-luajit-launcher/blob/58cb8377c73c19542a3f3b81149c69d9e2100587/app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt#L383-L386
Not breaking backward compatibility with brittle crap like this unfortunately trumps coding style ;).
Same intent as #381 but exporting them all.
It makes possible to have very specific branches to workaround broken aosp devices, like
exports manufacturer, brand, device, model, product and hardware as strings and boolean values for
is_tolino
andis_boyue
as both brands use some non AOSP keycodes.This change is