summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/picasasource
Commit message (Collapse)AuthorAgeFilesLines
* Revert "New loading model"John Reck2013-03-211-6/+2
| | | | Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
* Exif parser modifications.Ruben Brunk2013-03-131-3/+0
| | | | | Bug: 8018327 Change-Id: I66a2ec309f9807ac255bbf29d8f5f26de60e89b8
* New loading modelJohn Reck2013-01-161-2/+6
| | | | | | | | | | | | | Rename reload() to loadIfDirty() loadIfDirty is implemented by MediaSet and is final loadIfDirty is now blocking instead of async Subclasses must implement two protected methods, isDirtyLocked() and load() The change from async reload() to sync loadIfDirty() should be fine since all users of reload() were doing so from a background thread already, and the longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
* Save EXIF info to cropped picasa image with the new EXIF lib.Earl Ou2012-08-311-2/+2
| | | | | Bug:5248023 Change-Id: I35f401826f4fa586e9899e3ca5f5f9b9ab39b28e
* Support querying account and picasa id of a picasa image.Owen Lin2011-12-141-0/+8
| | | | | Change-Id: I7d24fb70b0a8a01c5d0fbdb6205c25d74d1996a6 fix: 5482269
* Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is enabled/disabled)Chih-Chung Chang2011-11-301-0/+2
| | | | Change-Id: Ia994264fb2c11fbc971840c8a103bbe9fa6ee7f7
* Show a dialog to require updating PlusOne.Owen Lin2011-11-241-5/+10
| | | | | Change-Id: I1ff4f5eca90ade49b0785324b9319ef0b7d751ca fix: 5608342
* Fix 5481444 Face clustering should use PWA profile shot instead of random photoRay Chen2011-11-111-0/+5
| | | | Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-061-0/+3
| | | | | | | This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which causes empty screen after pause/resume. Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
* Copy exif data for cropped image.Owen Lin2011-09-071-0/+3
| | | | | | fix: 5248023 Change-Id: I2f59bfd96ca7533195f7019cc76080579dff8d1e
* Initial code for Gallery2.Owen Lin2011-08-181-0/+125
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c