/[projects]/android/admob/Changelog.txt
ViewVC logotype

Contents of /android/admob/Changelog.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 337 - (show annotations) (download)
Wed Sep 23 12:54:05 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/plain
File size: 2174 byte(s)
import admob library
1
2 Version: 20090728-ANDROID-3312276cc1406347
3 -------------------------------------------
4 * 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)
5 * Changed the AdView.AdListener interface
6 - Deprecated onNewAd() and replaced it with onReceiveAd(AdView) which behaves exactly the same but notifies you of the view which received the new ad
7 - Added onFailedToReceiveAd(AdView) which is called when an ad is unavailable (e.g. no network connection, no fill)
8 * Lunar Lander sample includes an obfuscation build step to produce a smaller .apk
9 * Added an animation on clicks to give feedback to the user that action is being taken
10 * AdView layout better optimized for performance
11 * Clicks follow 302 redirects before opening the browser
12 * 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
13 * Fixed bug where ads in a ListView get loaded but do not display when they are not visible onscreen.
14
15 Version: 20090331-ANDROID-cc0d740c1b8c3da5 (Re-released May 4, 2009 with updated sample configuration)
16 -------------------------------------------------------------------------------------------------------
17 * Updated Lunar Lander sample project settings to work with Android SDK 1.5 and the Eclipse plug-in 0.9
18
19 Version: 20090331-ANDROID-cc0d740c1b8c3da5
20 -------------------------------------------
21 * Test mode to help verify SDK integration
22 * Minor documentation and logging clarifications
23 * Include Eclipse files with Lunar Lander sample
24 * Fixed bug in the visual layout editor (no longer shows "NullPointerException: null" when an ad is on the screen)
25 * Fixed bug so AdView.requestFreshAd() works after an ad does not fill
26 * 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)
27 * Fixed bug where an AdView with visibility GONE would come back if automatically refreshing ads
28
29 Version: 20081201-ANDROID-924bc8a810aed766
30 -------------------------------------------
31 * Initial release

  ViewVC Help
Powered by ViewVC 1.1.20