You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by misakuo <gi...@git.apache.org> on 2017/10/11 02:13:37 UTC

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

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 <mi...@apache.org>
Date:   2017-09-26T07:55:13Z

    + [android] support style:direction rtl

commit c2db749c754790d77c62ee331fc6ae1509d6465c
Author: misakuo <mi...@apache.org>
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 <mi...@apache.org>
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

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] incubator-weex issue #782: + [android] support style:direction with rtl on a...

Posted by weex-bot <gi...@git.apache.org>.
Github user weex-bot commented on the issue:

    https://github.com/apache/incubator-weex/pull/782
  
    
    <!--
      0 failure: 
      2 warning:  No Changelog chan..., This PR should up...
      1 messages
      
    -->
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Warnings</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:warning:</td>
          <td>No Changelog changes!</td>
        </tr>
      
    <tr>
          <td>:warning:</td>
          <td>This PR should update related documents as well. </td>
        </tr>
      </tbody>
    </table>
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Messages</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:book:</td>
          <td>danger test finished.</td>
        </tr>
      </tbody>
    </table>
    
    
    <p align="right">
      Generated by :no_entry_sign: <a href="http://github.com/danger/danger-js/">dangerJS</a>
    </p>



---