Qingping Hou
f2671a3e20
plugin(fix): catch crash in addToMainMenu
2017-04-22 00:22:37 -07:00
Qingping Hou
fd862f5e28
plugin(fix): catch plugin crash at init time
2017-04-22 00:22:37 -07:00
Robert
16192d2354
Pinch gesture for changing font size ( #2768 )
...
* Pinch gesture for changing font size
2017-04-22 00:18:10 -07:00
Frans de Jonge
89099e2c94
Swipe for menu and quickstart guide ( #2761 )
...
* Swipe for menu and quickstart guide
Because swiping for the menu is a big change from what we're used to, this commit includes a new quickstart guide.
Fixes #2608 .
* add some dev docs
* add FileConverter spec
* add QuickStart spec
* add Version module
* add Version spec
2017-04-15 14:45:56 +02:00
Qingping Hou
1922b2526b
fix: normalize require path to reuse import result
2017-04-14 21:28:38 +02:00
Robert
9a247e86ae
Screensaver on Kindle without Special Offers ( #2757 )
2017-04-13 19:55:31 +02:00
robert00s
7872bd3bc1
Fix: Frontlight level in Status bar in Kobos without light
2017-04-13 19:53:46 +02:00
Frans de Jonge
9b2128ecb8
FileConverter added with local Markdown to HTML conversion ( #2737 )
...
* FileConverter added with local Markdown to HTML conversion
2017-04-12 20:42:28 +02:00
Qingping Hou
f51285e89b
revert code that enables screensaver on kindle by default
2017-04-11 11:47:33 +02:00
Qingping Hou
15fd7fc0ff
bring back support for disabling progressbar in footer ( #2753 )
...
* footer(optimize): remove dead code
* footer(fix): disable auto refresh time option when current time is not checked
* fix: support disable progress bar again
2017-04-11 11:44:58 +02:00
poire-z
5bc19fa084
clean ReaderDictionary:cleanSelection
...
crengine now does a much better job at finding word boundaries, so
less cleanup is needed
2017-04-11 00:01:49 -07:00
Frans de Jonge
338fcd76ae
Lang: two tiny strings
...
* ReaderHighlight: underscore to underline. Although underscore means to
emphasize by underlining, the emphasis lies on the, ahem, emphasis. Besides
which, it's mostly AmE and less well understood worldwide (although in this
particular context it should probably cause no trouble).
* Statistics plugin: menu item text to "reading statistics" to make it clear
which statistics we're talking about. Fixes #2744 .
2017-04-09 15:03:21 -07:00
Robert
59873ae293
Screensaver option on Kindle devices ( #2734 )
...
* Screensaver on Kindle devices
2017-04-08 23:21:03 +02:00
Frans de Jonge
e8721887ba
InputContainer: add cancel_text and ok_text
...
Makes it easier to comply with UX style.
* Change "OK" to "Search dictionary" in Dictionary lookup to comply with UX style
* Change "OK" to "Search all text" in Fulltext search to comply with UX style
Tacked on but highly related:
* change "OK" to "Search Wikipedia" in Wikipedia lookup to comply with UX style
* change "OK" to "Set default" in ConfigDialog to comply with UX style
Chore:
* fixed up order of requires
2017-04-08 03:27:18 -07:00
Frans de Jonge
92b9139294
ReaderFooter (lang): "Show toc markers" to "Show chapter markers"
...
I think it sounds more natural as chapter than as table of content, which is an implementation detail (i.e., the chapter markers are shown based on what's in the TOC).
Also removed redundant "this" from "Remaining pages in this chapter"
2017-04-08 01:39:25 -07:00
Frans de Jonge
0256601e85
UX and language fixes
...
* lang: changed `...` in CloudStorage to real ellipses
* chore: reordered requires in CloudStorage per coding style
* UX: switched "Close" and "Stay alive" in KeepAlive per UX style
* lang: improved message in CloudStorage
* chore: reordered requires in OTAManager per coding style
* lang: removed "your" from "Your KOReader is up to date" in OTAManager
2017-04-06 21:56:56 -07:00
robert00s
ba74921c4b
Fix showing footer on Kindle with Special Offers screensaver
2017-04-05 10:26:09 +02:00
Frans de Jonge
1c25d0fd1b
Language: improve confirmboxes
...
Generic "OK" buttons should be avoided. Thanks to @lightonflux for pointing this out https://github.com/koreader/koreader/issues/2555#issuecomment-291039945
2017-04-04 07:56:09 -07:00
Frans de Jonge
b076ca1c29
ReaderFooter: fix quick browsing by tapping footer in flipping mode
...
Fixes #2649 .
2017-04-03 10:10:23 -07:00
Robert
3f0ce5de34
Remove invalid UTF8 chars from FTP (cloud storage) and sort order of requires ( #2711 )
2017-04-02 15:06:59 -07:00
Frans de Jonge
e5a3ecd3e5
CreDocument: disable fancy formatting by default
...
It does significantly more harm than good. It can be reenabled with a `txt_preformatted` setting if desired. Fixes #1607 .
2017-04-01 16:23:56 -07:00
Hzj_jie
ea2de9638b
LuaSettings:wrap() / LuaSettings:child() function to create an LuaSettings to represent a sub table of an existing one ( #2685 )
2017-03-28 15:10:36 -07:00
Frans de Jonge
bdbda9b405
ReaderMenu: fix MenuSorter-related typo ( #2689 )
...
Fixes #2688
2017-03-28 13:18:42 -07:00
Frans de Jonge
791d540a5a
FileSearcher: filter .sdr directories
...
Fixes #2665
2017-03-26 20:52:29 -07:00
Frans de Jonge
8b7e18a7d7
MenuSorter: resolve review comments
...
* simplify user config loop
* simplify unit test for Travis memory use
* remove unused util variable
2017-03-26 11:12:44 +02:00
Frans de Jonge
ddf590eb6d
MenuSorter: split out menu order configuration
2017-03-26 11:12:44 +02:00
Frans de Jonge
a970a1f034
MenuSorter: fix outside testability (for potential unit tests)
2017-03-26 11:12:44 +02:00
Frans de Jonge
8f31a81601
MenuSorter: some documentation
...
MenuSorter: forgot to add plugin style change
MenuSorter: worked out the final quirks
* Menu always compressed into tables without missing indexes for ipairs compatibility
* Orphans attached
* Separators no longer count as items
2017-03-26 11:12:44 +02:00
Frans de Jonge
b7b5950e98
MenuSorter: review comments and various bug fixes
...
* fixed wrongful retention of submenus variable and added return to MenuSorter:findById
* fixed readerfooter_spec.lua error
* fixed review comments
2017-03-26 11:12:44 +02:00
Frans de Jonge
aa0bf60ccb
MenuSorter: pass config prefix for proper user override
2017-03-26 11:12:44 +02:00
Frans de Jonge
5b20106db7
MenuSorter: initial implementation
...
* Menus are now sanely configurable
* Custom separator placement for clearer menus
2017-03-26 11:12:44 +02:00
robert00s
f2f0c376fa
Minor Reader Fronlight modyfication
2017-03-25 22:11:00 -07:00
Qingping Hou
00cf81febc
readercopt(fix): set view mode after reader is ready
...
Otherwise, self.xpointer might still be nil in
ReaderRolling:onChangeViewMode
2017-03-25 13:53:47 +01:00
robert00s
a2bfc3858d
changes after comments
2017-03-24 12:00:15 -07:00
robert00s
4479d686a0
Refresh status bar after resume
2017-03-24 12:00:15 -07:00
Qingping Hou
a943b73303
fix: adjust pan rate for eink and non-eink screens
2017-03-24 15:42:41 +01:00
Qingping Hou
fc12ee6537
decouple reader footer from dictquicklookup widget & translation fix ( #2664 )
...
* chore: fix strings for translations
* dictionary(chore): decouple reader footer from dictquicklookup widget
2017-03-24 00:20:37 -07:00
poire-z
39d1afe37d
Update footer when refreshing screen with diagonal swipe
...
And added diagonal swipe support to readerrolling.
2017-03-20 11:19:14 -07:00
Robert
4f40250b88
Prompt users to turn on Wifi in Cloud Storage and OPDS Browser ( #2650 )
...
* prompt users to turn on Wifi in Cloud Storage and OPDS Browser
2017-03-18 13:49:28 +01:00
poire-z
4316284260
Footer: added "memory usage" item
...
Helps following KOReader memory usage (and memory leaks).
2017-03-11 18:20:13 -08:00
robert00s
e07db0e7a0
Grayed out Open last document
2017-03-05 13:05:51 +01:00
Frans de Jonge
d1785e1863
Reorganize menus
...
* Replace "home" (exit) menu with hamburger
* Discard pokeball and put items in hamburger
* Introduce search menu in reader
Cf. #2562
2017-02-26 13:50:59 -08:00
Frans de Jonge
0566df5f28
FileSearcher: also show directory results
...
Fixes #2177
2017-02-25 19:49:11 -08:00
Frans de Jonge
da3ff5e336
History: add 'autoremove_deleted_items_from_history' setting
2017-02-25 16:39:23 -08:00
Frans de Jonge
2c80ff7d7b
FileManagerHistory: remove harmful deletion code and turn it into a feature
...
Fixes the problem introduced in 51327911f2
and turns it into a feature that should fix #2477
2017-02-25 16:39:23 -08:00
Frans de Jonge
6458c8e9eb
File Manager: rename to "KOReader File Browser" and add up arrow to ".."
...
This should make it clearer to new users what's going on. Fixes #2529 .
2017-02-23 23:28:49 -08:00
Frans de Jonge
fed22b509d
FileManager: rename hasSidecarDir to hasSidecarFile
...
Fixes #2550
Cf. b502047635
2017-02-19 13:10:52 -08:00
Zijie He
4f1cabcdbc
Improve several outputs
2017-02-16 08:23:04 +01:00
Hzj_jie
726b15ad01
More sorting orders in file manager ( #2535 )
2017-02-11 18:55:31 -08:00
Zijie He
faaca028e7
Remove empty sidecar folder
2017-02-09 17:48:06 +01:00