1. 07 Sep, 2018 2 commits
  2. 06 Sep, 2018 4 commits
    • TL Lee's avatar
      Add build test for Flutter codelabs (#19579) · e2167b9f
      TL Lee authored
      * Add build test for Flutter codelabs
      
      * Fix indentation in build test script
      
      * Correct filename for the codelabs build test run by travis
      
      * Change if statement to elif
      
      * Replace echo statements with set -x
      
      * Add BSD-style license
      
      * Add codelabs build test to Cirrus
      
      * Remove codelabs_build_test from Travis.
      
      * Remove codelabs_build_test from travis_script.sh
      
      * Update documentation for codelabs_build_test.sh
      
      * Update readme for build test
      
      * Add link to open a new issue to MDC-Flutter
      
      * Add phrase to address "if you think you really need to break this test, please escalate this"
      e2167b9f
    • Jonah Williams's avatar
    • Chris Bracken's avatar
      Do not pass --preview-dart-2 to Dart VM (#21455) · 3519eabe
      Chris Bracken authored
      --preview-dart-2 is no longer necessary as it is now the default for the
      standalone Dart VM.
      3519eabe
    • Danny Tuppeny's avatar
      Add a detach command to detach without terminating (#21490) · 7fc9165e
      Danny Tuppeny authored
      * Add a detach command to detach without terminating (#21376)
      
      * Add a detach command to detach without terminating
      
      Fixes #21154.
      
      * Bump protocol version for app.detach
      
      * Tweak to detach/quit text
      
      * Change logPrefix to named param
      
      * Fix the text that the devicelab attach test looks for
      7fc9165e
  3. 31 Aug, 2018 2 commits
  4. 30 Aug, 2018 2 commits
  5. 28 Aug, 2018 6 commits
  6. 24 Aug, 2018 3 commits
  7. 23 Aug, 2018 6 commits
  8. 21 Aug, 2018 3 commits
  9. 20 Aug, 2018 3 commits
    • Amir Hardon's avatar
      flutter update-packages · f4caa21c
      Amir Hardon authored
      f4caa21c
    • Amir Hardon's avatar
      Integration test for embeded Android Views touch support. · 72ef4485
      Amir Hardon authored
      The test places an embedded Android view at the top left, and verifies
      that motion events that get to FlutterView are equivalent to the
      synthesized motion events that gets to the embedded view.
      
      See the README.md for more high level details.
      72ef4485
    • Ian Hickson's avatar
      `flutter analyze` cleanup (#20490) · ad1eaff4
      Ian Hickson authored
      * `flutter analyze` cleanup
      
      * Make `--dartdocs` work in all modes.
      * Make `analyze-sample-code.dart` more resilient.
      * Add a test for `analyze-sample-code.dart`.
      * Minor cleanup in related code and files.
      
      * Apply review comments
      
      * Fix tests
      ad1eaff4
  10. 18 Aug, 2018 2 commits
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
    • Ian Hickson's avatar
      Revert "Track number of package dependencies in Flutter" (#20774) · 809721d0
      Ian Hickson authored
      * Revert "Deprecated CupertinoDialog in favor of a new widget called CupertinoP… (#20649)"
      
      This reverts commit 3a4ae280.
      
      * Revert "Feature pesto new recipes (#19415)"
      
      This reverts commit e2f3b3d6.
      
      * Revert "Use markdown table (#20721)"
      
      This reverts commit 82d43b95.
      
      * Revert "Documentation regarding tap gesture callbacks (#20647)"
      
      This reverts commit 3acc2785.
      
      * Revert "Add branch to footer information in flutter docs (#20711)"
      
      This reverts commit 9118d3d7.
      
      * Revert "Performance test cleanup (#20652)"
      
      This reverts commit 1993a673.
      
      * Revert "Track number of package dependencies in Flutter (#20722)"
      
      This reverts commit 03d6f18f.
      809721d0
  11. 17 Aug, 2018 5 commits
  12. 16 Aug, 2018 1 commit
  13. 15 Aug, 2018 1 commit
    • Martin Kustermann's avatar
      Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) · 9299c02c
      Martin Kustermann authored
      * Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)"
      
      This is a re-land with downgraded `package:flutter_gallery_assets`
      version.
      
      * Downgrade package:flutter_gallery_assets to 0.1.4
      
      * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix)
      
      * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
      9299c02c