axmol/tests/js-tests/project/proj.android
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
..
jni Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
res Add js-tests 2015-04-16 18:07:35 +08:00
src/org/cocos2dx/js_tests improve the test case 2015-08-04 11:30:55 +08:00
.classpath Add js-tests 2015-04-16 18:07:35 +08:00
.project Add js-tests 2015-04-16 18:07:35 +08:00
AndroidManifest.xml Merged changes from "Vibrate support in v4" into v3 branch. 2015-06-26 01:02:44 +02:00
ant.properties Add js-tests 2015-04-16 18:07:35 +08:00
build-cfg.json modify android res copy 2015-06-15 09:55:10 +08:00
build.xml Add js-tests 2015-04-16 18:07:35 +08:00
ndkgdb.sh Add js-tests 2015-04-16 18:07:35 +08:00
proguard-project.txt Add js-tests 2015-04-16 18:07:35 +08:00
project.properties change to use api 19 (#16248) 2016-07-29 13:57:01 +08:00