summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* More cleanup of Loader APIs.Dianne Hackborn2010-12-202-1/+3
* Fix documentation errorsGlenn Kasten2010-12-201-1/+1
* Add Process.MEDIA_RW_GID constantMike Lockwood2010-12-161-0/+6
* Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences()Brad Fitzpatrick2010-12-142-12/+73
* Improve documentation on Vibrator.vibrate.Jeff Brown2010-12-141-6/+12
* am 2d5b11ab: am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." in...Brad Fitzpatrick2010-12-131-3/+3
|\
| * am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." into gingerbreadBrad Fitzpatrick2010-12-131-3/+3
| |\
| | * Merge "Fix StrictMode javadoc copy/paste error." into gingerbreadBrad Fitzpatrick2010-12-131-3/+3
| | |\
| | | * Fix StrictMode javadoc copy/paste error.Brad Fitzpatrick2010-12-131-3/+3
* | | | resolved conflicts for merge of 78e9f4cb to masterDianne Hackborn2010-12-131-2/+33
|\ \ \ \ | |/ / /
| * | | am e4a59519: Fix issue #3154576: battery stats checkin should include UID -> ...Dianne Hackborn2010-12-131-2/+33
| |\ \ \ | | |/ /
| | * | Fix issue #3154576: battery stats checkin should include UID -> packages+ mapDianne Hackborn2010-12-131-2/+33
| | |/
* | | Merge "PowerManager: remove unused import"Mike Lockwood2010-12-131-2/+0
|\ \ \
| * | | PowerManager: remove unused importMike Lockwood2010-12-131-2/+0
* | | | am 6d13b146: am e78a0009: resolved conflicts for merge of 4b94c451 to stage-k...Jean-Baptiste Queru2010-12-131-0/+24
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | resolved conflicts for merge of 4b94c451 to stage-korg-masterJean-Baptiste Queru2010-12-131-0/+24
| |\ \
| | * | Added dropbox broadcast notificationHakan Still2010-12-081-0/+24
* | | | StrictMode "custom" trigger support.Brad Fitzpatrick2010-12-101-6/+76
* | | | Rework activity lifecycle so onSaveInstanceState() is after onPause().Dianne Hackborn2010-12-081-0/+2
* | | | Propagate the concept of "packed opcode" values.Dan Bornstein2010-12-061-1/+2
* | | | Get rid of vm-internal constants.Dan Bornstein2010-11-301-18/+10
* | | | Dalvik opcode-related fixes.Dan Bornstein2010-11-301-1/+2
* | | | Merge "Tracking merge of dalvik-dev to master"Brian Carlstrom2010-11-301-1/+1
|\ \ \ \
| * | | | Tracking merge of dalvik-dev to masterBrian Carlstrom2010-11-301-1/+1
* | | | | StrictMode: more accurate timingsBrad Fitzpatrick2010-11-301-10/+30
|/ / / /
* | | | Don't flash StrictMode from the system server.Brad Fitzpatrick2010-11-241-1/+25
* | | | Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick2010-11-242-13/+33
* | | | Fix potential weird StrictMode NPE.Brad Fitzpatrick2010-11-231-5/+10
* | | | Merge "Misc Looper cleanups; add android.util.PrefixPrinter"Brad Fitzpatrick2010-11-231-33/+36
|\ \ \ \
| * | | | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-231-33/+36
* | | | | various fixes for animations and javadocsChet Haase2010-11-231-18/+26
|/ / / /
* | | | StrictMode fingerprinting / hashCode improvements.Brad Fitzpatrick2010-11-231-1/+19
* | | | Cache WindowManager in StrictMode; add android.util.SingletonBrad Fitzpatrick2010-11-221-3/+8
* | | | StrictMode visual notification support.Brad Fitzpatrick2010-11-221-2/+37
* | | | StrictMode: dropbox VM-wide violations (e.g. CloseGuard) asyncBrad Fitzpatrick2010-11-211-19/+61
* | | | StrictMode: use Log.isLoggableBrad Fitzpatrick2010-11-181-1/+1
* | | | StrictMode: shut up VM penalty logging on debug builds.Brad Fitzpatrick2010-11-171-2/+1
* | | | am 74923d3a: am d34c1495: Merge "Prevent system crash when OOM in Binder thre...Jean-Baptiste Queru2010-11-171-0/+4
|\ \ \ \ | |/ / /
| * | | am d34c1495: Merge "Prevent system crash when OOM in Binder thread."Jean-Baptiste Queru2010-11-171-0/+4
| |\ \ \ | | |/ /
| | * | Merge "Prevent system crash when OOM in Binder thread."Jean-Baptiste Queru2010-11-171-0/+4
| | |\ \
| | | * | Prevent system crash when OOM in Binder thread.Mattias Petersson2010-11-051-0/+4
* | | | | Annotate ListView with StrictMode.SpanBrad Fitzpatrick2010-11-161-1/+5
* | | | | Fast no-op path for StrictMode.Span on user builds.Brad Fitzpatrick2010-11-161-1/+18
* | | | | am 8443dd16: am 383e95e2: Merge "DropBox: Read until the end of stream has be...Brad Fitzpatrick2010-11-161-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | am 383e95e2: Merge "DropBox: Read until the end of stream has been reached"Brad Fitzpatrick2010-11-161-1/+6
| |\ \ \ \ | | |/ / /
| | * | | DropBox: Read until the end of stream has been reachedChristian Lindeberg2010-11-161-1/+6
| | |/ /
* | | | Fix CloseGuard/StrictMode integration.Brad Fitzpatrick2010-11-141-1/+3
* | | | StrictMode.Span supportBrad Fitzpatrick2010-11-111-0/+168
* | | | The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-10/+5
* | | | Add custom CloseGuard.Reporter for StrictModeBrian Carlstrom2010-11-081-1/+22