- 08 Apr, 2010 1 commit
-
-
Jim Miller authored
This fixes a bug where changing an alphanumeric password didn't ask for the old password first. Change-Id: I8ef4d2b4b87d02c6ddd23da3177e6802fc579c64
-
- 07 Apr, 2010 3 commits
-
-
Michael Chan authored
-
Adam Powell authored
-
Brad Fitzpatrick authored
-
- 06 Apr, 2010 4 commits
-
-
Charles Chen authored
current default language was still supported when the default engine changes. Change-Id: I2f4b986311161ceaa9d4b9cf3a495f536d9425cd
-
Brad Fitzpatrick authored
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
-
Michael Chan authored
Change-Id: Ic4771e7c305192fee56f5f80c6cabeecf11a99dc
-
Adam Powell authored
Change-Id: Iea5d341d771d18e5d9bf7c6686995ba6cbbf2172
-
- 05 Apr, 2010 1 commit
-
-
Irfan Sheriff authored
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
-
- 03 Apr, 2010 1 commit
-
-
Kenny Root authored
Change-Id: I7ce7aa7745bfb57870f1239dba8bd0bd714590dd
-
- 02 Apr, 2010 1 commit
-
-
Daniel Sandler authored
-
- 31 Mar, 2010 4 commits
-
-
Dianne Hackborn authored
android.view.WindowManager$BadTokenException: Unable to add window Change-Id: Ie844fd9cde05134431695f4f5bd27827e9e23ce5
-
Jeff Brown authored
-
Dianne Hackborn authored
-
Dianne Hackborn authored
Also fix to put the services in a somewhat reasonable order. Change-Id: I564c4d3fb1c0d803fe795c3d3a4a1d1d731f77fa
-
- 30 Mar, 2010 9 commits
-
-
Robert Greenwalt authored
-
Mike LeBeau authored
Change-Id: Iffaf7276340c00b3652e38580abdb218e5907917
-
Mike LeBeau authored
http://b/2546173 Change-Id: I7d59a69eba0e4f3c87586c968574d291a200352c
-
Jim Miller authored
-
Robert Greenwalt authored
bug:2546313 Change-Id: Ib70118b40289abd3cafdecf7fc814ca48bce2960
-
Daniel Sandler authored
Volume (of the ringer, notifications, media, and alarms) may no longer be adjusted while the phone is in silent mode. This was the behavior in Eclair and earlier releases. This rolls back a small portion of change I724c43aa in the interest of stability (see bugs listed below for weirdness that occurs when the ringer's SeekBarVolumizer is visible when the ringtone stream is muted). Bug: 2552268 Bug: 2544706 Change-Id: I4858e6d85e5ec8c4bba83b649e24dd5915252eb2
-
Kenny Root authored
Change-Id: Ib730899be1485cc95ed6254279bae0c9413332b3
-
Jim Miller authored
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
-
Jeff Brown authored
This fixes a bug in the current code that causes apps to be removed from the list when they become unavailable. Change-Id: Ic0b4c0fa34662ce3c458117b6807742448ec6575
-
- 29 Mar, 2010 4 commits
-
-
Oscar Montemayor authored
Merge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug#2502219." into froyo
-
Suchi Amalapurapu authored
-
Suchi Amalapurapu authored
The new string will be defined later. Change-Id: I7dc80ca96461e083cd8d8fba4815ac263dac61a4
-
http://b/issue?id=2538399San Mehat authored
Change-Id: I94b84a45557cbce706c37d5088d398283a639c80 Signed-off-by:
San Mehat <san@google.com>
-
- 27 Mar, 2010 1 commit
-
-
Oscar Montemayor authored
Removing unused features from source tree. Please refer to Bug#2502219. Change-Id: Ib3321f3c0e3edf7dff947917ba9bad0f7da93c89
-
- 26 Mar, 2010 3 commits
-
-
Dianne Hackborn authored
Change-Id: I45f75f8e2c43ba0dae51d37e104d18d0b1a2cdbf
-
Jim Miller authored
-
Jim Miller authored
Change-Id: I908b4229d46061f3d450adec72b04276fe10afc1
-
- 25 Mar, 2010 5 commits
-
-
Jaikumar Ganesh authored
-
Jaikumar Ganesh authored
This improves OPP transfer time by a couple of seconds. Change-Id: I40e8f092ca3950a2d180b78f07f1cc717f2daaf6
-
Irfan Sheriff authored
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
-
Irfan Sheriff authored
We need to explicitly disable wifi while enabling tethering and disable tethering while enabling wifi Bug: 2539071 Change-Id: I7fda6e4d9d1bb804e81561d52b5f3a982a674b0e
-
Amith Yamasani authored
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.
-
- 24 Mar, 2010 1 commit
-
-
Suchi Amalapurapu authored
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
-
- 23 Mar, 2010 2 commits
-
-
Suchi Amalapurapu authored
Merge "Disable uninstall button when move is in progress. Handle onActivityResult in ManageApplications when a package has been uninstalled."
-
Suchi Amalapurapu authored
Handle onActivityResult in ManageApplications when a package has been uninstalled. Change-Id: I4c4a8a54f9743f89949f47e21c1e143ac08ca2c3
-