This is an automated email from the ASF dual-hosted git repository.

moshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


    from a5698e3  Merge pull request #2857 from jianhan-he/master
     new 3c3dd9e  初步optional适配
     new 42a7d6f  Public Header 添加WXStreamModule.h, 构建成功
     new 4912fd1  修改WeexSDKTests,测试通过
     new 648e0f5  optional调整
     new 6a45fd5  删除test中调用未公开方法
     new 3b4cd0a  Merge branch 'master' into txink-swift-adapter
     new 01eea15  Merge branch 'txink-swift-adapter' of 
https://github.com/Txink/incubator-weex into txink-swift-adapter
     new 9e5fc1f  C++文件改为" " 导入方式
     new 6d1cb9b  Merge pull request #2849 from Txink/txink-swift-adapter

The 11735 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj          |  32 +++--
 .../xcshareddata/xcschemes/WeexSDKTests.xcscheme   |  29 ++---
 ios/sdk/WeexSDK/Sources/Bridge/JSContext+Weex.h    |   6 +-
 ios/sdk/WeexSDK/Sources/Bridge/WXBridgeMethod.h    |   6 +-
 .../Component/Recycler/WXRecyclerComponent.h       |   6 +-
 ios/sdk/WeexSDK/Sources/Component/WXAComponent.h   |   6 +-
 .../Sources/Component/WXIndicatorComponent.h       |   6 +-
 .../WeexSDK/Sources/Component/WXListComponent.h    |   6 +-
 .../WeexSDK/Sources/Component/WXRefreshComponent.h |   6 +-
 ios/sdk/WeexSDK/Sources/Component/WXRichText.h     |   6 +-
 .../Sources/Component/WXScrollerComponent.h        |   9 +-
 .../Sources/Controller/WXBaseViewController.h      |   4 +
 .../Sources/Controller/WXRootViewController.h      |   4 +
 ios/sdk/WeexSDK/Sources/Debug/WXDebugTool.h        |   8 +-
 .../WeexSDK/Sources/Eagle/WXDataRenderHandler.h    |  12 +-
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.h       |  14 ++-
 ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h        |   5 +-
 .../Sources/Handler/WXNavigationDefaultImpl.h      |   6 +-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.h    |   6 +-
 ios/sdk/WeexSDK/Sources/Loader/WXResourceLoader.h  |   7 +-
 ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h  |  38 +++---
 .../WeexSDK/Sources/Manager/WXComponentFactory.h   |  12 +-
 .../WeexSDK/Sources/Manager/WXComponentManager.h   |   4 +
 ios/sdk/WeexSDK/Sources/Manager/WXHandlerFactory.h |   4 +
 .../WeexSDK/Sources/Manager/WXInvocationConfig.h   |   5 +-
 ios/sdk/WeexSDK/Sources/Manager/WXSDKManager.h     |   8 +-
 ios/sdk/WeexSDK/Sources/Model/WXComponent.h        |   5 +-
 ios/sdk/WeexSDK/Sources/Model/WXJSExceptionInfo.h  |   8 +-
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.h      |  32 ++---
 ios/sdk/WeexSDK/Sources/Module/WXInstanceWrap.h    |   2 +-
 ios/sdk/WeexSDK/Sources/Module/WXModalUIModule.h   |   6 +-
 .../WeexSDK/Sources/Module/WXPrerenderManager.h    |  10 +-
 ios/sdk/WeexSDK/Sources/Module/WXStreamModule.h    |   8 +-
 ios/sdk/WeexSDK/Sources/Module/WXTimerModule.h     |   2 +-
 ios/sdk/WeexSDK/Sources/Module/WXVoiceOverModule.h |   6 +-
 ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter.h |   6 +-
 ios/sdk/WeexSDK/Sources/Monitor/WXExceptionUtils.h |   7 +-
 ios/sdk/WeexSDK/Sources/Monitor/WXMonitor.h        |  22 ++--
 .../WeexSDK/Sources/Network/WXResourceRequest.h    |   6 +-
 .../Sources/Network/WXResourceRequestHandler.h     |  14 ++-
 .../WeexSDK/Sources/Network/WXResourceResponse.h   |   4 +
 .../WeexSDK/Sources/Performance/WXApmForInstance.h |   6 +-
 .../WeexSDK/Sources/Protocol/WXAnalyzerProtocol.h  |   6 +-
 ios/sdk/WeexSDK/Sources/Protocol/WXApmProtocol.h   |   3 +
 .../Sources/Protocol/WXAppMonitorProtocol.h        |   8 +-
 .../WeexSDK/Sources/Protocol/WXBridgeProtocol.h    |  10 +-
 .../Sources/Protocol/WXConfigCenterProtocol.h      |   8 +-
 .../Sources/Protocol/WXEventModuleProtocol.h       |   6 +-
 .../Sources/Protocol/WXExtendCallNativeProtocol.h  |   4 +
 .../WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h |  18 +--
 .../Sources/Protocol/WXJSExceptionProtocol.h       |   6 +-
 .../Sources/Protocol/WXJSFrameworkLoadProtocol.h   |   4 +
 .../WeexSDK/Sources/Protocol/WXModuleProtocol.h    |  12 +-
 .../Sources/Protocol/WXNavigationProtocol.h        |  22 ++--
 .../WeexSDK/Sources/Protocol/WXNetworkProtocol.h   |  14 ++-
 .../Sources/Protocol/WXPageEventNotifyEvent.h      |   6 +-
 .../WeexSDK/Sources/Protocol/WXScrollerProtocol.h  |   5 +-
 .../Sources/Protocol/WXURLRewriteProtocol.h        |   6 +-
 .../WeexSDK/Sources/Protocol/WXValidateProtocol.h  |  13 +-
 .../WeexSDK/Sources/Utility/NSObject+WXSwizzle.h   |   4 +
 .../WeexSDK/Sources/Utility/WXAppConfiguration.h   |   4 +
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.h        |   8 +-
 ios/sdk/WeexSDK/Sources/Utility/WXConvertUtility.h |   1 +
 ios/sdk/WeexSDK/Sources/Utility/WXLog.h            |   4 +
 ios/sdk/WeexSDK/Sources/Utility/WXType.h           |   4 +
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.h        |   9 +-
 ios/sdk/WeexSDK/Sources/Utility/WXVersion.m        |   6 +-
 ios/sdk/WeexSDK/Sources/View/WXErrorView.h         |   4 +
 ios/sdk/WeexSDK/Sources/View/WXView.h              |   4 +
 .../WeexSDK/Sources/WebSocket/WXWebSocketHandler.h |  12 +-
 ios/sdk/WeexSDK/Sources/WeexSDK.h                  | 139 +++++++++++----------
 ios/sdk/WeexSDKTests/WXAnimationModuleTests.m      |   5 +-
 ios/sdk/WeexSDKTests/WXBridgeMethodTests.m         |   3 +-
 ios/sdk/WeexSDKTests/WXComponentTests.m            |  27 +---
 ios/sdk/WeexSDKTests/WXConvertTests.m              |   2 +-
 ios/sdk/WeexSDKTests/WXFloatCompareTests.m         |   2 +-
 ios/sdk/WeexSDKTests/WXInstanceWrapTests.m         |   2 +-
 ios/sdk/WeexSDKTests/WXRootViewTests.m             |   6 +-
 ios/sdk/WeexSDKTests/WXSDKEngineTests.m            |   5 +-
 ios/sdk/WeexSDKTests/WXSDKManagerTests.m           |   4 +-
 ios/sdk/WeexSDKTests/WXStorageTests.m              |   1 -
 ios/sdk/WeexSDKTests/WXStreamModuleTests.m         |   5 +-
 ios/sdk/WeexSDKTests/WXTimerModuleTests.m          |   1 +
 ios/sdk/WeexSDKTests/WXURLRewriteTests.m           |   5 +-
 ios/sdk/buildScripts.sh                            |  10 +-
 85 files changed, 521 insertions(+), 306 deletions(-)

Reply via email to