Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the virtualKeyboard on non touch-device #3796

Merged
merged 14 commits into from
Mar 30, 2018

Commits on Mar 23, 2018

  1. [VirtualKeyboard] Add support for keynaviguation

    Also rename the variable "layout" to "keyboard_layout" because conflict
    with the layout from the focusmanager
    onde2rock committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    8494b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. 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.
    onde2rock committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    af6cae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258ff94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4236bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    745f69f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    6ac081b View commit details
    Browse the repository at this point in the history
  2. add check focusmanager

    onde2rock committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    7281190 View commit details
    Browse the repository at this point in the history
  3. Fix koreader#3797

    onde2rock committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    81dd79c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c7613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a52759d View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    3302c25 View commit details
    Browse the repository at this point in the history
  7. Final fix

    onde2rock committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    9442331 View commit details
    Browse the repository at this point in the history
  8. Fix for the various combination of

    hasKeys,hasDpad,isTouchDevice
    onde2rock committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    4be9a73 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    79ca8c5 View commit details
    Browse the repository at this point in the history