1. 09 Feb, 2016 2 commits
  2. 08 Feb, 2016 1 commit
  3. 06 Feb, 2016 3 commits
  4. 04 Feb, 2016 1 commit
    • Todd Volkert's avatar
      Refactor flx.build() to allow for external toolchain hooks. · f0379df5
      Todd Volkert authored
      This splits flx.build() into two methods, flx.build() and
      flx.assemble().  builD() now does the following:
      1) constructs the manifest map by reading the manifest from the
         file system
      2) "compiles" the dart code into the snapshot file
      3) Invokes assemble()
      
      This allows external build toolchains to construct their own
      manifest map (possibly using a different manifest syntax)
      and create their own snapshot file
      f0379df5
  5. 03 Feb, 2016 5 commits
  6. 02 Feb, 2016 1 commit
  7. 01 Feb, 2016 2 commits
  8. 31 Jan, 2016 2 commits
  9. 29 Jan, 2016 2 commits
  10. 28 Jan, 2016 7 commits
  11. 27 Jan, 2016 3 commits
  12. 26 Jan, 2016 2 commits
  13. 25 Jan, 2016 3 commits
  14. 24 Jan, 2016 1 commit
  15. 22 Jan, 2016 3 commits
    • Eric Seidel's avatar
      Make `flutter list` not crash on linux. · 7f3ae43b
      Eric Seidel authored
      Turns out linux does have an ideviceinstaller package
      however it doesn't contain idevice_id or any of the
      other tools we use.  Furthermore we don't have
      xcrun or the rest of xcode on linux so we can't
      manipulate simulators either.
      
      No sense in printing out a warning that ios isn't supported
      every time on linux, so I wrapped that block in osx only.
      
      @chinmaygarde @devoncarew
      7f3ae43b
    • Devon Carew's avatar
      refactor platform specific code out of device.dart · 5bce2fbd
      Devon Carew authored
      remove device type specific checks
      5bce2fbd
    • Matt Perry's avatar
      'flutter apk' now supports dynamically registered services. · dcbb4960
      Matt Perry authored
      Third-party libraries can now provide their own mojo services. They do
      so by adding a config.yaml file to their pub package which contains
      - a list of service names and java classes which handles that service's
        registration.
      - a list of pre-built .jar files to statically link with the app's shell
        when building the app.
      dcbb4960
  16. 21 Jan, 2016 2 commits