axmol/cocos/platform
hellobody 92e713bb1c fix to problem with updating APK in Google Play keeping old OBB (#17689)
* fix to problem with updating APK in Google Play keeping OBB from previous version

This patch fixes the problem when we are unable to keep OBB from previous version when we are uploading new .apk to Google Play.
It was discussed here:
http://discuss.cocos2d-x.org/t/problem-with-updating-apk-in-google-play-keeping-obb-from-previous-version-because-versioncode-changes/36039

* check for null pointer added

Found an issue which could lead to a crash because of null pointer exception.
If pathToOBB doesn't exist then File.list will return null which will cause fileNames array be null.
Now it is fixed.
2017-05-26 09:37:29 +08:00
..
android fix to problem with updating APK in Google Play keeping old OBB (#17689) 2017-05-26 09:37:29 +08:00
apple Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
desktop 17357: Better encapsulate the definition of mouse buttons (#17358) 2017-03-02 13:39:33 +08:00
ios make fps stable on iOS (#17852) 2017-05-23 08:46:13 +08:00
linux Fix can't open URLs that have '&' character. (#17633) 2017-04-10 10:15:29 +08:00
mac Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
tizen Sensor timestamp fix, tizen uses micro-seconds as timestamp unit. (#17629) 2017-04-01 17:20:48 +08:00
win8.1-universal Fixed variable order in initializer lists (#17274) 2017-02-04 10:33:58 +08:00
win32 [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
winrt [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
CCApplication.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCApplicationProtocol.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCCommon.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDevice.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCFileUtils.cpp [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
CCFileUtils.h Adding additional async functions to FileUtils (#17634) 2017-04-19 09:14:06 +08:00
CCGL.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLView.cpp LayerRadialGradient works on mac and iOS (#17826) 2017-05-22 13:42:00 +08:00
CCGLView.h LayerRadialGradient works on mac and iOS (#17826) 2017-05-22 13:42:00 +08:00
CCImage.cpp Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
CCImage.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformConfig.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformDefine.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformMacros.h Moved CC_SYNTHESIZE and CC_PROPERTY macros onto a single line (#17765) 2017-05-03 10:12:31 +08:00
CCSAXParser.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCSAXParser.h Fix implicit conversion warning (#16598) 2016-09-26 14:49:47 +08:00
CCStdC.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCThread.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCThread.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CMakeLists.txt Adds libmd5-rfc third-party library for calculating MD5 since the functions in <openssl/md5.h> aren’t exported in win10, plus <openssl/md5.h> seems to be private header. (#17625) 2017-04-01 11:43:17 +08:00