summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* am a79239b1: Merge change I2d844842 into eclairAmith Yamasani2009-11-111-1/+8
|\
| * Merge change I2d844842 into eclairAndroid (Google) Code Review2009-11-111-1/+8
| |\
| | * Fix for NPE in #2248683Amith Yamasani2009-11-111-1/+8
* | | am 5469ff8b: b/2226832 Showing Pairing Dialog in the foregroundMichael Chan2009-11-103-12/+63
|\ \ \ | |/ /
| * | b/2226832 Showing Pairing Dialog in the foregroundMichael Chan2009-11-103-12/+63
| |/
* | am 834e5993: b/2234854 Fixed Bluetooth API return codes for requesting permis...Michael Chan2009-11-062-26/+26
|\ \ | |/
| * b/2234854 Fixed Bluetooth API return codes for requesting permission to enabl...Michael Chan2009-11-052-26/+26
* | am 4d004e91: b/2238546 Fixed NPE in Settings when Bluetooth "class" is nullMichael Chan2009-11-051-6/+10
|\ \ | |/
| * b/2238546 Fixed NPE in Settings when Bluetooth "class" is nullMichael Chan2009-11-041-6/+10
* | am fd07eb22: Merge change Ibe1d06fc into eclairMike Lockwood2009-10-301-1/+1
|\ \ | |/
| * Merge change Ibe1d06fc into eclairAndroid (Google) Code Review2009-10-301-1/+1
| |\
| | * Avoid setting screen brightness when initializing brightness dialog in automa...Mike Lockwood2009-10-301-1/+1
* | | am 0cb3743e: b/2219381 Gray out Bluetooth Settings for the emulatorMichael Chan2009-10-291-4/+14
|\ \ \ | |/ /
| * | b/2219381 Gray out Bluetooth Settings for the emulatorMichael Chan2009-10-291-4/+14
| |/
* | am dd45a47b: Merge change I4d31288f into eclairAmith Yamasani2009-10-291-6/+18
|\ \ | |/
| * Merge change I4d31288f into eclairAndroid (Google) Code Review2009-10-291-6/+18
| |\
| | * Fix for 1974140. Delete entry if not valid on hitting home.Amith Yamasani2009-10-281-6/+18
* | | am 53dcdeeb: Don\'t restore old brightness when cancelling brightness dialog ...Mike Lockwood2009-10-291-2/+3
|\ \ \ | |/ /
| * | Don't restore old brightness when cancelling brightness dialog in automatic m...Mike Lockwood2009-10-281-2/+3
| |/
* | am d02acfb9: Merge change I2abbb876 into eclairMike Cleron2009-10-291-13/+24
|\ \ | |/
| * Merge change I2abbb876 into eclairAndroid (Google) Code Review2009-10-281-13/+24
| |\
| | * New widgetsMike Cleron2009-10-271-13/+24
* | | am 195bc434: Add Authentication Type field to the APN settings.Jaikumar Ganesh2009-10-281-41/+90
|\ \ \ | |/ /
| * | Add Authentication Type field to the APN settings.Jaikumar Ganesh2009-10-261-41/+90
* | | Disable Save of empty-named AP.Robert Greenwalt2009-10-261-5/+36
* | | am 62d3407d: Minor change to use defined key rather than a string.Neel Parekh2009-10-231-1/+1
|\ \ \ | |/ /
| * | Minor change to use defined key rather than a string.Neel Parekh2009-10-221-1/+1
* | | Fix the build.Patrick Scott2009-10-231-1/+1
* | | resolved conflicts for merge of e304b9f4 to eclair-mr2Neel Parekh2009-10-221-70/+84
|\ \ \ | |/ /
| * | Add a intent extra to only show the access points in the settings menu.Neel Parekh2009-10-221-69/+84
| |/
* | am 941c3b17: Merge change I61c28c5f into eclairAmith Yamasani2009-10-191-0/+3
|\ \ | |/
| * Merge change I61c28c5f into eclairAndroid (Google) Code Review2009-10-191-0/+3
| |\
| | * Use radio hunting time in addition to signal strength for cell standby comput...Amith Yamasani2009-10-191-0/+3
* | | Merge change Iec5461bc into eclair-mr2Android (Google) Code Review2009-10-181-275/+41
|\ \ \
| * | | Remove OEM-specific bits from RadioInfo.Tammo Spalink2009-10-161-275/+41
* | | | am cdf42466: Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-162-18/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-142-18/+7
* | | am 9f1900dc: Fix issue #2185893: Can not install 3D Media GalleryDianne Hackborn2009-10-131-1/+2
|\ \ \ | |/ /
| * | Fix issue #2185893: Can not install 3D Media GalleryDianne Hackborn2009-10-131-1/+2
| |/
* | Merge change I69ea4234 into eclair-mr2Android (Google) Code Review2009-10-134-18/+5
|\ \
| * | Remove the getHumanReadibleSsid().Chung-yih Wang2009-10-134-18/+5
* | | Merge change I6983cab3 into eclair-mr2Android (Google) Code Review2009-10-131-7/+19
|\ \ \ | |/ / |/| |
| * | Add saving/restoring state in CredentialInstaller and ...Hung-ying Tyan2009-10-131-7/+19
* | | Push down the supplicant-specific double-quote handling to framework.Chung-yih Wang2009-10-092-22/+14
|/ /
* | am c065348e: Show an error message when the remote side cancels the authentic...Jaikumar Ganesh2009-10-082-4/+3
|\ \ | |/
| * Show an error message when the remote side cancels the authenticationJaikumar Ganesh2009-10-082-4/+3
* | b/2173596 Cancel Bluetooth scanning when the user leaves Bluetooth Settings.Michael Chan2009-10-083-1/+13
* | am d1a04291: Update application code for BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-072-2/+2
|\ \ | |/
| * Update application code for BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-082-2/+2
* | Merge change I8e1b0fb7 into eclair-mr2Android (Google) Code Review2009-10-071-1/+1
|\ \