1. 04 Feb, 2016 2 commits
  2. 03 Feb, 2016 5 commits
  3. 02 Feb, 2016 1 commit
  4. 01 Feb, 2016 2 commits
  5. 31 Jan, 2016 2 commits
  6. 29 Jan, 2016 3 commits
  7. 28 Jan, 2016 7 commits
  8. 27 Jan, 2016 3 commits
  9. 26 Jan, 2016 4 commits
  10. 25 Jan, 2016 5 commits
  11. 24 Jan, 2016 1 commit
  12. 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
  13. 21 Jan, 2016 2 commits