summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Don't flash StrictMode from the system server.Brad Fitzpatrick2010-11-241-1/+25
* Long press in empty space moves cursor and shows Paste affordance.Gilles Debunne2010-11-241-43/+79
* Comments on lazy controllers initialization.Gilles Debunne2010-11-241-42/+38
* Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick2010-11-243-13/+39
* Fix some formatting issues.Jaikumar Ganesh2010-11-241-2/+2
* Merge "Update BT code for voice capability cases."Jaikumar Ganesh2010-11-244-10/+52
|\
| * Update BT code for voice capability cases.Jaikumar Ganesh2010-11-244-10/+52
* | Merge "this should be @hidden"Joe Onorato2010-11-241-0/+1
|\ \
| * | this should be @hiddenJoe Onorato2010-11-241-0/+1
* | | Change rotation freeze to all be implemented in window manager.Dianne Hackborn2010-11-241-0/+13
* | | Merge "Allow status bar panels to be on top of the status bar."Joe Onorato2010-11-241-1/+8
|\ \ \ | |/ /
| * | Allow status bar panels to be on top of the status bar.Joe Onorato2010-11-241-1/+8
* | | defer resume while selecting textCary Clark2010-11-241-6/+15
|/ /
* | Merge "Don't drop zeros in the second position in formatDuration()"Bjorn Bringert2010-11-241-3/+2
|\ \
| * | Don't drop zeros in the second position in formatDuration()Bjorn Bringert2010-11-231-3/+2
* | | Merge "Misc ActivityManagerNative cleanup."Brad Fitzpatrick2010-11-231-27/+24
|\ \ \
| * | | Misc ActivityManagerNative cleanup.Brad Fitzpatrick2010-11-231-27/+24
* | | | Merge "Add an API to set InputMethodAndSubtype"satok2010-11-231-4/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Add an API to set InputMethodAndSubtypesatok2010-11-241-4/+21
* | | | Fix potential weird StrictMode NPE.Brad Fitzpatrick2010-11-231-5/+10
* | | | Merge "Fix bug 3226108 - WebView would not update content properly after a fl...Adam Powell2010-11-231-6/+4
|\ \ \ \
| * | | | Fix bug 3226108 - WebView would not update content properly after a fling.Adam Powell2010-11-231-6/+4
* | | | | Merge "Misc Looper cleanups; add android.util.PrefixPrinter"Brad Fitzpatrick2010-11-232-33/+86
|\ \ \ \ \
| * | | | | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-232-33/+86
* | | | | | Merge "changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4"Vasu Nori2010-11-232-0/+27
|\ \ \ \ \ \
| * | | | | | changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4Vasu Nori2010-11-222-0/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Long press starts a new selection if one is already started."Gilles Debunne2010-11-231-22/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Long press starts a new selection if one is already started.Gilles Debunne2010-11-231-22/+21
* | | | | | Merge "Create logic for applying padding only to custom preference layouts"Mindy Pereira2010-11-231-0/+84
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Create logic for applying padding only to custom preference layoutsMindy Pereira2010-11-231-0/+84
| | |_|/ / | |/| | |
* | | | | Merge "StrictMode.Span annotations for ScrollView."Brad Fitzpatrick2010-11-231-21/+70
|\ \ \ \ \
| * | | | | StrictMode.Span annotations for ScrollView.Brad Fitzpatrick2010-11-231-21/+70
| |/ / / /
* | | | | various fixes for animations and javadocsChet Haase2010-11-233-35/+74
* | | | | Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodIn...satok2010-11-241-19/+20
|/ / / /
* | | | Merge "Update edge and glow rendering to match new specs."Mindy Pereira2010-11-232-13/+17
|\ \ \ \
| * | | | Update edge and glow rendering to match new specs.Mindy Pereira2010-11-232-13/+17
| |/ / /
* | | | Merge "StrictMode fingerprinting / hashCode improvements."Brad Fitzpatrick2010-11-231-1/+19
|\ \ \ \
| * | | | StrictMode fingerprinting / hashCode improvements.Brad Fitzpatrick2010-11-231-1/+19
| |/ / /
* | | | Merge "b/3186860: fix failing layout tests: fast/events/touch/basic-multi-to...Huahui Wu2010-11-231-7/+11
|\ \ \ \ | |/ / / |/| | |
| * | | b/3186860: fix failing layout tests:Huahui Wu2010-11-231-7/+11
* | | | Merge "Cache WindowManager in StrictMode; add android.util.Singleton"Brad Fitzpatrick2010-11-232-3/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Cache WindowManager in StrictMode; add android.util.SingletonBrad Fitzpatrick2010-11-222-3/+47
| | |/ | |/|
* | | cancel text selection on rotateCary Clark2010-11-231-0/+11
* | | Merge "Merge overscrolling from gingerbread."Adam Powell2010-11-2313-253/+3016
|\ \ \
| * | | Merge overscrolling from gingerbread.Adam Powell2010-11-2313-253/+3016
* | | | Merge "print certain rows from downloads.db when bugreports are taken"Vasu Nori2010-11-233-8/+56
|\ \ \ \ | |/ / / |/| | |
| * | | print certain rows from downloads.db when bugreports are takenVasu Nori2010-11-223-8/+56
* | | | Rename android.provider.Mtp to android.provider.PtpMike Lockwood2010-11-232-18/+17
* | | | Offer the user the option to configure an AutoFill profile.Ben Murdoch2010-11-234-6/+64
| |/ / |/| |
* | | StrictMode visual notification support.Brad Fitzpatrick2010-11-222-4/+46