poire-z
e6612ec728
TextViewer widget, used when onHold on truncated item in KeyValuePage
2017-07-14 16:46:38 +02:00
Hzj_jie
a4d5165f7a
Several fixes in frontlight logic ( #2991 )
...
* Use PluginShare to exchange data between plugins
* Remove legacy code in reader.lua and kobo/device.lua, and move KOBO_LIGHT_ON_START to kobo/powerd.lua
* A better sync config logic
* Consider kobo without hardware frontlight toggle
* update frontlight widget once toggle is tapped.
2017-06-29 08:23:32 +02:00
Robert
bd92d68b7f
Remove Set default Fine Tuning ( #2971 )
2017-06-19 08:34:01 +08:00
Hzj_jie
53eb4dee50
AutoFrontlight plugin ( #2941 )
...
* Add AutoFrontlight plugin
* Add configuration to control autofrontlight feature
2017-06-14 19:32:16 +02:00
alexandrahurst
71d38ac647
Refactor modifier keys and add basic Japanese keyboard layout ( #2930 )
...
* Add a basic Japanese keyboard layout
Allow for entring Japanese text into text boxes. Only supports kana
and latin letters due to limitations of current VirtualKeyboard
implementation (complex text input with conversion is not possible).
* Allow keyboard layouts to declare custom modifiers
Refactor modifier key setup code and existing keyboard layouts so
that each layout can declare custom modifier key labels. This
allows for greater extensibility and for future keyboard layouts.
2017-06-03 11:14:36 +02:00
Hzj_jie
30378eb2a8
Add restart koreader function and ensure FlushSettings event can be delivered to all widgets ( #2772 )
2017-05-16 02:11:11 -07:00
Frans de Jonge
3492b8b117
(minor, lang) improve text clarity for downloadmgr dialogs ( #2897 )
...
It's not necessarily clear that you need to long-press, see https://www.mobileread.com/forums/showpost.php?p=3520376&postcount=7
2017-05-15 21:48:18 -07:00
poire-z
9e346f5559
Allow wikipedia lookup from filemanager
...
Also allow taking screenshot when on dictionary window.
2017-05-12 19:10:26 +02:00
Robert
f21550b3d5
minor: translate "Save as epub" and "Close" in full Wikipedia window ( #2875 )
...
* translate save as epub and close
* epub to EPUB
2017-05-08 18:14:29 +02:00
Qingping Hou
3541320cd2
goodreads(fix): double free
2017-05-08 09:55:02 +02:00
Qingping Hou
23c2955500
chore: style cleanup for infomessage
2017-05-08 09:38:48 +02:00
Robert
0b47c81b1a
Add Greek keyboard ( #2866 )
...
* Add Greek keyboard
* Fix fix raw to row in comments
2017-05-07 13:28:01 +02:00
Frans de Jonge
773e24fc79
(chore) some require sorting.
2017-04-29 11:41:24 -07:00
Frans de Jonge
e1aa57f27e
Font: unify font styling
2017-04-29 03:01:38 -07:00
Frans de Jonge
19928f2b1b
KeyValuePage: smaller font and padding
2017-04-29 03:01:38 -07:00
Frans de Jonge
4616339ef8
KeyValuePage: improve looks
...
Fixes #2578 .
* key bolded
* values normally left-aligned at 50%
* allows misalignment for the sake of fitting everything on one line
2017-04-29 03:01:38 -07:00
Frans de Jonge
bb70ae9eaf
Dev docs: some widgets
2017-04-27 01:29:54 -07:00
Qingping Hou
76e427cbb4
kodev: add device simulation option for run command ( #2802 )
2017-04-23 12:32:58 +08: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
Frans de Jonge
485295657c
Docs: fix typo in listview.lua example
2017-04-12 22:45:42 +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
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
e9df73f6dc
Developer documentation improvements
...
* Fixed up all of util and added when absent
* Updated widget examples to new coding style
2017-04-04 08:01:15 -07: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
Robert
a3c4254809
Added util.fixUtf8 ( #2704 )
...
* Remove invalid UTF-8 chars from OPDS
* add unit tests
2017-04-02 16:17:49 +02:00
Hzj_jie
339e16636b
Terminal plugin ( #2646 )
2017-04-01 23:50:24 -07:00
Cosmin Gorgovan
6aeecdba08
Only show the last character of a password after typing it
2017-04-01 15:31:04 +02:00
Frans de Jonge
cee3603436
TouchMenu: keep hamburger menu on the right
2017-03-30 10:36:50 -07:00
Hzj_jie
ed461c7f30
InputDialog is broken by #2672 ( #2690 )
...
This change also adds a tap_input_func in both TouchMenu and Button.
2017-03-28 15:47:18 -07:00
Hzj_jie
0318a048b4
Read timer plugin ( #2672 )
...
A countdown timer to notify user.
2017-03-26 21:42:58 -07:00
Cosmin Gorgovan
3e656d71e0
WiFi manager bugfix: delete the cached psk when changing the password
...
Previously, the cached psk, which is derived from the password and
passed to wpa_supplicant, was not updated when changing the password.
2017-03-26 20:23:39 -07:00
Frans de Jonge
1e351e6b87
Menu: remove "Show advanced options"
...
See #2610 for discussion.
2017-03-26 11:12:44 +02:00
Frans de Jonge
99349173be
TouchMenu [widget]: remove check for missing menu item
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
5b20106db7
MenuSorter: initial implementation
...
* Menus are now sanely configurable
* Custom separator placement for clearer menus
2017-03-26 11:12:44 +02: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
Hzj_jie
8f4ec13841
Remove powerd:refreshCapacity() ( #2671 )
2017-03-24 00:18:03 -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
Qingping Hou
ee0e337433
opds(fix): avoid infinite loop on paging
2017-03-19 15:09:57 +01: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
Robert
dccbf4cf96
Fix crash when downloading books with unknown characters in title ( #2628 )
2017-03-15 00:59:42 -07:00
Frans de Jonge
ce8f568486
Revert "TouchMenu: keep file/exit button on the right"
2017-03-04 09:35:08 +01:00
Adrian Sampaleanu
fc5e8f1242
OPDS catalog: improve download dialog ( #2445 )
...
* Add action clarification to format download dialog
The format download dialog now has a title reflecting where a format will be downloaded with a prefix making it clear that choosing a format will download it.
2017-03-03 00:12:36 -08:00
Bastien Dejean
f72514f99d
Use a simple gray line to separate menu items
2017-03-02 22:36:06 -08:00
Frans de Jonge
a9b969b58f
TouchMenu: keep file/exit button on the right
...
References #2555 .
2017-03-02 22:13:55 -08: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
Qingping Hou
4fce69d18d
bookstatus(minor): read setting only once
2017-02-26 07:38:52 +01:00
robert00s
8b95b8fd96
Fix #2176 - Wrong book's review and rating stars are shown
2017-02-25 22:35:19 +01:00
Frans de Jonge
1ed0ce0c21
FileManager: fix up arrow issue
2017-02-25 15:34:28 +01:00