1. 22 Mar, 2019 1 commit
  2. 21 Mar, 2019 1 commit
  3. 06 Mar, 2019 1 commit
  4. 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
  5. 21 Feb, 2019 1 commit
  6. 06 Feb, 2019 1 commit
  7. 05 Feb, 2019 1 commit
  8. 29 Jan, 2019 1 commit
  9. 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
  10. 17 Jan, 2019 1 commit
  11. 09 Jan, 2019 2 commits
  12. 08 Jan, 2019 3 commits
  13. 17 Dec, 2018 1 commit
  14. 13 Nov, 2018 2 commits
  15. 11 Nov, 2018 1 commit
  16. 09 Nov, 2018 1 commit
  17. 06 Nov, 2018 1 commit
  18. 02 Nov, 2018 1 commit
  19. 22 Oct, 2018 1 commit
  20. 05 Oct, 2018 1 commit
  21. 04 Oct, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 05 Jun, 2018 1 commit
  24. 20 Mar, 2018 1 commit
  25. 01 Dec, 2017 1 commit
  26. 22 Nov, 2017 1 commit
  27. 31 Aug, 2017 1 commit
  28. 23 Aug, 2017 1 commit
  29. 22 Aug, 2017 2 commits
  30. 28 Jun, 2017 1 commit
  31. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  32. 20 Apr, 2017 1 commit
  33. 07 Apr, 2017 1 commit
  34. 20 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Remove legacy .apk build. (#8793) · 7b2367ed
      Jakob Andersen authored
      * Remove legacy .apk build.
      
      Print out an error message telling the user to upgrade the project if
      it's not Gradle-based. Removed all the obvious traces of the legacy
      build.
      
      Added support for Dart VM kernel snapshots in Gradle builds.
      
      Fixed Android installs to verify that the app is actually installed, and
      not just rely on the presence of the .sha1 file.
      7b2367ed
  35. 14 Mar, 2017 1 commit