Commit Graph

2873 Commits (2773ca93862c5380b52abe0b96f39e16c487d6a6)
 

Author SHA1 Message Date
chrox 1fa1c69de4 use checked/unchecked for show page overlap option 10 years ago
chrox b92860c22a add night mode option that inverts screen color 10 years ago
chrox 0ea5ce1afd use checked/unchecked for hightlight drawer style 10 years ago
Qingping Hou 43350499f8 Merge pull request #633 from chrox/master
fix two finger pan gestures detection
10 years ago
chrox 6f99e96e49 fix two finger pan gestures detection
This is a stupid bug I introduced when I thought 0 evaluated to be false.
Actually in Lua only explicit `false` and `nil` are evaluated to `false`
all other values are true in logical expressions.

This should also fix #546. Probably because the touch screens in Kindle
are not as sensitive as in Kobo, this problem is not discovered early
util I play with multi-touch on a Android phone which has a sensitive
enough screen to expose this bug.
10 years ago
chrox 82347955c4 update luajit-launcher 10 years ago
chrox cb0459c5d1 fix cannot load thrift library on Android 10 years ago
chrox 31639cce39 check window stack before sending events
This should fix FC on Android with "Start with last opened file" checked
10 years ago
Qingping Hou 6b6dd818de Merge pull request #629 from chrox/master
GUI adaptation for smaller screens
10 years ago
chrox 650879ec5c now make po should be issued manually 10 years ago
chrox 2e5ff3e437 add Korean in language table 10 years ago
chrox 3ae68399eb add previous and next chevron icon in touch menu 10 years ago
chrox e23e48ffa5 fix license version in reader usage 10 years ago
chrox a7b88b1f9d adjust option orders in readermenu 10 years ago
chrox d2eaeeaeed add option to load last opened file automatically 10 years ago
chrox 857bd6fcc8 strings not shown on GUI will not be translated
This may encourage users in transifex to join Koreader project.
10 years ago
chrox 427da958cb adapt touch menu for small screen 10 years ago
chrox 53a41c0ce8 adapt reader footer for small screen 10 years ago
Paulo Matias 6c2a8c1e01 Merge pull request #627 from houqp/houqp-master
fix(setting): handle empty setting files properly
10 years ago
Qingping Hou 8162192a9d fix(setting): handle empty setting files properly
empty reader setting evalues to nil
10 years ago
Paulo Matias 945cb16dbf Merge pull request #626 from chrox/master
font weight option should be persistent between launchings
10 years ago
Huang Xin c777d8ab3a Merge pull request #625 from hwhw/master
fail gracefully when the Kobo light device cannot be opened
10 years ago
chrox 8c9a139f94 update pot file 10 years ago
chrox 803e4e8600 font weight option should be persistent between launchings
This should fix #620.
10 years ago
chrox a9fceec193 os.execute may cause FC on Android 10 years ago
Hans-Werner Hilse 653143b448 fail gracefully when the Kobo light device cannot be opened 10 years ago
HW 4cc51ff040 Merge pull request #621 from chrox/master
take care of directory that we don't have permission
10 years ago
chrox 80e3c52655 add ant prerequisite for Android build 10 years ago
chrox 79ad1271d8 take care of directory that we don't have permission 10 years ago
HW 69b5cefb57 Merge pull request #619 from chrox/master
update README file to clarify how to use make clean
10 years ago
chrox 8e278c0d62 remove global util module 10 years ago
chrox 232cb27979 update README file to clarify how to use make clean 10 years ago
chrox ef84aff1db make ffi/util module local 10 years ago
HW e0ba8b6c35 Merge pull request #618 from chrox/master
fix blank screen on Android 2.3
10 years ago
chrox 46c6069412 fix blank screen on Android 2.3 10 years ago
Paulo Matias c4d16b4542 Merge pull request #617 from hwhw/master
Get LuaJIT launcher updates
10 years ago
Hans-Werner Hilse f7dda49dcd Get LuaJIT launcher updates 10 years ago
Huang Xin 497d252421 Merge pull request #616 from hwhw/master
reflect new ownership of android-luajit-launcher repo
10 years ago
Hans-Werner Hilse f09c19a947 reflect new ownership of android-luajit-launcher repo 10 years ago
HW 17415ae16e Merge pull request #615 from chrox/master
fix blank screen on Android 2.3
10 years ago
chrox 49478f835a fix blank screen on Android 2.3
Now blitbuffer is initialized with android.screen field
which is possible to grab before native activity window is inited.
10 years ago
chrox 81c5d71e94 fix FC in Android 2.3 when calling util.realpath 10 years ago
Huang Xin 03ba0c7523 Merge pull request #613 from hwhw/master
Android: use FFI-based dlopen() and JNI interfacing
10 years ago
Hans-Werner Hilse d72bf67d0e Android: use FFI-based dlopen() and JNI interfacing 10 years ago
HW bac02ff85a Merge pull request #611 from chrox/master
use android config interface to detect device keyboard and screen dpi
10 years ago
chrox f9215a3a04 use android config interface to detect device keyboard and screen dpi 10 years ago
chrox a33ab1fb8c GUI tweaks for small screen
that sets a maximum size that won't render content outside of the screen
10 years ago
chrox 0fdba1ff35 remove least used koptoptions to save space for small screens 10 years ago
chrox b2e0d2a735 detect screen DPI for android devices 10 years ago
chrox 5aa8eb52da add missing Blitbuffer since it's removed from global space 10 years ago