1. 21 Aug, 2019 1 commit
  2. 13 Jul, 2019 1 commit
  3. 07 May, 2019 1 commit
  4. 25 Apr, 2019 1 commit
  5. 22 Mar, 2019 1 commit
  6. 09 Mar, 2019 1 commit
  7. 21 Feb, 2019 1 commit
  8. 15 Nov, 2018 1 commit
  9. 14 Nov, 2018 1 commit
  10. 13 Nov, 2018 1 commit
  11. 11 Nov, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  14. 02 Aug, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 16 Jul, 2018 2 commits
  18. 12 Jul, 2018 3 commits
  19. 11 Jul, 2018 2 commits
  20. 27 Jun, 2018 1 commit
    • Danny Tuppeny's avatar
      Improve update checking (#18193) · e616c6ce
      Danny Tuppeny authored
      * Improve update checking
      
      This change emables pinging the server to check for updates regardless of whether the local version is "out of date". The server code already has a 7-day cache so the result is that we can now ping the server once every 7 days instead of waiting for the local install to be 4 weeks out of date before pinging.
      
      The original 4 week period is still used for when we'll start warning the user they're out of date if we could not confirm with the server whether there's a new version.
      
      * Improve message when we know there's a new version available
      
      * Fix bnullable bool checks
      
      * Switch nullable bool to enum
      
      * Fix casing of enum values
      
      * Remove stale comment
      
      The names are now descriptive so doesn't need additional explanation.
      
      * Improve name of function
      
      * Remove note:
      
      * Rename kPauseToLetUserReadTheMessage -> timeToPauseToLetUserReadTheMessage
      
      * Change kVersionAgeConsideredUpToDate to 5 weeks from 4
      
      * Inline the isNewerFrameworkVersionAvailable check
      
      * Fix indenting (?)
      
      * Fix more indenting
      
      * Rename function to be clearer it's getting the commit date
      
      * Formating tweaks
      
      * Update stamp when connection failed, and reduce time before we'll try again
      
      Previously we would hit the server on every command if we thought we might be out of date and we never successfully connected (eg. if you're offline). This makes the stamp update even when there's a conneciton failure so that this won't happen, but reduces the time till we check again from 7 days to 3 days to compensate a little in case it was a one-off.
      
      https://github.com/flutter/flutter/pull/18193#issuecomment-399222269
      
      * Fix comment
      
      * Don't perform update checks if not on an official channel
      e616c6ce
  21. 05 Jun, 2018 1 commit
  22. 31 May, 2018 1 commit
  23. 09 Apr, 2018 1 commit
  24. 28 Mar, 2018 1 commit
  25. 12 Mar, 2018 1 commit
  26. 15 Feb, 2018 1 commit
  27. 29 Nov, 2017 1 commit
  28. 15 Nov, 2017 1 commit
  29. 08 Nov, 2017 1 commit
  30. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  31. 12 May, 2017 1 commit
  32. 10 Apr, 2017 1 commit
  33. 04 Apr, 2017 1 commit