Changelog Android
From InMobi Wiki
InMobi Android SDK a350 - Changelog
16-July-2012: SDK a350 (Build 3.5.3) released
- Support for Kindle Fire added.
11-May-2012: SDK a350 (Build 3.5.2) released
- Prefixed
im_to all asset files to avoid collision. - Minor changes to the obfuscation done using ProGuard.
24-Apr-2012: SDK a350 (Build 3.5.1) released
- Fixed minor issues occurring while refreshing an expanded ad.
- Obfuscated code using ProGuard.
11-Apr-2012: SDK a350 released
30-Mar-2012: SDK a350 Beta (Build 3.5.0) released
- Introduced an
onLeaveApplicationcallback forIMAdListernerandIMAdInterstitialListener. - Fixed the issue of Google Play (Android Market) URL opening in the embedded browser.
- Fixed the crash related to ad refresh in some of the older versions of Android (2.1 and earlier).
- Improved expanded ad orientation and alignment.
API Changes
New APIs
IMAdListener
public void onLeaveApplication(IMAdView adView);
IMAdInterstitialListener
public void onLeaveApplication(IMAdInterstitial adInterstitial);
IMAdRequest
public enum IMIDType {
ID_LOGIN, ID_SESSION
}
public void addIDType(IMIDType idtype, String value)
public String getIDType(IMIDType idtype)
public void removeIDType(IMIDType idtype)
public void setLocationWithCityStateCountry(String city, String state, String country)
public String getLocationWithCityStateCountry()
public static int ID_DEVICE_NONE = 1;
public static int ID_DEVICE_ODIN_1 = 2;
public void setDeviceIDMask(int mask)
Removed APIs
IMAdRequest
public void setUDIDHashingAllowed(boolean isUDIDHashAllowed)
public boolean isUDIDHashingAllowed()
16-Sep-2011: SDK a300 (Build 3.0.1) released
- Displaying better descriptive error messages when using
logcat.