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 2018/03/29 06:24:07 UTC

[GitHub] incubator-weex pull request #1091: [Android] Module invoke authentication

GitHub user misakuo opened a pull request:

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

    [Android] Module invoke authentication

    

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

    $ git pull https://github.com/misakuo/incubator-weex feature-module-invoke-auth

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

    https://github.com/apache/incubator-weex/pull/1091.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 #1091
    
----
commit c0a98560cf88b09c36a8f5918cf562573ee2fa19
Author: misakuo <mi...@...>
Date:   2018-03-26T09:34:05Z

    *[android] add access restriction to module invoke

commit 464b830c9156cf4fcc942428e97b98d2c24d6978
Author: misakuo <mi...@...>
Date:   2018-03-27T02:21:28Z

    *[android] set bundle url

commit 7113757e4b2b7b9c5d28ae9dc71b9a97329a85d0
Author: misakuo <mi...@...>
Date:   2018-03-27T02:59:52Z

    *[android] allow access module class

commit ef637b922f8e7f2409260f9c1583201659470278
Author: misakuo <mi...@...>
Date:   2018-03-27T03:17:55Z

    *[android] made method static

commit 4f0c0d439b708d9b0368df0f9b4d0437869cc681
Author: misakuo <mi...@...>
Date:   2018-03-27T03:41:41Z

    Merge remote-tracking branch 'remotes/apache/master' into feature-module-invoke-auth

commit b673ff34aa1dbe01c2d23021e57fea089f4b1fa0
Author: misakuo <mi...@...>
Date:   2018-03-27T09:38:44Z

    *[android] default access restriction

commit ef9c005685d1a0bf50e29dd749e1bdc07545722b
Author: misakuo <mi...@...>
Date:   2018-03-27T09:53:31Z

    Merge remote-tracking branch 'remotes/apache/master' into feature-module-invoke-auth
    
    # Conflicts:
    #	android/sdk/src/main/java/com/taobao/weex/bridge/WXBridgeManager.java

commit 85956108cfefea318ccf71004bbd0d64dbc3f51b
Author: misakuo <mi...@...>
Date:   2018-03-27T09:54:03Z

    Merge remote-tracking branch 'remotes/apache/master' into feature-module-invoke-auth
    
    # Conflicts:
    #	android/sdk/src/main/java/com/taobao/weex/bridge/WXBridgeManager.java

commit 2809fd23d841150c5f0eb333b4544c2686188fdf
Author: misakuo <mi...@...>
Date:   2018-03-27T09:59:42Z

    *[android] adaptive

commit e1eb47ac9c4bec8bf83e5cf634a55046b4c62164
Author: misakuo <mi...@...>
Date:   2018-03-29T06:14:27Z

    *[android] trust dotwe.org

----


---

[GitHub] incubator-weex issue #1091: [Android] Module invoke authentication

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

    https://github.com/apache/incubator-weex/pull/1091
  
    
    <!--
      5 failure:  Code file android..., Code file android..., Code file android..., Code file android..., Code file android...
      1 warning:  No Changelog chan...
      1 messages
      
    -->
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Fails</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:no_entry_sign:</td>
          <td>Code file android/playground/app/src/main/java/com/alibaba/weex/extend/module/GeolocationModule.java has cn source code.</td>
        </tr>
      
    <tr>
          <td>:no_entry_sign:</td>
          <td>Code file android/playground/app/src/main/java/com/alibaba/weex/extend/module/WXTitleBar.java does not have the copyright header.</td>
        </tr>
      
    <tr>
          <td>:no_entry_sign:</td>
          <td>Code file android/playground/app/src/main/java/com/alibaba/weex/extend/module/WXWsonTestModule.java does not have the copyright header.</td>
        </tr>
      
    <tr>
          <td>:no_entry_sign:</td>
          <td>Code file android/playground/app/src/main/java/com/alibaba/weex/extend/adapter/DefaultModuleInvokeGateway.java does not have the copyright header.</td>
        </tr>
      
    <tr>
          <td>:no_entry_sign:</td>
          <td>Code file android/playground/app/src/main/java/com/alibaba/weex/extend/module/PrivateModule.java does not have the copyright header.</td>
        </tr>
      </tbody>
    </table>
    
    
    <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>
      </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>



---

[GitHub] incubator-weex pull request #1091: [Android] Module invoke authentication

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

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


---