1. 06 Sep, 2018 7 commits
    • Danny Tuppeny's avatar
      Remove flutter_tester test (#21493) · cc1766d4
      Danny Tuppeny authored
      I'm working on fixing up all tests that rely on fs.currentDirectory to allow us to run concurrently. This one proved to be really tricky because it calls a lot of code and spawns multiple processes that have a mix of absolute and relative paths passed to them. I managed to handle some of it with a ChrootFileSystem, but the paths passed to the external processes were wrong.
      
      The functionality here is covered by all of the integration tests that use flutter_tester that were added after this, including flutter_run_test.dart, lifetime_test.dart etc. in this same folder but because they're run through `flutter run` as a separate process they get to set their own working directories without affecting other tests if run concurrently.
      cc1766d4
    • liyuqian's avatar
      Enable fading animation during page transitions. (#21394) · 6c4b38b7
      liyuqian authored
      The average frame time of page transitions on Moto G4 is now very
      close to 16ms (the last 10 measurements on our dashboard are
      between 15.5ms to 16.7ms and half of them are below 16ms).
      
      It is now much faster than when we disabled it (which was at about
      35ms). So I think that we should be able to enable it by default.
      I'll leave the flag there until we implement the retained rendering
      to bring the frame time comfortably below 16ms.
      
      See https://github.com/flutter/flutter/issues/13736
      6c4b38b7
    • Amir Hardon's avatar
      Add a clipBehavior parameter to BottomAppBar. (#21461) · 3e7f8b8b
      Amir Hardon authored
      Setting the default clip behavior made bottom app bar to no longer clip
      its children.
      With this parameter users could opt-in to clipping.
      3e7f8b8b
    • 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
    • Devon Carew's avatar
      e55b0f52
    • Danny Tuppeny's avatar
      Rename test file to end with _test so it runs on the bots (#21438) · 7e3ebfc7
      Danny Tuppeny authored
      * Rename test file
      
      * Fix detection to work regardless of whether there are other devices
      
      On Windows we get one message, but on Mac we get another (because of the Simulator always being available).
      7e3ebfc7
    • Jonah Williams's avatar
  2. 05 Sep, 2018 13 commits
  3. 04 Sep, 2018 16 commits
  4. 03 Sep, 2018 3 commits
  5. 02 Sep, 2018 1 commit