1. 24 Jul, 2018 1 commit
    • 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
  2. 23 Jul, 2018 2 commits
  3. 20 Jul, 2018 3 commits
  4. 19 Jul, 2018 1 commit
  5. 18 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 11 Jul, 2018 1 commit
  8. 09 Jul, 2018 1 commit
  9. 03 Jul, 2018 1 commit
    • sandrasandeep's avatar
      Make EditableText cursor configurable (#18888) · 581df52a
      sandrasandeep authored
      * fixed segmented control golden test
      
      * fixed segmented control golden test
      
      * added cursorWidth, cursorRadius
      
      * added default value for cursorWidth based on Apple specs
      
      * test default cursorWidth
      
      * removed cursorHeight stuff
      
      * added functionality to keep cursor from blinking
      
      * cursor width and radius is configurable + tests
      
      * changed goldens repo version in goldens.version
      
      * working version of configurable cursor (erased debugKeepCursorOn)
      
      * minor changes
      
      * docs
      
      * changed textfield test that was failing due to new default cursorwidth
      
      * added default value of cursorwidth in RenderEditable
      
      * only run golden file tests on Mac
      
      * cursor tests
      
      * the tests are actually there now
      
      * weak warning fixed
      
      * switching to Linux
      
      * changed default cursorWidth: 2.0 -> 1.0
      
      * assorted changes, including changing text field test
      
      * re-paint -> re-layout when changing cursorWidth
      581df52a
  10. 29 Jun, 2018 1 commit
  11. 27 Jun, 2018 1 commit
  12. 25 Jun, 2018 2 commits
  13. 22 Jun, 2018 2 commits
  14. 21 Jun, 2018 4 commits
  15. 16 Jun, 2018 1 commit
  16. 15 Jun, 2018 2 commits
  17. 14 Jun, 2018 1 commit
  18. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  19. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  20. 09 Jun, 2018 1 commit
  21. 07 Jun, 2018 1 commit
  22. 06 Jun, 2018 1 commit
    • amirh's avatar
      _markNeedsClip() when clipper type has changed. (#18248) · 0a26ac09
      amirh authored
      A bug in _RenderCustomClip was compaeing the type of oldClipper to
      itself instead to the type of newClipper.
      
      This was the root cause for the crash #14937 worked around.
      This also reverts the workaround introduced in #14937.
      0a26ac09
  23. 05 Jun, 2018 3 commits
  24. 01 Jun, 2018 2 commits
  25. 31 May, 2018 2 commits
  26. 30 May, 2018 1 commit