axmol/tests/js-tests
Greg Rynkowski 14b8fc0a71 Remove AppDelegate memory leak in Android projects (#16333)
* Remove AppDelegate memory leak from Android projects

AppDelegate object and all its members are never released.
As a solution I propose to use static unique_ptr that could destroy it
at the end of the application.

Issue:
https://github.com/cocos2d/cocos2d-x/issues/14110

* Correct code style in Android main.cpp files

- removed redundant headers (reduced dependencies)
- removed redundant code
- corrected code style
2016-08-08 10:53:04 +08:00
..
project Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
resjs Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
src Upgrades to Spine v3.4 (#16242) 2016-07-28 07:25:50 -07:00
.cocos-project.json Add copy resources config of js-tests for web platform. 2015-08-10 12:00:53 +08:00
TestCase.html Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
index.html Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
main.js Fix style issue in html page 2016-06-28 21:59:37 +08:00
mobilePage.html Add js test case for fix, improve template 2015-12-03 16:55:15 +08:00
project.json Remove cocos studio tests in JS-tests 2016-06-24 13:50:24 +08:00
style.css Improve web template and update web ref 2016-07-06 13:54:55 +08:00