summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-24Merge "Fix for crash in PathBarLayer::recomputeComponents"tools_r9tools_r8froyo-plus-aospJean-Baptiste Queru
2010-11-24Fix for crash in PathBarLayer::recomputeComponentsWang Kun
The crash is triggered by our stability test suite. Adding a test for null on the component to follow the pattern from elsewhere in the class. java.lang.NullPointerException atcom.cooliris.media.PathBarLayer.recomputeComponents(PathBarLayer.java:255) atcom.cooliris.media.PathBarLayer.pushLabel(PathBarLayer.java:27) atcom.cooliris.media.GridLayer.setState(GridLayer.java:316) atcom.cooliris.media.GridInputProcessor.setCurrentSelectedSlot(GridInputProcessor.java:113) atcom.cooliris.media.GridLayer.setSingleImage(GridLayer.java:1492) atcom.cooliris.media.Gallery$1.run(Gallery.java:194) Change-Id: I0c088de34026e0be039e76e0a6107eac093a313e
2010-11-22Merge "Gallery3D: Remove unnecessary variables"Jack Palevich
2010-11-22Gallery3D: Remove unnecessary variablesRodrigo Obregon
This patch removes the variables isTouchPressed and isBarDragged introduced in the patch "Gallery3D: Add depth component to icon animation". This variables are no longer used in the current version of the patch. Change-Id: I5c35d1f7e39b45ea13cff4a430ca35e668cef53c Signed-off-by: Rodrigo Obregon <robregon@ti.com>
2010-11-22Merge "Gallery3D: Add depth component to icon animation"Jack Palevich
2010-11-22Gallery3D: Add depth component to icon animationRodrigo Obregon
When the Gallery application positions the thumbnails in a GridView, they are placed in the same z-plane. When a configuration change occurs the icons present a z-fighting visual artifact. This patch adds a z component to the thumbnails when they are animated as to mitigate this effect. This is specially noticeable in a GPU architecture using deferred rendering. Change-Id: Icc9bb782b420697f282ed2b10a699b36d09c7abf Signed-off-by: Rodrigo Obregon <robregon@ti.com>
2010-11-19Merge "Revert "Gallery3D: Add depth component to icon animation""Jack Palevich
2010-11-19Revert "Gallery3D: Add depth component to icon animation"Jack Palevich
This reverts commit f3a57d42104c5df77624d38813747b1279525d50.
2010-11-19Merge "Gallery3D: Add depth component to icon animation"Jack Palevich
2010-11-18Gallery3D: Add depth component to icon animationRodrigo Obregon
When the Gallery application positions the thumbnails in a GridView, they are placed in the same z-plane. When a configuration change occurs the icons present a z-fighting visual artifact. This patch adds a z component to the thumbnails when they are animated as to mitigate this effect. This is specially noticeable in a GPU architecture using deferred rendering. Change-Id: If78232058b71d482cde0dbb55a038ded9fdbdf76 Signed-off-by: Rodrigo Obregon <robregon@ti.com>
2010-08-20Tilt code now handles displays with a default landscape orientation.android-sdk-tools_r7android-adt-0.9.9android-adt-0.9.8tools_r7Jack Palevich
Based on Id7baafa7465aba938a4fec1f165ef6fe9d8af8e1 Bug: 2937359 Change-Id: I6ceb5763edd837f08239b88ad947e24801fbb537
2010-07-20Merge "Fix for issue 8543"Jean-Baptiste Queru
2010-07-01When saving http uri locally download directory may not existEric Wijngaard
Change-Id: I31cfbea0b1bc6ff73cf4a0f57fa6f92d2a6ba16f
2010-06-25Fix for issue 8543Eric Wijngaard
The database operation can fail when target is an URI to a content provider that is not the default Media provider. In this case item is NULL and cannot be assigned an id Change-Id: Id912fb7b934964701c0a5518fe8951c3b6bc0a95
2010-06-24am 75ffaf55: Fix 2793762 by disabling debuggable flag.Wei-Ta Chen
Merge commit '75ffaf55d1944d7742623dc57fcd611b8bb983d7' into froyo-plus-aosp * commit '75ffaf55d1944d7742623dc57fcd611b8bb983d7': Fix 2793762 by disabling debuggable flag.
2010-06-24Fix 2793762 by disabling debuggable flag.android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1Wei-Ta Chen
The flag was enabled in AndroidManifest.xml and might cause to a security problem. The change disables the flag. Bug: 2793762 Change-Id: I1f629c305839e9904bc88a7da4582813224d3a56
2010-06-21am d0917eb6: Import revised translationsKenny Root
Merge commit 'd0917eb6cea07c5c9ecd28f242bb709c7dcc036a' into froyo-plus-aosp * commit 'd0917eb6cea07c5c9ecd28f242bb709c7dcc036a': Import revised translations
2010-06-20Import revised translationsKenny Root
Change-Id: Id4fd7ad1d122b7922c60fb1bdac888a5da30d3b0
2010-06-09am 971e5479: Import revised translationsKenny Root
Merge commit '971e5479f18f72d97589be3ccadd7dc2ee52e540' into froyo-plus-aosp * commit '971e5479f18f72d97589be3ccadd7dc2ee52e540': Import revised translations
2010-06-09Import revised translationsKenny Root
Change-Id: I17e5e3c2d9a9b9374e7d60546b78ad4083f32b5b
2010-06-02merge from open-source masterThe Android Open Source Project
Change-Id: I55629ed18a136743f7b98c5e79538aca28496cc3
2010-05-22Replaced deprecated API with new WallpaperManagerChristian Mehlmauer
Change-Id: I971da2c0fd1bb4671320f2894c3c0d43c2de90fe
2010-05-17Import revised translationsKenny Root
Change-Id: Ia18f82b6fea335f99bce302743c5d5df1292b1a0
2010-05-13Add Apache License headers to source codes.Wei-Ta Chen
Bug: 2680376 Change-Id: Ie12dc00061b62a054cabe67e03aa81bed9df3351
2010-05-03b/2483367 Moving OneTimeInitializer to vendor/googleandroid-sdk-tools_r6android-sdk-2.2_r1Michael Chan
See ee510dbe764abbc7bf74c0bb214f4c9a09b87fe8 Change-Id: I3f12ed3276dabfefcd078c78a17304a151cc4214
2010-04-29Merge "Import revised translations" into froyoKenny Root
2010-04-29Import revised translationsKenny Root
Change-Id: Ic1b7679dd9bf5012e1c03274182f6e8ad9408165
2010-04-29Do not require the RECEIVE_BOOT_COMPLETED permission for BootReceiver.Chih-Chung Chang
Bug: 2639253 Change-Id: Ic5960204f869166d707ddcb50e77f3f869a22ec0
2010-04-28Merge "Fix 2632547 by not duplicating setting the same listerner to the ↵Wei-Ta Chen
accelerometer sensor." into froyo
2010-04-28Merge "Fix 2631228 by letting the main thread send repeated intterrupts to ↵Wei-Ta Chen
threads in MediaFeed, so that the main thread is not blocked by joining to those threads." into froyo
2010-04-28Fix 2631228 by letting the main thread send repeated intterrupts to threads ↵Wei-Ta Chen
in MediaFeed, so that the main thread is not blocked by joining to those threads. Bug: 2631228 Change-Id: I22b27e69c2e947b25f78d79e9eb271ca2bc763c2
2010-04-28Fix 2632547 by not duplicating setting the same listerner to the ↵Wei-Ta Chen
accelerometer sensor. Bug: 2632547 Change-Id: Iac4fe95cba3f0e202a00fd1498e834f71e5391ff
2010-04-27Import revised translationsKenny Root
Change-Id: I987122a04938d9ad14c5d331f6743ebc46ee3142
2010-04-26Lower the priority of the rendering thread to give other threads more CPU.Chih-Chung Chang
Bug: 2557840 Change-Id: I9bce1e226afde8d112a26fbc540e900f877cae63
2010-04-26Make fs writable check faster.Chih-Chung Chang
Bug: 2557840 Change-Id: I0ce07d4faa6490c0e24216b48923a6482f2f9884
2010-04-22Change the dirty condition to remove unnecessary redrawing.Chih-Chung Chang
Bug: 2557840 Change-Id: Ifb3860f17c84be3be94e84824f062f220a70edf0
2010-04-21Second try: Use image thumbnails generated in MediaProviderChih-Chung Chang
instead of generating it locally. Change-Id: I19f525076a63ccd3d0bc1aeca41c8a68d203099c
2010-04-21Revert "Use image thumbnails generated in MediaProvider instead of generating"Chih-Chung Chang
This reverts commit 97d4e6511eb82c75c0ecfde9b1f86bf27e4263ef.
2010-04-20Merge "Use image thumbnails generated in MediaProvider instead of generating ↵Chih-Chung Chang
it locally." into froyo
2010-04-20Fix 2607112 by checking if mPicasaHandler is null before removing messages ↵Wei-Ta Chen
from it. Bug: 2607112 Change-Id: I76aa64515deb2461bd6b946f3f1d3c9b6d24534e
2010-04-19Use image thumbnails generated in MediaProvider instead of generatingChih-Chung Chang
it locally. The video thumbnails we used were already from MediaProvider. This change makes image thumbnails come from MediaProvider as well. This saves 2~3 seconds for entering from Camera to Gallery on Sapphire. Bug: 2557840 Change-Id: I847f8ae0e7934fc23a2870203c27d38ad452dd7f
2010-04-15Move picasa operation to another thread.Owen Lin
Bug: 2571064 Change-Id: I46196dcab3a45d3a7dacd23ae9cdcdc0ed48f93e
2010-04-09Remove redundant call to PicasaApi.getAccounts(), it's called againChih-Chung Chang
in PicasaService.requestSync(). Bug: 2557840 Change-Id: I8a584a16c6cac9df67c98e0de1de637a68fa250e
2010-04-09Fix the orientation of portrait pictures in docking slideshow.Chih-Chung Chang
Bug: 2574175 Change-Id: I74e6a13640adf748a20ba4b5ad78a8cd857df08c
2010-04-08Add missing permissions which should be added in the last change.Chih-Chung Chang
Bug: 2535627 Change-Id: I0c062aaa6bed76984221cb3ff35f5b259b406eb2
2010-04-08Update gallery shortcut.Chih-Chung Chang
Bug: 2535627 Change-Id: Ie30857748d8aa0d79254bf79ffd8de2f886b1683
2010-04-07Merge "Replace warning to TODO comment to avoid log spam." into froyoRay Chen
2010-04-07Fix 2570420 by restoring the slot states of a media feed before reloading a ↵Wei-Ta Chen
media feed in onResume(). Bug: 2570420 Change-Id: I72fcb89cb44da28729ea14d8edb282b281f6e89b
2010-04-07Merge "Fix for #2543111 where wrong image was being shared" into froyoWei-Ta Chen
2010-04-06Merge "Fix 2566769 by updating the entry of a cropped image in the images ↵Wei-Ta Chen
table with its file size." into froyo