Coder Social home page Coder Social logo

jsb-adapter's Introduction

LICENSING AGREEMENT

Xiamen Yaji Software Co., Ltd., (the “Licensor”) grants the user (the “Licensee”) non-exclusive and non-transferable rights to use the software according to the following conditions:

  1. a. The Licensee shall pay royalties to the Licensor, and the amount of those royalties and the payment method are subject to separate negotiations between the parties.
  2. b. The software is licensed for use rather than sold, and the Licensor reserves all rights over the software that are not expressly granted (whether by implication, reservation or prohibition).
  3. c. The open source codes contained in the software are subject to the MIT Open Source Licensing Agreement (see the attached for the details);
  4. d. The Licensee acknowledges and consents to the possibility that errors may occur during the operation of the software for one or more technical reasons, and the Licensee shall take precautions and prepare remedies for such events. In such circumstance, the Licensor shall provide software patches or updates according to the agreement between the two parties. The Licensor will not assume any liability beyond the explicit wording of this Licensing Agreement.
  5. e. Where the Licensor must assume liability for the software according to relevant laws, the Licensor’s entire liability is limited to the annual royalty payable by the Licensee.
  6. f. The Licensor owns the portions listed in the root directory and subdirectory (if any) in the software and enjoys the intellectual property rights over those portions. As for the portions owned by the Licensor, the Licensee shall not:
    • i. Bypass or avoid any relevant technical protection measures in the products or services;
    • ii. Release the source codes to any other parties;
    • iii. Disassemble, decompile, decipher, attack, emulate, exploit or reverse-engineer these portion of code;
    • iv. Apply it to any third-party products or services without Licensor’s permission;
    • v. Publish, copy, rent, lease, sell, export, import, distribute or lend any products containing these portions of code;
    • vi. Allow others to use any services relevant to the technology of these codes;
    • vii. Conduct any other act beyond the scope of this Licensing Agreement.
  7. g. This Licensing Agreement terminates immediately if the Licensee breaches this Agreement. The Licensor may claim compensation from the Licensee where the Licensee’s breach causes any damage to the Licensor.
  8. h. The laws of the People's Republic of China apply to this Licensing Agreement.
  9. i. This Agreement is made in both Chinese and English, and the Chinese version shall prevail the event of conflict.

jsb-adapter's People

Contributors

2youyou2 avatar caogtaa avatar caryliu1999 avatar cocos-robot avatar colincollins avatar drelaptop avatar jareguo avatar knoxhuang avatar marssssssss avatar minggo avatar pandamicro avatar patricejiang avatar potato47 avatar pppro avatar santywang avatar sunnylanwanjun avatar w-mtzing avatar wdzhangchukong avatar wuzhiming avatar xianyinchen avatar yongminghuang avatar zhakesi avatar zxx43 avatar zzy9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jsb-adapter's Issues

原生平台的安全区域可能会导致黑屏的问题

this.updateArea();

image

在原生平台上,this.updateArea() 里面会持有 this.node ,但是这里的监听中,却是延迟了 200 ms 才调用 this.updateArea

这样子,如果应用旋转屏幕后,立即切换场景之类,那么 safearea 里面引用的 this.node 就会被销毁并变成 null,在 200ms 之后调用了 updateArea ,此时就会导致一直闪屏/黑屏等问题

image

问题根源在于为什么需要 setTimeout 200 ms 呢?

job-cache-manager将绝对路径写入cacheList有bug,iOS沙盒路径会变

iOS下app每次启动沙盒Documents目录路径是会变的,现在代码里将资源的绝对路径写入缓存cacheList.json文件,是有问题的,下次再启动app会因为路径变了,加载图片失败。应该只存相对路径,沙盒路径实时获取再拼接绝对路径。
是没人用网络图片么,这么严重的bug,没发现?!!!!
屏幕快照 2020-08-27 下午12 36 46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.