1. 30 Oct, 2019 6 commits
    • stuartmorgan's avatar
      Split desktop config fallback variable by platform (#43758) · f6f6e86e
      stuartmorgan authored
      The environment variable for all desktop platforms is currently
      ENABLE_FLUTTER_DESKTOP to allow backward compatibility with existing
      workflows. However, this is actually causing issues since 'flutter
      config' provides a better experience (most importantly, IDEs will work
      correctly, which is generally not the case with the environemnt
      variable). Currently people following old (third-patry) instructions
      don't realize that they are missing available functionality, so aren't
      looking for the current instructions.
      
      In adddition, this will be confusing as different platform graduate to
      channels other than master at different times.
      
      To resolve both issues, the environment variable fallback is now
      separate for each desktop platform, and follows a naming scheme
      consistent with the web environment variable.
      f6f6e86e
    • Jonah Williams's avatar
      9cb20471
    • Jonah Williams's avatar
      50da3bd0
    • Bernardo Ferrari's avatar
      Add onLongPress to Buttons (#40641) · 28a214ba
      Bernardo Ferrari authored
      * Add onLongPress to Buttons.
      
      * Button enabled status will now respond to onLongPress
      28a214ba
    • engine-flutter-autoroll's avatar
      Roll engine 419f5d594afc..46c757be07fd (6 commits) (#43769) · dc44c566
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/419f5d594afc...46c757be07fd
      
      git log 419f5d594afc..46c757be07fd --no-merges --oneline
      2019-10-29 iska.kaushik@gmail.com [dart_runner] Common libs need to exist for aot runner (flutter/engine#13419)
      2019-10-29 jason-simmons@users.noreply.github.com Fix the dry run mode of the GN format checker script (flutter/engine#13406)
      2019-10-29 jason-simmons@users.noreply.github.com Reformat BUILD.gn files to comply with the format checker presubmit script (flutter/engine#13401)
      2019-10-29 jason-simmons@users.noreply.github.com Use DartExecutor.getBinaryMessenger in FlutterNativeView instead of deprecated send methods (flutter/engine#13403)
      2019-10-29 bkonyi@google.com Roll src/third_party/dart e1fce75301..0b96f9f9ae (28 commits)
      2019-10-29 matthew-carroll@users.noreply.github.com Converted ActivityAware and ServiceAware Lifecycles to opaque objects (#43670) (flutter/engine#13402)
      
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC cbracken@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      dc44c566
    • Greg Spencer's avatar
      Re-Land: Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43657) · a1c5e335
      Greg Spencer authored
      This re-lands the change that adds focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43213), with fixes for the web tests that weren't enabled in the master that it was synced to when I first landed it.
      a1c5e335
  2. 29 Oct, 2019 24 commits
  3. 28 Oct, 2019 10 commits