1. 25 Oct, 2019 9 commits
  2. 24 Oct, 2019 28 commits
  3. 23 Oct, 2019 3 commits
    • Jonah Williams's avatar
      Revert "Add focus nodes, hover, and shortcuts to switches, checkboxes, and... · ed36fe5d
      Jonah Williams authored
      Revert "Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43213)" (#43367)
      
      This reverts commit 90006720.
      ed36fe5d
    • Greg Spencer's avatar
      Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43213) · 90006720
      Greg Spencer authored
      In order to enable keyboard navigation to more controls, I've added focus nodes to switches, checkboxes, and radio buttons. In addition, this change enables mouse hover over these controls.
      
      - Added tests for focus, hover, and shortcut activation for Checkbox, Radio, and Switch.
      90006720
    • Tianguang's avatar
      Fix chip ripple bug — No longer two ripples (#42779) · 320a933d
      Tianguang authored
      * Fixed chip ripple.
      
      * Fixed chip ripple. All tests passed.
      
      * Fix one minor detail.
      
      * Fixed reference box.
      
      * Playing around 2.
      
      * Added tests for chip ripple.
      
      * Reverting print-debugging statements
      
      * Remove extra blank line.
      
      * Fixed chip ripple.
      
      * Remove commented code.
      
      * Reconciles with upstream/master.
      
      * Remove print-debugging statement.
      
      * Remove empty line.
      
      * Edit comments.
      
      * Edit style and comments.
      
      * Edit style.
      
      * Fix style and capitalization.
      
      * Return bool.
      
      * Edit style.
      
      * Use getMaterialBox instead of Material.of(...).
      
      * Experiment 3.
      
      * Revert.
      
      * Using tester.pump instead of pumpFrames
      
      * Delete pumpFrames.
      
      * Edit comments.
      320a933d