Commit Graph

4970 Commits (7e4dc7a3fef46336aa84c7b74bb311cf2c16bde5)
 

Author SHA1 Message Date
Qingping Hou 7e4dc7a3fe Merge pull request #2220 from chrox/fix_2219
fix #2219
8 years ago
chrox 7fd6037bb0 fix #2219
The ABS_PRESSURE ABS code is also detected on some KOBO devices
if ABS_PRESSURE events are feeded to handle orientation those devices
will have a unresponsive screen as described in #2219.

This patch registers an event adjustment handler for Kindle Oasis to
adjust the ABS_PRESSURE code to ABS_OASIS_ORIENTATION code so that
it won't affect event handling on other devices.
8 years ago
Huang Xin aa8d4f27ae Merge pull request #2218 from chrox/fix_swipe_paging
fix unit test of readerlink and readerpaging
8 years ago
chrox 166aa52a24 move painting and drawing debug log to verbose 8 years ago
chrox 9ab005a1d3 fix unit test of readerlink and readerpaging
and have more confidence with the unit testing framework.

Now `make testfront` won't retry on failure and testing files are
ordered in each run so that it's possible to reproduce testing failure.

And this patch also fix flush settings not working before suspend issue:
at some point the `FlushSettings` event is sent to `UIManager` instead
of `ReaderUI`, but `UIManager` only delegated events to active widgets
and `ReaderUI` is actually not an active widgets thus will miss the event.

This patch also add a verbose debug mode with "-v" as a switch to turn
on this mode. With verbose mode on, event handling will be logged.
8 years ago
chrox 2fa8ebb7c4 don't consume swipe gesture event in readerlink
if location stack is empty
8 years ago
Qingping Hou 61b6896391 Merge pull request #2217 from chrox/benchmark_tool
fix k2pdfopt performance degradation
8 years ago
Qingping Hou 5ae8d4b536 Merge pull request #2212 from koreader/chrox-master
fix broken unit tests on Travis CI
8 years ago
chrox 214c8971e7 fix k2pdfopt performance degradation 8 years ago
chrox 9afad43a3e refactoring utils to tools as discussed in #2197 8 years ago
chrox 7ea12c0198 fix broken unit tests on Travis CI
1. It turns out that `device_id` is not defined in unit test environment
which makes the `assert(self.kosync_device_id)` fail and somehow makes `luajit` segmentation fault.
2. In the device spec, stubbing `io.open` will make subsquent `require`
all return boolean value and segmentation fault `luajit`.

This patch is a minimum viable change that makes CI work on both my
local box and Travis.
8 years ago
Qingping Hou 7857f6964b Merge pull request #2197 from Hzj-jie/master2
Update kosync plugin
8 years ago
Zijie He 820a39c8f7 Update KOSyncClient 8 years ago
Qingping Hou 34287c348b Merge pull request #2209 from bingo619/master
Oasis orientation
8 years ago
bingo619 8e28ef6251 Oasis orientation 8 years ago
Qingping Hou 084e2a6f14 Merge pull request #2206 from bingo619/master
Oasis orientation
8 years ago
bingo619 43797ed813 Oasis orientation 8 years ago
Frans de Jonge c0cc3b677c Merge pull request #2202 from koreader/houqp-master
bring back toggle to enable screensaver folder
8 years ago
Qingping Hou 73dc44a639 minor: ignore kobo builds 8 years ago
Qingping Hou ec6da5318c screensaver(fix): add back menu toggle to support screensaver folder 8 years ago
Qingping Hou 29578d74eb touchmenu(fix): reset page num before switching to sub menu 8 years ago
bingo619 1edad106c3 Oasis page buttons (#2199)
Oasis page buttons
8 years ago
Qingping Hou 5aae4c6b73 Merge pull request #2200 from NiLuJe/master
Some more Kobo scripts tweaks
8 years ago
NiLuJe 2013a66fdd Some more Kobo suspend tweaks...
Disable wakeup_count handling, that's often causing more harm than
anything else...
Nickel doesn't even use it, that should have been a hint ;).

Make the logging slightly less confusing.
Add commented out debug features (dumping relevant dmesg output).

Re #2188
8 years ago
NiLuJe 0f184e30ed Tweak nickel restart script
Also restart sickel...
8 years ago
Hzj_jie 3df363165a Fix crash in readertoc.lua
This issue has been mentioned in https://github.com/koreader/koreader/issues/2186.
8 years ago
Qingping Hou c67dc8d9b7 Merge pull request #2196 from NiLuJe/master
Fix KT3 input device
8 years ago
NiLuJe 2f7e32fa20 Fix KT3 input device
It's a zforce2 IR grid...

Fix #2195
8 years ago
Huang Xin 37d39759e4 Merge pull request #2193 from NiLuJe/master
Update base
8 years ago
NiLuJe 967c1e54be Update base
Hopefully fixes arm builds on Ubuntu TCs.

Fix #2188
8 years ago
Hzj_jie ccbf8eac0c Add a network info page (#2187)
Add network info page
8 years ago
NiLuJe 04d07699cf Fix touch input on the 3G KOA (#2189)
* Fix touch input on the 3G KOA

There's an extra controller in there screwing things up for us,
because reasons, I guess?

Fix #2181

* Avoid touch_dev duplication
8 years ago
Huang Xin 0d70840504 Merge pull request #2182 from koreader/houqp-master
footer(fix): avoid setting mini footer to invisible when full progress bar is on
8 years ago
Qingping Hou 1c5543358c readerfooter(fix): avoid setting mini footer to invisible when full progress bar is on
Our previous assumption is user will only choose between full or min
bar. The does not hold anymore as many more info has been added to the
mini bar and sometimes user might want to have both of them on. This
patch makes the reader behavior consistent when both bars are set to be
on for a document.
8 years ago
Huang Xin 06bd4d7afc Merge pull request #2168 from koreader/houqp-master
scrolltextwidget(fix): add moveCursor method
8 years ago
Qingping Hou 086dbdb657 scrolltextwidget(fix): add moveCursor method 8 years ago
Hzj_jie 7493fc89f6 Add removed item name in "Remove this item from history" and fix wrong items deleted issue. (#2164)
* Add removed item name in "Remove this item from history".

* Fix #2162, wrong history items deleted.
8 years ago
Huang Xin 6a7f55f812 Merge pull request #2160 from koreader/houqp-master
set scroll mode as default
8 years ago
Huang Xin 71b3fd3fcc Merge pull request #2167 from NiLuJe/master
Fix KT3 battery sysfs entries
8 years ago
NiLuJe 88e3f54967 Fix KT3 battery sysfs entries 8 years ago
Qingping Hou f30e487959 readerpaging(fix): set the corrent page number on GoBackLink event 8 years ago
Qingping Hou 3339ed4e5f test(fix): update tests for default scroll mode 8 years ago
Qingping Hou eb3a0942a9 build: bump base for gitlab mirrors 8 years ago
Qingping Hou 5382a06858 readerpaging: set scroll mode as the default view mode 8 years ago
Qingping Hou 0d9fc17d7c chore: rename SetDefaults:SaveSettings 8 years ago
Frans de Jonge 95e391dc90 Merge pull request #2158 from chrox/djvu_stats
book reading statistics for djvu documents
8 years ago
chrox 1d887f4fe1 book reading statistics for djvu documents 8 years ago
Hzj_jie d4c31d683f Add a setting to disable save document (#2138)
* Add a setting to disable save document
* Add UI elements to control save-document settings
8 years ago
Qingping Hou 483963cd71 Merge pull request #2156 from NiLuJe/master
Fix a few Kindle device codes
8 years ago
NiLuJe e565ee289e Fix a few Kindle device codes 8 years ago