summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Low-level exif parserEarl Ou2012-07-306-0/+552
| | | | | | | | Change-Id: I592184c79320d08a3cb871a63ea33742071876e3
* | Use actual selection for album/photo detailsMichael Kolb2012-07-267-57/+47
| | | | | | | | | | | | Bug: 6533154 Change-Id: I21ce95d79567396840f08095b986ecc54263a295
* | Merge "Add @TargetApi for all Mtp related code." into gb-ub-photos-archesOwen Lin2012-07-265-0/+16
|\ \
| * | Add @TargetApi for all Mtp related code.Owen Lin2012-07-245-0/+16
| | | | | | | | | | | | | | | | | | | | | These classes should not be called since the MtpSource won't be registered to DataManager. Change-Id: I3f88dc24f295af3d9e18218f56e6c30731c1e328
* | | Merge "Only give haptic feedback when enabled in system settings" into ↵Bobby Georgescu2012-07-253-2/+17
|\ \ \ | | | | | | | | | | | | gb-ub-photos-arches
| * | | Only give haptic feedback when enabled in system settingsBobby Georgescu2012-07-243-2/+17
| | |/ | |/| | | | | | | | | | Bug: 6866688 Change-Id: I4e349fe666244ef5459dd591c8141768b24c910a
* | | Fix for monkey-generated NPE in PhotoView from bug 6848371Bobby Georgescu2012-07-251-0/+1
| |/ |/| | | | | | | | | | | | | | | In other parts of the code, there are checks for getGLRoot returning null, and one was missing here. Bug: 6848371 Change-Id: I3a7a1e1ea9847a43f4791de84f5f70cc27d53a1a
* | Use our own OverScroller for backward compatibility.Owen Lin2012-07-241-1/+1
|/ | | | Change-Id: Ibcf48a638ab716116d1ce2ff8c2686741ca0a996
* Make CustomMenu compatible with API level 10.Owen Lin2012-07-174-117/+271
| | | | | bug: 6802855 Change-Id: I230c91bd9744935a181881131dcd2275ed89d819
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-132-5/+22
| | | | | | Bug: 6706784 Change-Id: Ic1bb2bb27c3184d791de566d88dbade039fb9d87
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-061-0/+2
| | | | | | bug:6785569 Change-Id: I0a19ab2818b6f34d530c5d65e781d3168533d44f
* Don't test the EXTRA_LOCAL_ONLY before HC.Owen Lin2012-07-052-6/+9
| | | | Change-Id: Idebb2aba994e38cf7eead795f1834ff98eaec27d
* Use different back algorithm for Gallery's widget after JB.Owen Lin2012-07-051-3/+15
| | | | Change-Id: I1c3c6eea4e5794555a36179b295b15d9dba6de74
* Don't show the shuffle and album widget for old platformsOwen Lin2012-07-053-11/+33
| | | | Change-Id: Ide7074025aefe289bf6c71d623eac5100ab72932
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-053-10/+30
| | | | Change-Id: If46d46e44797b2bd4f66235eca0954a55d0008cf
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-041-1/+4
| | | | Change-Id: I5c747d0da2905eb344c56dfab6333034dd5eecc3