1. 18 Dec, 2019 1 commit
  2. 16 Dec, 2019 1 commit
  3. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  4. 17 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Re-implement hardware keyboard text selection. (#42879) · a7aa6616
      Greg Spencer authored
      This re-implements keyboard text selection so that it will work on platforms other than Android (e.g. macOS, Linux, etc.).
      
      Also, fixed a number of bugs in editing selection via a hardware keyboard (unable to select backwards, incorrect conversion to ASCII when cutting to clipboard, lack of support for CTRL-SHIFT-ARROW word selection, etc.).
      
      Did not address the keyboard locale issues that remain, or add platform specific switches for the bindings. All that will need some more design work before implementing them.
      
      Related Issues
      Fixes #31951
      a7aa6616
  5. 30 Sep, 2019 1 commit
  6. 24 Sep, 2019 3 commits
    • Alexandre Ardhuin's avatar
      fix some bad indentations (#41172) · b8731621
      Alexandre Ardhuin authored
      b8731621
    • Greg Spencer's avatar
      Add fake keyboard key generation to the testing framework (#40706) · 0e6cb28d
      Greg Spencer authored
      There were four or five different implementations in various tests for sendFakeKeyEvent, which roughly all did the same thing. I was going to add yet another one, and decided that it needed to be generalized and centralized. This replaces those instances with something that just takes a LogicalKeyboardKey so that it's self-documenting, and can be used with multiple platforms.
      
      This adds two functions to widget tester: sendKeyDownEvent and sendKeyUpEvent which simulate key up/down from a physical keyboard. It also adds global functions simulateKeyDownEvent and simulateKeyUpEvent that can be called without a widget tester. All are async functions protected by the async guard.
      0e6cb28d
    • Alexandre Ardhuin's avatar
  7. 19 Sep, 2019 1 commit
  8. 21 Aug, 2019 1 commit
  9. 09 Aug, 2019 2 commits
  10. 07 Aug, 2019 1 commit
  11. 01 Aug, 2019 1 commit
  12. 31 Jul, 2019 1 commit
  13. 30 Jul, 2019 1 commit
  14. 27 Jul, 2019 1 commit
  15. 26 Jul, 2019 1 commit
  16. 19 Jul, 2019 1 commit