1. 15 Mar, 2017 4 commits
    • Jakob Andersen's avatar
      Put Gradle output in build/ (#8759) · 1457f3db
      Jakob Andersen authored
      Changed the default build output directory in the new project template
      to build/, instead of android/build/ and android/app/build/.
      
      Updated tools to ask the Gradle scripts what the build directory is,
      since this is configurable in the build scripts, and we need to know
      where the build output actually is.
      
      Silenced output from 'flutter build aot' when invoked from Gradle, since
      the output was confusing in this case.
      
      Fixes #8723
      Fixes #8656
      Fixes #8138
      1457f3db
    • Adam Barth's avatar
      Only upload coverage data for the test shard (#8781) · e8a6df4d
      Adam Barth authored
      That's the only shard that computes new coverage data.
      e8a6df4d
    • Adam Barth's avatar
      Add more scrolling dartdocs (#8763) · f182b978
      Adam Barth authored
      Also, add a few other random dartdocs that I encountered along the way.
      f182b978
    • Adam Barth's avatar
      Merge BuildableElement and Element (#8758) · 1e63dc4a
      Adam Barth authored
      There aren't any subclasses of Element that don't also subclass
      BuildableElement and I suspect they wouldn't work properly anyway.
      
      Fixes #3656
      1e63dc4a
  2. 14 Mar, 2017 14 commits
  3. 13 Mar, 2017 15 commits
  4. 10 Mar, 2017 7 commits