- 28 Aug, 2018 19 commits
-
-
xster authored
-
xster authored
-
Jacob Richman authored
Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537)
-
Janice Collins authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/af42b6dc95bd...56bad48ab2ed git log af42b6dc95bd..56bad48ab2ed --no-merges --oneline 56bad48ab expose bold text flag in accessibility features for iOS (flutter/engine#6072) ad4e87d07 Convert synthesized Android motion events to long and not to int. (flutter/engine#6103) f05b08b7b Roll src/third_party/skia f125111ca733..7ba1d64f0706 (18 commits) (flutter/engine#6102) eb9738610 Roll src/third_party/skia 0fdc53f9ffc6..f125111ca733 (10 commits) (flutter/engine#6100) 06b8fa4ed Roll src/third_party/skia dd04bec39cea..0fdc53f9ffc6 (13 commits) (flutter/engine#6098) bf078042d Roll ICU to c56c671998902fcc4fc9ace88c83daa99f980793 (flutter/engine#6097) c867305c3 Unconditionally set resource id to empty string (flutter/engine#6096) b4b1d0578 Roll src/third_party/skia e00fe30b8fe7..dd04bec39cea (4 commits) (flutter/engine#6095) 8694036a6 Roll src/third_party/skia 420696961c8c..e00fe30b8fe7 (1 commits) (flutter/engine#6094) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Ian Hickson authored
* Fix coverage collection crash Based on Jason's patch in https://github.com/flutter/flutter/pull/19546/ This is more or less the same but I tried to avoid using `dynamic`. * Improve argument and variable names in flutter_platform * Don't bother with reduce, since the order is guaranteed.
-
David Shuckerow authored
-
Janice Collins authored
* Remove workaround for dart-lang/dartdoc#1125 * Update update_icons.dart for optional const and to remove markup stripping workaround
-
Jonah Williams authored
-
Ian Hickson authored
Apparently Gradle leaks memory and it's causing failures.
-
Ian Hickson authored
-
David Shuckerow authored
-
Danny Tuppeny authored
* Don't time out if process terminates when told to stop but response was not processed While trying to reproduce #20822 I found a condition where the app may quit before the `app.stop` response is received but this code (which is called in integration test teardown) would sit around waiting and time out. With this change, the process exit is considered a valid response to the stop request. * Add process exit to log for better errors in failures This log can be turned on for debugging but is also dumped when a test fails (in certain conditions). With this in the log, it'll be clear if the timeout is because we're waiting for an event but the process quit.
-
Danny Tuppeny authored
-
Michael Goderbauer authored
Fixes https://github.com/flutter/flutter/issues/14578.
-
Greg Spencer authored
-
Amir Hardon authored
This re-lands commit c594696f. The original PR was breaking the integration test as while the gesture was active the AndroidView's parent widget got rebuilt which disposed the _AndroidViewGestureRecognizer and dropped pointer events from that point on. This change adds a unit test that reproduces the failure case, and fixes it by not rebuilding the _AndroidViewGestureRecognizer if the list of gesture recognizers did not change.
-
Greg Spencer authored
ANDROID_HOME should be coming from the env, and it wasn't: it was being set in the script.
-
Michael Goderbauer authored
This reverts commit c594696f.
-
- 27 Aug, 2018 8 commits
-
-
xster authored
-
amirh authored
Pointer events are dispatched to the Android view only if it won Flutter's gesture arena for the pointer. Specific gestures that should be dispatched to the android view can be specified with the gestureRecognizers parameter.
-
Viet Do authored
Add a countdown timer picker as part of the Cupertino date picker.
-
Sebastian Podjasek authored
-
liyuqian authored
Note that such tests already exist for RaisedButton and MaterialButton
-
amirh authored
This allows to pass construction parameters for the embedded Android view from the Dart side.
-
Michael Thomsen authored
* Few readme fixes * Fix link * Make casing consistent
-
Danny Tuppeny authored
* Unskip expression evaluation integration tests for non-Windows * Add additional into to skip comments * Add missing import
-
- 26 Aug, 2018 2 commits
-
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
- 25 Aug, 2018 1 commit
-
-
amirh authored
-
- 24 Aug, 2018 10 commits
-
-
Greg Spencer authored
This adds ".pub-cache" to the list of directories to ignore when checking for dependence upon dart:test, since when people install a downloadable package, their pub cache is in the flutter directory. Also, I centralized the ANSI "red line" so that they would all use the same final string.
-
liyuqian authored
This allows developers to control the clipBehavior of those buttons.
-
amirh authored
This updates the test to match the engine API change introduced in: https://github.com/flutter/engine/pull/6081 This also rolls the engine, the roll includes only the relevant engine commit: ``` 091492601 Allow passing extra creation parameters for embedded Android views. (#6081) ```
-
Mehmet Fidanboylu authored
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
Shams Zakhour authored
Updating a few things on the README page. It needs more work.
-
amirh authored
Was marked as flaky as that's our policy for assing new device lab tests. It's been consistently green so marking as non flaky.
-
xster authored
-
liyuqian authored
This reverts commit 8de0e15e and updates the goldens versoin. This requires https://github.com/flutter/flutter/pull/20751 to land first.
-
jslavitz authored
* added keyboard functionatliy to android builds * Added tests * almost ready for review * ready for review * Fixes * final comments * final commit * removing raw keyboard changes * removing raw keyboard changes * removing raw keyboard changes * actual last commit * fixed the imports * a few more changes * A few more changes * a few changes * Final changes * Final changes2 * final actual commit for real * final actual commit for real2 * final actual commit for real3 * final actual commit for real4 * final * final 2 * f * f2 * fin * fin 2 * fin3 * fin4
-