Hzj_jie
da2c57f93a
Automatically connect WIFI after Kobo has been resumed ( #2215 )
...
* Add bash scripts to control WIFI / IP, so we can share them with frontend/device/kobo/device.lua.
* add test cases
2016-09-01 00:05:40 -07:00
chrox
b0498ec9b9
revert 9ab005a
changes to UIManager:sendEvent
...
which would make readerui handle swipe event twice.
And use broadcastEvent to emit `FlushSettings` event.
This should fix #2225 and fix #2226 .
2016-08-19 00:00:01 +08:00
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.
2016-08-13 18:57:15 +08:00
chrox
166aa52a24
move painting and drawing debug log to verbose
2016-08-12 17:47:35 +08:00
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.
2016-08-12 17:05:07 +08:00
chrox
2fa8ebb7c4
don't consume swipe gesture event in readerlink
...
if location stack is empty
2016-08-12 09:33:31 +08:00
chrox
9afad43a3e
refactoring utils to tools as discussed in #2197
2016-08-11 19:29:09 +08:00
Qingping Hou
7857f6964b
Merge pull request #2197 from Hzj-jie/master2
...
Update kosync plugin
2016-08-10 17:22:34 -07:00
Zijie He
820a39c8f7
Update KOSyncClient
2016-08-10 10:42:51 -07:00
bingo619
8e28ef6251
Oasis orientation
2016-08-08 19:57:40 +10:00
bingo619
43797ed813
Oasis orientation
2016-08-02 19:43:16 +10:00
Qingping Hou
ec6da5318c
screensaver(fix): add back menu toggle to support screensaver folder
2016-07-31 18:26:26 -07:00
Qingping Hou
29578d74eb
touchmenu(fix): reset page num before switching to sub menu
2016-07-31 18:22:41 -07:00
bingo619
1edad106c3
Oasis page buttons ( #2199 )
...
Oasis page buttons
2016-07-31 15:25:34 -07:00
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
2016-07-31 19:01:15 +02:00
Hzj_jie
3df363165a
Fix crash in readertoc.lua
...
This issue has been mentioned in https://github.com/koreader/koreader/issues/2186 .
2016-07-29 22:47:44 -07:00
NiLuJe
2f7e32fa20
Fix KT3 input device
...
It's a zforce2 IR grid...
Fix #2195
2016-07-29 14:34:43 +02:00
Hzj_jie
ccbf8eac0c
Add a network info page ( #2187 )
...
Add network info page
2016-07-26 21:32:13 -07:00
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
2016-07-26 21:30:12 -07:00
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.
2016-07-23 18:00:37 -07:00
Qingping Hou
086dbdb657
scrolltextwidget(fix): add moveCursor method
2016-07-18 22:38:54 -07:00
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.
2016-07-18 22:37:57 -07:00
Huang Xin
6a7f55f812
Merge pull request #2160 from koreader/houqp-master
...
set scroll mode as default
2016-07-19 07:42:18 +08:00
Huang Xin
71b3fd3fcc
Merge pull request #2167 from NiLuJe/master
...
Fix KT3 battery sysfs entries
2016-07-19 07:40:57 +08:00
NiLuJe
88e3f54967
Fix KT3 battery sysfs entries
2016-07-18 21:11:50 +02:00
Qingping Hou
f30e487959
readerpaging(fix): set the corrent page number on GoBackLink event
2016-07-18 01:33:35 -07:00
Qingping Hou
0d9fc17d7c
chore: rename SetDefaults:SaveSettings
2016-07-16 22:47:19 -07:00
chrox
1d887f4fe1
book reading statistics for djvu documents
2016-07-15 23:00:46 +08:00
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
2016-07-14 10:38:00 -07:00
Qingping Hou
483963cd71
Merge pull request #2156 from NiLuJe/master
...
Fix a few Kindle device codes
2016-07-14 10:37:22 -07:00
NiLuJe
e565ee289e
Fix a few Kindle device codes
2016-07-14 19:05:46 +02:00
chrox
41c79407b9
diable double tap by default in the widget stack
...
This should fix #2141 and fix #2130 .
2016-07-14 08:56:10 +08:00
Huang Xin
014abf21bc
Merge pull request #2153 from houqp/houqp-master
...
reader(fix): fix crash when DAUTO_SAVE_PAGING_COUNT is set to 0
2016-07-14 08:08:56 +08:00
Qingping Hou
4cdafedcc8
Merge pull request #2147 from koreader/houqp-master
...
move setDirty call from TextWidget:setText to FileManager
2016-07-13 10:52:32 -07:00
Qingping Hou
726259f5a1
reader(fix): fix crash when DAUTO_SAVE_PAGING_COUNT is set to 0
...
* setup autoSaveSettings callback on ReaderReady event
* delay calling autoSaveSettings with UIManager:nextTick
2016-07-12 23:54:01 -07:00
Huang Xin
b8f23d162d
filemanager(fix): refresh banner in filemanager insteand of TextWidget
2016-07-12 21:34:17 -07:00
Qingping Hou
304b0f218e
chore: fix some of the luacheck errors
2016-07-12 20:49:09 -07:00
Qingping Hou
20eb36a03d
feat: add network management UI for kobo
2016-07-11 23:50:19 -07:00
Qingping Hou
ab9a86788f
dbg: prefix log with datetime
2016-07-10 23:25:32 -07:00
Qingping Hou
44d62f6f41
networkmanager: move device specific code into device module
2016-07-10 23:25:32 -07:00
Qingping Hou
85398dc2d5
luasettings: new module to handle genric settings
...
also use luasettings for reader settings
2016-07-10 23:25:32 -07:00
Qingping Hou
a10a4f65a5
minor: use predefined color instead of gray method
2016-07-10 23:25:32 -07:00
NiLuJe
207af74527
Support the White Kindle PW3 & the Kindle Oasis.
...
Also attempts to support the new Kindle Basic, pending confirmation.
2016-07-09 03:16:08 +02:00
Hzj_jie
273a0cb7ee
We should set TextWidget.parent as dirty.
2016-07-07 22:38:24 -07:00
Hzj_jie
3bc5e90a52
TextWidget should set dirty region in setText function.
2016-07-06 23:53:55 -07:00
Hzj_jie
400e63a463
Resolve review comments
2016-07-04 23:14:53 -07:00
Hzj_jie
493ff00609
Add path in file manager
2016-07-04 17:38:04 -07:00
chrox
dee65a7999
add inactive touch zones around buttons on Kindle Voyage
...
This should fix #1801 .
2016-07-01 23:47:32 +08:00
chrox
1c5c7d3a7c
fix #1682 by closing all dict windows when holding close icon
2016-06-29 00:35:00 +08:00
chrox
71bf9efc7c
split accient greek words with spacing character
...
This should fix #1705 .
2016-06-28 23:50:25 +08:00