1. 10 Mar, 2017 2 commits
  2. 08 Mar, 2017 1 commit
  3. 04 Mar, 2017 2 commits
  4. 02 Mar, 2017 1 commit
  5. 01 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      [devFS] Use URI to represent paths on device (#8446) · 17057bb4
      Michael Goderbauer authored
      * [devFS] Use URI to represent paths on device
      
      Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways.
      
      * review comments
      
      * switch to file paths
      
      * fix tests on Windows
      
      * review comments
      17057bb4
    • Michael Goderbauer's avatar
      Roll forward #8467 (#8477) · 65835af4
      Michael Goderbauer authored
      * Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)"
      
      This reverts commit 96ba7f76.
      
      * Intentionally use a self-package URI in flutter_gallery
      
      * tests to catch problems with self-package imports
      65835af4
  6. 28 Feb, 2017 1 commit
  7. 27 Feb, 2017 1 commit
  8. 23 Feb, 2017 1 commit
  9. 14 Feb, 2017 2 commits
  10. 06 Feb, 2017 1 commit
  11. 02 Feb, 2017 1 commit
  12. 23 Jan, 2017 1 commit
  13. 22 Jan, 2017 1 commit
    • Dan Rubel's avatar
      Refactor DevFS for kernel code (#7529) · 0295def2
      Dan Rubel authored
      Refactor DevFS so that it's easier to add new types of content such as kernel code
      * add tests for DevFS package scanning
      * add tests for DevFS over VMService protocol
      * which covers _DevFSHttpWriter and ServiceProtocolDevFSOperations
      * replace AssetBundleEntry and DevFSEntry with DevFSContent
      * refactor to cleanup common code and replace some fields with locals
      * rework .package file generation refactor away DevFSOperations.writeSource
      * only update .package file if it has changed
      * only write/delete/evict assets that have been changed/removed
      0295def2
  14. 10 Jan, 2017 1 commit
  15. 09 Jan, 2017 1 commit
  16. 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
  17. 11 Nov, 2016 1 commit
  18. 10 Nov, 2016 1 commit
  19. 07 Nov, 2016 1 commit
  20. 25 Oct, 2016 1 commit
  21. 21 Oct, 2016 2 commits
  22. 20 Oct, 2016 2 commits
  23. 29 Sep, 2016 1 commit
  24. 21 Sep, 2016 1 commit
  25. 25 Aug, 2016 1 commit
    • Chris Bracken's avatar
      Support a configurable build directory (#5601) · b5f763b4
      Chris Bracken authored
      This change adds a top-level getBuildDirectory func and funcs for
      android, aot, asset, ios build products.
      
      Developers may now add a "build-dir" mapping to their
      ~/.flutter_settings (JSON format) config file. Output directory is
      relative to the main flutter application directory.
      
      This change also changes the default build directory for iOS builds to a
      subdirectory of the configured build directory, 'build/ios' by default.
      b5f763b4
  26. 17 Aug, 2016 1 commit
  27. 16 Aug, 2016 1 commit
  28. 12 Aug, 2016 1 commit
  29. 11 Aug, 2016 3 commits
  30. 09 Aug, 2016 1 commit
  31. 08 Aug, 2016 1 commit
  32. 05 Aug, 2016 1 commit