summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/gadget
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused handling for intent extras in editor.Ruben Brunk2013-05-281-2/+2
| | | | | Bug: 9170644 Change-Id: I569b16d278d1813f5a96f9e0231ed71ff9e33687
* Fix for blank Gallery widgets on a DB upgradeMangesh Ghiware2013-04-242-88/+172
| | | | | Bug: 8660303 Change-Id: I06910ab0811d5f71ba6849d53ddc03c008fc77ad
* Moving crop to a separate activity. Refactoring.Ruben Brunk2013-04-091-1/+1
| | | | | | Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
* Revert "New loading model"John Reck2013-03-211-1/+1
| | | | Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
* New loading modelJohn Reck2013-01-161-1/+1
| | | | | | | | | | | | | 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
* Add relativePath field into photo widget dbDoris Liu2012-12-142-11/+47
| | | | | | | | | | | Bug: 7481248 The bug is caused by the change of external storage going from JB to JBMR1. In light of this change, a new field has been added to the photo widget app database to store the relative path for the local album. With the relative paths stored, the widget app should be more resilient to future storage path changes. Change-Id: Ia2497b882ae67178fa0632f23e07673b82d3a942
* Removed old crop.Ruben Brunk2012-12-061-8/+8
| | | | | Bug: 7441237 Change-Id: I29801f798a1d1ad3af81a82950edbb8a72ccae82
* Added support for Crop extras. Wallpaper & Widget use editor crop.Ruben Brunk2012-12-061-1/+2
| | | | | | Bug: 7561976 Bug: 7441237 Change-Id: I0d6644171177650568ed911fc63c0c7e104f8d8c
* Code clean up.Ahbong Chang2012-07-303-0/+10
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Use different back algorithm for Gallery's widget after JB.Owen Lin2012-07-051-3/+15
| | | | Change-Id: I1c3c6eea4e5794555a36179b295b15d9dba6de74
* Don't show the shuffle and album widget for old platformsOwen Lin2012-07-053-11/+33
| | | | Change-Id: Ide7074025aefe289bf6c71d623eac5100ab72932
* am 52d51fff: am fc826a5f: Merge "Migrate local-album gallery widgets from ↵Hung-ying Tyan2012-06-262-6/+60
|\ | | | | | | | | | | | | pre-JB." into jb-dev * commit '52d51fff7affd82bc69b025d261ebf19b25728c2': Migrate local-album gallery widgets from pre-JB.
| * Migrate local-album gallery widgets from pre-JB.Hung-ying Tyan2012-06-272-6/+60
| | | | | | | | | | | | | | | | | | The path of external storage is changed to /storage/sdcard0 in JB and the bucket IDs in MediaStore are changed accordinly. The local-album gallery widget is saved by its bucket ID so this needs to be migrated to new value as well. Bug: 6720251 Change-Id: I58a3044f2f05d428a9524f7a8053259950d5128d
* | Use another version of setRemoteViews for backward compatibility.Owen Lin2012-06-221-1/+5
|/ | | | | bug: 6706684 Change-Id: I6fd77845d64cfb9e6830c1eabdcb5c2e9a7df854
* Back should progress through Gallery and return Home for widget intents.Yuli Huang2012-05-231-4/+10
| | | | | bug:6384492 Change-Id: I7ffb824568e400ff5724a29c1908c34a1e10235c
* Reorganize import for all files.Owen Lin2012-03-1410-41/+41
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Add a hard limit on the size of the widget images.Owen Lin2011-09-191-4/+13
| | | | | | | | | | | | | | | There is a limit on the size of the data transfered by binder. For now, we just add a hard limit (360 pixel) to ensure the widget's image can be passed by binder. Also adjust the size of widget to make it looks better. Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920. In that case, we should generate a screen nail of size 640x101 instead of 4066x640. Change-Id: Ia8227d8e5368471fe7af94bf164d67017aa321fa fix: 5273271
* Fix several issues in Gallery2.Owen Lin2011-08-301-3/+0
| | | | | | | | fix: 5189318 - use transparent background for tabs fix: 5174277 - menu mailfunctioned after slideshow (a hack): fix: 5153387 - wrong tab is selected in album set page Change-Id: I68092039e566b5f7409ae509f65b227b06da16bb
* Fix shortcup broken issue.Owen Lin2011-08-2410-0/+1250
fix: 5154308 Change-Id: I5cd2ef8efb84d4f356b3fe93106bddf10e0823cc