An error occurred while loading commit signatures
  1. 27 Mar, 2019 1 commit
  2. 22 Mar, 2019 1 commit
  3. 21 Mar, 2019 1 commit
  4. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  5. 19 Mar, 2019 1 commit
  6. 15 Mar, 2019 1 commit
  7. 14 Mar, 2019 1 commit
  8. 09 Mar, 2019 1 commit
  9. 06 Mar, 2019 1 commit
  10. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  11. 21 Feb, 2019 1 commit
  12. 15 Feb, 2019 1 commit
    • KyleWong's avatar
      Refactor local engine logic (#27765) · f9a60900
      KyleWong authored
      * Refactor for iOS.
      
      * For android_xxx_unopt_arm64&ios_xxx_unopt_arm, remove the _arm64/_arm suffix.
      dart generated in host_xxx_unopt/host_xxx has an arch of x86_64 which supports arm64/arm.
      
      * Remove suffixes for various archs.
      f9a60900
  13. 13 Feb, 2019 1 commit
    • KyleWong's avatar
      Refactor build-number/build-name logic. (#27743) · 4b4a9400
      KyleWong authored
      This PR aims at several things:
      
      1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/.
      2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android).
      3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml.
      
      Fixes #27589
      4b4a9400
  14. 12 Feb, 2019 2 commits
  15. 06 Feb, 2019 2 commits
  16. 05 Feb, 2019 1 commit
  17. 30 Jan, 2019 3 commits
  18. 29 Jan, 2019 1 commit
  19. 28 Jan, 2019 1 commit
  20. 26 Jan, 2019 1 commit
  21. 25 Jan, 2019 1 commit
  22. 24 Jan, 2019 1 commit
  23. 22 Jan, 2019 2 commits
  24. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  25. 17 Jan, 2019 1 commit
  26. 16 Jan, 2019 1 commit
  27. 03 Jan, 2019 1 commit
  28. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  29. 19 Dec, 2018 2 commits
  30. 20 Nov, 2018 1 commit
  31. 19 Nov, 2018 1 commit
  32. 14 Nov, 2018 1 commit
  33. 09 Nov, 2018 1 commit