summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix network disable on connectIrfan Sheriff2010-04-051-0/+1
| | | | | | | | | | | | | | | If we dont have an updated access point list when we are re-enabling networks after connecting, we could end up keeping some networks disabled. This could happen if there is no event that triggers an access point before enabling networks Update the current access point list right before enabling all networks. Bug: 2567770 Change-Id: Ieb1ac8147d4acb05a6d13c44396653f0af94643d
* Fix issue #2549511 Crash while moving the installed app to PhoneDianne Hackborn2010-03-311-0/+4
| | | | | | android.view.WindowManager$BadTokenException: Unable to add window Change-Id: Ie844fd9cde05134431695f4f5bd27827e9e23ce5
* Merge "Refresh apps when they become (un)available." into froyoJeff Brown2010-03-311-56/+65
|\
| * Refresh apps when they become (un)available.Jeff Brown2010-03-291-56/+65
| | | | | | | | | | | | | | This fixes a bug in the current code that causes apps to be removed from the list when they become unavailable. Change-Id: Ic0b4c0fa34662ce3c458117b6807742448ec6575
* | Merge "Fix issue# 2544176: running services list update outside of ui ↵Dianne Hackborn2010-03-301-32/+98
|\ \ | | | | | | | | | thread." into froyo
| * | Fix issue# 2544176: running services list update outside of ui thread.Dianne Hackborn2010-03-301-32/+98
| |/ | | | | | | | | | | Also fix to put the services in a somewhat reasonable order. Change-Id: I564c4d3fb1c0d803fe795c3d3a4a1d1d731f77fa
* | Merge "Add Title to the Tether help dialog" into froyoRobert Greenwalt2010-03-301-0/+1
|\ \
| * | Add Title to the Tether help dialogRobert Greenwalt2010-03-301-0/+1
| | | | | | | | | | | | | | | bug:2546313 Change-Id: Ib70118b40289abd3cafdecf7fc814ca48bce2960
* | | Merge "Fix 2527411: Remove unusable display timeouts from Settings." into froyoJim Miller2010-03-301-8/+30
|\ \ \ | |_|/ |/| |
| * | Fix 2527411: Remove unusable display timeouts from Settings.Jim Miller2010-03-291-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fix removes unusable display timeouts from Settings when a device policy is enabled. Patch 3 catches the case where not having any active policies clears the list. Change-Id: I5b08d420c73b1c2e6fe2bb4e65656790290574cd
* | | Merge "DO NOT MERGE Removing unused features from source tree. Please refer ↵Oscar Montemayor2010-03-291-74/+6
|\ \ \ | |/ / |/| | | | | to Bug#2502219." into froyo
| * | DO NOT MERGEOscar Montemayor2010-03-261-74/+6
| | | | | | | | | | | | | | | | | | | | | Removing unused features from source tree. Please refer to Bug#2502219. Change-Id: Ib3321f3c0e3edf7dff947917ba9bad0f7da93c89
* | | Merge "Return empty string for new error code. The new string will be ↵Suchi Amalapurapu2010-03-291-1/+3
|\ \ \ | | | | | | | | | | | | defined later." into froyo
| * | | Return empty string for new error code.Suchi Amalapurapu2010-03-291-1/+3
| | |/ | |/| | | | | | | | | | | | | The new string will be defined later. Change-Id: I7dc80ca96461e083cd8d8fba4815ac263dac61a4
* | | Settings: Fix for http://b/issue?id=2538399 (ANR while formatting sd)San Mehat2010-03-291-7/+11
|/ / | | | | | | | | Change-Id: I94b84a45557cbce706c37d5088d398283a639c80 Signed-off-by: San Mehat <san@google.com>
* | API council: don't allow admin add from new task.Dianne Hackborn2010-03-261-0/+7
|/ | | | Change-Id: I45f75f8e2c43ba0dae51d37e104d18d0b1a2cdbf
* Merge "Fix 2535700: Add support for enforcing password quality"Jim Miller2010-03-255-52/+74
|\
| * Fix 2535700: Add support for enforcing password qualityJim Miller2010-03-255-52/+74
| | | | | | | | Change-Id: I908b4229d46061f3d450adec72b04276fe10afc1
* | Merge "Stop scanning as soon as device is picked in the device picker."Jaikumar Ganesh2010-03-251-0/+1
|\ \
| * | Stop scanning as soon as device is picked in the device picker.Jaikumar Ganesh2010-03-251-0/+1
| | | | | | | | | | | | | | | | | | This improves OPP transfer time by a couple of seconds. Change-Id: I40e8f092ca3950a2d180b78f07f1cc717f2daaf6
* | | Remember Wifi state prior to tetheringIrfan Sheriff2010-03-251-3/+24
| |/ |/| | | | | | | | | | | | | | | | | We now remember whether Wifi was enabled prior to enabling tethering. This will allow us to restore Wifi when tethering is disabled. Bug: 2537983 Change-Id: Ia530563bd5647856d62cd59b67ae5156de6fd5d9
* | Disable tethering to enable WifiIrfan Sheriff2010-03-253-0/+26
| | | | | | | | | | | | | | | | We need to explicitly disable wifi while enabling tethering and disable tethering while enabling wifi Bug: 2539071 Change-Id: I7fda6e4d9d1bb804e81561d52b5f3a982a674b0e
* | Fix 2242164 Soft keyboard keeps getting enabled even if I disable itAmith Yamasani2010-03-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On keyboardful devices, it is possible to disable the system soft input method. Something changed in eclair that caused the ime to be re-enabled on every package manager update (packages added/deleted). Now keep track of disabled system imes in the settings db and search in that list before enabling a system IME on package changes. Every time the user goes to settings to enable/disable imes, the list is re-created. Any new system IMEs that may be added via an OTA will get enabled if they have a different package name.
* | When unmounting the sdcard, we are currently checking for apps thatSuchi Amalapurapu2010-03-241-17/+3
| | | | | | | | | | | | | | have open file references on the sdcard. We also have to check for apps on sd that are currently running. Use the new ActivityManager api to get a list of these apps before deciding to show the dialog. Change-Id: Idb00fcbd0a3f314d75ee1662cb2b10a84569527a
* | Merge "Disable uninstall button when move is in progress. Handle ↵Suchi Amalapurapu2010-03-232-42/+61
|\ \ | | | | | | | | | onActivityResult in ManageApplications when a package has been uninstalled."
| * | Disable uninstall button when move is in progress.Suchi Amalapurapu2010-03-232-42/+61
| | | | | | | | | | | | | | | | | | | | | Handle onActivityResult in ManageApplications when a package has been uninstalled. Change-Id: I4c4a8a54f9743f89949f47e21c1e143ac08ca2c3
* | | Merge "The getStorageUsers only returns list of storage users accessing the ↵Suchi Amalapurapu2010-03-231-19/+46
|\ \ \ | |_|/ |/| | | | | sdcard. We also have to check if applications on sdcard are currently running."
| * | The getStorageUsers only returns list of storage users accessing the sdcard.Suchi Amalapurapu2010-03-231-19/+46
| |/ | | | | | | | | | | We also have to check if applications on sdcard are currently running. Change-Id: I4b6478bc834e956f963735f69829c5ba4c7fb8c2
* | Update running services in background thread.Dianne Hackborn2010-03-231-87/+155
|/ | | | | | | This avoid the main UI glitching when an update happens. Also fix some problems with how overall memory usage was shown. Change-Id: Ida415eb07c8671059a24c3be1ebf16910f4b6da2
* Fix the incorrect keystore prefix of private key in the wpa_supplicant.conf.Chung-yih Wang2010-03-231-1/+1
| | | | Change-Id: Ibc77d10f6c945d274037422b2e4e58d1bbd9888d
* Merge "Make the Power Control widget more responsive."Brad Fitzpatrick2010-03-221-101/+343
|\
| * Make the Power Control widget more responsive.Brad Fitzpatrick2010-03-221-101/+343
| | | | | | | | | | | | BUG=2535155 Change-Id: Id3049fa9ba850c05140d7374065717b854a5d721
* | Merge "Fixing a problem with the TextToSpeech settings not reflecting the ↵Charles Chen2010-03-221-0/+10
|\ \ | | | | | | | | | current engine that the user has selected when displaying the list of engines that are available."
| * | Fixing a problem with the TextToSpeech settings not reflectingCharles Chen2010-03-221-0/+10
| |/ | | | | | | | | | | | | the current engine that the user has selected when displaying the list of engines that are available. Change-Id: I77d35ff1c691fd3e5c967fcf367647d415d2468e
* | Add password hint and fix settings crashIrfan Sheriff2010-03-221-13/+15
| | | | | | | | | | | | Bug: 2534348 Bug: 2533980 Change-Id: I2f220ac9c710869d3f93a56557afb33478c3b323
* | Update AP config statusIrfan Sheriff2010-03-222-6/+15
|/ | | | | Bug: 2533950 Change-Id: Idac1213b9dc44c073fa5cf8da00b8599161565f2
* Choose the Tether help file based on device configRobert Greenwalt2010-03-191-1/+13
| | | | | | | Don't show wifi Tethering help on devices that don't support it, etc. bug:2520021 Change-Id: I905d1b66fc239d5a5f5028715623d8781041f9ca
* Move status update to WifiApEnablerIrfan Sheriff2010-03-192-34/+49
| | | | | Bug: 2528202 Change-Id: I093699ac171279af9df5f3b3b4ae359aab79088b
* Merge "Fix 2520977: NPE in com.android.settings.deviceinfo.Status"David Brown2010-03-181-1/+7
|\
| * Fix 2520977: NPE in com.android.settings.deviceinfo.StatusDavid Brown2010-03-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In normal operation, Phone.getLine1Number() returns an empty string if the device doesn't know its own phone number for some reason. However the monkey caught a case where it was returning null, which crashed the Settings -> About Phone -> Status app. However the javadoc for Phone.getLine1Number() *does* clearly say "May return null if not available or the SIM is not ready", so the Status app *should* gracefully handle this. Now it does. (We display this case as "Unknown", just like if we get an empty string.) FWIW I grepped thru the rest of the code base for other uses of getLine1Number(), and everybody else *does* handle null gracefully except for one case in apps/Mms, which I'll open a separate bug about. Bug: 2520977 Change-Id: I173561f903f116dbdc2b7c32b8011b59a9eb29d7
* | Saving the list of enabled plugins in secure settings so that theCharles Chen2010-03-171-4/+10
|/ | | | | | TextToSpeech service can later check which plugins are enabled. Change-Id: I5fce45540c1b7faf466c11b3b76259fde2e7c2ed
* WifiSettings: do not set auth_alg for WPA/WPA2 networks.Chia-chi Yeh2010-03-171-1/+0
| | | | Change-Id: Ib41a52d90ca8db3cb52aa1fb87e2433bb76f4de2
* Merge "Adding plugin specific settings to TTS settings + changing the UI to ↵Charles Chen2010-03-161-14/+129
|\ | | | | | | be more like the IME settings."
| * Adding plugin specific settings to TTS settings + changing the UICharles Chen2010-03-161-14/+129
| | | | | | | | | | | | to be more like the IME settings. Change-Id: I0d26042262b4d9e636d3f456e867c725fa56ae55
* | softAp UI changesIrfan Sheriff2010-03-164-113/+68
| | | | | | | | | | | | | | | | | | Remove channel settings Add subtext error handling Remove WEP, keep WPA2 only for now Bug: 2413908 Change-Id: Ie867e84a0705f0d2185eeb3a4c86a8227446a338
* | Merge "Fix WEP Open/Shared network settings"Dmitry Shmidt2010-03-161-0/+1
|\ \ | |/ |/|
| * Fix WEP Open/Shared network settingsDmitry Shmidt2010-03-161-0/+1
| | | | | | | | | | Change-Id: I2ccf73e19d27ed5c60f3f028a44a241ed6a7bb50 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Merge "Add Tether Help UI."Robert Greenwalt2010-03-151-0/+18
|\ \
| * | Add Tether Help UI.Robert Greenwalt2010-03-151-0/+18
| | | | | | | | | | | | | | | | | | Add a "Help" button to the tethering page that loads on-device html. Change-Id: I816ec552a4433296a6cb57345a37611eb2a92b37
* | | Format the phone number when displaying in the status settings panel.Jeff Hamilton2010-03-151-1/+2
| |/ |/| | | | | Change-Id: I12e437696ebfa6ca8dcdc373f1387fd98e451e50