1. 24 9月, 2016 1 次提交
    • C
      Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. (#3053) · 9eb446e0
      Chinmay Garde 提交于
      * Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
      * shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
      * GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
      * GPU subcomponent has been updated make it more suitable for Vulkan integration.
      * The GLFW backend has been resurrected.
      9eb446e0
  2. 01 9月, 2016 1 次提交
  3. 20 8月, 2016 1 次提交
  4. 10 8月, 2016 2 次提交
  5. 09 8月, 2016 2 次提交
  6. 03 8月, 2016 1 次提交
  7. 02 8月, 2016 1 次提交
  8. 13 7月, 2016 2 次提交
  9. 09 7月, 2016 1 次提交
    • A
      Conditionally enable accessibility (#2785) · 0d2c049f
      Adam Barth 提交于
      Previously we enabled accessibility unconditionally on iOS, which is more
      expensive than necessary. We still enable it unconditionally on the simulator
      because there's no API for determining whether accessibility is needed on the
      simulator.
      0d2c049f
  10. 03 6月, 2016 1 次提交
    • T
      System chrome platform service updates (#2732) · 482e63df
      Todd Volkert 提交于
      1) Add ability to specify a system UI overlay style, to
         provide a hook into the style of the status bar icons on iOS.
      
      2) Migrate the Activity service's task description API to the
         system chrome platform service. The old API will be removed
         once the Flutter repo is updated to use the new API after an
         engine roll.
      
      flutter/flutter#3544
      482e63df
  11. 02 6月, 2016 1 次提交
  12. 01 6月, 2016 1 次提交
  13. 26 5月, 2016 1 次提交
  14. 10 5月, 2016 1 次提交
  15. 07 5月, 2016 1 次提交
  16. 06 5月, 2016 1 次提交
  17. 04 5月, 2016 1 次提交
    • A
      Move main_ios.mm over to public APIs (#2637) · 29c80227
      Adam Barth 提交于
      After this patch, main_ios.mm now consumes Flutter.framework via public APIs.
      This patch prepares us to move Flutter on iOS over to consuming
      Flutter.framework as a binary artifact.
      29c80227
  18. 29 4月, 2016 1 次提交
    • A
      Clarify which source files are part of Flutter.framework (#2630) · d980ee5d
      Adam Barth 提交于
      All the headers for Flutter.framework are now in framework/Headers and all the
      source files for Flutter.framework are now in framework/Source. Previously it
      was unclear that FlutterAppDelegate and main_ios.mm weren't part of
      Flutter.framework. (They still build as part of the framework, but that's
      something I'll fix in a later patch.)
      d980ee5d
  19. 26 4月, 2016 1 次提交
  20. 19 3月, 2016 2 次提交
  21. 18 3月, 2016 1 次提交
    • C
      Make the iOS shell use the public Flutter framework API. · 46070d43
      Chinmay Garde 提交于
      Also cleans up the messages when errors occur in both modes. I have also made the API a lot simpler and moved more of the extraneous stuff out of public. Only FlutterViewController and the Dart project configuration are publically available.
      46070d43
  22. 11 3月, 2016 2 次提交
  23. 10 3月, 2016 2 次提交
  24. 09 3月, 2016 1 次提交
  25. 08 3月, 2016 2 次提交
  26. 01 3月, 2016 1 次提交
  27. 03 2月, 2016 1 次提交
  28. 31 1月, 2016 1 次提交
  29. 29 1月, 2016 2 次提交
  30. 28 1月, 2016 1 次提交
  31. 27 1月, 2016 2 次提交