Robert
568e8f667a
Fix: Crash when highlight a word ( #3155 )
...
* Fix: Crash when highlight a word
* reorganize highlight strings
* Remove redundant var
2017-09-01 23:17:35 +02:00
Robert
aae809ba48
max_width in buttontable - prevent overlong text ( #3145 )
...
* max_width in buttontable - prevent overlong text
* fix max_width
2017-08-29 21:11:16 +02:00
poire-z
c6cfed92d7
Fix kobo fl_min and frontlightwidget ( #3143 )
...
* Put back fl_min=0 as it is for all other devices (the idea
fl_min should be 1 and toggling managed some other way is
not implemented in current code).
* Fix a few frontlightwidget issues
2017-08-29 17:37:08 +02:00
Robert
c78f6989b4
Fix: truncateTextByWidth() should respect kerning and bold ( #3139 )
2017-08-28 20:36:15 +02:00
poire-z
1ab2a542dd
ImageViewer: fix rotation angle in landscape mode ( #3136 )
2017-08-27 09:01:46 +02:00
poire-z
5d2bebcc0b
Added Dictionary settings and Wikipedia settings menus ( #3121 )
...
Also removed OPDS `download_dir` from the candidates to Wikipedia
"Save as EPUB" dir.
2017-08-22 17:24:31 +02:00
Frans de Jonge
e23c2fd7ae
[fix] InputText: dirty dimensions
2017-08-20 21:39:00 +02:00
Frans de Jonge
63241a20ea
[UX] Add CheckButton and use it for show password
...
Normal textinputs stay the same, password textinputs automatically gain a show password checkbutton underneath.
Thanks to @robert00s for the idea.
2017-08-20 11:44:15 +02:00
poire-z
a074876cc2
Added french keyboard
...
Same as std keyboard with only lowercase and uppercase letters layouts
adapted from QWERTY to the traditional french AZERTY layout.
2017-08-19 21:57:28 +02:00
poire-z
967a09c810
ImageViewer: make Hold (trigger full refresh) easier
2017-08-19 17:24:16 +02:00
poire-z
c3778bdb2a
Button and TextWidget: added max_width attribute
...
Simple way to ensure overlong text is truncated.
Used by dictquicklookup to truncate long titles.
2017-08-19 13:02:25 +02:00
poire-z
cf95f5e8d3
Ensure TextWidget's width and heigth are integer
...
And removed workarounds in coverbrowser plugin.
2017-08-18 23:01:37 +02:00
poire-z
b4e7dc947c
Added TextBoxWidget.has_split_inside_word flag
...
Used by coverbrowser's Text covers to choose the best font size.
2017-08-18 23:01:37 +02:00
Frans de Jonge
a8a7ebe1d4
[doc] some widget docs
2017-08-18 11:43:46 +02:00
Frans de Jonge
cda148e4b7
[UX] Add CheckMark and use in TouchMenu checkable indicator
...
Uses `✓` overlaid on `▢` to create the checkbox.
2017-08-18 11:43:46 +02:00
poire-z
3dd18d2a3b
Fix "start with history" misalignment
...
due to a side effect with coverbrowser. CenterContainer is no
more needed as History is now full screen.
2017-08-18 10:37:46 +02:00
Robert
7f58a13626
Ability to setup clock ( #3085 )
...
* Ability to setup clock
2017-08-15 19:54:02 +02:00
robert00s
5e402419ed
Swipe down to close config menu
2017-08-14 12:59:54 +02:00
robert00s
7919026a19
Fix: crash when incorrect value in input page number
2017-08-06 15:58:37 +02:00
Robert
46c19ba8e9
Option to disable keyboard flashing ( #3050 )
...
* Option to disable keyboard flashing
2017-08-04 14:01:06 +02:00
robert00s
f650ac1ecc
Fix: Backspace will delete the character before the one on the left of the cursor
2017-08-03 14:29:33 +02:00
robert00s
e6ec1d4198
Fix: KOReader dies after clicking AEB four times on keyboard
2017-08-02 20:18:20 +02:00
Robert
7432100981
KeyValuePage navigation buttons ( #3043 )
...
* KeyValuePage navigation buttons
2017-08-02 19:17:56 +02:00
Robert
b883979fba
Option to make password visible when entering ( #3040 )
...
* Option to make password visible when entering
2017-08-02 14:00:42 +02:00
robert00s
6d5859d11d
Read bookmarks without having to view ebook page
2017-07-31 20:36:06 +02:00
Robert
c7417c45b3
Wrap text in TextViewer ( #3036 )
...
* Wrap text in TextViewer
2017-07-31 19:03:32 +02:00
Robert
4d0f66a354
Fix: Unhighlight is not clickable in dictionary view and Deleting highlights in bookmarks does not take effect ( #3034 )
...
* Fix: Unhighlight is not clickable in dictionary view
* Fix: Deleting highlights in bookmarks does not take effect
2017-07-28 22:39:54 +02:00
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