axmol/templates/js-template-default
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
..
frameworks/runtime-src Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
res Support new portrait project from js templates. 2015-07-20 09:58:40 +08:00
src Support new portrait project from js templates. 2015-07-20 09:58:40 +08:00
CMakeLists.txt copy script 2016-07-28 10:40:08 +08:00
cocos-project-template.json Solve the error in templates. 2015-09-09 16:08:15 +08:00
index.html Fix browserVersion detection 2016-07-14 08:24:12 +02:00
main.js Fix some typos in comments and strings (#16290) 2016-08-02 15:29:23 +08:00
manifest.webapp Add js template. 2015-04-15 17:49:33 +08:00
project.json Improve js templates with noCache and cc.view.setRealPixelResolution docs 2015-11-01 18:33:05 +08:00