1. 16 5月, 2020 1 次提交
  2. 17 4月, 2020 1 次提交
  3. 04 4月, 2020 2 次提交
  4. 03 4月, 2020 1 次提交
    • D
      Roll to clang11, mark 4 (#17483) · ff62dec5
      Dan Field 提交于
      * "Reland Clang 11, roll buildroot to 1bc40a5f916adb93d87e2a2230a0ec43db876c1c, take 4 (#17467)" (#17482)"
      
      This reverts commit 8166a91b.
      
      * format code
      
      * Roll buildroot to 3a27de1c5bb0f50be7d3efe3e00de4f6068c9f30
      ff62dec5
  5. 06 2月, 2020 1 次提交
  6. 15 11月, 2019 1 次提交
  7. 06 11月, 2019 1 次提交
  8. 09 10月, 2019 2 次提交
  9. 05 10月, 2019 2 次提交
  10. 26 8月, 2019 1 次提交
  11. 28 6月, 2019 1 次提交
    • G
      Has a binary messenger (#9419) · 50a8e736
      gaaclarke 提交于
      Made the engine and the view controllers have BinaryMessengers, not be
      BinaryMessengers.  This allows us to break retain cycles and makes the
      leaking channels we have not less dire.
      50a8e736
  12. 20 6月, 2019 1 次提交
  13. 12 6月, 2019 1 次提交
  14. 22 5月, 2019 1 次提交
  15. 10 5月, 2019 1 次提交
    • C
      Fix the iOS accessibility tree structure of platform views. (#8731) · d8646ed0
      Chris Yang 提交于
      Partially fix the issue in flutter/flutter#30804. This only fixes the focus issue for other platform views (Google maps and other custom platform views), but the same issue on WebView is not fixed.
      
      Before the change, the a11y tree with platform view looks like
      
      ```
      <some parent a11y container>
           <SemanticsObject for platform view>
           <FlutterPlatformViewSemanticsContainer>
                <platform view>
      ```
      After the change, it looks like
      
      ```
      <some parent a11y container>
           <FlutterPlatformViewSemanticsContainer>
                <SemanticsObject>
                <platform view>
      ```
      
      This PR also updated the implementation of FlutterPlatformViewSemanticsContainer to use A11yContainer protocol to implement the details on various a11y attribute including the accessibilityFrame and accessibilityScroll.
      d8646ed0
  16. 10 4月, 2019 2 次提交
  17. 27 3月, 2019 1 次提交
  18. 15 1月, 2019 1 次提交
  19. 18 12月, 2018 1 次提交
  20. 15 11月, 2018 1 次提交
  21. 08 11月, 2018 1 次提交
  22. 27 10月, 2018 1 次提交
    • D
      iOS Embedding Refactor (#6447) · 2bfb893c
      Dan Field 提交于
      * Create FlutterEngine to manage a Shell to support maintaining execution state across instances of FlutterViewControllers
      * Refactor PlatformViewIOS to support adding or removing a FlutterViewController dynamically
      * Refactor FlutterDartHeadlessCodeRunner to implement FlutterEngine
      * Refactor FlutterViewController to accept a FlutterEngine at initialization or to create one for backwards compatibility; any Shell related responsibilities are now passed through to the Engine instance
      * Remove FlutterNavigationController (unused)
      * Update all public Objective C doc comments to be consistent and formatable
      * Add public documentation to all public headers
      2bfb893c
  23. 27 7月, 2018 1 次提交
  24. 26 7月, 2018 1 次提交
  25. 21 7月, 2018 1 次提交
  26. 12 7月, 2018 1 次提交
  27. 09 6月, 2018 1 次提交
    • C
      Enforce clang-format on all files in commit (#5495) · d328f4e6
      Chris Bracken 提交于
      * Enforce clang-format on all files in commit
      
      This re-enforces clang-format across all files changed in the commit.
      
      In c10c4173, we enabled checking only for the lines changed in the diff
      in order to reduce the change of merge conflicts with the shell refactor
      landed in 58e84c8b.
      
      * Reformat sources to match latest clang-format
      
      As part of re-enabling clang-format across the codebase, reformat all
      code to match the latest toolchain.
      d328f4e6
  28. 24 5月, 2018 1 次提交
  29. 22 5月, 2018 1 次提交
  30. 24 4月, 2018 1 次提交
  31. 21 4月, 2018 1 次提交
  32. 20 4月, 2018 1 次提交
  33. 14 4月, 2018 1 次提交
  34. 13 4月, 2018 1 次提交
  35. 12 4月, 2018 1 次提交
  36. 11 4月, 2018 1 次提交