summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-082-0/+24
* Set umask of system server to 0077Mike Lockwood2010-08-061-0/+2
* New two-pane mode for PreferenceActivity.Dianne Hackborn2010-08-031-0/+11
* am e2d33bbc: am d2165cfc: Merge "StrictMode: time violations in Binder calls"...Brad Fitzpatrick2010-07-301-74/+213
|\
| * am d2165cfc: Merge "StrictMode: time violations in Binder calls" into gingerb...Brad Fitzpatrick2010-07-301-74/+213
| |\
| | * StrictMode: time violations in Binder callsBrad Fitzpatrick2010-07-301-74/+213
* | | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-1/+1
|\ \ \ | |/ /
| * | am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." ...Brad Fitzpatrick2010-07-271-1/+1
| |\ \ | | |/
| | * Merge "Replace several IPCThreadState::get() lookups with one." into gingerbreadBrad Fitzpatrick2010-07-271-1/+1
| | |\
| | | * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-1/+1
* | | | am 070433ed: am 76d9bf52: am 8c65ee2d: Merge "Add a method to let a properly ...Joe Onorato2010-07-271-0/+1
|\ \ \ \ | |/ / /
| * | | am 76d9bf52: am 8c65ee2d: Merge "Add a method to let a properly permissioned ...Joe Onorato2010-07-271-0/+1
| |\ \ \ | | |/ /
| | * | am 8c65ee2d: Merge "Add a method to let a properly permissioned app directly ...Joe Onorato2010-07-271-0/+1
| | |\ \ | | | |/ | | |/|
| | | * Add a method to let a properly permissioned app directlyJoe Onorato2010-07-241-0/+1
* | | | am b5daea8a: am eacf0ecd: Merge "Fix StrictMode for Binder.dump()" into ginge...Brad Fitzpatrick2010-07-261-1/+11
|\ \ \ \ | |/ / /
| * | | am eacf0ecd: Merge "Fix StrictMode for Binder.dump()" into gingerbreadBrad Fitzpatrick2010-07-261-1/+11
| |\ \ \ | | |/ /
| | * | Fix StrictMode for Binder.dump()Brad Fitzpatrick2010-07-261-1/+11
* | | | am 443d884e: am 3bee5af8: Battery stats: start removing last stats, keep tota...Dianne Hackborn2010-07-261-3/+19
|\ \ \ \ | |/ / /
| * | | am 3bee5af8: Battery stats: start removing last stats, keep total discharge.Dianne Hackborn2010-07-261-3/+19
| |\ \ \ | | |/ /
| | * | Battery stats: start removing last stats, keep total discharge.Dianne Hackborn2010-07-241-3/+19
* | | | am 7da38863: am 3685db7f: am e8605af5: Merge "Avoid leaking file descriptors ...Dan Egnor2010-07-211-32/+57
|\ \ \ \ | |/ / /
| * | | am 3685db7f: am e8605af5: Merge "Avoid leaking file descriptors when returnin...Dan Egnor2010-07-211-32/+57
| |\ \ \ | | |/ /
| | * | am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ev...Dan Egnor2010-07-211-32/+57
| | |\ \ | | | |/
| | | * Avoid leaking file descriptors when returning drop box events.Dan Egnor2010-07-211-32/+57
* | | | am bc4fcec7: am 29e25bd3: Merge "Only print out wake locks in the if the wake...Jason Parks2010-07-201-7/+5
|\ \ \ \ | |/ / /
| * | | am 29e25bd3: Merge "Only print out wake locks in the if the wakelock was held...Jason Parks2010-07-201-7/+5
| |\ \ \ | | |/ /
| | * | Merge "Only print out wake locks in the if the wakelock was held." into ginge...Jason Parks2010-07-201-7/+5
| | |\ \
| | | * | Only print out wake locks in the if the wakelock was held.Jason Parks2010-07-201-7/+5
* | | | | am c78f9a0e: am 3c1363be: am 2f0dc6d9: Merge "COMMENT ONLY change to add some...Dan Egnor2010-07-202-3/+21
|\ \ \ \ \ | |/ / / /
| * | | | am 3c1363be: am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings abo...Dan Egnor2010-07-202-3/+21
| |\ \ \ \ | | |/ / /
| | * | | am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ParcelFile...Dan Egnor2010-07-202-3/+21
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * COMMENT ONLY change to add some warnings about ParcelFileDescriptorDan Egnor2010-07-202-3/+21
* | | | resolved conflicts for merge of ca48433a to masterJean-Baptiste Queru2010-07-201-8/+9
|\ \ \ \ | |/ / /
| * | | merge from open-source masterThe Android Open Source Project2010-07-201-8/+9
| |\ \ \ | | |/ / | |/| |
| | * | Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-07-191-8/+9
| | |/
* | | resolved conflicts for merge of 181bb0ab to masterKenny Root2010-07-162-0/+73
|\ \ \ | |/ /
| * | Add API to call to vold for mounting OBBsKenny Root2010-07-152-3/+83
* | | am 527e9c8f: am 703e5d3c: StrictMode: avoid an allocation in common caseBrad Fitzpatrick2010-07-152-9/+31
|\ \ \ | |/ /
| * | StrictMode: avoid an allocation in common caseBrad Fitzpatrick2010-07-152-9/+31
* | | am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...Brad Fitzpatrick2010-07-153-43/+273
|\ \ \ | |/ /
| * | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-153-43/+273
* | | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...Brad Fitzpatrick2010-07-152-1/+75
|\ \ \ | |/ /
| * | More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-1/+75
* | | Implement native dump for "am dumpheap -n".Andy McFadden2010-07-131-0/+7
* | | Allow "am" to initiate heap dumps.Andy McFadden2010-07-121-3/+16
* | | resolved conflicts for merge of d3233ae9 to masterChristopher Tate2010-07-011-0/+9
|\ \ \ | |/ /
| * | Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+9
* | | am b1efc3f6: am 7fbdc84e: More native input event dispatching.Jeff Brown2010-06-231-7/+0
|\ \ \ | |/ /
| * | More native input event dispatching.Jeff Brown2010-06-211-7/+0
* | | am 9a1034aa: am 6b7b4845: Various improvements to battery stats collectionDianne Hackborn2010-06-161-45/+263
|\ \ \ | |/ /