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

Android Embedding PR 13: Integrated text input, keyevent input, and some other channel comms in FlutterView. #7979

Conversation

matthew-carroll
Copy link
Contributor

This PR frames out a number of important methods in FlutterView, some of them are implemented in this PR, others are framed out for future work with associated comments.

As a side effect, this PR changes old FlutterView references to View references because those existing references were over-specialized.

CC @goderbauer and @jonahwilliams to give visibility on the change from FlutterView to View in some input processing areas.

Copy link

@DaveShuckerow DaveShuckerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability LGTM

@dnfield
Copy link
Contributor

dnfield commented Feb 28, 2019

LGTM

@matthew-carroll matthew-carroll merged commit 6145e90 into flutter:master Feb 28, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 1, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 1, 2019
cbracken added a commit to cbracken/flutter that referenced this pull request Mar 1, 2019
flutter/engine@99f3f7a9c Fix incorrect transformation matrix (flutter/engine#8001)
flutter/engine@c88b09710 Roll src/third_party/skia b7b2da871e95..255569187f27 (23 commits) (flutter/engine#8002)
flutter/engine@302e2e9d2 Fix cursor jumping when typing some special characters. (flutter/engine#7964)
flutter/engine@fe15149d1 Android Embedding PR 12: Add lifecycle methods to FlutterActivity. (flutter/engine#7974)
flutter/engine@6145e9046 Android Embedding PR 13: Integrated text input, keyevent input, and some other channel comms in FlutterView. (flutter/engine#7979)
cbracken added a commit to flutter/flutter that referenced this pull request Mar 1, 2019
flutter/engine@99f3f7a9c Fix incorrect transformation matrix (flutter/engine#8001)
flutter/engine@c88b09710 Roll src/third_party/skia b7b2da871e95..255569187f27 (23 commits) (flutter/engine#8002)
flutter/engine@302e2e9d2 Fix cursor jumping when typing some special characters. (flutter/engine#7964)
flutter/engine@fe15149d1 Android Embedding PR 12: Add lifecycle methods to FlutterActivity. (flutter/engine#7974)
flutter/engine@6145e9046 Android Embedding PR 13: Integrated text input, keyevent input, and some other channel comms in FlutterView. (flutter/engine#7979)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants