[GitHub] incubator-weex pull request #782: + [android] support style:direction with r...

2017-11-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/782


---


[GitHub] incubator-weex pull request #782: + [android] support style:direction with r...

2017-10-10 Thread misakuo
GitHub user misakuo opened a pull request:

https://github.com/apache/incubator-weex/pull/782

+ [android] support style:direction with rtl on android

`style="direction:rtl ..."` will force layout text right to left 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/misakuo/incubator-weex 
android-feature-text-rtl

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/782.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #782


commit 8e41fb37b19a2c8ee0f98533a46c5ea7a2e8b2ca
Author: misakuo 
Date:   2017-09-26T07:55:13Z

+ [android] support style:direction rtl

commit c2db749c754790d77c62ee331fc6ae1509d6465c
Author: misakuo 
Date:   2017-10-11T02:09:29Z

Merge remote-tracking branch 'remotes/upstream/release-0.16' into 
android-feature-text-rtl

# Conflicts:
#   android/sdk/src/main/java/com/taobao/weex/dom/WXTextDomObject.java

commit d6fee3a7a1d62acba3d2a76410406f1a4a9e4390
Author: misakuo 
Date:   2017-10-11T02:10:35Z

Merge remote-tracking branch 'remotes/upstream/release-0.16' into 
android-feature-text-rtl

# Conflicts:
#   android/sdk/src/main/java/com/taobao/weex/dom/WXTextDomObject.java




---