1. 28 Apr, 2020 2 commits
  2. 25 Apr, 2020 1 commit
  3. 20 Apr, 2020 1 commit
  4. 07 Apr, 2020 1 commit
  5. 03 Mar, 2020 1 commit
  6. 11 Feb, 2020 1 commit
  7. 06 Feb, 2020 1 commit
  8. 25 Jan, 2020 1 commit
  9. 13 Jan, 2020 1 commit
  10. 08 Jan, 2020 1 commit
  11. 18 Dec, 2019 3 commits
  12. 13 Dec, 2019 2 commits
  13. 03 Dec, 2019 1 commit
  14. 27 Nov, 2019 2 commits
    • 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
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  15. 28 Oct, 2019 2 commits
  16. 17 Oct, 2019 1 commit
  17. 15 Oct, 2019 1 commit
  18. 10 Oct, 2019 1 commit
  19. 04 Oct, 2019 1 commit
  20. 30 Sep, 2019 1 commit
  21. 28 Sep, 2019 1 commit
  22. 24 Sep, 2019 1 commit
  23. 18 Sep, 2019 2 commits
  24. 17 Sep, 2019 3 commits
  25. 03 Sep, 2019 1 commit
    • Greg Spencer's avatar
      Make disabled buttons/chips/text fields not be focusable. (#38726) · 8daa165d
      Greg Spencer authored
      This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field.
      
      Fixes #33985
      8daa165d
  26. 09 Aug, 2019 2 commits
  27. 01 Aug, 2019 2 commits
  28. 31 Jul, 2019 1 commit
  29. 30 Jul, 2019 1 commit