changelog 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Android
  2. ---
  3. 909e664 Updating JS for Android
  4. a308100 Prep for 2.7.0 final
  5. fea8c5d Merge branch '2.7.x' of https://git-wip-us.apache.org/repos/asf/cordova-android into 2.7.x
  6. a890c81 This should be 2.7.0rc1
  7. 665c1bd [CB-3226] Fix: plugins can intercept urls with "?", "#", "%20"(cherry picked from commit 53982272d694b0bcc2093e8374b3a6fdd64b97fa)
  8. b22990c cordova-js wasn't properly auto-incremented either
  9. 832998b 2.7.0rc1 prep
  10. c798d13 Update JS snapshot for 2.7.0
  11. bf3e024 [CB-3066] Fire onNativeReady from JS, as bridge is available immediately
  12. 191f31b [CB-2432] Don't try and write exif info for images from picasa
  13. d3b7903 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android
  14. 99e7d1e Merge branches 'sunshine' and 'master'
  15. b13166f [CB-2432] Fix Camera.getPicture() for picasa images
  16. 80fe445 Use FileHelper in IceCreamCordovaWebViewClient.
  17. 791574c Make URL parsing more robust in FileHelper.
  18. ac61ebf Merge branch 'master' of github.com:SunshineTech/cordova-android into sunshine
  19. cb99ed0 Fixing URL transformation algorithm
  20. 4864d52 [CB-2202] Remove Plugin.java (was deprecated).
  21. b2d6167 [CB-2963] Re-enable sending messages in batches.
  22. 383b3da [CB-3024] expanded help string for cl create script
  23. c65c259 CB-2200: Remove deprecated Android device.name
  24. e7e2730 Fixing CB-2955, breaking CB-2085, use localStorage, NOT WebSQL
  25. bb9615e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android
  26. 18877bf Adding additional condition that the phone must be made by HTC for the setNavDump to be set to true to try and work around CB-2907, if it's still a problem on HTC devices running Android 2.2, that's just the luck of the draw.
  27. 778b784 [CB-2908] Fix the DroidGap activity Lifecycle broken issue
  28. 5ff900f Fixup for CB-2654.
  29. ba31424 Keep the splashscreen image ratio instead of streatching it. An ImageView is used to be able to use ScaleType.CENTER_CROP, which is similar to the background-size:cover CSS property
  30. 1782111 [CB-2654] Delay executeScript/insertCSS callback until resources have loaded; pass JS results to callback
  31. 1fa6330 [CB-2666] Added check for null arguments.
  32. b42c918 Prep for 2.6.0 final
  33. f12262e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-android
  34. 334cf45 Fixing CB-1700, we had the file names reversed, so exif was never being written right. Needed to upload a file to debug this thing
  35. b7bb722 CB-1796: Let's make sure we actually write the file instead of just writing EXIF to NOTHING
  36. 64ff204 Updating JS
  37. 282367c [CB-1517] Properly report download progress for GZIP-encoded resources
  38. 36c33a5 CB-1944: Better error messages for Create script
  39. 5ee7e81 [CB-51] Added httpMethod for upload (defaults to POST)
  40. f485944 Fixed protocol regex bug. Unknown protocol support Added whitelist support for unknown protocols
  41. 2bf6509 Modify Issue CB-2273.