1. 07 2月, 2019 2 次提交
  2. 05 2月, 2019 1 次提交
  3. 01 2月, 2019 1 次提交
    • S
      Initial import of FDE macOS framework (#7642) · 93452747
      stuartmorgan 提交于
      Merges the current flutter-desktop-embedding macOS framework into the
      engine. Notable changes:
      - All channel/codec related code is eliminated in favor of using the
        existing iOS implementations.
      - All .m files renamed to .mm for consistency with the iOS code.
        - Some minor code changes to fix new warnings in Objective-C++ mode.
      - License headers, basic format (e.g., clang-format changes) updated to
        use repo style.
      - Xcode project is not included; instead adds GN build rules to create
        an integrated framework that combines what was the FDE library with
        what is present in FlutterEmbedder.framework.
      
      Other changes are left as follow-ups, including:
      - Moving shared code out of ios/ into common/.
      - Potentially improving sharing between iOS and macOS BUILD.gn.
      - Class renaming; the FLE prefix will be eliminated, but that API
        surface isn't stable yet, so that can be changed later.
      93452747
  4. 31 1月, 2019 3 次提交
  5. 30 1月, 2019 1 次提交
    • S
      Rename FlutterResult in embedder.h (#7567) · 474d8837
      stuartmorgan 提交于
      FlutterResult is also the name of a class in the Objective-C API
      surface, which is problematic when building a framework that contains
      both (such as a macOS implementation of the Flutter framework).
      474d8837
  6. 29 1月, 2019 1 次提交
  7. 25 1月, 2019 2 次提交
  8. 24 1月, 2019 1 次提交
    • Q
      Don't accept gestures by ForwardingGestureRecognizer (#7558) · 450c3e4d
      Qxyat 提交于
      ForwardingGestureRecognizer was previously accepting the gesture when the touch sequence ended, this was causing some other gesture recognizers to not accept the gestures (e.g tapping on the my location button in a Google Map didn't work).
      450c3e4d
  9. 23 1月, 2019 4 次提交
  10. 22 1月, 2019 1 次提交
  11. 21 1月, 2019 1 次提交
  12. 19 1月, 2019 3 次提交
  13. 17 1月, 2019 2 次提交
  14. 16 1月, 2019 1 次提交
    • S
      Validate dynamic patches before attempting to install (#7496) · 5401803f
      Stanislav Baranov 提交于
      This change adds explicit validation of dynamic patches in all places
      where they're used, instead of only validating it in some places which
      wasn't as reliable because some of the code paths were missed.
      
      This change also moves utility functions that deal with validating
      patches from ResourceExtractor to ResourceUpdater, to make them
      available as API for other places in code that need this validation.
      5401803f
  15. 15 1月, 2019 5 次提交
  16. 13 1月, 2019 1 次提交
  17. 12 1月, 2019 1 次提交
  18. 11 1月, 2019 1 次提交
  19. 10 1月, 2019 5 次提交
  20. 09 1月, 2019 1 次提交
  21. 08 1月, 2019 2 次提交