1. 29 Jan, 2019 1 commit
  2. 24 Jan, 2019 1 commit
  3. 23 Jan, 2019 1 commit
  4. 16 Jan, 2019 2 commits
  5. 15 Jan, 2019 1 commit
    • Ian Hickson's avatar
      Support setting the elevation of disabled floating action buttons (#24728) · 29928a46
      Ian Hickson authored
      Previously, a disabled floating action button always had zero
      elevation, which looks dumb.
      
      This also fixes the issue whereby highlightElevation was not honoured
      on floating action buttons.
      
      This also fixes an issue I found during testing whereby setState was
      being called during build when onHighlightChanged fired due to
      onPressed becoming null while a gesture is ongoing (which triggers an
      onTapCancel synchronously during build).
      29928a46
  6. 10 Jan, 2019 1 commit
  7. 19 Dec, 2018 1 commit
  8. 14 Nov, 2018 1 commit
  9. 07 Nov, 2018 1 commit
    • Michael Beckler's avatar
      BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264) · 9abce96e
      Michael Beckler authored
      Should fix #22226.
      
      Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.
      
      The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
      9abce96e
  10. 06 Nov, 2018 1 commit
  11. 31 Oct, 2018 1 commit
    • MH Johnson's avatar
      [Material] Theme for Dialogs (#23569) · 50098f14
      MH Johnson authored
      * [Material] Add dialog theme.
      
      * Address Hans' first round comments.
      
      * Address Hans' Second round comments.
      
      * Fix theme tests
      
      * Address Will's comments, add golden test
      
      * Update goldens
      
      * Custom Border radius 16.0
      
      * Address Hans' Comments
      
      * Second round comments
      
      * fix imports
      50098f14
  12. 26 Oct, 2018 1 commit
  13. 23 Oct, 2018 1 commit
  14. 18 Oct, 2018 1 commit
    • liyuqian's avatar
      Roll engine 04c860fa1dba..8cc49cac3b4a (3 commits) (#23223) · b0787b90
      liyuqian authored
      And update goldens.
      
      git log 04c860fa1dba..8cc49cac3b4a --no-merges --oneline
      8cc49cac3 Ensure that the isolate shutdown callback occurs in an isolate scope. (flutter/engine#6572)
      04a1ffa42 Roll src/third_party/skia cb65ce7f77c9..3a0c66da5fc2 (10 commits) (flutter/engine#6571)
      35340ceaf Pass full locale list with script and variant codes to framework (flutter/engine#6557)
      b0787b90
  15. 15 Oct, 2018 1 commit
    • Gary Qian's avatar
      Add support for text shadows and roll engine (26 commits) (#22449) · bdc3dda5
      Gary Qian authored
      * Add support for shadows in text.
      
      * Use dart:ui Shadow as base class for Shadows
      
      * Update lerp definition
      
      * Roll engine 3ffa3629523..84fe4a9f7e24e4 - Text Shadows and update goldens for skia roll.
      
      git log 50c2e69daff4e207c54e463d2304139985c7511c..32f417db0d566d354605305cb29c251276fa65ee --oneline --no-merges
      32f417db0 Roll tonic to 077be256142ede39a271385907faadf4fcc62a4d. (#6541)
      4ee77256c Revert "Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)" (#6537)
      964acafeb Roll src/third_party/skia 646d917d3c71..c6a17104ad68 (1 commits) (#6536)
      d4bae4ca4 Roll src/third_party/skia 2b2c00f6ec36..646d917d3c71 (1 commits) (#6535)
      ff93ccf47 Roll src/third_party/skia 681692726fc0..2b2c00f6ec36 (1 commits) (#6534)
      a4161c895 Roll src/third_party/skia 23775a2e9736..681692726fc0 (1 commits) (#6532)
      116072e46 Roll src/third_party/skia 7435f2553f53..23775a2e9736 (1 commits) (#6531)
      ef0b0f6e9 Roll src/third_party/skia bc7a51e79c5b..7435f2553f53 (1 commits) (#6530)
      f46b7b971 Roll src/third_party/skia b28db529c866..bc7a51e79c5b (1 commits) (#6529)
      9033c3902 Roll src/third_party/skia 7e67041a1428..b28db529c866 (1 commits) (#6528)
      e6887a412 Add missing imports for unicode/utf16.h (#6524)
      1242f6dfe Roll src/third_party/skia d38382d060ca..7e67041a1428 (2 commits) (#6527)
      a1bbea77c Add a no-op platform view layer. (#6505)
      2bb3afad8 Roll src/third_party/skia 21bd60daa3f3..d38382d060ca (10 commits) (#6526)
      75e875240 Fix the Mac embedder build (#6525)
      436f9707b Add version check for dismissable (#6522)
      7767c785b Provide a default GL function resolver in the embedder (#6523)
      32841dd89 Case-insensitive matching of family names for custom fonts (#6519)
      a9076c7e6 Roll src/third_party/skia 419709dbb167..21bd60daa3f3 (11 commits) (#6520)
      f2e7441b5 An API for loading fonts from a buffer provided by the application (#6508)
      05aac0f27 fix ResourceExtractor npe. (#6461)
      cf5a2a145 Roll src/third_party/skia b27a9cf2f4a8..419709dbb167 (16 commits) (#6517)
      84fe4a9f7 Re-revert invalid line height tests (#6516)
      5f529566c Add support for text shadows (#6385)
      e44c10c96 Reland "Share engine layers with the framework" (#6412) (#6468)
      ba0449971 Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)
      bdc3dda5
  16. 12 Oct, 2018 1 commit
    • liyuqian's avatar
      Roll engine to 50c2e69da with goldens fix (#23016) · 53de41ca
      liyuqian authored
      Goldens updated due to Skia AA changes. We previously also made a mistake by having a golden test run on MacOS.
      
      git log 3ffa36295234..50c2e69da --no-merges --oneline
      50c2e69da Roll src/third_party/skia 1b62fad4b188..b27a9cf2f4a8 (1 commits) (flutter/engine#6514)
      8757bf2a1 Roll src/third_party/skia 05caa69a3f5a..1b62fad4b188 (2 commits) (flutter/engine#6513)
      c2fd10ad1 Roll src/third_party/skia 2a138544646d..05caa69a3f5a (1 commits) (flutter/engine#6512)
      53de41ca
  17. 25 Sep, 2018 1 commit
    • MH Johnson's avatar
      [Material] Add TabBarTheme (#22012) · f37c235c
      MH Johnson authored
      * Add tab bar theme.
      
      * Add tab bar theme.
      
      * Add tests, pass context to getters.
      
      * update goldens from linux box
      
      * update goldens from linux box
      
      * Added new golden test, addressed comments
      
      * override hashCode and == in TabBarTheme
      
      * Fix comment typos
      
      * Addressed Hans' comments.
      
      * Formatting changes
      
      * [TabBarTheme] Fixed spacing
      
      * [TabBarTheme] Update goldens version to latest commit
      f37c235c
  18. 18 Sep, 2018 1 commit
  19. 13 Sep, 2018 2 commits
  20. 12 Sep, 2018 3 commits
    • Michael Goderbauer's avatar
      Roll engine to 6f459e2f10ca77a1dceced8cba062f5760a05f8e · d02e67e7
      Michael Goderbauer authored
      flutter/engine@6f459e2 Revert "Reapply "Some cleanups enabled by removing support for Dart 1" (#6216)"
      flutter/engine@0ded891 Roll src/third_party/skia 1b5ece0f06f4..e70aed7066c6 (1 commits)
      flutter/engine@4057327 Roll src/third_party/skia bd6595544171..1b5ece0f06f4 (22 commits)
      flutter/engine@838eb3d Improve performance of performance overlay by caching.
      flutter/engine@7ac3345 Remove root_surface_transformation from PaintContext
      d02e67e7
    • Michael Goderbauer's avatar
      Roll engine to 51b26f6347f77bced5dfbbd200aab5198b4a72fb · 21897ec5
      Michael Goderbauer authored
      flutter/engine@51b26f6 Revert "Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8 (#6215)"
      flutter/engine@7be4462 Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits)
      flutter/engine@54fe12b Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits)
      flutter/engine@35ddf87 Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8
      flutter/engine@6ed00a8 Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits)
      flutter/engine@8d9e20c Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits)
      flutter/engine@8f39cac Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits)
      flutter/engine@e3133e0 Reapply "Some cleanups enabled by removing support for Dart 1."
      flutter/engine@1fb01f3 Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits)
      flutter/engine@f19ee56 Roll freetype2 to 6581fd3e9c8645f01c0d51e4f53893f5391f2bf3
      21897ec5
    • Todd Volkert's avatar
      Revert recent engine rolls (#21716) · ed88478e
      Todd Volkert authored
      ed88478e
  21. 11 Sep, 2018 1 commit
    • Michael Goderbauer's avatar
      Roll engine to 51b26f6347f77bced5dfbbd200aab5198b4a72fb · 907350df
      Michael Goderbauer authored
      flutter/engine@51b26f6 Revert "Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8 (#6215)"
      flutter/engine@7be4462 Roll src/third_party/skia 2bf7a7bcc67f..bd6595544171 (4 commits)
      flutter/engine@54fe12b Roll src/third_party/skia 82bf31003c66..2bf7a7bcc67f (1 commits)
      flutter/engine@35ddf87 Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8
      flutter/engine@6ed00a8 Roll src/third_party/skia 5518e65d90d7..82bf31003c66 (1 commits)
      flutter/engine@8d9e20c Roll src/third_party/skia 3c4d533d8ebd..5518e65d90d7 (1 commits)
      flutter/engine@8f39cac Roll src/third_party/skia 7891994e89a3..3c4d533d8ebd (1 commits)
      flutter/engine@e3133e0 Reapply "Some cleanups enabled by removing support for Dart 1."
      flutter/engine@1fb01f3 Roll src/third_party/skia a2bc1ca21bbc..7891994e89a3 (9 commits)
      flutter/engine@f19ee56 Roll freetype2 to 6581fd3e9c8645f01c0d51e4f53893f5391f2bf3
      907350df
  22. 08 Sep, 2018 1 commit
  23. 07 Sep, 2018 2 commits
  24. 06 Sep, 2018 1 commit
    • 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
  25. 04 Sep, 2018 2 commits
  26. 24 Aug, 2018 1 commit
  27. 22 Aug, 2018 1 commit
    • liyuqian's avatar
      Add customBorder to InkWell so it can clip ShapeBorder (#20751) · ee8754df
      liyuqian authored
      This fixes #20483 by letting InkWell do its own clipping.
      
      PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle())
      
      The goldens are updated due to small AA changes of the additional clipPath.
      ee8754df
  28. 20 Aug, 2018 1 commit
  29. 15 Aug, 2018 3 commits
    • 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
    • Martin Kustermann's avatar
      Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631) · 515909ec
      Martin Kustermann authored
      Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
      515909ec
    • Martin Kustermann's avatar
      Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) · c7c493ea
      Martin Kustermann authored
      This CL
      
        * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev)
        * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine)
        * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b
        * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) 
        * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
      c7c493ea
  30. 08 Aug, 2018 1 commit
  31. 07 Aug, 2018 1 commit
  32. 06 Aug, 2018 1 commit
    • liyuqian's avatar
      Roll engine to ecbb2b28d48a3854aba846da38053cf381cced25 (#20230) · 8b0a3be8
      liyuqian authored
      ecbb2b28d Call drawPaint instead of drawPath if there's clip (flutter/engine#5937)
      597a50849 Roll src/third_party/skia cdfa16d086b8..4c3b63e289c5 (9 commits) (flutter/engine#5936)
      715b64ee3 Roll src/third_party/skia 1400d38e0863..cdfa16d086b8 (10 commits) (flutter/engine#5934)
      ffbafc852 Flush all embedded Android views on hot restart. (flutter/engine#5929)
      9fe6a573e Roll src/third_party/skia 578ef2847b72..1400d38e0863 (7 commits) (flutter/engine#5933)
      3b66f20d9 Don't drop MotionEvents with unknown tool type. (flutter/engine#5931)
      391ac2f95 Roll src/third_party/skia 64cc576b1fa7..578ef2847b72 (20 commits) (flutter/engine#5930)
      
      Goldens:
      64b7a3a Add updated golden files
      cb1fa8a Update golden files of PhysicalModel and PhysicalShape
      3baed8d Add a goldens package for the embedded Android views integration test.
      8b0a3be8