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

Return key on hardware keyboards now sends messages #1513

Merged
merged 3 commits into from
Sep 25, 2017

Commits on Sep 18, 2017

  1. Return key on hardware keyboards now sends messages

    Create a class KeyboardGrowingTextView which inherits from HPGrowingTextView, but defines keyCommands. keyCommands defined at any other view or controller layer weren’t being picked up by the OS, but they did work when added to HPGrowingTextView.
    
    Signed-off-by: Vivian Lim <vivvnlim@gmail.com>
    vivlim committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    d69a83e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Revert RoomInputToolbarView systemVersion

    Didn’t mean to change the systemVersion property, and am reverting it. 
    
    Signed-off-by: Vivian Lim <vivvnlim@gmail.com>
    vivlim committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    f701e3f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Return key to send: use delegate instead of traversing view hierarchy

    Signed-off-by: Vivian Lim <vivvnlim@gmail.com>
    vivlim committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    e84ade3 View commit details
    Browse the repository at this point in the history