1. 14 11月, 2017 2 次提交
  2. 02 11月, 2017 1 次提交
  3. 14 9月, 2017 1 次提交
  4. 24 8月, 2017 1 次提交
  5. 22 8月, 2017 1 次提交
  6. 16 8月, 2017 2 次提交
  7. 15 8月, 2017 1 次提交
    • X
      Create platform API for first frame callback. Use for defer hiding splash... · f187a5c2
      xster 提交于
      Create platform API for first frame callback. Use for defer hiding splash screens on Android and iOS (#3956)
      
      * Add back launch screen view until first frame on iOS
      
      * improvements
      
      * Move callback plumbing from ios surfaces to the gpu rasterizer. Didn’t wire java JNI yet.
      
      * Android JNI
      
      * Fix ios reference count and let android engine manage a view on top with launch screen
      
      * Hook up Android activity and view
      
      * review notes
      
      * review notes
      
      * Move thread switching upstream. Use weak references for callbacks.
      
      * Some clean up
      f187a5c2
  8. 19 7月, 2017 1 次提交
    • T
      Add `PluginRegistry.Registrar#view()` (#3900) · 488584f8
      Todd Volkert 提交于
      Sometimes, plugin instances need access to the `FlutterView`.
      They can currently cast the `messenger()`, but that's fragile.
      This adds API support for getting the view from the registry.
      488584f8
  9. 21 6月, 2017 1 次提交
    • C
      Revert libtxt integration (#3802) · fffe502d
      Chris Bracken 提交于
      * Revert "Fix licenses_lib golden file (#3798)"
      
      This reverts commit d8ac43c3.
      
      * Revert "Remove ParagraphConstriants (#3796)"
      
      This reverts commit 8ccf767f.
      
      * Revert "Reland "Initial integration of libtxt with Flutter alongside Blink." (#3793)"
      
      This reverts commit 3c049219.
      fffe502d
  10. 20 6月, 2017 2 次提交
  11. 17 6月, 2017 2 次提交
  12. 09 6月, 2017 1 次提交
  13. 08 6月, 2017 2 次提交
  14. 02 6月, 2017 1 次提交
  15. 09 5月, 2017 1 次提交
  16. 11 4月, 2017 1 次提交
  17. 01 4月, 2017 1 次提交
  18. 28 3月, 2017 1 次提交
  19. 23 3月, 2017 1 次提交
  20. 15 3月, 2017 1 次提交
  21. 04 2月, 2017 1 次提交
  22. 06 1月, 2017 1 次提交
  23. 07 12月, 2016 1 次提交
  24. 06 12月, 2016 1 次提交
  25. 14 10月, 2016 1 次提交
  26. 28 9月, 2016 1 次提交
  27. 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
  28. 01 9月, 2016 1 次提交
  29. 19 8月, 2016 1 次提交
  30. 21 7月, 2016 1 次提交
  31. 12 7月, 2016 1 次提交
  32. 21 6月, 2016 1 次提交
  33. 03 5月, 2016 2 次提交
  34. 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