1. 30 Mar, 2020 1 commit
  2. 13 Feb, 2020 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. 12 Nov, 2019 1 commit
  5. 09 Nov, 2019 1 commit
  6. 05 Nov, 2019 1 commit
  7. 01 Nov, 2019 1 commit
  8. 31 Oct, 2019 3 commits
  9. 29 Oct, 2019 1 commit
  10. 28 Oct, 2019 2 commits
  11. 26 Oct, 2019 1 commit
  12. 11 Oct, 2019 2 commits
    • Dan Field's avatar
      bb7acc13
    • Michael Klimushyn's avatar
      Fix abstract_method_smoke_test flakiness (#42454) · 6d18d31b
      Michael Klimushyn authored
      The flake appears to be coming from the Google Maps plugin. This test
      just needs a platform view plugin without the interface method
      implemented in general, not Maps specifically. Update it here to avoid
      the issue in Maps until that's fixed.
      
      Create a very simple platform view implementation that exercises this
      potential bug in order to create a minimal test case with less risk of
      causing second order issues like depending on any kind of full package
      would cause.
      6d18d31b
  13. 10 Oct, 2019 1 commit
    • Michael Klimushyn's avatar
      Partial deflaking of abstract_method_smoke_test (#42379) · 29bfb11c
      Michael Klimushyn authored
      1. The platform code to show the keyboard wasn't working on certain
      devices. From my testing it appears to be related to when the code was
      firing. IMM won't show the soft input (or shows and then immediately
      hides it, it's hard to tell) if it's called before the Flutter UI is
      loaded. Change this to instead show the soft keyboard after a message
      from Flutter that main() has been started.
      
      2. A text field was visible in the UI, and the test was run under a
      fuzzer that random tapped portions of the screen. Remove the text field
      so that the fuzzer can't accidentally open the keyboard on its own at a
      random time.
      
      3. The keyboard was left open even after the app was closed. Also toggle
      the input off when the app was closed, so that this test can be ran
      multiple times in succession relatively hermetically.
      29bfb11c
  14. 09 Oct, 2019 1 commit
  15. 07 Oct, 2019 2 commits
  16. 29 Sep, 2019 1 commit
  17. 26 Sep, 2019 1 commit