summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-22/+26
* am 11b822d2: Simplify density compatibility to a boolean.Dianne Hackborn2009-07-222-9/+22
|\
| * Simplify density compatibility to a boolean.Dianne Hackborn2009-07-222-9/+22
* | am 356d4a14: Merge change 8172 into donutAndroid (Google) Code Review2009-07-221-0/+11
|\ \ | |/
| * Add the phase2 field for EAP WiFi configuration.Chung-yih Wang2009-07-221-0/+11
* | am 9fc20b0e: Merge change 8126 into donutAndroid (Google) Code Review2009-07-212-9/+32
|\ \ | |/
| * First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-212-9/+32
* | First stab at poly-finger support.Dianne Hackborn2009-07-212-154/+295
* | am 2c25fac2: Merge change 8036 into donutAndroid (Google) Code Review2009-07-211-10/+6
|\ \ | |/
| * Merge change 8036 into donutAndroid (Google) Code Review2009-07-211-10/+6
| |\
| | * * Disable compatibility mode for all cases.Mitsuru Oshima2009-07-211-10/+6
* | | am 6fb608ee: Merge change 7854 into donutAndroid (Google) Code Review2009-07-211-5/+49
|\ \ \ | |/ /
| * | Merge change 7854 into donutAndroid (Google) Code Review2009-07-211-5/+49
| |\ \ | | |/ | |/|
| | * Issue #1884058 (Need to only record frequency and duration for selected Googl...Dianne Hackborn2009-07-191-5/+49
* | | am ef1a92ab: Merge change 7961 into donutAndroid (Google) Code Review2009-07-201-1/+1
|\ \ \ | |/ /
| * | Merge change 7961 into donutAndroid (Google) Code Review2009-07-201-1/+1
| |\ \
| | * | Bluetooth at command tracking.Amith Yamasani2009-07-201-1/+1
* | | | am 3b5449e9: Merge change 7862 into donutAndroid (Google) Code Review2009-07-201-16/+21
|\ \ \ \ | |/ / /
| * | | * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneW...Mitsuru Oshima2009-07-201-16/+21
| |/ /
* | | Merge change 7945Android (Google) Code Review2009-07-201-0/+4
|\ \ \
| * | | Clean up when an attempted restore throwsChristopher Tate2009-07-201-0/+4
* | | | am 841f13c8: * Reverted the change in PackageParser that I checked by acciden...Mitsuru Oshima2009-07-191-0/+16
|\ \ \ \ | | |/ / | |/| |
| * | | * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-191-0/+16
| | |/ | |/|
* | | am 54f09101: Merge change 7613 into donutAndroid (Google) Code Review2009-07-171-13/+32
|\ \ \ | |/ / | | / | |/ |/|
| * Merge change 7613 into donutAndroid (Google) Code Review2009-07-171-13/+32
| |\
| | * * Use Fede In/Out animation if one of opening/closing apps is in compatibili...Mitsuru Oshima2009-07-171-13/+32
* | | Merge change 7625Android (Google) Code Review2009-07-171-81/+118
|\ \ \
| * | | Whitespace cleanup prior to real work.Robert Greenwalt2009-07-161-81/+118
* | | | am 3735df20: Merge change 7545 into donutAndroid (Google) Code Review2009-07-171-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge change 7545 into donutAndroid (Google) Code Review2009-07-161-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | MountListener: When we connect to vold, explicitly mount external storage.San Mehat2009-07-161-0/+1
| * | | Merge change 7598 into donutAndroid (Google) Code Review2009-07-161-2/+5
| |\ \ \
| | * | | DO NOT MERGE - Disable settings backup in DonutChristopher Tate2009-07-161-2/+5
| | |/ /
| * | | Merge change 7572 into donutAndroid (Google) Code Review2009-07-161-2/+6
| |\ \ \
| | * | | Fix issue #1985606 (Boot crash when battery level of < 15% is reported) in DonutDianne Hackborn2009-07-161-2/+6
| | |/ /
* | | | am fae76f5b: Fix issue #1985502: Sapphire (and any other device) reports that...Dianne Hackborn2009-07-161-2/+4
|\ \ \ \ | |/ / /
| * | | Fix issue #1985502: Sapphire (and any other device) reports that it has a har...Dianne Hackborn2009-07-161-2/+4
* | | | am eb09c6a0: Merge change 7568 into donutAndroid (Google) Code Review2009-07-161-5/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Issue #1969025: need api for launching intent as if it were coming from anoth...Dianne Hackborn2009-07-161-5/+10
| |/
* | Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOTChristopher Tate2009-07-161-8/+10
* | EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-162-5/+74
* | am b9bae58e: Merge change 7402 into donutAndroid (Google) Code Review2009-07-151-151/+262
|\ \ | |/
| * Merge change 7402 into donutAndroid (Google) Code Review2009-07-151-151/+262
| |\
| | * Added fade-in out animation for compatible appsMitsuru Oshima2009-07-151-151/+262
| * | Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato2009-07-151-2/+6
* | | The rest of ever-backed-up trackingChristopher Tate2009-07-151-5/+71
* | | Ensure that everything gets backed up at least onceChristopher Tate2009-07-151-38/+111
* | | Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato2009-07-151-2/+6
* | | Merge change 7353Android (Google) Code Review2009-07-153-67/+315
|\ \ \
| * | | Implement virtual button support.Dianne Hackborn2009-07-143-67/+315