1. 09 Nov, 2020 1 commit
  2. 07 Nov, 2020 2 commits
  3. 16 Mar, 2020 1 commit
  4. 07 Jan, 2020 1 commit
  5. 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
  6. 15 May, 2019 1 commit
  7. 10 Jan, 2019 1 commit
  8. 23 Oct, 2018 1 commit
  9. 16 Oct, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 09 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fix flutter_gallery_instrumentation_test (#20361) · 93b02651
      Ian Hickson authored
      Somehow I forgot to say "super.tap()" when calling "tap()" on the new
      superclass, so it was just recursing infinitely but ended up actually
      crashing on the first reuse of the finder.
      
      The error was previously swallowed, I made this print it instead.
      93b02651
  12. 06 Aug, 2018 1 commit
  13. 02 Aug, 2018 3 commits
  14. 27 Jul, 2018 1 commit
  15. 23 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 16 May, 2018 1 commit
  18. 27 Apr, 2018 1 commit
  19. 26 Apr, 2018 1 commit
  20. 25 Apr, 2018 1 commit
  21. 24 Apr, 2018 1 commit
  22. 27 Mar, 2018 1 commit
  23. 31 Jan, 2018 1 commit
    • xster's avatar
      Fastlane instructives for tool publishing the Gallery (#14347) · 82ddabd3
      xster authored
      * first round fastlane working on Android
      
      * clean up and start ios
      
      * Partial iOS
      
      * Got a fastfile that works on iOS
      
      * Finalize Android push instructions
      
      * Finalize instructions for iOS
      
      * Extra cleanup and optipng
      
      * Disable readme autogen and add a default readme
      82ddabd3
  24. 29 Nov, 2017 2 commits
  25. 03 Nov, 2017 1 commit
    • xster's avatar
      Add an iOS style demo to the gallery (#12651) · 89405002
      xster authored
      * Built first tab
      
      * Small additions
      
      * started tab 3
      
      * Need color arithmetics
      
      * tab 2 built
      
      * finalize
      
      * lint and tests
      
      * review
      
      * Reapply docs after rebase
      
      * use color.computeLuminance
      
      * linter
      
      * nit
      89405002
  26. 11 Jul, 2017 1 commit
    • Yegor's avatar
      add Android instrumentation test (#11063) · 18d9b20f
      Yegor authored
      * add Android instrumentation test
      
      * add devicelab test
      
      * add to manifest.yaml
      
      * rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up
      
      * volatile fields; style fixes
      
      * use ConditionVariable; fix sh script
      18d9b20f