axmol/templates/cpp-template-default/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
..
.externalToolBuilders Disable the CDT builder of cpp-template-defualt 2015-04-08 16:29:10 +08:00
.settings update cpp-default-template for android *Eclipse* 2014-05-08 11:20:25 +08:00
jni Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
res issue #4674: Re-added deleted source files. 2014-05-04 14:37:55 +08:00
src/org/cocos2dx/cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
.classpath Fixed can't run new CPP project on android by Eclipse 2015-01-09 15:01:08 +08:00
.cproject debug mode by default 2014-05-20 13:00:21 +04:00
.project Disable the CDT builder of cpp-template-defualt 2015-04-08 16:29:10 +08:00
AndroidManifest.xml Squashed commit of the following: 2016-03-02 16:51:54 -08:00
ant.properties Removes unused templates. 2014-03-04 09:46:32 +08:00
build-cfg.json Modify the config file in template for the folder rename. 2014-09-15 13:56:15 +08:00
build.xml Removes unused templates. 2014-03-04 09:46:32 +08:00
proguard-project.txt Removes unused templates. 2014-03-04 09:46:32 +08:00
project.properties change to use api 19 (#16248) 2016-07-29 13:57:01 +08:00