1. 27 Jul, 2018 12 commits
  2. 26 Jul, 2018 7 commits
  3. 25 Jul, 2018 13 commits
  4. 24 Jul, 2018 8 commits
    • Paweł Polański's avatar
      Added SM-G960F to the list of known physical devices (#18966) · da0e898d
      Paweł Polański authored
      Samsung Galaxy S9 is not an emulator and installation of
      the release packages with 'flutter run --release' should be possible.
      da0e898d
    • moznion's avatar
      Add some options to format subcommand (#18360) · 46da8536
      moznion authored
      * Add `--dry-run` option to `flutter format` sub command
      
      * Add `--set-exit-if-changed` option to `format` sub command
      
      * Add `--machine` option to `format` sub command
      
      * Make variable names to be not shorthand: cmd -> command
      
      Fix https://github.com/flutter/flutter/pull/18360#discussion_r199656120
      46da8536
    • Todd Volkert's avatar
      Make Fuchsia tools Dart 2 clean (#19727) · 6258f322
      Todd Volkert authored
      6258f322
    • Ryan Macnak's avatar
    • Jonah Williams's avatar
      remove trailing whitespace (#19728) · 12aa7ec4
      Jonah Williams authored
      12aa7ec4
    • Jonah Williams's avatar
      fba4fdb4
    • liyuqian's avatar
      Roll engine to 95e91e31fad816738d3fef341256620e1819b6d9 (#19716) · ca93c53c
      liyuqian authored
      95e91e31f Update tonic to pull in Android build fixes. (#5834)
      29f475c8d Update tonic to pull in fixes to assertions and build failures on Windows. (#5833)
      5474415e1 Roll src/third_party/skia e35055f31c7f..b8eeb808d84f (5 commits) (#5832)
      380eb84c4 Remove unused function CreateSkiaInterface (#5812)
      33a4aef1d Fix build break caused by https://github.com/flutter/engine/pull/5830 (#5831)
      244ebd660 Reapply "Fix Dart 2 reload when running from a snapshot instead of platform.dill." (#5830)
      0bad812c7 Migrate to a standalone Tonic repository separated from Topaz (#5817)
      f949f7d43 Roll src/third_party/skia 206dbe8a21b6..e35055f31c7f (1 commits) (#5829)
      768daa4d3 Roll src/third_party/skia 5e6cd2affe41..206dbe8a21b6 (5 commits) (#5828)
      b8cd25b4f libtxt: fix a bug that used incorrect buffer size depending on conditions (#5804)
      b7b13b5e9 Roll src/third_party/skia df795638b9bd..5e6cd2affe41 (1 commits) (#5824)
      5886949c9 Roll src/third_party/skia dfe1fe40796e..df795638b9bd (1 commits) (#5822)
      926f546de Roll src/third_party/skia cc22d4d2fb02..dfe1fe40796e (1 commits) (#5821)
      04633f326 Generate process global trace identifiers for pipeline flow traces. (#5818)
      fb0bc05d7 Roll src/third_party/skia 6f6de6524c73..cc22d4d2fb02 (1 commits) (#5820)
      fadfff7fd Mention that running git clone isn't necessary (#5816)
      81ec6000d Roll src/third_party/skia d3509a42638a..6f6de6524c73 (5 commits) (#5819)
      2a77a4130 Make git diff range more robust in format.sh (#5813)
      e555ea573 Remove trailing white spaces (#5734)
      4c7618ac7 Roll src/third_party/skia fa0720436319..d3509a42638a (7 commits) (#5814)
      ca93c53c
    • Jonah Williams's avatar
      Semantics framework updates (#18758) · 810a29d6
      Jonah Williams authored
      Changes:
      
      - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled.
      - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode
      - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node)
      - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android.
      - Added dismiss and liveRegion to snackbar widget
      - Updated custom painter semantics to handle image, liveRegion, toggle
      - Updated relevant tests to use correct flag/action
      810a29d6