summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* Proper fix for zero signal strength and no_service. Fixes #2176141Amith Yamasani2009-10-191-1/+19
* Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-161-3/+0
* Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.E...Jeff Hamilton2009-10-101-1/+1
* Make sure AsyncTask sens a null result to onPostExecute() when cancelled.Romain Guy2009-10-051-0/+1
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-282-0/+151
* Fix 2146581: Make tabs work for donut appsMike Cleron2009-09-251-0/+3
* Track CPU speed stepping to get more accurate CPU cost per app.Amith Yamasani2009-09-201-0/+12
* Add better APIs for the battery status, and other cleanup.Dianne Hackborn2009-09-191-2/+65
* Add API to retrieve memory used by running processes.Dianne Hackborn2009-09-171-0/+21
* Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-153-6/+21
* Merge change 23619 into eclairAndroid (Google) Code Review2009-09-151-0/+3
|\
| * Add automatic lighting control frameworkDan Murphy2009-09-151-0/+3
* | Various fixed for back key handling.Dianne Hackborn2009-09-141-0/+3
|/
* Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-141-1/+16
* Performance measurement framework:Jack Wang2009-09-111-0/+524
* Add support for running apps with uid/gid AID_LOG by specifying android.uid.l...Mike Lockwood2009-09-031-0/+6
* Various infrastructure to support a running services UI.Dianne Hackborn2009-09-011-1/+52
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-242-4/+5
* Add more control over a service's start state.Dianne Hackborn2009-08-241-0/+13
* resolved conflicts for merge of 6550076f to masterDianne Hackborn2009-08-121-1/+10
|\
| * The DONUT constant also needs to be updated to the official SDK version.Dianne Hackborn2009-08-121-1/+10
* | SystemProperties: eliminate unnecessary string allocation.Mike Lockwood2009-08-121-28/+12
* | Update docs.Joe Onorato2009-07-311-1/+7
* | Only restore the bits for wallpapers that aren't built in.Joe Onorato2009-07-291-13/+26
* | PowerManager: Add proximity sensor support.Mike Lockwood2009-07-282-2/+42
* | am ef1a92ab: Merge change 7961 into donutAndroid (Google) Code Review2009-07-201-1/+21
|\ \ | |/
| * Bluetooth at command tracking.Amith Yamasani2009-07-201-1/+21
* | Make Process.getFreeMemory() return a long instead of an int, to betterMarco Nelissen2009-07-171-1/+1
* | resolved conflicts for merge of b06ea706 to masterDianne Hackborn2009-07-141-5/+19
|\ \ | |/
| * Add reporting of activity movement for search manager.Dianne Hackborn2009-07-141-5/+19
* | resolved conflicts for merge of 889c2d37 to masterDianne Hackborn2009-07-101-0/+6
|\ \ | |/
| * Fix bug #1873249i: Apps can DoS/brick deviceDianne Hackborn2009-07-091-0/+6
* | am d1e5e3ff: Merge change 6639 into donutAndroid (Google) Code Review2009-07-091-0/+6
|\ \ | |/
| * Restore audio settings and wifi.Amith Yamasani2009-07-091-0/+6
* | Improve the Vibrator service by keeping track of multiple vibration requests.Patrick Scott2009-07-062-5/+6
* | am 040441fa: Merge change 5529 into donutAndroid (Google) Code Review2009-06-291-3/+3
|\ \ | |/
| * Tweak the core and maximum pool sizes for AsyncTask.Romain Guy2009-06-261-3/+3
* | am f881762f: Merge change 5351 into donutAndroid (Google) Code Review2009-06-251-1/+15
|\ \ | |/
| * Add a method to Process to get uid for a pid.Amith Yamasani2009-06-241-1/+15
* | am 9c8dd55a: Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-241-0/+15
|\ \ | |/
| * Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-241-0/+15
* | MemoryFile.isMemoryFile was internally determining the length ofMarco Nelissen2009-06-171-2/+15
* | am eaeb663b: Track activity foreground CPU usage for battery stats.Amith Yamasani2009-06-031-8/+15
|\ \ | |/
| * Track activity foreground CPU usage for battery stats.Amith Yamasani2009-06-031-8/+15
* | am c1823701: Handle EOF correctly in MemoryFile input stream.Bjorn Bringert2009-06-031-1/+10
|\ \ | |/
| * Handle EOF correctly in MemoryFile input stream.Bjorn Bringert2009-06-031-1/+10
* | am 963cd006: Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert2009-06-031-5/+112
|\ \ | |/
| * Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert2009-06-031-5/+112
* | am 162c9d0e: Merge change 2805 into donutAndroid (Google) Code Review2009-06-011-1/+1
|\ \ | |/
| * base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-1/+1