summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 5481444 Face clustering should use PWA profile shot instead of random photoRay Chen2011-11-111-1/+1
* Add maskDebugInfo to display info for debugging build only.Owen Lin2011-09-291-0/+15
* Merge "Make the column type constants public in EntrySchema"Hung-ying Tyan2011-09-201-9/+9
|\
| * Make the column type constants public in EntrySchemaHung-ying Tyan2011-09-181-9/+9
* | Fix 5337270: Thumbnail is not generated for large GIF images.Chih-Chung Chang2011-09-201-0/+11
* | Add a hard limit on the size of the widget images.Owen Lin2011-09-191-1/+1
|/
* Fix picasa images rotate incorrectly.Owen Lin2011-09-121-0/+1
* Merge "Revert "bug #5252975: guard against null bitmap object, don't NPE.""Owen Lin2011-09-081-15/+1
|\
| * Revert "bug #5252975: guard against null bitmap object, don't NPE."Owen Lin2011-09-061-15/+1
* | Suppress log from Utils.parseXXXSafely().Hung-ying Tyan2011-09-061-2/+0
|/
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-3/+0
* bug #5252975: guard against null bitmap object, don't NPE.Wei Huang2011-09-021-1/+15
* Use getEmbeddedPicture to get thumbnail of a picture.Owen Lin2011-08-261-0/+6
* Initial code for Gallery2.Owen Lin2011-08-189-0/+2648