1. 20 Sep, 2017 10 commits
  2. 19 Sep, 2017 5 commits
  3. 18 Sep, 2017 2 commits
  4. 16 Sep, 2017 1 commit
  5. 15 Sep, 2017 11 commits
  6. 14 Sep, 2017 8 commits
    • Mehmet Fidanboylu's avatar
      Allow apps to change the title spacing in app bar. (#12076) · f3b3ff47
      Mehmet Fidanboylu authored
      * Allow apps to change the title margin in app bar.
      
      * Fix documentation links and the shouldLayout function in the _ToolbarLayout
      
      * Rename margin to spacing
      
      * review comments
      
      * Test fixes. Now we also test the width to make sure enough space is left for trailing widget
      
      * Expose the middle spacing default and use it in app bar.
      
      * Fix analyzer break
      
      * Doc fixes due to review
      f3b3ff47
    • Carlo Bernaschina's avatar
      3bab533c
    • Yegor's avatar
      Localize time picker (#11967) · cbdefead
      Yegor authored
      * Internationalize the time picker
      
      - header layout and formatting
      - 12-hour vs 24-hour dial
      - RTL
      
      * make TimeOfDayFormat an enum
      
      * address comments
      cbdefead
    • Alexander Aprelev's avatar
      Roll engine dependency forward (#12087) · 72cc92cb
      Alexander Aprelev authored
      * Roll engine dependency forward
      
      * Tests seem to fail with segfault. Trying different engine version to troubleshoot
      
      * Tests seem to fail with segfault. Trying original engine version to troubleshoot
      
      * Tests seem to pass with original engine version. Continue bisecting.
      
      * Tests seem to fail now. Continue bisecting.
      
      * Reverted culprit cl, rolling to that
      72cc92cb
    • Chris Bracken's avatar
      Migrate to os_log for reading iOS simulator logs (#12079) · dd7e3133
      Chris Bracken authored
      1. Migrate simulator device log tailing to os_log toolchain
      2. When the log tag (component) is available (iOS 11/Xcode 9), filter to
         the set of log lines with tag 'Flutter'.
      
      As of iOS 11 / Xcode 9, Flutter engine logs are no longer recorded in the
      simulator's syslog file, which we previously read using tail -f. Instead
      they're now accessible through Apple's new macOS/iOS os_log facility,
      via /usr/bin/log, which supports a relatively flexible query language.
      
      When run in non-interactive mode, /usr/bin/log buffers its output in 4k
      chunks, which is significantly smaller than what's emitted up to the
      point where the observatory/diagnostics port information is logged. As a
      workaround we force it to run in interactive mode via the script tool.
      dd7e3133
    • Kyle Bradshaw's avatar
      Trailing widget override for ExpansionTile (#11904) · 016f9390
      Kyle Bradshaw authored
      * Trailing widget override for ExpansionTile
      
      Fixes #11890
      
      * Add a test
      
      * Replaced missing comma
      016f9390
    • Ian Hickson's avatar
    • Ian Hickson's avatar
      Make intl dependencies clearer. (#12052) · 18141861
      Ian Hickson authored
      18141861
  7. 13 Sep, 2017 3 commits
    • Ian Hickson's avatar
      Retry deploy when docs deployment fails. (#12077) · 3be3a66b
      Ian Hickson authored
      Also, remove some redundant error-checking code that never runs
      because we're running these scripts with `set -e`.
      3be3a66b
    • Ian Hickson's avatar
      Retry when pub fails in flutter tool. (#12069) · 8079b1fb
      Ian Hickson authored
      This ports the five-second retry interval from flutter.bat to the Bash
      version. Failures during "pub get" of the flutter tool are common on
      Travis and so this should help Travis reliability if nothing else.
      8079b1fb
    • Carlo Bernaschina's avatar
      Add --trace-skia parameter to flutter run (#12070) · ba36008a
      Carlo Bernaschina authored
      * Add --trace-skia parameter to flutter run
      
      Skia tracing is extremely useful for internal debug, but reduces the
      amount of space available in the Dart Timeline buffers.
      Disable skia tracing by default and expose them via the --trace-skia
      flag.
      
      * Roll Engine to 57a1445a45964d386500c39f5e8d06db060abadb
      ba36008a