summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/onetimeinitializer
Commit message (Collapse)AuthorAgeFilesLines
* Add relativePath field into photo widget dbDoris Liu2012-12-141-30/+69
| | | | | | | | | | | 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
* Code clean up.Ahbong Chang2012-07-301-1/+0
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Migrate local-album gallery widgets from pre-JB.Hung-ying Tyan2012-06-271-0/+131
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