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

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


    from e52c25b  Merge pull request #3043 from wqyfavor/update-xcode-ci-version
     new e0feb89  Support dark mode.
     new e9e1dbf  [iOS] Add switch for dark theme support.
     new 9d6f48d  [iOS] Add scene type for rich text.
     new 38c88b6  [iOS] Add defaultInvertValueForRootComponent method to decide 
default invert value for root component.
     new b491da9  [iOS] Add support for dark-theme-box-shadow.
     new e3c8834  [iOS] For heron page, do not fire theme change event in Weex.
     new 273836d  [iOS] Change theme change event name.
     new a793023  [iOS] Supporting 'light-theme-' prefix.
     new 8e93afb  [iOS] Dark support, change 'theme' to 'scheme' and add 
'-weex' prefix to styles.
     new 5b721ad  [iOS] Add missing files.
     new f62bf91  [iOS] Dark mode bugfix.
     new 6bd805e  Support dark mode.
     new a1a818d  [iOS] Add switch for dark theme support.
     new 6face68  [iOS] Add scene type for rich text.
     new d4d957d  [iOS] Add defaultInvertValueForRootComponent method to decide 
default invert value for root component.
     new e234001  [iOS] Add support for dark-theme-box-shadow.
     new d95f7fc  [iOS] For heron page, do not fire theme change event in Weex.
     new 1dad20c  [iOS] Change theme change event name.
     new 5fe8c23  [iOS] Supporting 'light-theme-' prefix.
     new 45fd0f0  [iOS] Dark support, change 'theme' to 'scheme' and add 
'-weex' prefix to styles.
     new 339e697  [iOS] Add missing files.
     new 7ef5553  [iOS] Dark mode bugfix.
     new da1b8d5  Merge remote-tracking branch 'apache/master' into 
dark-mode-dev
     new 8f33293  Use xcode11 for travis CI.
     new 0ac9527  Use xcode11 for travis CI.
     new a072e4a  Merge branches 'dark-mode-dev' and 'dark-mode-dev' of 
github.com:wqyfavor/incubator-weex into dark-mode-dev
     new 4354c32  Merge remote-tracking branch 'apache/master' into 
dark-mode-dev
     new 297c10f  Use xcode11 for travis CI.
     new f48d0b6  Merge pull request #3041 from wqyfavor/dark-mode-dev

The 11899 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:
 .travis.yml                                        |   2 +-
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj          |  18 +++
 .../Sources/Component/RecycleList/WXJSASTParser.mm |   2 +-
 .../Sources/Component/WXComponent_internal.h       |  18 +++
 .../WeexSDK/Sources/Component/WXImageComponent.m   | 148 ++++++++++++-------
 ios/sdk/WeexSDK/Sources/Component/WXRichText.mm    |  43 +++++-
 .../WeexSDK/Sources/Component/WXTextComponent.mm   | 107 ++++++++++----
 .../WeexSDK/Sources/Display/WXComponent+Display.m  | 157 ++++++++++++++++++---
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m       |   8 ++
 ...tionDefaultImpl.h => WXDarkSchemeDefaultImpl.h} |   7 +-
 .../WXDarkSchemeDefaultImpl.m}                     |  44 ++----
 .../WeexSDK/Sources/Layout/WXComponent+Layout.mm   |   7 +-
 .../WeexSDK/Sources/Manager/WXComponentManager.mm  |  12 ++
 ios/sdk/WeexSDK/Sources/Model/WXComponent.h        |  18 +++
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm       |  71 +++++++++-
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.h      |  32 +++++
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m      | 119 +++++++++++++++-
 .../WeexSDK/Sources/Model/WXSDKInstance_private.h  |   2 +
 ios/sdk/WeexSDK/Sources/Module/WXAnimationModule.m |  46 +++++-
 ios/sdk/WeexSDK/Sources/Module/WXTransition.mm     |  80 +++++++++--
 .../WXDarkSchemeProtocol.h}                        |  46 +++---
 .../WeexSDK/Sources/Protocol/WXDestroyProtocol.h   |  29 ----
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.h        |  20 ++-
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.m        |  37 ++++-
 .../Sources/View/WXComponent+ViewManagement.mm     | 118 +++++++++++++++-
 ios/sdk/WeexSDK/Sources/View/WXRootView.m          |  36 +++++
 ios/sdk/WeexSDK/Sources/WeexSDK.h                  |   1 +
 weex-playground                                    |   2 +-
 28 files changed, 1005 insertions(+), 225 deletions(-)
 copy ios/sdk/WeexSDK/Sources/Handler/{WXNavigationDefaultImpl.h => 
WXDarkSchemeDefaultImpl.h} (75%)
 copy ios/sdk/WeexSDK/Sources/{Bridge/WXPolyfillSet.m => 
Handler/WXDarkSchemeDefaultImpl.m} (60%)
 copy ios/sdk/WeexSDK/Sources/{Debug/WXDebugTool.h => 
Protocol/WXDarkSchemeProtocol.h} (53%)
 delete mode 100644 ios/sdk/WeexSDK/Sources/Protocol/WXDestroyProtocol.h

Reply via email to