summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Add batch operations to PhotoProviderGeorge Mount2013-03-071-0/+39
| | | | Change-Id: I36b2f0305e2ef7502df7b896c8baedc86519ac52
* Remove redundant Album NAME (replaced by TITLE)Mangesh Ghiware2013-03-072-11/+9
| | | | Change-Id: I0482f8b4bd85e07aefe4af02b1e8dab4702eb9f6
* Add inserts to PhotoProvider.George Mount2013-03-071-2/+16
| | | | Change-Id: Ie91df59975d185948c7c2fd96432d311847c3e00
* Add required fields to PhotoProvider.George Mount2013-03-063-58/+88
| | | | Change-Id: I1e830702412d4431ba3b01fe4945a4818385b6cd
* Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apkGeorge Mount2013-03-044-228/+123
| | | | Change-Id: I6630e7a5ba0883b887915f63094885a2dc9f025c
* Add initial implementation of PhotosProvider.George Mount2013-02-264-0/+803
| | | | Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff
* Scaling down the stress test defaults iteration counts to some base level.Jason Noguchi2013-02-202-3/+3
| | | | | | | | For true stress testing, need to pass arguments to scale these back up to 100. Also, temporarily removing SwitchPreview test which needs updating and currently would block other tests in stress suite. Change-Id: I9dd92e0090e2554aca5cb4b23fed2d33554c9c5e
* Remove more com.android.camera.RJohn Reck2013-02-152-2/+2
| | | | Change-Id: I410baaf4a3f0d824d44ea24435a1716cad3bb966
* Merging camera test with gallery test.Jason Noguchi2013-02-1415-0/+1723
| | | | Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841
* New loading modelJohn Reck2013-01-163-8/+13
| | | | | | | | | | | | | Rename reload() to loadIfDirty() loadIfDirty is implemented by MediaSet and is final loadIfDirty is now blocking instead of async Subclasses must implement two protected methods, isDirtyLocked() and load() The change from async reload() to sync loadIfDirty() should be fine since all users of reload() were doing so from a background thread already, and the longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
* Fix slide show animation so that cross fades work.George Mount2013-01-091-3/+0
| | | | | | | | | | | Bug 7961297 Removed the "Additive" blending, which didn't do anything, even in OpenGL ES 1.1 implementation. Modified the texturing to change the color of the pixels based on the supplied alpha rather than modifying the alpha. This appears to match the implementation in the OpenGL ES 1.1 pipeline. Change-Id: I52491af1a8a2d727968e4e805bc4bc61647f5cf2
* Instantiate GLCanvas rather than reinitialize current GLCanvas.George Mount2013-01-083-30/+17
| | | | | | | GLCanvas was being used as a singleton when it really should allow separate instances for correctness. Change-Id: I650884e843a4a78997b70826f6012ae19b8df549
* Merge "ExifModifier" into gb-ub-photos-bryceAngus Kong2012-12-183-1/+175
|\
| * ExifModifierEarl Ou2012-11-303-1/+175
| | | | | | | | Change-Id: I001b24d8ba004a4080cd898f0d26d706b1839425
* | Move LightCycle to render directly to GLRootView.George Mount2012-12-171-0/+7
| | | | | | | | Change-Id: I298ef7127d86ca37067ffa953640aad1747961f9
* | GL packaging refactorJohn Reck2012-12-117-16/+39
| | | | | | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* | Add GLES20 canvas implementation.George Mount2012-12-053-14/+35
| | | | | | | | Change-Id: I5680909f31dc097599d0e063aa1f6daba834d3e2
* | Separate GL calls into GLCanvas in preparation for adding GLES2.George Mount2012-11-202-8/+69
|/ | | | Change-Id: I2756c14294a36af7905766ee650fa08fb95e9477
* Use getValueAt() to read different data in ExifTagEarl Ou2012-11-144-23/+14
| | | | Change-Id: I4d8a72523a6ad4ae34e173c4b845a462644e83c7
* Handle wrong thumbnail tag typeEarl Ou2012-11-072-45/+88
| | | | Change-Id: If41834f0aa86425a06aaede815f3e0c3cdd17fd9
* Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-073-2/+147
| | | | Change-Id: I531518555257bdaefb79b681282c6aad07542b4b
* Handle invalid offset value in ExifParserEarl Ou2012-11-071-2/+2
| | | | Change-Id: I6d4a0edec361f8359535761d7f12ab9363ff1ad1
* ignore image with invalid thumbnail type in Exif testEarl Ou2012-11-071-3/+3
| | | | Change-Id: I6fc3a2dde4caf881b3b63aa95f1997ee9ccd4dbc
* Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
| | | | Change-Id: I892336ff3f73f91f5ac45ab9868f4ecfa61051ac
* fix OOM in exif testEarl Ou2012-11-071-0/+1
| | | | Change-Id: I41831e5831b2081f9b6bef6e57bd914faa41385b
* print image path when setup error in Exif testEarl Ou2012-10-311-9/+13
| | | | Change-Id: Ia4391571695ea518eac53f2b8c6b1a2acb5159c1
* am 0c7e8aac: Merge "Fix build." into gb-ub-photos-archesMichael Jurka2012-10-252-0/+4
|\ | | | | | | | | * commit '0c7e8aac441c18117b8daf3255d2658b83a37bde': Fix build.
| * Fix build.Angus Kong2012-10-262-0/+4
| | | | | | | | Change-Id: Ia7b581eba32f98d695117526d25876e7a8a398c0
* | Use List to store duplicated exif tagEarl Ou2012-10-243-17/+21
| | | | | | | | | | | | Use List so the number of tags can be calculated. Change-Id: I5dfb085fccadab4f0febf2944b64d4dfe9ecbd63
* | Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-243-23/+17
| | | | | | | | Change-Id: Ia33edf0aba8562eb2dbd61b5753657f245bf7310
* | Handle duplicated tags in the Exif testEarl Ou2012-10-183-15/+27
| | | | | | | | Change-Id: If9bd9712de1eaa71c8e355c5268f9cc29247bd2e
* | Print image path for exception in Exif testEarl Ou2012-10-183-148/+168
| | | | | | | | Change-Id: Ib5b502ea91c9fb14dbd9e0ede664136943e50401
* | Merge "Make original exif test pass with the exiftool ground truth" into ↵Hung-ying Tyan2012-10-173-20/+45
|\ \ | | | | | | | | | gb-ub-photos-bryce
| * | Make original exif test pass with the exiftool ground truthEarl Ou2012-10-183-20/+45
| | | | | | | | | | | | | | | | | | Also add assertion message for debugging Change-Id: I4287afde01a2ad334b3d181d17863b1fa763950b
* | | Merge "Read exif test images from the external storage of the test package" ↵Hung-ying Tyan2012-10-166-76/+166
|\| | | | | | | | | | | into gb-ub-photos-bryce
| * | Read exif test images from the external storage of the test packageEarl Ou2012-10-176-76/+166
| | | | | | | | | | | | | | | | | | | | | | | | We can now add more exif test images under the application's private Pictures directory, and put their corresponding xml files under Xml directory. The tests will try to load them and use them as a testcase. Change-Id: I2bc82bb7703e3a4516d1bc433ac5fabed2080987
* | | am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent ↵Owen Lin2012-10-151-0/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | jank""" into gb-ub-photos-arches * commit 'ff025412e2cacedd8cbb7901140e580f76634ee6': Revert "Revert "Upload screennails in tiles to prevent jank""
| * | Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into ↵Owen Lin2012-10-151-0/+2
| |\ \ | | | | | | | | | | | | gb-ub-photos-arches
| | * | Revert "Revert "Upload screennails in tiles to prevent jank""Owen Lin2012-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ad7cf187bf0c11b05aa3eab7085148e0353f2af5. bug: 6399444 Change-Id: I94b286ab3e0db21c582cbfa9183489613da30edb
* | | | am a38801ed: Merge "Fix build" into gb-ub-photos-archesJohn Reck2012-10-152-0/+4
|\| | | | |_|/ |/| | | | | | | | * commit 'a38801edd3a39d888bf36607b567171f8b9527ad': Fix build
| * | Fix buildJohn Reck2012-10-152-0/+4
| |/ | | | | | | Change-Id: Ic7bb61c463d237f9ee5fabc8e7f7325ecf1da43c
* / Use exiftool as ground truth for Exif API testEarl Ou2012-10-123-109/+97
|/ | | | | | | | The ground truth XML file was generated by parsing the output from Phil Harvey's exiftool. Then we can test photos from 5000+ different camera provided by exiftool's website. Change-Id: Ida2c0409929be450a3cbb4331504aadb41138bea
* Revert "Upload screennails in tiles to prevent jank"Bart Sears2012-10-061-2/+0
| | | | | | | | | | This CL is reported to cause images to not be displayed correctly when opened via the view intent. Bug: 7299123 This reverts commit e29fc4a51b99f12f7fae13fae272858df2e1af36 Change-Id: I5052548a826c275cb4559eeb4721c19f06861b3d
* Upload screennails in tiles to prevent jankOwen Lin2012-10-051-0/+2
| | | | | | bug: 6399444 Change-Id: Id2338db34d7f87fbabd7861f78b42f2a81d9794b
* Fix build break in testsGeorge Mount2012-10-041-0/+2
| | | | | | Bug 7259843 Change-Id: If40a7da72261039e3d6fcd3a00669ed7c900c658
* Tests for ExifDataEarl Ou2012-09-197-26/+304
| | | | | | Bug:7192363 Change-Id: Ic74ecad2eff50e26efa85f928ef7904a2c51ecc7
* Simplify the usage of ExifDataEarl Ou2012-09-192-4/+4
| | | | | | Bug:7192363 Change-Id: I2c6ab9974f4472f63483a4de814728584944535e
* Rearrange the constants in ExifTagEarl Ou2012-09-062-14/+14
| | | | Change-Id: I62ab6e52869dfa5b3fee7993bd109f4c5eed91a9
* Remove the parameter of getAllExifTags() in IfdDataEarl Ou2012-08-311-1/+1
| | | | Change-Id: Iec7f04a9866c53caa2d66d5ea6f679460980b378
* ExifOutputStreamEarl Ou2012-08-302-0/+78
| | | | Change-Id: I9f2de77e87a502ccdadba0b18658621028c538c9