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
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
Bastien Dejean
ee54e127b1
FileManager: replace arrows by ellipsis to indicate cut-off long filenames
2017-02-20 18:08:28 -08:00
Bastien Dejean
f0b63003e9
Use a smaller font to display the filename
...
More information regarding the file!
2017-02-20 19:39:23 +01:00
Hzj_jie
726b15ad01
More sorting orders in file manager ( #2535 )
2017-02-11 18:55:31 -08:00
Zijie He
b502047635
Removing metadata file instead of purging .sdr folder
2017-02-08 10:38:24 -08:00
Frans de Jonge
bec5f46245
Merge pull request #2524 from Hzj-jie/master2
...
Add characters in menu items to indicate sub menus
2017-02-08 10:43:40 +01:00
Hzj_jie
18117584c0
Resolve review comments
2017-02-03 20:26:47 -08:00
poire-z
56d1a26a8b
ImageViewer: allow zoom with vertical swipe on sides
...
For devices without multi touch support, where pinch & spreak don't work.
2017-02-02 02:15:12 -08:00