summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "First gallery reskin iteration." into gb-ub-photos-archesBobby Georgescu2012-08-107-16/+26
|\
| * First gallery reskin iteration.Bobby Georgescu2012-08-097-16/+26
| | | | | | | | Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
* | Merge "Guard android.media.effect.Effect with TargetApi." into ↵Wu-cheng Li2012-08-1028-0/+86
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Guard android.media.effect.Effect with TargetApi.Wu-cheng Li2012-08-1028-0/+86
| |/ | | | | | | | | bug:6927717 Change-Id: I25f881ab449ea4cb26a41c5219884d93725a1693
* | Merge "Guard SurfaceTextureScreenNail with TargetApi." into gb-ub-photos-archesWu-cheng Li2012-08-101-0/+1
|\ \
| * | Guard SurfaceTextureScreenNail with TargetApi.Wu-cheng Li2012-08-101-0/+1
| |/ | | | | | | | | bug:6927809 Change-Id: If03ffbcbf908a960f00bba97be0cdbf317ecabe8
* | Merge "Fix ExifParser bug when APP0 exists in Jpeg file" into ↵Owen Lin2012-08-101-1/+12
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Fix ExifParser bug when APP0 exists in Jpeg fileEarl Ou2012-08-081-1/+12
| | | | | | | | | | | | Change-Id: If5843757e00bc12bc50003eef3d78b9c3cedf69e
* | | Merge "Handle error when string length=0 in IfdParser" into gb-ub-photos-archesOwen Lin2012-08-101-3/+7
|\| | | |/ |/|
| * Handle error when string length=0 in IfdParserEarl Ou2012-08-081-3/+7
| | | | | | | | Change-Id: I3a51e85060f3acd5026555e5f8d21f8cb2e0641e
* | Merge "Hold WakeLock during MTP import" into gb-ub-photos-archesBobby Georgescu2012-08-084-1/+35
|\ \
| * | Hold WakeLock during MTP importBobby Georgescu2012-08-084-1/+35
| | | | | | | | | | | | | | | | | | | | | Bug: 6680729 Bug: 6827858 Change-Id: Ida82db3288a429dacc5830b82ec6bbd954f75cf1
* | | Rotate the texture in building PhotoFallbackEffectOwen Lin2012-08-081-3/+18
|/ / | | | | | | | | bug: 6525127 Change-Id: Iba348450b62190a1a2149cf0d7f20f19625cb6cf
* | Guard the usage of MenuItem.setShowAsAction in MenuHelper.Owen Lin2012-08-081-1/+11
| | | | | | | | | | bug: 6927642 Change-Id: I3907ac2f86d38c15b681185abee5906ce243339a
* | Merge "Move motion event related methods to class MotionEventHelper." into ↵Wu-Cheng Li2012-08-072-94/+121
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Move motion event related methods to class MotionEventHelper.Ahbong Chang2012-08-072-94/+121
| | | | | | | | | | Bug: 6943189 Change-Id: I9084cc8ebb501a5b772ed4e00bd64a3b2e8bafb3
* | Do not show photo editor before api level 14.Yuli Huang2012-08-071-0/+10
| | | | | | | | | | bug:6927717 Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000
* | Add all ExifTag constantEarl Ou2012-08-071-1/+184
|/ | | | Change-Id: I8a5309cdb1d216c80df9b88973a3b72a5cf9a80f
* Merge "Remove TYPE_SUB_IFD for next() in IfdParser" into gb-ub-photos-archesOwen Lin2012-08-062-52/+23
|\
| * Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-062-52/+23
| | | | | | | | | | | | | | | | 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 "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 "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 "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-014-135/+260
| | | | | | | | 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-015-45/+115
|/ / | | | | | | | | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* | Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-011-1/+94
| | | | | | | | 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
* | 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-312-5/+35
|\ \ | |/ |/|
| * Fix some lint warnings in Gallery.Owen Lin2012-07-302-5/+35
| | | | | | | | | | | | | | 1. Implement our own openPipeHelper 2. Add @TargetApi to TileImageViewAdapter Change-Id: I74dca78c4c4f18e0f782afad02d5ba9b410a503e
* | Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-302-6/+20
|/ | | | | | | bug: 6706724 bug: 6706785 Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f
* Merge "Code clean up." into gb-ub-photos-archesAhbong Chang2012-07-2981-377/+609
|\
| * Code clean up.Ahbong Chang2012-07-3081-377/+609
| | | | | | | | | | | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* | Merge "Low-level exif parser" into gb-ub-photos-archesEarl Ou2012-07-296-0/+552
|\ \ | |/ |/|