summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Don't use Build.VERSION_CODES."Owen Lin2012-06-285-11/+9
|\ \ \
| * | | Don't use Build.VERSION_CODES.Owen Lin2012-06-285-11/+9
* | | | Merge "Don't reuse bitmaps in BitmapRegionDecoder before JB."Owen Lin2012-06-282-5/+58
|\| | | | |/ / |/| |
| * | Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-282-5/+58
* | | Merge "Don't use Display.getSize()."Owen Lin2012-06-282-4/+16
|\| |
| * | Don't use Display.getSize().Owen Lin2012-06-272-4/+16
* | | Replace BroadcastReceiver.goAsync() with IntentServiceHung-ying Tyan2012-06-271-14/+14
|/ /
* | am acd75301: am bb52543c: Merge "Show undo option for 3 seconds after the las...Chih-Chung Chang2012-06-272-1/+13
|\ \
| * \ am bb52543c: Merge "Show undo option for 3 seconds after the last picture is ...Chih-Chung Chang2012-06-272-1/+13
| |\ \
| | * \ Merge "Show undo option for 3 seconds after the last picture is deleted." int...Chih-Chung Chang2012-06-272-1/+13
| | |\ \
| | | * | Show undo option for 3 seconds after the last picture is deleted.Chih-Chung Chang2012-06-272-1/+13
* | | | | am 52d51fff: am fc826a5f: Merge "Migrate local-album gallery widgets from pre...Hung-ying Tyan2012-06-263-6/+191
|\| | | |
| * | | | am fc826a5f: Merge "Migrate local-album gallery widgets from pre-JB." into jb...Hung-ying Tyan2012-06-263-6/+191
| |\| | |
| | * | | Merge "Migrate local-album gallery widgets from pre-JB." into jb-devHung-ying Tyan2012-06-263-6/+191
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Migrate local-album gallery widgets from pre-JB.Hung-ying Tyan2012-06-273-6/+191
* | | | | am 27a76801: am c7e89dae: Update thumbnail if a picture is deleted in backgro...Chih-Chung Chang2012-06-264-0/+17
|\| | | |
| * | | | am c7e89dae: Update thumbnail if a picture is deleted in background.Chih-Chung Chang2012-06-264-0/+17
| |\| | |
| | * | | Update thumbnail if a picture is deleted in background.Chih-Chung Chang2012-06-264-0/+17
| | |/ /
* | | | am 64cebdd1: am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-263-69/+235
|\| | |
| * | | am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-263-69/+235
| |\| |
| | * | Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-263-69/+235
* | | | Merge "Use public OverScroller() instead of a hidden one.."Pin Ting2012-06-251-8/+8
|\ \ \ \
| * | | | Use public OverScroller() instead of a hidden one..Pin Ting2012-06-231-8/+8
* | | | | Use another version of setRemoteViews for backward compatibility.Owen Lin2012-06-221-1/+5
* | | | | Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-222-12/+35
* | | | | Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-223-35/+65
| |_|_|/ |/| | |
* | | | Use View.setBackgroundDrawable instead of setBackground.Wu-cheng Li2012-06-211-1/+2
* | | | am 254a6b42: am 82220026: Merge "Fade in/out the undo bar." into jb-devWei Huang2012-06-203-6/+115
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 82220026: Merge "Fade in/out the undo bar." into jb-devWei Huang2012-06-203-6/+115
| |\|
| | * Fade in/out the undo bar.Chih-Chung Chang2012-06-203-6/+115
* | | Move LongSparseArray into Gallery for unbundling.Owen Lin2012-06-201-1/+1
|/ /
* | am 885f729f: Merge "Make SystemUI always consists with the contrller overlay....Wei Huang2012-06-192-10/+2
|\|
| * Merge "Make SystemUI always consists with the contrller overlay." into jb-devWei Huang2012-06-192-10/+2
| |\
| | * Make SystemUI always consists with the contrller overlay.Owen Lin2012-06-192-10/+2
* | | am d937a2e9: Merge "Fix Gallery glitch due to ColorTexture." into jb-devWei Huang2012-06-181-1/+1
|\| |
| * | Merge "Fix Gallery glitch due to ColorTexture." into jb-devWei Huang2012-06-181-1/+1
| |\ \