summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Code clean up.Ahbong Chang2012-07-3085-385/+613
| | | | | | | | | | | | | | | | | | 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 "Add check for camera focus/metering area." into gb-ub-photos-archesAngus Kong2012-07-251-0/+3
|\ \ \
| * | | Add check for camera focus/metering area.Angus Kong2012-07-261-0/+3
| | | | | | | | | | | | | | | | | | | | bug:6881073 Change-Id: I6ea851befc9f95d4b3def3e7d04da7285be5a755
* | | | 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
* | | Merge "Rename to HAS_ZOOM_WHEN_RECORDING." into gb-ub-photos-archesAngus Kong2012-07-251-1/+1
|\ \ \
| * | | Rename to HAS_ZOOM_WHEN_RECORDING.Angus Kong2012-07-261-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Rename HAS_CAMCORDER_ZOOM to HAS_ZOOM_WHEN_RECORDING. bug:6838676 Change-Id: I12446f62810b391b1f40944ee93258efe1689a93
* / | 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
* Avoid using class defined in API level 14.Owen Lin2012-07-241-18/+15
| | | | Change-Id: Ia6385f98b048292de70c6e8aa628a2e6fc629485
* Add check for camcorder zoom.Angus Kong2012-07-201-0/+3
| | | | | bug:6838676 Change-Id: I9aeda27cf55ded444841ade40ea1eb1b91da01cb
* Only make time lapse recording available on and after Honeycomb.Chih-Chung Chang2012-07-201-0/+3
| | | | Change-Id: Ia5b2f69a3c0feb9e0219118a7dd372a09cf2da73
* Merge "Make CustomMenu compatible with API level 10." into gb-ub-photos-archesOwen Lin2012-07-174-117/+271
|\
| * Make CustomMenu compatible with API level 10.Owen Lin2012-07-174-117/+271
| | | | | | | | | | bug: 6802855 Change-Id: I230c91bd9744935a181881131dcd2275ed89d819
* | Add checker for panorama supporting.Ahbong Chang2012-07-171-0/+3
|/ | | | | Bug: 6816669 Change-Id: I34f80485d46f04f7adc49e2fd49dea1a08a72af9
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-133-5/+28
| | | | | | Bug: 6706784 Change-Id: Ic1bb2bb27c3184d791de566d88dbade039fb9d87
* Add the method for hidden fields.Angus Kong2012-07-131-0/+15
| | | | | bug:6698375 Change-Id: I5feb3fdd680fec0d745bd3176f4676c16484d4ed
* Add existence check for face detection methods.Ahbong Chang2012-07-121-0/+20
| | | | | | | | | | android.hardware.Camera.setFaceDetectionListener() android.hardware.Camera.startFaceDetection() android.hardware.Camera.stopFaceDetection() android.hardware.Camera.Parameters.getMaxNumDetectedFaces() Bug: 6707152 Change-Id: Ia6b54246273548db44ec28c40f9efe49048ea8d5
* Add existence check for DevicePolicyManager.getCameraDisabled()Hung-ying Tyan2012-07-101-0/+5
| | | | | Bug: 6706695 Change-Id: Ib8ea8805a4bea862c8407f8c73a6e5ba1e0f49d3
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-062-0/+5
| | | | | | bug:6785569 Change-Id: I0a19ab2818b6f34d530c5d65e781d3168533d44f
* Don't test the EXTRA_LOCAL_ONLY before HC.Owen Lin2012-07-053-6/+12
| | | | 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-054-11/+36
| | | | Change-Id: Ide7074025aefe289bf6c71d623eac5100ab72932
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-054-11/+45
| | | | Change-Id: If46d46e44797b2bd4f66235eca0954a55d0008cf
* Don't use AutoFocusMoveCallback on older platforms.Chih-Chung Chang2012-07-041-0/+3
| | | | Change-Id: I281888ee88c08b1caf4754e714f0f42c75e26dd9
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-042-1/+7
| | | | Change-Id: I5c747d0da2905eb344c56dfab6333034dd5eecc3
* Merge "Add ExifTags to hold tag names that are not available in ExifInterface"Hung-ying Tyan2012-07-033-9/+38
|\
| * Add ExifTags to hold tag names that are not available in ExifInterfaceHung-ying Tyan2012-07-033-9/+38
| | | | | | | | | | | | | | prior to API level 11. Bug: 6775786 Change-Id: Iab564f577d9a0b87c8fb7b91eda6cabc12b5a11a
* | Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-038-11/+1510
|/ | | | Change-Id: I606a23863247454051dd183ddf6b77f6bc882685
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-0314-92/+133
| | | | Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-022-5/+3
| | | | | | | Use View.STATUS_BAR_HIDDEN instead. Bug:6706727 Change-Id: I0324a251b10eba11350f1813ee975d493bbcfafa
* Merge "Do not use NfcAdapter API in old platforms."Yuli Huang2012-07-012-15/+28
|\
| * Do not use NfcAdapter API in old platforms.Yuli Huang2012-06-292-15/+28
| | | | | | | | | | bug:6698904 Change-Id: I8cab312a212e4cba43187a73bc76d3f2164527a9
* | am 14b961f6: Reconcile with jb-releaseThe Android Open Source Project2012-06-290-0/+0
|\ \ | | | | | | | | | * commit '14b961f6ef4ab2177765c3e64676f0735d934158':
| * \ Reconcile with jb-releaseThe Android Open Source Project2012-06-290-0/+0
| |\ \ | | | | | | | | | | | | Change-Id: Iba9ed40f75d1d8519d5052fa4dd5fd6796cf8e24
| | * \ merge in jb-release history after reset to jb-devThe Android Automerger2012-06-270-0/+0
| | |\ \
| | | * \ merge in jb-release history after reset to jb-devThe Android Automerger2012-06-260-0/+0
| | | |\ \
* | | | \ \ Merge "Remove hardwired strings for no external storage."Owen Lin2012-06-291-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove hardwired strings for no external storage.Owen Lin2012-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 6682495 Change-Id: I68652d6b01842a42907b953574d563cf98e65219
* | | | | | Merge "Pass correct intent to IntentService in PackagesMonitor"Hung-ying Tyan2012-06-281-1/+2
|\ \ \ \ \ \
| * | | | | | Pass correct intent to IntentService in PackagesMonitorHung-ying Tyan2012-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6755040 Change-Id: I073f4acd026cfcae3e2f4759657324f48b7238c4
* | | | | | | Merge "Don't use Build.VERSION_CODES."Owen Lin2012-06-286-14/+20
|\ \ \ \ \ \ \
| * | | | | | | Don't use Build.VERSION_CODES.Owen Lin2012-06-286-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they won't be available on old platform. bug: 6752318 Change-Id: I55a9e83dbf05b93c83c68cb31f6edcbc29793283
* | | | | | | | Merge "Don't reuse bitmaps in BitmapRegionDecoder before JB."Owen Lin2012-06-283-5/+64
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-283-5/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a2f520f98116af6861fa2cd1460e6f848bbb4e4