Version: 20090728-ANDROID-3312276cc1406347 ------------------------------------------- * Removed the need for the READ_PHONE_STATE permission (if your application does not need it you can delete it from AndroidManifest.xml during upgrade) * Changed the AdView.AdListener interface - Deprecated onNewAd() and replaced it with onReceiveAd(AdView) which behaves exactly the same but notifies you of the view which received the new ad - Added onFailedToReceiveAd(AdView) which is called when an ad is unavailable (e.g. no network connection, no fill) * Lunar Lander sample includes an obfuscation build step to produce a smaller .apk * Added an animation on clicks to give feedback to the user that action is being taken * AdView layout better optimized for performance * Clicks follow 302 redirects before opening the browser * Fixed bug where when the visibility of an AdView was set to View.GONE exactly when a new ad came in it could cause the application to Force Close * Fixed bug where ads in a ListView get loaded but do not display when they are not visible onscreen. Version: 20090331-ANDROID-cc0d740c1b8c3da5 (Re-released May 4, 2009 with updated sample configuration) ------------------------------------------------------------------------------------------------------- * Updated Lunar Lander sample project settings to work with Android SDK 1.5 and the Eclipse plug-in 0.9 Version: 20090331-ANDROID-cc0d740c1b8c3da5 ------------------------------------------- * Test mode to help verify SDK integration * Minor documentation and logging clarifications * Include Eclipse files with Lunar Lander sample * Fixed bug in the visual layout editor (no longer shows "NullPointerException: null" when an ad is on the screen) * Fixed bug so AdView.requestFreshAd() works after an ad does not fill * Fixed bug to turn GPS off after obtaining user's location (used to stay on until the GPS was manually turned off or the phone restarted) * Fixed bug where an AdView with visibility GONE would come back if automatically refreshing ads Version: 20081201-ANDROID-924bc8a810aed766 ------------------------------------------- * Initial release