summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/gadget
Commit message (Collapse)AuthorAgeFilesLines
* 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