godot/platform/android
volzhs 9d33f51066 Fix possible memory leak for Android
/godot_dev/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java:575: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing  to .getApplicationContext()  [WifiManagerLeak]
            mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "WifiManagerLeak":
   On versions prior to Android N (24), initializing the WifiManager via
   Context#getSystemService can cause a memory leak if the context is not the
   application context. Change context.getSystemService(...) to
   context.getApplicationContext().getSystemService(...).

1 errors, 0 warnings
2017-05-12 14:44:37 +09:00
..
export Fix crash on exit. 2017-04-10 19:51:07 +02:00
globals Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
java Fix possible memory leak for Android 2017-05-12 14:44:37 +09:00
android_native_app_glue.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
android_native_app_glue.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
AndroidManifest.xml.template Several fixes to Android exporter and port. 2017-03-23 20:14:12 -03:00
audio_driver_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_driver_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_driver_opensl.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_driver_opensl.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
build.gradle.template Android: Support to change minSdkVersion (#8313) 2017-04-09 23:35:34 +02:00
cpu-features.c ran cppcheck, found unused variables 2015-09-16 15:35:30 -05:00
cpu-features.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
detect.py Fix crash on Android-x86 2017-04-05 22:18:16 +02:00
dir_access_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dir_access_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dir_access_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dir_access_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
godot_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ifaddrs_android.cpp Minor code formatting in platform/android 2016-07-21 12:07:01 +02:00
ifaddrs_android.h Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
java_class_wrapper.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
java_class_wrapper.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
java_glue.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
java_glue.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_android.cpp Rename [gs]et_pos to [gs]et_position for Controls 2017-04-10 08:27:34 +02:00
os_android.h Rename [gs]et_pos to [gs]et_position for Controls 2017-04-10 08:27:34 +02:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_android.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_android.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Android: avoiding duplicates in build.gradle 2017-04-10 08:34:40 +05:30
sign.sh Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
thread_jandroid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
thread_jandroid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00