summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* tests: fix class nameDan Pasanen2019-10-252-2/+2
* Increased time to wait in all tests.priya2013-10-104-9/+21
* Adding back the camera tests to KLP-DEV after sorting them out in UB.Jason Noguchi2013-08-2614-0/+1596
* Remove all tests from Camera2 until we have them sorted out.Sascha Haeberling2013-08-1212-1444/+0
* Remove Camera tests from Gallery (breaks userdebugs builds)Sascha Haeberling2013-08-122-153/+0
* Add camera-related tests back.Sascha Haeberling2013-08-0914-0/+1597
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-0660-11040/+0
* Clean up the test tags used by the continuous test service to determine whichJason Noguchi2013-08-0216-13/+32
* Added jpeg streaming classes.Ruben Brunk2013-07-114-0/+368
* 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-292-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-264-0/+803
* 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-1415-0/+1723
* 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
* 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-243-23/+17
* | 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