1. 20 Jul, 2018 1 commit
  2. 16 Jul, 2018 2 commits
  3. 25 Jun, 2018 1 commit
  4. 31 May, 2018 1 commit
  5. 10 Apr, 2018 1 commit
  6. 05 Apr, 2018 1 commit
  7. 07 Mar, 2018 1 commit
  8. 16 Feb, 2018 1 commit
  9. 15 Feb, 2018 2 commits
  10. 13 Feb, 2018 1 commit
    • xster's avatar
      Reduce Xcode noise #3 (#14663) · d401bd78
      xster authored
      * Revert "Revert "Reduce xcodebuild noise #2" (#14641)"
      
      This reverts commit 2d47481f.
      
      * Stop scrapping xcodebuild output, get the right build settings
      
      * clone the command params first
      d401bd78
  11. 06 Feb, 2018 1 commit
    • Chris Bracken's avatar
      Mark iOS App ID param as required (#14480) · cad61b18
      Chris Bracken authored
      Previously, the iOS ApplicationPackage subclasses did not mark the
      bundleID constructor parameter as @required. This is passed up to the
      ApplicationPackage constructor as the id parameter which is already
      marked @required and is asserted to be non-null.
      cad61b18
  12. 01 Feb, 2018 1 commit
  13. 25 Jan, 2018 1 commit
  14. 08 Nov, 2017 1 commit
  15. 22 Oct, 2017 1 commit
  16. 23 Aug, 2017 1 commit
  17. 22 Aug, 2017 2 commits
  18. 13 Jul, 2017 1 commit
    • xster's avatar
      Create Podfile dynamically part 1 (#11101) · 6a49419b
      xster authored
      * start
      
      * with create
      
      * refactor cocoapod code, add tests
      
      * fix tests
      
      * throw when cocoapod missing
      
      * obj-c projects don’t use use_framework!
      6a49419b
  19. 29 Jun, 2017 2 commits
  20. 15 May, 2017 1 commit
  21. 03 May, 2017 1 commit
  22. 20 Apr, 2017 1 commit
  23. 31 Mar, 2017 1 commit
  24. 14 Mar, 2017 1 commit
  25. 06 Mar, 2017 1 commit
  26. 04 Mar, 2017 1 commit
  27. 02 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      Enable Hot Reload on Windows (backed by gen_snapshot) (#8512) · d579d587
      Michael Goderbauer authored
      * Enable Hot Reload on Windows (backed by gen_snapshot)
      
      \o/
      
      Two caveats:
      * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot
      * We currently cannot hot reload projects with spaces in the path
      
      * enable tests
      d579d587
    • Jakob Andersen's avatar
      Read package ID and activity name from .apk for Gradle-based builds. (#8452) · c9644a49
      Jakob Andersen authored
      The gradle build scripts can be configured to output different
      application IDs for different build types, so we need to examine the
      built .apk to figure out the name of the package and activity.
      
      Re-landing this change, updated to only get information from the .apk
      if it exists.
      
      Since the tools create an AndroidApk instance early, even before we've
      actually built an .apk, we have to create a new instance after building,
      so we can start the right app/activity.
      
      Fixes #8327.
      c9644a49
  28. 24 Feb, 2017 2 commits
  29. 14 Feb, 2017 1 commit
  30. 10 Jan, 2017 1 commit
  31. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  32. 07 Dec, 2016 1 commit
  33. 29 Nov, 2016 1 commit
  34. 13 Oct, 2016 1 commit