1. 22 Jan, 2016 1 commit
    • 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
  2. 05 Nov, 2015 1 commit
  3. 02 Nov, 2015 1 commit
  4. 19 Oct, 2015 1 commit
    • Matt Perry's avatar
      Support verifying .flx signatures when updating. · dff3fa7e
      Matt Perry authored
      Adds a step to the updater to verify that the new .flx package is signed and
      untampered.
      
      Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
      of the .flx contents. See bundle.dart for a description of the new .flx format.
      dff3fa7e
  5. 10 Sep, 2015 1 commit
  6. 11 Aug, 2015 1 commit
  7. 08 Aug, 2015 1 commit
  8. 28 Jul, 2015 2 commits
  9. 16 Jul, 2015 1 commit