Commit Graph

5 Commits (e502bf04d3369b422a17d7e298684e5981cbd7dd)

Author SHA1 Message Date
onde2rock e502bf04d3 [feat, UX] Support the virtualKeyboard on non touch-device (#3796)
* [VirtualKeyboard] Add support for keynaviguation

Also rename the variable "layout" to "keyboard_layout" because conflict
with the layout from the focusmanager

* Make the goto dialog compatible with key naviguation

My solution is to change the order of the widget. The last one will the
virtualkeybard so it catch all the keybinding, and below it, make the
dialog "is_always_active = true" so it can receive touch event.

* Correctly show the virtual keyboard on dpad devices

* change the order to call the virtualKeyboard so it end up on top

* Handle the multi input dialog

* Support reopening the virtualKeyboard by the Press key

* add check focusmanager

* Fix https://github.com/koreader/koreader/issues/3797

* MultiInputDialog : Now work on non touch-device

* Set the virtualkeyboard to be a modal widget

* Fix the layout in multiinputwidget

* Fix for the various combination of
hasKeys,hasDpad,isTouchDevice

* [Focusmanager] Better handling of malformed layout
6 years ago
Qingping Hou 23c2955500 chore: style cleanup for infomessage 7 years ago
Qingping Hou 1922b2526b fix: normalize require path to reuse import result 7 years ago
Hzj_jie f91ad679d9 swithItemTable -> switchItemTable 7 years ago
Robert 187598deb2 Cloud storage - dropbox and ftp integration (#2424) 8 years ago