1. 23 Jul, 2018 1 commit
  2. 20 Jul, 2018 1 commit
  3. 16 Jul, 2018 2 commits
  4. 09 Jul, 2018 1 commit
  5. 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
  6. 20 Jun, 2018 1 commit
  7. 05 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 18 May, 2018 1 commit
  10. 13 Apr, 2018 1 commit
  11. 12 Apr, 2018 1 commit
  12. 28 Mar, 2018 1 commit
  13. 12 Mar, 2018 1 commit
  14. 15 Feb, 2018 1 commit
  15. 02 Feb, 2018 1 commit
  16. 27 Jan, 2018 1 commit
  17. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  18. 29 Nov, 2017 1 commit
  19. 15 Nov, 2017 1 commit
  20. 11 Nov, 2017 1 commit
  21. 27 Sep, 2017 1 commit
  22. 20 Jun, 2017 1 commit
  23. 16 Jun, 2017 2 commits
  24. 09 Jun, 2017 1 commit
  25. 07 Jun, 2017 1 commit
  26. 08 May, 2017 1 commit
  27. 14 Apr, 2017 1 commit
  28. 10 Apr, 2017 2 commits
  29. 04 Apr, 2017 1 commit
  30. 15 Mar, 2017 1 commit
  31. 04 Mar, 2017 1 commit
  32. 24 Jan, 2017 1 commit
  33. 09 Jan, 2017 1 commit
  34. 30 Nov, 2016 1 commit
  35. 14 Oct, 2016 1 commit
  36. 16 Aug, 2016 1 commit
  37. 15 Aug, 2016 1 commit