summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src
Commit message (Expand)AuthorAgeFilesLines
* Add SimpleMenuXXX implementation for the Gingerbread platform.Owen Lin2012-08-151-1/+4
* Don't use getPreferredPreviewSizeForVideo and getSupportedVideoSizes before a...Pin Ting2012-08-081-0/+3
* Guard the usage of MenuItem.setShowAsAction in MenuHelper.Owen Lin2012-08-081-0/+3
* Hide effect recording UI in ICS api level.Pin Ting2012-08-071-0/+3
* Add check for using SurfaceTexture when recording.Angus Kong2012-08-071-0/+3
* Do not show photo editor before api level 14.Yuli Huang2012-08-071-0/+3
* Add API check for surface texture.Wu-cheng Li2012-08-071-0/+3
* Don't use Files.getContentUri in previous API levels.Owen Lin2012-08-011-0/+3
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-011-0/+3
* Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-011-0/+3
* Add API check for camera metering area.Angus Kong2012-07-311-0/+3
* Merge "Fix some lint warnings in Gallery." into gb-ub-photos-archesOwen Lin2012-07-311-0/+66
|\
| * Fix some lint warnings in Gallery.Owen Lin2012-07-301-0/+66
* | Don't use QUALITY_xxxP and hasProfile prior to API level 11.Pin Ting2012-07-301-0/+3
* | Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-301-0/+6
|/
* Code clean up.Ahbong Chang2012-07-304-8/+4
* Add check for camera focus/metering area.Angus Kong2012-07-261-0/+3
* Rename to HAS_ZOOM_WHEN_RECORDING.Angus Kong2012-07-261-1/+1
* Avoid using class defined in API level 14.Owen Lin2012-07-241-18/+15
* Add check for camcorder zoom.Angus Kong2012-07-201-0/+3
* Only make time lapse recording available on and after Honeycomb.Chih-Chung Chang2012-07-201-0/+3
* Add checker for panorama supporting.Ahbong Chang2012-07-171-0/+3
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-131-0/+6
* Add the method for hidden fields.Angus Kong2012-07-131-0/+15
* Add existence check for face detection methods.Ahbong Chang2012-07-121-0/+20
* Add existence check for DevicePolicyManager.getCameraDisabled()Hung-ying Tyan2012-07-101-0/+5
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-061-0/+3
* Don't test the EXTRA_LOCAL_ONLY before HC.Owen Lin2012-07-051-0/+3
* Don't show the shuffle and album widget for old platformsOwen Lin2012-07-051-0/+3
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-051-1/+15
* Don't use AutoFocusMoveCallback on older platforms.Chih-Chung Chang2012-07-041-0/+3
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-041-0/+3
* Merge "Add ExifTags to hold tag names that are not available in ExifInterface"Hung-ying Tyan2012-07-031-0/+27
|\
| * Add ExifTags to hold tag names that are not available in ExifInterfaceHung-ying Tyan2012-07-031-0/+27
* | Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-033-0/+1483
|/
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-0/+3
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-3/+11
* Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-281-0/+6
* Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-0/+4
* Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-221-0/+37
* Move LongSparseArray into Gallery for unbundling.Owen Lin2012-06-201-0/+368
* Mark FileCache initialized after init really goes through.Hung-ying Tyan2012-05-091-1/+4
* Add UNIQUE to EntrySchema.Hung-ying Tyan2012-05-042-2/+17
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-142-37/+22
* Remove unused code.Chih-Chung Chang2012-02-232-108/+0
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-6/+8
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-5/+5
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-5/+5
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-5/+5
* Add close() to Download cache.Owen Lin2011-12-012-4/+10