Merge commit '6e29e07357cb733ff204de21bfb4bf45833d4861' into kraken
* commit '6e29e07357cb733ff204de21bfb4bf45833d4861':
Make Power Control widget a bit more responsive.
Merge commit '473111bcfca1342fdbd74af10189931a386c8f24' into kraken
* commit '473111bcfca1342fdbd74af10189931a386c8f24':
Fixing bug #2575499 - TextToSpeech Settings did not verify that the
Based on a lot of timings on Sapphire.
Also, initially this CL improved the speed of Toasts, but now it just
removes the use of Toasts in the widget after eng/UX discussions with
various people.
BUG=2535155
Change-Id: I134a730f17ebee8a119b7796984f00b22e0d6120
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
Merge commit '07f636059a2fb45f2d8284fedbbbba2c78b05157' into kraken
* commit '07f636059a2fb45f2d8284fedbbbba2c78b05157':
Fix issue #2549511 Crash while moving the installed app to Phone
Merge commit '9c0cc3b8ee5f32c485ced17e72a2d9dc551e1caa' into kraken
* commit '9c0cc3b8ee5f32c485ced17e72a2d9dc551e1caa':
Refresh apps when they become (un)available.
Merge commit '388b4a8726459c20827bc44488ffb9eb890080ee' into kraken
* commit '388b4a8726459c20827bc44488ffb9eb890080ee':
Add Title to the Tether help dialog
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
This fixes a bug in the current code that causes apps to be removed
from the list when they become unavailable.
Change-Id: Ic0b4c0fa34662ce3c458117b6807742448ec6575
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
We need to explicitly disable wifi while enabling
tethering and disable tethering while enabling wifi
Bug: 2539071
Change-Id: I7fda6e4d9d1bb804e81561d52b5f3a982a674b0e
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.
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