summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "1. Use xml to record true data for ExifParserTest 2. A ↵Owen Lin2012-08-072-80/+149
|\| | | | | | | | | | | ExifTestRunner" into gb-ub-photos-arches
| * | 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-072-80/+149
| | | | | | | | | | | | Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef
* | | Add check for using SurfaceTexture when recording.Angus Kong2012-08-071-0/+3
|/ / | | | | | | | | bug:6839752 Change-Id: Iafc6535fe057c7cd34264c6b104d2326e2f56a89
* | Do not show photo editor before api level 14.Yuli Huang2012-08-072-0/+13
| | | | | | | | | | bug:6927717 Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000
* | Add API check for surface texture.Wu-cheng Li2012-08-071-0/+3
| | | | | | | | | | | | bug:6927809 Change-Id: I4b08df6670337592bb0ac1c2cf1235af085e9a1d
* | Add all ExifTag constantEarl Ou2012-08-071-1/+184
|/ | | | Change-Id: I8a5309cdb1d216c80df9b88973a3b72a5cf9a80f
* Merge "use InstrumentationTestCase for ExifParserTest" into gb-ub-photos-archesOwen Lin2012-08-061-2/+2
|\
| * use InstrumentationTestCase for ExifParserTestEarl Ou2012-08-061-2/+2
| | | | | | | | | | | | because we don't need to test Activity Change-Id: I3d21f7f5ca05cffba3bd2cd54c5899255e1103c1
* | Merge "Remove TYPE_SUB_IFD for next() in IfdParser" into gb-ub-photos-archesOwen Lin2012-08-063-83/+52
|\|
| * Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-063-83/+52
| | | | | | | | | | | | | | | | We should not read the offset because there are too many exception. Users should check the id of the tag and decide how to read the block by themselves. Change-Id: Ie3f162c5c6dc25f15107e193adc080c7b51112b5
* | Merge "Check number of exif tag in test" into gb-ub-photos-archesOwen Lin2012-08-061-0/+12
|\|
| * Check number of exif tag in testEarl Ou2012-08-061-0/+12
| | | | | | | | Change-Id: Ic84c7c004fe0ab5fcea9a0cc6e7f9d86db61abd8
* | Merge "Test read thumbnail" into gb-ub-photos-archesOwen Lin2012-08-061-10/+68
|\|
| * Test read thumbnailEarl Ou2012-08-061-10/+68
| | | | | | | | Change-Id: I2f7add7e3c9fc6ffe8c75f191f4b0322bc3047d5
* | Merge "fix next ifd bug in ExifParser" into gb-ub-photos-archesOwen Lin2012-08-061-1/+2
|\|
| * fix next ifd bug in ExifParserEarl Ou2012-08-061-1/+2
| | | | | | | | | | | | Originally if we don't read value of tag we won't get 'NEXT_IFD' Change-Id: I235977b3b482fbc4736c244d280c384c26df6483
* | Merge "Fix bug when call next() after nextidf in exif parser" into ↵Owen Lin2012-08-061-0/+2
|\| | | | | | | gb-ub-photos-arches
| * Fix bug when call next() after nextidf in exif parserEarl Ou2012-08-061-0/+2
| | | | | | | | Change-Id: Ibb0204627418f8fa650ce32e798a768da7762d59
* | Merge "Test only keep some exif tags for value" into gb-ub-photos-archesOwen Lin2012-08-061-0/+32
|\|
| * Test only keep some exif tags for valueEarl Ou2012-08-011-0/+32
| | | | | | | | Change-Id: I06962ffb4e1c6844cc8c0d24b686571483f16c22
* | Merge "Add logging for monkey" into gb-ub-photos-archesDoris Liu2012-08-031-1/+2
|\ \
| * | Add logging for monkeyDoris Liu2012-08-021-1/+2
| | | | | | | | | | | | | | | | | | Bug: 6495745 Change-Id: Ib24ba3dd6a887259c5e6083ca5eb270a0bd4e801
* | | TargetApi of ShareActionProvider should be ICS.Wu-cheng Li2012-08-031-1/+1
|/ / | | | | | | | | bug:6706723 Change-Id: I8d82662c4bdd44f970cb93b9986208e5f4db3c31
* | Show the correct image on a ACTION_VIEWMangesh Ghiware2012-08-021-1/+2
| | | | | | | | | | Bug: 6819100 Change-Id: I7c381c506fa627c3f285fb6857b77cdb770addb7
* | Fix typo of datetaken field.Wu-cheng Li2012-08-011-1/+1
|/ | | | Change-Id: I3d53388696101178598910d0b73444988408cbc3
* Merge "Test skip to next ifd in ExifParserTest" into gb-ub-photos-archesEarl Ou2012-08-011-0/+25
|\
| * Test skip to next ifd in ExifParserTestEarl Ou2012-08-011-0/+25
| | | | | | | | Change-Id: Icc53e75d563acb304c23349c28d604d439b4b314
* | Merge "ExifParserTest" into gb-ub-photos-archesEarl Ou2012-08-011-0/+267
|\|
| * ExifParserTestEarl Ou2012-08-011-0/+267
| | | | | | | | | | | | test basic parse function of ExifParser Change-Id: I4dbe9231917c205b0cb95aab639744ce0debbec8
* | Merge "Add some constants for exif tag" into gb-ub-photos-archesEarl Ou2012-08-011-0/+114
|\|
| * Add some constants for exif tagEarl Ou2012-08-011-0/+114
| | | | | | | | Change-Id: I236f8187668bb144f47214b7241a873223111f9e
* | Merge "Fix a bug in IfdParser" into gb-ub-photos-archesEarl Ou2012-08-011-2/+4
|\|
| * Fix a bug in IfdParserEarl Ou2012-08-011-2/+4
| | | | | | | | | | | | | | Originally if we call next after the last tag without read the value, we will receive a wrong tag. Change-Id: Ib154d112a568c593270ee6676d4954a7c26567f2
* | Don't use Files.getContentUri in previous API levels.Owen Lin2012-08-015-135/+263
| | | | | | | | Change-Id: I4d096734d22c93b83b2bf8082450ad0d73ade837
* | Merge "Remove /mtp from TOP_SET_PATH before HC." into gb-ub-photos-archesOwen Lin2012-08-011-10/+14
|\ \
| * | Remove /mtp from TOP_SET_PATH before HC.Owen Lin2012-08-011-10/+14
| | | | | | | | | | | | | | | bug: 6913061 Change-Id: Iecdb6452035b83070502977265a3e0d526ea784c
* | | Merge "Handle null item in findIndexOfPathInCache." into gb-ub-photos-archesChih-Chung Chang2012-08-011-1/+2
|\ \ \
| * | | Handle null item in findIndexOfPathInCache.Chih-Chung Chang2012-08-011-1/+2
| | | | | | | | | | | | | | | | | | | | Bug: 6708911 Change-Id: Ifd1e8342906a3c61d30448ea6b0085c37ccdeb03
* | | | Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-016-45/+118
|/ / / | | | | | | | | | | | | | | | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* | | Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-012-1/+97
| | | | | | | | | | | | Change-Id: I070b27112ea028f2a1596dcdfa480537765174b9
* | | Merge "Fix bugs 6882711 and 6836814" into gb-ub-photos-archesBobby Georgescu2012-07-311-0/+5
|\ \ \
| * | | Fix bugs 6882711 and 6836814Bobby Georgescu2012-07-301-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6882711 Bug: 6836814 A number of issues surrounding the behavior after deleting the last photo from the camera roll within the Camera app, including occasional black screen & incorrectly persistent action bar. Change-Id: Ib5f41a78c613da90bb844aab2d40f45e314d3ee3
* | | Add API check for camera metering area.Angus Kong2012-07-311-0/+3
| | | | | | | | | | | | | | | bug:6881073 Change-Id: I08ea3bd8e6f128e8998f4048eb451cb80c342fe5
* | | Merge "Check api level before invoking setHomeButtonEnabled()." into ↵Ahbong Chang2012-07-311-1/+3
|\ \ \ | | | | | | | | | | | | gb-ub-photos-arches
| * | | Check api level before invoking setHomeButtonEnabled().Ahbong Chang2012-07-311-1/+3
| |/ / | | | | | | | | | | | | Bug: 6706785 Change-Id: I2ad4d4961705c38a4d1047732f45dc9c69580782
* | | Merge "Fix some lint warnings in Gallery." into gb-ub-photos-archesOwen Lin2012-07-313-5/+101
|\ \ \ | |_|/ |/| |
| * | Fix some lint warnings in Gallery.Owen Lin2012-07-303-5/+101
| | | | | | | | | | | | | | | | | | | | | 1. Implement our own openPipeHelper 2. Add @TargetApi to TileImageViewAdapter Change-Id: I74dca78c4c4f18e0f782afad02d5ba9b410a503e
* | | Don't use QUALITY_xxxP and hasProfile prior to API level 11.Pin Ting2012-07-301-0/+3
| |/ |/| | | | | | | Bug:6900688 Change-Id: I4b852a3727e46a9bd3ebb55c726e64519f9c2092
* | Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-303-6/+26
|/ | | | | | | bug: 6706724 bug: 6706785 Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f
* Merge "Code clean up." into gb-ub-photos-archesAhbong Chang2012-07-2985-385/+613
|\