summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added jpeg streaming classes.Ruben Brunk2013-07-116-1/+374
* Remove GL dependency on unused stencil buffers.George Mount2013-05-091-15/+0
* Speed improvements for ExifOutputStream.Ruben Brunk2013-04-022-0/+68
* Remove ImageCache from PhotoProvider in favor of MediaCache.George Mount2013-03-291-9/+9
* Add initial implementation of MediaCache.George Mount2013-03-293-0/+398
* Revert "New loading model"John Reck2013-03-213-13/+8
* Removing obsolete test.Jason Noguchi2013-03-201-116/+0
* Delete and recreate database on upgrade.George Mount2013-03-151-5/+33
* Exif parser modifications.Ruben Brunk2013-03-1311-280/+1037
* Add delete cascade for Accounts.George Mount2013-03-122-2/+39
* Add batch operations to PhotoProviderGeorge Mount2013-03-071-0/+39
* Remove redundant Album NAME (replaced by TITLE)Mangesh Ghiware2013-03-072-11/+9
* Add inserts to PhotoProvider.George Mount2013-03-071-2/+16
* Add required fields to PhotoProvider.George Mount2013-03-063-58/+88
* Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apkGeorge Mount2013-03-044-228/+123
* Add initial implementation of PhotosProvider.George Mount2013-02-265-0/+807
* Scaling down the stress test defaults iteration counts to some base level.Jason Noguchi2013-02-202-3/+3
* Remove more com.android.camera.RJohn Reck2013-02-152-2/+2
* Merging camera test with gallery test.Jason Noguchi2013-02-1417-0/+1733
* New loading modelJohn Reck2013-01-163-8/+13
* Fix slide show animation so that cross fades work.George Mount2013-01-091-3/+0
* Instantiate GLCanvas rather than reinitialize current GLCanvas.George Mount2013-01-083-30/+17
* Merge "ExifModifier" into gb-ub-photos-bryceAngus Kong2012-12-183-1/+175
|\
| * ExifModifierEarl Ou2012-11-303-1/+175
* | Move LightCycle to render directly to GLRootView.George Mount2012-12-171-0/+7
* | GL packaging refactorJohn Reck2012-12-117-16/+39
* | Add GLES20 canvas implementation.George Mount2012-12-053-14/+35
* | Separate GL calls into GLCanvas in preparation for adding GLES2.George Mount2012-11-202-8/+69
|/
* Use getValueAt() to read different data in ExifTagEarl Ou2012-11-144-23/+14
* Merge "use NO_VALUE when the output of exiftool is invalid" into gb-ub-photos...Hung-ying Tyan2012-11-121-8/+14
|\
| * use NO_VALUE when the output of exiftool is invalidEarl Ou2012-10-181-8/+14
* | Merge "Do not use parentheses for Model tag in exiftool parser" into gb-ub-ph...Hung-ying Tyan2012-11-121-10/+9
|\|
| * Do not use parentheses for Model tag in exiftool parserEarl Ou2012-10-171-10/+9
* | Merge "Parse the layer of exiftool output" into gb-ub-photos-bryceHung-ying Tyan2012-11-121-11/+30
|\|
| * Parse the layer of exiftool outputEarl Ou2012-10-171-11/+30
* | Merge "Exiftool parser" into gb-ub-photos-bryceHung-ying Tyan2012-11-121-0/+66
|\|
| * Exiftool parserEarl Ou2012-10-121-0/+66
* | Handle wrong thumbnail tag typeEarl Ou2012-11-072-45/+88
* | Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-073-2/+147
* | Handle invalid offset value in ExifParserEarl Ou2012-11-071-2/+2
* | ignore image with invalid thumbnail type in Exif testEarl Ou2012-11-071-3/+3
* | Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
* | fix OOM in exif testEarl Ou2012-11-071-0/+1
* | print image path when setup error in Exif testEarl Ou2012-10-311-9/+13
* | am 0c7e8aac: Merge "Fix build." into gb-ub-photos-archesMichael Jurka2012-10-252-0/+4
|\ \
| * | Fix build.Angus Kong2012-10-262-0/+4
* | | Use List to store duplicated exif tagEarl Ou2012-10-243-17/+21
* | | Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-244-23/+18
* | | Handle duplicated tags in the Exif testEarl Ou2012-10-183-15/+27
* | | Print image path for exception in Exif testEarl Ou2012-10-183-148/+168