axmol/cocos/platform/android
Undume 72ad341d24 Webview opacity and background transparency (#17831)
* Added three new methods for UiWebView. SetOpacityWebView(float), getOpacityWebView(), setBackgroundTransparent() in IOS

* Implemented methods for UiWebView. SetOpacityWebView(float), getOpacityWebView(). They only work using android sdk +11.

* New methods not implemented for Tizen.

* Added new button for testing the opacity in the cocos2d-x test application.

* Added setBackgroundTransparent to android, and his UI-Test.

* Added setBackgroundTransparent to android, and his UI-Test.

* Added keyword const to the getters.

* Android sdk reflection. +11sdk for chaging the opacity.

* Reflection used for the webview.setLayerType, webview.setAlpha, webview.getAlpha

* Unified exceptions.
2017-06-07 16:12:32 +08:00
..
ControllerManualAdapter use api level 13 (#16538) 2016-09-07 14:50:03 +08:00
java Webview opacity and background transparency (#17831) 2017-06-07 16:12:32 +08:00
jni Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
libcocos2dx fix gradle setting (#17896) 2017-06-05 11:35:48 +08:00
libcocos2dx-with-controller update gradle version and build tool version (#17496) 2017-03-14 18:13:47 +08:00
Android.mk Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCApplication-android.cpp Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCApplication-android.h Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCCommon-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDevice-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCEnhanceAPI-android.cpp fixes issue #15566 2016-07-12 19:03:53 -07:00
CCEnhanceAPI-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCFileUtils-android.cpp Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCFileUtils-android.h Fixed FileUtils::getFileSize() on android platform (#17632) 2017-04-10 10:16:21 +08:00
CCGL-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLViewImpl-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLViewImpl-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformDefine-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCStdC-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
javaactivity-android.cpp fixed #17685: [android] Audio in game couldn't be mute while a ring or a call is coming (#17686) 2017-04-13 10:44:08 +08:00