- 27 Jan, 2016 1 commit
-
-
Seth Ladd authored
tweak from review
-
- 26 Jan, 2016 17 commits
-
-
Chinmay Garde authored
iOS: Make the error message on `flutter ios --init` more descriptive
-
Chinmay Garde authored
-
Chinmay Garde authored
iOS: Update log prefix for device logs. We don't use SkyShell anymore
-
Chinmay Garde authored
-
Chinmay Garde authored
Minor update to the message logged when multiple devices are connected with no device ID specified
-
Collin Jackson authored
Example of setting the content type of a POST request
-
Collin Jackson authored
-
Adam Barth authored
Input asserts while keyboard is dismissed
-
Chinmay Garde authored
-
Adam Barth authored
Now we recreate the stub every time we try to connect to the keyboard. The underlying message pipe in the stub cannot be re-used, which is why we previously asserted. Fixes #776
-
Chinmay Garde authored
Avoid launching Xcode after "flutter ios --init"
-
Chinmay Garde authored
-
Adam Barth authored
Add RawKeyboardListener
-
Adam Barth authored
RawKeyboardListener makes it easier to listen for raw keyboard events. Fixes #787
-
Adam Barth authored
flutter start shouldn't log xcodebuild output
-
Adam Barth authored
Hide EditableString implementation details
-
Adam Barth authored
Previously, EditableString had many public members because it needed to implement the KeyboardClient interface. However, that's confusing because these methods cannot be called directly. Now EditableString holds a private implementation of the KeyboardClient, which hides the implementation details. Fixes #208 Fixes #209
-
- 25 Jan, 2016 12 commits
-
-
Adam Barth authored
Xcodebuild produces a lot of output that isn't relevant to developers. We should hide it by default.
-
Devon Carew authored
improve device notification support
-
Devon Carew authored
-
Adam Barth authored
Keyboard service doesn't commit the last edit when it's dismissed
-
Adam Barth authored
We were getting the proper values, but we thought we were still composing, so the text was still underlined. Fixes #115
-
Matt Perry authored
Support local paths to third-party jars in flutter apk.
-
Adam Barth authored
Improve error messages for iOS workflow
-
Collin Jackson authored
This reverts commit b240cda8.
-
Adam Barth authored
We now check that you've got an "ios" directory and that you have the proper version of Xcode.
-
Matt Perry authored
Also improve the error message a bit if a download fails.
-
Seth Ladd authored
get a bug fix for multi-line command descriptions
-
Seth Ladd authored
-
- 24 Jan, 2016 8 commits
-
-
Ian Hickson authored
_getPadding was ignoring its argument
-
Ian Hickson authored
-
Ian Hickson authored
Reimplement Inherited.notifyDescendants to use a registration list
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
...instead of a deep walk.
-
Adam Barth authored
Add material design features to Input
-
Adam Barth authored
That way folks can customize it if they want (and it makes the code a bit more self-documenting).
-
- 23 Jan, 2016 2 commits
-
-
Adam Barth authored
Now the label animates from its inline position to above the text and the focus highlight grows into place.
-
Adam Barth authored
RawEditableLine is now responsible for the scrolling behavior, which removes the need for callbacks between RawEditableLine and Input. It also fixes a bug whereby the whole Input widget (including its icon) would scroll when the text got long.
-