1. 21 3月, 2017 3 次提交
  2. 19 3月, 2017 1 次提交
  3. 17 3月, 2017 3 次提交
    • 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
    • C
      dart_runtime_hooks: revert to syslog() call (#3484) · 4a5a3246
      Chris Bracken 提交于
      Fixes buildbot error use of undeclared identifier 'asl_log_message',
      which I'm unable to repro locally.
      4a5a3246
    • C
      Perform all iOS logging through ASL (#3481) · 24d9d253
      Chris Bracken 提交于
      * Perform all iOS logging through ASL
      
      As of iOS 10, ASL is deprecated and replaced with os_log. ASL calls
      continue to result in logging but as of iOS 10.3, only ASL_LOG_NOTICE
      level and above are logged.
      
      This change partially reverts 2937f06a,
      adding back stdout and stderr redirection, which resulted in loss of
      some direct writes to stdout that were necessary for debugging.
      
      This change replaces the direct use of syslog with ASL on iOS, which
      Apple has stated will continue to log on iOS >= 10. This eliminates the
      need for the previous fwd-declaration of syslog.
      24d9d253
  4. 16 3月, 2017 3 次提交
  5. 15 3月, 2017 6 次提交
  6. 14 3月, 2017 3 次提交
  7. 10 3月, 2017 1 次提交
  8. 09 3月, 2017 1 次提交
  9. 08 3月, 2017 1 次提交
    • J
      Add podspec to Flutter iOS framework. (#3467) · d40c5bc9
      Jakob Andersen 提交于
      * Add podspec to Flutter iOS framework.
      
      Flutter iOS apps are already pod-enabled, so we might as well turn the
      engine framework into a pod, so we don't have to manually copy the
      current Flutter.framework into the app directory on every build, but
      rather let Cocoapods wire things up for us.
      
      For that to happen, we need a pod spec for Flutter.framework. This spec
      will not be published, but rather downloaded as part of the engine
      artifacts, and the app's Podfile will have a local path dependency on
      it.
      
      * Update licenses_golden...
      d40c5bc9
  10. 07 3月, 2017 2 次提交
  11. 06 3月, 2017 1 次提交
  12. 04 3月, 2017 2 次提交
  13. 02 3月, 2017 3 次提交
  14. 01 3月, 2017 4 次提交
  15. 28 2月, 2017 4 次提交
  16. 25 2月, 2017 2 次提交