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
Qingping Hou
ffd01b3345
Merge pull request #2111 from chrox/fix_2110
...
fix #2110 by adding disable double tap option in screen options
2016-06-27 11:46:14 -07:00
chrox
6ec30376a6
fix two crashes
2016-06-28 00:45:01 +08:00
chrox
551857ce6e
fix some luacheck warnings
2016-06-28 00:43:23 +08:00
chrox
03fda94562
fix #2110 by adding disable double tap option in screen options
2016-06-27 23:02:10 +08:00
chrox
f1b76d41d9
fix crash when clearing inputbox
2016-06-26 22:43:40 +08:00
chrox
3d7fe1002c
we should disable double tap by default
...
Currently only column-zoom mode in PDF uses double tap gesture.
2016-06-26 22:36:54 +08:00
chrox
6b43233c4a
fix #2092
...
And fix several other bugs introduced in #2028 :
1. hint messages are back instead of the "Demo hint"
2. cursor now only presents in the focused inputbox in a multiinput dialog
3. moving cursor now works in multiinput dialog
2016-06-26 01:33:18 +08:00
chrox
687b6df4f2
add support of screen brightness settings for Android
...
and use standrad Android API to query battery level and charging status
This should fix #2025 , fix #1759 and fix #1415 .
2016-06-24 02:05:20 +08:00
Qingping Hou
7d13d00eff
uimanager(fix): honor second when calling Input:waitEvent
2016-06-22 01:11:23 -07:00
Qingping Hou
fadad90447
uimanager(fix): handle stack change in close
2016-06-21 01:53:42 -07:00
Qingping Hou
af2f3c30c7
uimanager(fix): handle last widget in broadcast event properly
2016-06-18 22:32:08 -07:00
Frans de Jonge
97925df40a
Merge pull request #2086 from chrox/fix_2084
...
fix #2084 introduced by copy and paste in #2079
2016-06-16 18:46:48 +02:00
Frans de Jonge
2f7279b659
Merge pull request #2087 from chrox/fix_2054
...
fix #2054 by removing ticks max limitation
2016-06-16 18:46:02 +02:00
chrox
ad88192d85
fix #2054 by removing ticks max limitation
2016-06-17 00:23:03 +08:00
chrox
0ca82fb072
fix #2084 introduced by copy and paste in #2079
2016-06-17 00:05:25 +08:00
chrox
40858c670a
restrict dictionary window inside of screen especially in landscape mode
...
This should fix #2020 .
2016-06-17 00:04:47 +08:00
Qingping Hou
cf3c91d92e
Merge pull request #2079 from Hzj-jie/master
...
ReaderZooming should remove the size of page footer when calculating zoom value
2016-06-15 00:28:32 -07:00
Qingping Hou
fe6aaca47d
Merge pull request #2083 from chrox/fix_2060
...
fix #2060 by handling blank search pattern
2016-06-15 00:25:40 -07:00
chrox
5bbcae954e
fix #2060 by handling blank search pattern
2016-06-15 02:34:46 +08:00
chrox
5983050d79
PDF free zoom mode revisit
...
this should implement feature request of zoom mode for multi-columns
page in #501
This PR depends on koreader/koreader-base#435
How to use?
1. Tap the top left corner of a PDF/Djvu page to get into the flipping
mode
2. Double-tap on text block will zoom in to that column
3. Double-tap on any area will zoom out to an overview of the page
4. repeat step 2 to focus to another page block
How does it work?
1. We first find the mask of text blocks in the page. (Pic 1)
2. Then we intersect page boxes with user tap to form a page block. (Pic 2)
3. Finally we zoom the page to the page block and center current view to
that block. (Pic 3)
2016-06-15 02:05:09 +08:00
Huang Xin
22d0dbfb4f
Merge pull request #2075 from chihyang/master
...
Add a new feature 'read from right to left'
2016-06-14 23:07:17 +08:00
Qingping Hou
bc9f60034e
handle auto shutdown in pocketbook
2016-06-14 00:07:04 -07:00
Zijie He
ac6ccc0038
ReaderZooming should remove the size of page footer when calculating zoom value.
2016-06-13 14:37:40 -07:00
Qingping Hou
ce7ae2dfac
uimanager(fix): handle edge case where second widget in stack is ignored
2016-06-11 12:17:18 -07:00
chihyang
a948ecb19a
Add 'read from right to left' in readerrolling
...
- Fix problems in readerpaging.lua;
- Add the same feature in readerrolling.lua.
2016-06-10 21:17:42 +08:00
chihyang
c161bc2f79
Add a new feature 'read from right to left'
...
A new feature 'read from right to left' is added, which is more fit for
Traditional Chinese and Japanese books. Once the feature is enabled:
1. The gesture region of TapForward and area will be flipped
horizonally;
2. The action for swiping to west and to east will be exchanged.
2016-06-10 20:14:03 +08:00
chihyang
8251cd6ac8
Add a UI option to set 'read from right to left'
2016-06-09 21:28:27 +08:00
Hzj_jie
c83036c1bc
Merge pull request #2064 from koreader/houqp-master
...
kobo: detect non-epoch timestamp using current second
2016-06-07 12:04:32 -07:00
Frans de Jonge
eb28513403
Fix 'screen server' typo (should be screensaver)
2016-06-07 14:08:20 +02:00
Hzj_jie
cf8c0aa81f
Add docsettings unittest
2016-06-06 10:05:16 -07:00
Hzj_jie
016aaa92b9
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
frontend/docsettings.lua
2016-06-06 08:56:07 -07:00
Qingping Hou
e58198fbe2
widgetcontainer(fix): crash when getting widget size
2016-06-05 16:38:07 -07:00
Qingping Hou
38a1758889
kobo: detect non-epoch timestamp using current second
2016-06-05 14:19:37 -07:00
Qingping Hou
301925e34a
textboxwidget(fix): handle onHoldWord event
2016-06-05 00:37:54 -07:00
Qingping Hou
adf5ffdd26
dictquicklookup(fix): use self.region for matching hold event
2016-06-05 00:08:23 -07:00
Qingping Hou
cc425287da
doc(fix): avoid module keyword
2016-06-04 19:51:47 -07:00
Hzj_jie
2085b774e2
Remove legacy document settings after flushing.
2016-06-04 12:26:05 -07:00
Qingping Hou
2e417cfbd8
filemanager(refactor): use purge method from docsettings
2016-06-03 22:06:02 -07:00
Qingping Hou
f71534e399
readerfooter(fix): only populate footer info after document is loaded
2016-06-03 01:31:46 -07:00
Zijie He
4f897acc67
Refine docsettings, does not write history folder if it's not necessary.
2016-06-02 18:01:14 -07:00
Qingping Hou
8268d8d32c
test(fix): clean up after screenshot test
2016-06-01 21:32:35 -07:00
Huang Xin
fd39016c87
Merge pull request #2028 from union2find/master
...
Add cursor functionality for inputtext widget
2016-06-01 08:34:42 -05:00
Huang Xin
ffca77af40
Merge pull request #2032 from koreader/keyboard
...
russian keyboard layout improvement from mergen3107
2016-06-01 08:32:54 -05:00
Huang Xin
f718b0669f
Merge pull request #2045 from koreader/defaults
...
defaults(refactor): remove global hack in filemanagersetdefaults
2016-06-01 08:31:36 -05:00
Qingping Hou
a92a88e063
uimanager(fix): check active widgets in the correct order
2016-05-29 22:03:04 -07:00
Qingping Hou
ac03cd241f
fm(fix): close filemanager before showReader
...
This removes filemanager from UI widget stack so it does not listen
to events sent to the reader. Before this patch, screenshot event will
be sent to filemanager.
2016-05-29 19:36:54 -07:00
Qingping Hou
6a1fa7f612
move keyboard layout into data modules
...
also changed keyboard mode for number to 4
2016-05-28 17:46:31 -07:00
Qingping Hou
56a9bad23b
russian keyboard layout improvement from mergen3107
2016-05-26 21:01:42 -07:00
Qingping Hou
9586b36eb6
defaults(fix): purge entry from persistent file
2016-05-26 00:44:42 -07:00
Qingping Hou
476e35708d
inputdialog(feat): add is_enter_default attribute to buttons
2016-05-25 23:09:49 -07:00
Qingping Hou
60587e08c6
defaults(refactor): remove global hack in filemanagersetdefaults
...
also added screensaver folder setting dialog for kobo
2016-05-25 22:07:20 -07:00
Qingping Hou
82a3e0f9ad
automatically adjust ev time for kobo touch
2016-05-23 23:21:14 -07:00
Zijie He
882a815f6c
Use default font if settings.reader.lua does not provide one. Provide a Toggle button if readerfooter gesture actions are disabled.
2016-05-22 22:32:57 -07:00
union2find
a7f24b6eaf
fix function util.splitToChars in frontend/util.lua
2016-05-22 23:59:28 +08:00
NiLuJe
103e4eaeb8
Use the GloHD quirks on the Touch 2.0...
...
re #2005
2016-05-15 20:44:07 +02:00
NiLuJe
9a7c46e8f5
Unbreak previous commit
...
Weeeeee!
2016-05-15 20:44:07 +02:00
NiLuJe
467e65be3d
Don't crash on the Kobo Touch 2.0
...
I wouldn't go so far as to say "support", though, since I don't have the
device, and the touch protocol might be wrong ;).
re #2005
2016-05-15 20:44:07 +02:00
union2find
f8943efdbf
fix indent sytle
2016-05-15 17:18:38 +08:00
union2find
3d89b27e59
remove debug output
2016-05-15 14:56:58 +08:00
union2find
9ea56827dc
resolve conflict on frontend/ui/widget/scrolltextwidget.lua
2016-05-15 14:00:11 +08:00
chrox
4c491b5ee2
rename 'Highlight' to 'Highlight options' in menu
...
This should fix #2023 .
2016-05-14 12:20:01 +08:00
Zijie He
1aa0c4192a
Multi-line toggle switch & add instruction to resolve sdcv build error.
2016-05-09 21:59:33 -07:00
Qingping Hou
2cf4e77ae5
readerui(chore): rename _running_instance
2016-05-02 22:42:19 -07:00
Qingping Hou
42dde82c43
uimanager(minor): simplify suspend event handler's signature
2016-05-02 22:42:05 -07:00
Qingping Hou
887d9942ed
Merge pull request #1992 from lgeek/master
...
RFC: Offer to power off if the power button is held for at least 3 seconds
2016-05-01 22:48:07 -07:00
Cosmin Gorgovan
19338cb439
Kobo: Offer to power off if the power button is held for at least 3 seconds
2016-05-01 14:09:21 +01:00
Cosmin Gorgovan
18c0cee18f
UIManager: add method for broadcasting an event to all widgets
2016-05-01 13:48:21 +01:00
Qingping Hou
2bcc3671c5
scrolltextwideget(fix): listen to page fwd/bck events
2016-05-01 00:51:50 -07:00
Qingping Hou
0f3eeb24c9
progressbar(fix): persist progressbar visibility
2016-04-28 01:25:18 -07:00
Qingping Hou
eb71d29716
kodev(minor): fix arg test
2016-04-23 21:22:57 -07:00
Qingping Hou
0166ff8add
reader(fix): force draw info message before loading document
...
Since the doShowReader will run in nextTick, it will get picked up by
checkTask, which is in the beginning of next UI loop and blocks
UIManager from redrawing the screen for the info popup.
2016-04-23 21:17:38 -07:00
Frans de Jonge
89a4b49c8b
Merge pull request #1987 from chrox/fix_landscape_opening_dialog
...
fix 'opening file' dialog not centered in landscape
2016-04-23 17:58:19 +02:00
chrox
6e723237ba
fix 'opening file' dialog not centered in landscape
...
by setting the timeout to 0.0 seconds so that when the screen
is turned to landscape the dialog is already closed.
2016-04-23 23:09:34 +08:00
chrox
92184f0199
fix #1985 by always return to the parent dir of current doc in the FileManager
2016-04-23 22:57:19 +08:00
Hzj_jie
51327911f2
Won't track missing files in history, and always keep latest timestamp
2016-04-21 20:37:16 -07:00
union2find
d6fcc9adf9
add cursor functionality
2016-04-21 22:13:10 +08:00
Qingping Hou
d7b1b403c1
progresswidget(fix): ignore nil self.last
2016-04-20 23:16:40 -07:00
Qingping Hou
0226efc4cd
readerfooter(minor): just incase self.pages is nil
2016-04-20 23:12:07 -07:00
Qingping Hou
572412b1f6
readerrolling(fix): detect end of book properly
2016-04-20 23:12:07 -07:00
Qingping Hou
26ecc6035a
bookstatus: cache total pages
2016-04-20 23:12:07 -07:00
Qingping Hou
f0cc8749b6
Merge pull request #1977 from Hzj-jie/migrate-history
...
Migrate history folder into sdr - A new history.lua file and ReadHistory component
2016-04-21 02:11:10 -04:00
Zijie He
667e8834ad
Migrate history folder, FileManagerHistory uses own history.lua file and ReadHistory component
2016-04-20 22:44:44 -07:00
Zijie He
f33f78cf08
Add an ignore_power_sleepcover setting to ignore Kobo power_sleepcover keycode
2016-04-20 10:21:09 -07:00
frankyifei
73f7d860cd
imagewidget fix
...
bring back the old behavior: when width and height are set and all the
zooming options are false, zoom the image to that size. The last commit
to Imagewidget.lua caused it ignores the set width and height and use
the image's original size instead when no zoom option is set. This
caused #1979 . Although #1979 can be fixed by setting autostretch=true,
but I think it's good to fix here.
2016-04-20 01:16:27 +09:30
Qingping Hou
e9b9bbadcc
fix: luacheck
2016-04-19 00:59:02 -07:00
Qingping Hou
c22a3747d8
fix all the tests
2016-04-19 00:01:28 -07:00
Qingping Hou
a049eddcbc
bookmark(fix): bookmark comparison for crengine
2016-04-18 23:51:06 -07:00
Qingping Hou
790472fb38
Merge pull request #1969 from Hzj-jie/screen-saver
...
Update ImageWidget to support more stretch settings, and enable screensaver on kobo
2016-04-18 21:56:07 -04:00
Hzj_jie
0fb5d5f6fc
Fix a naming, which breaks coding style
2016-04-17 22:32:51 -07:00
Hzj_jie
1be9264a0c
Resolve review comments
2016-04-17 22:30:46 -07:00
Frans de Jonge
5638819f25
Removed a bunch of "successfully", replaced an ellipsis, and some deviant spellings of KOReader.
2016-04-16 12:37:08 +02:00
Zijie He
0b59d501a6
Merge remote-tracking branch 'upstream/master' into screen-saver
2016-04-15 13:21:55 -07:00
Zijie He
7d4bd076f7
Resolve review comments
2016-04-15 13:21:39 -07:00
NiLuJe
d4e5746eb3
Unbreak toggling the fL on Kindles
...
Fix #1960
2016-04-15 16:51:41 +02:00
Allan Nordhøy
bc16ed5035
Spelling of calibre and KOReader. Ellipsis.
2016-04-15 15:04:41 +02:00
Zijie He
865b2a8f90
Update ImageWidget to support more stretch settings, and enable screensaver on kobo
2016-04-14 17:42:54 -07:00
Zijie He
6eeac33ad1
*.sdr folders are not excluded in folder item count
...
Bug #1966
2016-04-14 14:13:53 -07:00
Zijie He
ccd95b80fa
Prefer sdr folder to history folder
2016-04-14 12:50:02 -07:00
Hzj_jie
3cf4e79f62
Use Screen:scaleBySize to auto scale virtual keyboard size
2016-04-11 23:36:03 -07:00
NiLuJe
f43cbc74e6
Always forcibly wake the H2O IR grid on wakeup
...
Fix #1862
Fix #1943
2016-04-09 17:51:39 +02:00
chrox
f3e0d44cc4
disable jit on some modules on android
...
to make koreader on Android more stable
and with these opt params:
```
require("jit.opt").start("sizemcode=64","maxmcode=64", "hotloop=10000")
```
The strategy here is that we only use precious mcode memory (jitting)
on deep loops like the several blitting methods in blitbuffer.lua and
the pixel-copying methods in mupdf.lua. So that a small amount of mcode
memory (64KB) allocated when koreader is launched in the android.lua
is enough for the program and it won't need to jit other parts of lua
code and thus won't allocate mcode memory any more which by our
observation will be harder and harder as we run koreader.
2016-04-07 23:43:58 +08:00
Qingping Hou
7c46cb3eda
bookstatus(fix): reset self.stats on init
2016-04-05 21:48:27 -07:00
Qingping Hou
2a2643bdb5
Revert "bookstatus(fix): reset self.stats on init"
...
This reverts commit be8ceb84b4
.
2016-04-05 21:47:48 -07:00
Qingping Hou
be8ceb84b4
bookstatus(fix): reset self.stats on init
2016-04-05 21:43:20 -07:00
Qingping Hou
eb37d9b8b6
kobo: fix screen probe for touch
2016-04-02 23:06:09 -07:00
Qingping Hou
144fd170f1
uimanager(refactor): replace autosuspend if check with noop
2016-03-29 10:02:53 -07:00
Qingping Hou
e3137134f8
dbg(add): guard method to toggle assert at based at runtimemode
2016-03-28 23:38:25 -07:00
Qingping Hou
dffc42d234
fix(readerrolling): crash with legacy last_per config in page mode
2016-03-28 21:23:33 -07:00
Zijie He
b86aa5a02b
Implement auto-suspend function for Kobo. Add test case for UIManager:_checkTasks, which should not clear _task_queue_dirty bit before looping.
2016-03-28 17:53:18 -07:00
Qingping Hou
467199285f
minor: rename Koreader to KOReader
2016-03-27 18:50:23 -07:00
Qingping Hou
26f5c8861b
chore: minor style cleanup
2016-03-27 17:18:25 -07:00
Qingping Hou
e5c1ff1ef6
test(bookmark): purge doc settings before test
2016-03-27 17:17:46 -07:00
Qingping Hou
11d5b5c0a1
fix(readerlink): restore reader view context on go back
2016-03-27 16:01:56 -07:00
Qingping Hou
2d5222ef33
readerview: add get/set methods for view context
2016-03-27 15:39:59 -07:00
Qingping Hou
c35aad3ae1
fix(kobo): return 0 frontlight level config to signal frontlight off state
2016-03-20 23:58:59 -07:00
Qingping Hou
f48d9bd6d9
fix(readerfooter): marker ticks initialization
2016-03-18 23:24:51 -07:00
Qingping Hou
2f78493e9e
minor: write reader error to stderr
2016-03-17 21:55:46 -07:00
Qingping Hou
e9a5624373
fix(bookstatus): enforce status page height to screen height
2016-03-13 19:48:28 -07:00
chrox
3a9cb659d1
add OTA update on Android
2016-03-13 23:43:05 +08:00
Qingping Hou
adc7ddccfc
test: start every test suit with a clean reader setting
2016-03-12 15:52:04 -08:00
Qingping Hou
1683023f2c
refactor(readerfooter): optimization and bug fixes
...
* avoid unnecessary initialization
* really fix the crash caused by autoRefreshTime....
* responsive progress bar layout
2016-03-12 01:00:52 -08:00
Qingping Hou
824bdb4463
comment for kobo sleep
2016-03-10 18:39:36 -08:00
Zijie He
767e6e2b71
Add a sleep after kobo resume to resolve partial blank screen issue ( #1874 )
2016-03-10 15:35:06 -08:00
GeneralFailer
10f9f1b1a7
"Wifi" -> "Wi-Fi"
2016-03-10 18:26:57 +03:00
Zijie He
61ec784f91
Add eink_optimization_spec
2016-03-08 19:38:06 -08:00
zijiehe
f0c675d722
E-ink optimization setting should be correctly set after restart.
2016-03-08 17:58:05 -08:00
Qingping Hou
e52c74afcc
test: more uimanager scheduler test
2016-03-07 22:52:52 -08:00
Qingping Hou
1ede9d03f1
fix: avoid initializing readerfooter multiple times
...
This will create multiple autoRefreshTime function and crash the reader on exit
2016-03-07 22:50:32 -08:00
Qingping Hou
ada373e247
kobo: refresh screen after close screensaver on resume
2016-03-07 00:02:15 -08:00
Qingping Hou
fad50772ce
minor: fix luacheck errors
2016-03-06 22:47:24 -08:00
Qingping Hou
b0d4915977
progressbar: fix infill offset in bookstatus
2016-03-06 22:45:41 -08:00
Qingping Hou
10ded583b9
minor: adjust kvpage and dictlookup for new closebutton
2016-03-06 22:45:41 -08:00
Qingping Hou
34e0238b6f
readermenu: move book status to info tab & minor cleanup
2016-03-06 22:45:41 -08:00
Qingping Hou
a99ab5a976
bookstatus: adjust layout and spacing for bookstatus page
2016-03-06 22:45:40 -08:00
Qingping Hou
b65983da1a
multi-touch: add tests for gesturerange moudle
2016-03-06 22:45:40 -08:00
Qingping Hou
6fccb610c4
doc: update rendertext
2016-03-06 22:45:40 -08:00
Qingping Hou
e812f7d0d6
kobo: fix typo during refactoring, luacheck is the best check
2016-03-05 13:02:33 -08:00
Qingping Hou
5e8c5243c4
uimanager: fix crash on crash....
2016-03-05 12:37:45 -08:00
Qingping Hou
cf70e86552
kobo: move reader setting outside of nicke_conf module
2016-03-02 23:25:39 -08:00
NiLuJe
e60de3044c
Keep intensity in sync at the config level too
...
Make sure frontlight_intensity in reader.lua settings matches what we
write into Nikcel's config
2016-03-02 19:16:02 +01:00
NiLuJe
a82fe3ac44
is_fl_on -> is_frontlight_on outside of powerd
...
Matches the reader setting we're reading/writing at that point,
and avoids confusion related to scoping because it doesn't necessarily
match powerd.is_fl_on at that point.
Well, at least I had to wrap my mind around it ^^
2016-03-02 19:15:11 +01:00
Qingping Hou
4751aba46c
kobo: rewording, turns out has_toggle_btn != has_state_cfg :(
2016-03-02 18:25:17 +01:00
Qingping Hou
399d676cf0
kobo: rename frontlight_state config to is_frontlight_on
2016-03-02 18:25:17 +01:00
Qingping Hou
8190093f83
kobo: don't create FrontLightState config if it didn't exist to begin with
2016-03-02 18:25:17 +01:00
Qingping Hou
8b7658b8cd
kobo: always keep intensity value and is_fl_on in sync
2016-03-02 18:25:17 +01:00
Qingping Hou
cf3b97537b
kobo: build fl_state based on fl_intensity if model does not support toggle
2016-03-02 18:25:17 +01:00
Qingping Hou
9afae91b13
chore: rename frontlight related variables to keep style consistent
...
flIntensity -> fl_intensity
flState -> is_fl_on
fallback_FrontLightLevel -> fallback_fl_level
2016-03-02 18:25:17 +01:00
NiLuJe
f213fb6405
Bypass flState on suspend/wakeup
...
We pretty much always want to turn it off on suspend, and turn it on to
some measure on wakeup.
That, and nickel's FrontLightState is completely nonsensical on my device anyway...
2016-03-02 18:24:14 +01:00
NiLuJe
770625d756
Tweak the 'IR down on resume' workaround...
...
Only apply it when started from nickel, because I'm guessing we'd have
seen a number of reports of this if it happened more widely...
2016-03-02 18:24:14 +01:00
NiLuJe
85737e2b9d
Forcibly re-activate IR grid on resume...
...
re #1862
2016-03-02 18:24:14 +01:00
NiLuJe
6c8bbfd470
Unbreak Kobo frontlight -> off when suspending.
...
If no-one touches anything, flState stays false...
And anyway, we should unconditionally disable the fl on sleep.
2016-03-02 18:09:38 +01:00
Qingping Hou
d4254e5266
fix: unschedule auto refresh footer task on document close
2016-02-29 23:13:52 -08:00
NiLuJe
7d0c354ffb
Unbreak battery status refresh on resume on Kindle
...
Went kaput w/ #1854
2016-02-29 19:49:37 +01:00
NiLuJe
aa0450ab5d
Fix volumd's USBMS splash screen on FW 5.7.x
...
That clears up my previous queries abour the dual checks ;p.
2016-02-29 18:22:52 +01:00
NiLuJe
4510625d37
Unbreak native screensavers on Kindle >= 5.7.2
...
Which I broke the last time I touched this.
NOTE: I'm not quire sure why the bbsave/bbrestore on stop/resume did a
double check (screensaver & charging), because that effectiely disabled
it when charging, which I don't quite understand...
Also makes sure the needsScreenRefreshAfterResume flag is honored on
Kindles, because we need it on FW >= 5.7.2
Note that this *breaks* the behavior with passcode enabled, which was
unwittingly fixed in said previous changes...
re #1811
2016-02-29 16:59:15 +01:00
Qingping Hou
0772fd1439
touchmenu: fix menu height calculation
2016-02-28 13:32:25 -08:00
zijiehe
a183c1c64b
Slightly refector device & powerd component, remove some magic code
2016-02-28 14:38:14 +08:00
Qingping Hou
46ade8e795
readergoto: show current page in input hint
2016-02-26 00:20:09 -08:00
Qingping Hou
847837c5c1
readergoto: use the term page and location based on doc type
2016-02-26 00:20:09 -08:00
zijiehe
e84093c414
Add a flState in Kobo, and KoboPowerD:toggleFrontlight uses flState to control the light instead of intensity.
2016-02-26 15:34:23 +08:00
Qingping Hou
8c01835458
fix: only show reader status at the end of the book
2016-02-23 22:43:35 -08:00
Qingping Hou
69f9ebd528
build: fix doc generation
...
also moved MD5 to koreader-base/ffi
2016-02-23 22:01:12 -08:00
chrox
529cb801c1
fix broken extended InputDialog components
...
eg. LoginDialog and MultiInputDialog
since the style refactoring in #1783 .
2016-02-21 23:30:06 +08:00
zijiehe
8861365264
Add rename function for filemanager
2016-02-20 23:53:05 +08:00
Qingping Hou
8e35a6e4ab
fix inputcontainer
2016-02-18 21:21:19 -08:00
Qingping Hou
4598284bbb
fix(readerfontlight): crash in toggle
2016-02-17 09:53:29 -08:00
Qingping Hou
03e81cfa4d
test: fix readerui instance reset test
2016-02-17 00:06:55 -08:00
Qingping Hou
72e7cd5cf4
style: move functions around
2016-02-16 23:26:08 -08:00
Qingping Hou
b63ddb8736
fix: kill in fly hinting event on document close
2016-02-16 23:26:08 -08:00
Frans de Jonge
df6935c20b
Merge pull request #1823 from koreader/houqp-master
...
build: fix travis build
2016-02-16 20:57:23 +01:00
Frans de Jonge
d692a42f97
Merge pull request #1824 from NiLuJe/master
...
Add a bunch of OTA mirrors...
2016-02-16 20:56:51 +01:00
NiLuJe
a4137fd8a6
Add a bunch of OTA mirrors...
...
With much better peerings & bandwidth than my fallback.
-eu is in Central Europe
-af is in Western Europe
-na is in North America
2016-02-16 20:45:37 +01:00
Qingping Hou
1f082d7f5c
build: fix travis build
2016-02-16 09:58:24 -08:00
chrox
1cef9278f1
do full screen refresh on KV after waked up
...
from screensaver
this should fix #1800
2016-02-16 22:43:54 +08:00
Qingping Hou
87c28a72cf
doc: update closebutton
2016-02-15 23:21:36 -08:00
Qingping Hou
e422842256
minor: a lot of luacheck fixes
2016-02-15 23:10:07 -08:00
Qingping Hou
6a6469fa09
more luacheck fixes
2016-02-15 22:34:28 -08:00
Qingping Hou
3c647ff244
minor: various luacheck fixes
2016-02-15 18:08:04 -08:00
Qingping Hou
3bec9cea89
ui(kvpage) truncate title/key/value if it's too long
2016-02-15 17:56:13 -08:00
Qingping Hou
e410ce14df
doc: types/functions for font and rendertext module
2016-02-15 16:14:15 -08:00
Qingping Hou
d7879db90f
font: add default font size
2016-02-15 15:00:38 -08:00
Qingping Hou
f2c016161e
fix: typo in readerstatus
2016-02-15 02:26:19 -08:00
Qingping Hou
59c17ef420
minor: more luacheck fixes
2016-02-15 01:33:48 -08:00
Qingping Hou
12c6bd7121
test: fix readerbookmark unit test
2016-02-14 23:55:32 -08:00
Qingping Hou
11ee8d6fcc
refactor: use new KeyValuePage widget for displaying statistics
2016-02-14 21:54:17 -08:00
Alex Pletnev
fbf98ed920
#1710 FR: Add support of statistics plugin for pdf
2016-02-12 16:55:02 +02:00
Alex Pletnev
a6ebbe9adb
#1807 FR: Add separator into menu
2016-02-11 18:47:27 +02:00
Qingping Hou
8f4fae7a09
minore: more static check fixes
2016-02-10 10:30:05 -08:00
Qingping Hou
8e707da616
reader(status): append status item to the end of menu properly
2016-02-09 23:17:53 -08:00
Qingping Hou
ba1ef91df2
minor: translate progress bar text with template
2016-02-09 23:10:37 -08:00
Qingping Hou
9bd2d42834
build: enforce luacheck in travis build
2016-02-09 23:01:52 -08:00
Qingping Hou
b8ee33871f
style: clean up statuswidget a bit
2016-02-09 23:01:19 -08:00
Alex Pletnev
c0a2b3d4d9
#1730 Create complete book feature
2016-02-09 14:51:55 +02:00
Qingping Hou
7625621c84
feat(ui): support text alignment in TextBoxWidget
2016-02-08 23:16:06 -08:00
Alex Pletnev
0f9bfbf147
#1730 Create complete book feature
2016-02-08 18:16:55 +02:00
Qingping Hou
2f0544b1b7
refactor(statistics): avoid magic 0.1 schedule with PostRender event
2016-02-07 14:03:53 -08:00
Qingping Hou
daf754d0f4
minor(readerhinting): access document directly instead of from ui
2016-02-07 13:51:19 -08:00
Qingping Hou
e2096ed8d9
doc: add documentation build infrastructure
2016-02-04 10:24:53 -08:00
Huang Xin
a8204f8bab
Merge pull request #1786 from houqp/houqp-master
...
test: add nickle conf spec
2016-02-04 12:21:35 +08:00
chrox
41d3642467
add auto refresh time option for status bar, close #1769
2016-02-04 11:28:50 +08:00
Qingping Hou
71ef994318
test: add nickle conf spec
2016-02-03 10:35:47 -08:00
Huang Xin
1dff6c7bc6
Merge pull request #1784 from koreader/houqp-master
...
minor FM fix
2016-02-02 23:07:43 +08:00
Qingping Hou
1609becd61
Merge pull request #1772 from dset0x/frontlight-sync
...
WIP Synchronise frontlight level with nickel config
2016-02-01 21:15:00 -08:00
Qingping Hou
fb0606aa9c
style(FM): rename internal only method into function
2016-02-01 18:25:33 -08:00
Qingping Hou
34515484d1
fix: remove invalid setDirty in FileManager:restoreScreenMode
2016-02-01 18:25:33 -08:00
Qingping Hou
5a3b9c6856
style: make staick-check happier
2016-01-31 15:08:24 -08:00
Qingping Hou
59e791db82
feat: support numeric input for keyboard only devices
2016-01-31 15:08:13 -08:00
Qingping Hou
0a492bee3c
add(ui): topcontainer
2016-01-31 14:58:06 -08:00
Qingping Hou
68ead0c9b2
feat(inputcontainer): support showing inputcontainer without content
2016-01-31 14:58:05 -08:00
Qingping Hou
5cca28fabc
feat(util): add array.Append helper
2016-01-31 14:58:05 -08:00
Qingping Hou
72b0b8197b
style(inputdialog): rename self.input to self.input_widget
2016-01-31 14:58:05 -08:00
Qingping Hou
e19f73bdba
style(util): rename tablelength to tableSize
2016-01-31 14:58:05 -08:00