Jason Simmons
|
5103e40b95
|
Set the IME action label to null if the label is null in the configuration JSON object (#3199)
(JSONObject.getString() will return the string "null" for a JSON null value)
Fixes https://github.com/flutter/flutter/issues/6643
|
2016-11-03 12:08:15 -07:00 |
|
Adam Barth
|
1bc79ded38
|
Number keyboard does not work on Android (#3185)
We had a typo in our decoding logic.
Fixes https://github.com/flutter/flutter/issues/6564
|
2016-10-28 12:26:56 -07:00 |
|
Adam Barth
|
525c947ece
|
Fix typo
|
2016-10-19 13:53:24 -07:00 |
|
Adam Barth
|
8449f7788f
|
Implement TextInputPlugin on Android (#3144)
This plugin will eventually replace keyboard.mojom.
|
2016-10-19 12:23:52 -07:00 |
|