summaryrefslogtreecommitdiffstats
path: root/src/com/android/photos/data/PhotoProvider.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-536/+0
* Add _COUNT support for PhotoProvider to help performance of All Photos.George Mount2013-04-111-0/+12
* Remove ImageCache from PhotoProvider in favor of MediaCache.George Mount2013-03-291-55/+8
* Add album type to albums table.Mangesh Ghiware2013-03-251-0/+2
* Merge "Fix notifyChange" into gb-ub-photos-bryceJohn Reck2013-03-181-2/+6
|\
| * Fix notifyChangeJohn Reck2013-03-181-2/+6
* | Change delete cascadeGeorge Mount2013-03-181-39/+27
|/
* Use cancellationSignal only on API Level 16 and above.George Mount2013-03-151-3/+14
* Use plurals for table names for consistency.Mangesh Ghiware2013-03-141-2/+2
* Add delete cascade for Accounts.George Mount2013-03-121-4/+17
* Add support for local storage of uploaded pictures.George Mount2013-03-121-1/+1
* Enable operations on accounts table.Mangesh Ghiware2013-03-111-0/+10
* Add batch operations to PhotoProviderGeorge Mount2013-03-071-80/+46
* Remove redundant Album NAME (replaced by TITLE)Mangesh Ghiware2013-03-071-2/+0
* Add inserts to PhotoProvider.George Mount2013-03-071-17/+38
* Add album cover art downloading.George Mount2013-03-071-5/+20
* Add required fields to PhotoProvider.George Mount2013-03-061-57/+86
* Fix build break.George Mount2013-03-041-3/+0
* Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apkGeorge Mount2013-03-041-46/+49
* Add initial implementation of PhotosProvider.George Mount2013-02-261-0/+514