1. 03 1月, 2018 1 次提交
  2. 21 12月, 2017 1 次提交
  3. 13 12月, 2017 3 次提交
  4. 07 12月, 2017 1 次提交
  5. 02 11月, 2017 1 次提交
  6. 01 11月, 2017 1 次提交
  7. 24 10月, 2017 1 次提交
  8. 21 10月, 2017 1 次提交
  9. 20 10月, 2017 1 次提交
  10. 19 10月, 2017 2 次提交
  11. 03 10月, 2017 1 次提交
  12. 28 9月, 2017 1 次提交
  13. 12 9月, 2017 1 次提交
  14. 08 9月, 2017 1 次提交
  15. 07 9月, 2017 1 次提交
  16. 06 9月, 2017 1 次提交
  17. 02 9月, 2017 1 次提交
  18. 29 8月, 2017 2 次提交
  19. 26 8月, 2017 1 次提交
  20. 18 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
  22. 30 6月, 2017 1 次提交
  23. 29 6月, 2017 1 次提交
  24. 22 6月, 2017 1 次提交
  25. 10 6月, 2017 1 次提交
  26. 17 5月, 2017 1 次提交
  27. 17 3月, 2017 1 次提交
    • M
      Remove old flutter messaging API (#3482) · c4edec74
      Mikkel Nygaard Ravn 提交于
      Breaking change: removed facilities for JSON and string messaging from FlutterView/FlutterViewController, leaving only binary messaging there. All other use of flutter communication now goes through FlutterMessageChannel and FlutterMethodChannels. Retained use of String and JSON codecs for now.
      
      Companion flutter PR: flutter/flutter#8837
      c4edec74
  28. 12 10月, 2016 2 次提交
  29. 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
  30. 01 7月, 2016 1 次提交
    • A
      Harmonize Android and iOS accessibility bridges (#2777) · 71ce354a
      Adam Barth 提交于
      These classes now use the same terminology and work in the same way.
      Also, change semantics.mojom to use an enumeration of actions instead of
      having a separate method per action. This will hopefully scale better.
      71ce354a
  31. 29 6月, 2016 1 次提交
  32. 15 4月, 2016 1 次提交
  33. 09 4月, 2016 1 次提交
    • A
      Rename PlatformViewAndroid to io.flutter.view.FlutterView (#2586) · a299d69f
      Adam Barth 提交于
      This patch cleans up the public Java interface to the Flutter engine. The code
      that we intend to be re-usable is now in the io.flutter.view package. The two
      public classes are:
      
       * FlutterMain, which controls initialization of the system, and
       * FlutterView, which is an Android view that hosts a Flutter app.
      
      We'll need to interate on these interface over time, but at least these names
      are more reasonable.
      a299d69f
  34. 09 2月, 2016 1 次提交
    • H
      Accessibility fixes · 920e4114
      Hixie 提交于
      - Correctly enable accessibility on startup if it's already enabled.
      - Avoid using deprecated APIs.
      - Map FORWARD/BACKWARD scrolling actions to up/down even when left/right
        is also possible.
      - Clear the accessibility focus when removing a focused semantics node.
      - Unregister listeners when view goes away.
      - Call setWillNotDraw(false) if accessibility is enabled.
      - Clean the handling of hover events.
      - Work around an Android bug where the system focus rect isn't drawn
        the first time.
      920e4114
  35. 06 2月, 2016 1 次提交