summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Expand)AuthorAgeFilesLines
...
* | Show the correct image on a ACTION_VIEWMangesh Ghiware2012-08-021-1/+2
* | Fix typo of datetaken field.Wu-cheng Li2012-08-011-1/+1
|/
* 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
* | 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
* | Don't use Files.getContentUri in previous API levels.Owen Lin2012-08-014-135/+260
* | 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
| |/
* | 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
* | | Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-015-45/+115
|/ /
* | Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-011-1/+94
* | 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
| |/
* | Merge "Check api level before invoking setHomeButtonEnabled()." into gb-ub-ph...Ahbong Chang2012-07-311-1/+3
|\ \
| * | Check api level before invoking setHomeButtonEnabled().Ahbong Chang2012-07-311-1/+3
| |/
* | 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
* | Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-302-6/+20
|/
* Merge "Code clean up." into gb-ub-photos-archesAhbong Chang2012-07-2981-377/+609
|\
| * Code clean up.Ahbong Chang2012-07-3081-377/+609
* | Merge "Low-level exif parser" into gb-ub-photos-archesEarl Ou2012-07-296-0/+552
|\ \ | |/ |/|
| * Low-level exif parserEarl Ou2012-07-306-0/+552
* | Use actual selection for album/photo detailsMichael Kolb2012-07-267-57/+47
* | 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
* | | Merge "Only give haptic feedback when enabled in system settings" into gb-ub-...Bobby Georgescu2012-07-253-2/+17
|\ \ \
| * | | Only give haptic feedback when enabled in system settingsBobby Georgescu2012-07-243-2/+17
| | |/ | |/|
* | | Fix for monkey-generated NPE in PhotoView from bug 6848371Bobby Georgescu2012-07-251-0/+1
| |/ |/|
* | Use our own OverScroller for backward compatibility.Owen Lin2012-07-241-1/+1
|/
* Make CustomMenu compatible with API level 10.Owen Lin2012-07-174-117/+271
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-132-5/+22
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-061-0/+2
* Don't test the EXTRA_LOCAL_ONLY before HC.Owen Lin2012-07-052-6/+9
* Use different back algorithm for Gallery's widget after JB.Owen Lin2012-07-051-3/+15
* Don't show the shuffle and album widget for old platformsOwen Lin2012-07-053-11/+33
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-053-10/+30
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-041-1/+4
* Merge "Add ExifTags to hold tag names that are not available in ExifInterface"Hung-ying Tyan2012-07-032-9/+11
|\
| * Add ExifTags to hold tag names that are not available in ExifInterfaceHung-ying Tyan2012-07-032-9/+11
* | Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-035-11/+27
|/
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-0313-92/+130
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-022-5/+3
* 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
* | 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
* | 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