Commit Graph

1692 Commits

Author SHA1 Message Date
Robert Greenwalt
a2488762a7 Update Tether Settings for new UMS behavior.
Framework Tethering now will remove USB interfaces from the available iface list
when UMS is started.  Do note when UMS changes though so we can display the correct
strings.

bug:2469818
Change-Id: I5bf1eaea71994cbf9882e10301e88593533651a2
2010-03-10 16:57:08 -08:00
Jim Miller
2348a9db51 Merge "Fix 2504863: Use password min/max constants in ChooseLockPassword" 2010-03-10 16:51:03 -08:00
Suchi Amalapurapu
5cc062f1cd Add new error dialog when moving apps fails.
Change-Id: I3b1c815ff5f515c2116771e0392cf91fbfaea9f4
2010-03-10 16:39:09 -08:00
Jim Miller
70d5c3a013 Fix 2504863: Use password min/max constants in ChooseLockPassword
This fixes a bug where the system was defaulting to 8 digits max password length.

The UI is best for N <=12, but works for more.  I set the default limit to 16 which is
more than most humans can remember. That also seems to be the practical limit for the small
sample of DevicePolicyManagers I checked.

DevicePolicyManagers can always specify more digits if they really want.

Change-Id: I8637e0c9366800886759424b5a28f48dca15c535
2010-03-10 14:50:14 -08:00
Amith Yamasani
7210caf802 Merge "Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility services check boxes" 2010-03-10 12:33:03 -08:00
Suchi Amalapurapu
d2b8efa494 Rename flag in ApplicationInfo
Change-Id: I368aabf364398bba574d8f5508d1d360f8c2dd6d
2010-03-10 09:56:33 -08:00
Daniel Sandler
00290356b4 Ensure "vibrate in silent" box is never disabled.
Should complete the decoupling work started in change
I724c43aa4f5b1a12b95097381844a47c5dcf1e0d.

Change-Id: I3bad426534533149879fb098533a223cdcdb4d72
2010-03-10 10:56:23 -05:00
Svetoslav Ganov
f7adf2bd07 Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility services check boxes
Change-Id: Ie5d78c1ddb61241db8259a200a3df1950d767cce
2010-03-09 20:32:20 -08:00
Amith Yamasani
8542d8972c Merge "Use a queried package name for the IME settings activity." 2010-03-09 15:13:42 -08:00
Amith Yamasani
e086d9ad61 Use a queried package name for the IME settings activity.
This fixes a bug that if the package name of the IME settingsActivity
is different from it's class name, it wouldn't find the activity. This
allows the package name to be optionally specified in the XML or it
will be queried, for proper intent resolution.

Change-Id: Ib9e6e8ef7d59ad9e88300529873eed2b39fe9981
2010-03-09 15:03:53 -08:00
Irfan Sheriff
41297ef73a Fix Wi-Fi title reference in settings
Change-Id: Ia17df113bb6dfdc6af1b5d3632a7594f21365485
2010-03-09 13:58:04 -08:00
Robert Greenwalt
204e7c1a6e Clean up the tethering settings screen a bit.
Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20
2010-03-09 11:19:37 -08:00
Eric Fischer
b7411b49c7 Merge "Use only the zh_Hant data file to make the zh_TW time zone list in Settings." 2010-03-09 10:21:18 -08:00
Erik
669262bca0 Merge "b/2491823 Fixed brightness toggle for phones w/o auto-brightness" 2010-03-09 09:40:23 -08:00
Hung-ying Tyan
488dc08b0b Fix VPN profile path in settings.
http://b/issue?id=2485656

...and eliminate multiple Settings instances in history stack

Change-Id: I076b78781ee7ce458f82e6d9659a94ce64841a0e
2010-03-09 12:25:01 +08:00
Jean-Baptiste Queru
f69dcab6ac Add an empty CleanSpec.mk
Change-Id: If6c3d9ba2f733b820841ded3f9d5d510db7abaf6
2010-03-08 18:05:08 -08:00
Eric Fischer
cbc2d324f6 Use only the zh_Hant data file to make the zh_TW time zone list in Settings.
Bug 2291444

Change-Id: Ifce1a89ab051b79bfcf6a376ebd674f09d6cc3c4
2010-03-08 17:56:58 -08:00
Erik
5bc5cedc7a b/2491823 Fixed brightness toggle for phones w/o auto-brightness
Logic didn't allow a transition from max to min brightness when used on
a phone that didn't support auto-brightness.
2010-03-08 15:25:43 -08:00
Daniel Sandler
29a6e1caa1 Merge "Remove dependencies within Sound settings." 2010-03-08 14:08:34 -08:00
Daniel Sandler
0be152c9bc Remove dependencies within Sound settings.
All checkboxes and other settings will be available to the
user regardless of whether the device is in silent mode.
(Previously, settings such as ringtone and volume were
dimmed if the phone was silent, which was inconvenient.)

Bug: 2496164
Change-Id: I724c43aa4f5b1a12b95097381844a47c5dcf1e0d
2010-03-08 15:50:34 -05:00
David Brown
fdee92f135 Add Settings strings for power button behavior (accessibility)
Bug: 2364220
2010-03-08 12:46:16 -08:00
Daniel Sandler
b8955defaf Merge "Fix vibrate settings for incoming calls." 2010-03-08 12:10:39 -08:00
Daniel Sandler
4ce4f759bd Fix vibrate settings for incoming calls.
Bug: 2489593
Change-Id: Id0347bada808f604febc51c3d69d30442c3d51c4
2010-03-08 15:10:02 -05:00
Adam Powell
cc06afa605 Merge "Fixed NPE in WifiApDialog found by monkey" 2010-03-08 11:40:11 -08:00
Adam Powell
cc2ee7fcc6 Fixed NPE in WifiApDialog found by monkey
Change-Id: I4f5e75e21c1e3433712e49a148db4af04215f0a1
2010-03-08 11:35:15 -08:00
Amith Yamasani
e338139324 Fixes monkey bug: 2292396 2010-03-08 09:20:31 -08:00
Adam Powell
f39a7f78b1 Merge "Added null check for monkey behavior" 2010-03-05 18:21:04 -08:00
Adam Powell
2d70273673 Added null check for monkey behavior 2010-03-05 17:51:40 -08:00
Christopher Tate
616c3ee12a Refactor android.backup -> android.app.backup
Change-Id: I8e8f34d243506ded5ebf71817de5a2caac92969d
2010-03-05 15:54:24 -08:00
Suchi Amalapurapu
730eb7e5ff Disable move for apps with internalOnly install location 2010-03-05 10:40:10 -08:00
Robert Greenwalt
209177aac6 Update Tethering UI
Finalizing some strings and changing the error handling.
2010-03-04 18:24:11 -08:00
Martin Hibdon
becd96e412 Merge "Fix previous Settings string checkin" 2010-03-04 18:07:18 -08:00
Martin Hibdon
b15f8cf1ff Fix previous Settings string checkin
There was a typo in my previous checkin.
2010-03-04 18:04:52 -08:00
Martin Hibdon
c9a7364c01 Merge "Add new strings to Settings" 2010-03-04 17:58:27 -08:00
Martin Hibdon
cc8733d5b3 Add new strings to Settings
There will be a new setting to enable to disable bluetooth
voicedialing while the lock screen is up.  The strings need
to go in ASAP so that the translation people can see then,
although they are not yet referenced in the code.
2010-03-04 17:57:38 -08:00
Irfan Sheriff
5dec4330b3 Add tethering help file
Bug: 2413855
Change-Id: I2de4dd8128cca63736a1a546356a31bf2e7c5118
2010-03-04 17:51:56 -08:00
Irfan Sheriff
2ae37e8ce0 Get all strings in for Wifi tethering
Bug: 2413908
Change-Id: I3d28fcfcb4a6e4eaf03e57d69f9d2c92730b12e5
2010-03-04 17:40:43 -08:00
Jean-Michel Trivi
a08f5a5b8c Use sentence-style capitalization for the "Languages and voices"
section in the TTS settings screen.
2010-03-04 17:05:47 -08:00
Irfan Sheriff
65cff17722 Add AP support for tethering
First phase of the AP support in
UI and framework
Bug: 2421638

Change-Id: I0b6c31be5fe79bd4d33c292464d271b054754e8d
2010-03-04 14:34:52 -08:00
Eric Fischer
e688885673 Merge "Import new translations" 2010-03-04 14:19:49 -08:00
Eric Fischer
881be995d9 Import new translations 2010-03-04 14:06:34 -08:00
Erik
5c9f9ce263 b/2278841 Added state for auto-brightness on the power widget.
Added icons and a transition step to the brightness setting on the power
widget so auto-brightness can be toggled and the widget will remain in
sync with changes made through settings.
2010-03-04 14:02:19 -08:00
Robert Greenwalt
5e3c7670a2 Merge "Update Tether Settings UI." 2010-03-04 13:26:29 -08:00
Robert Greenwalt
0affd6a002 Update Tether Settings UI.
Remove the USB notification option.
2010-03-04 12:52:28 -08:00
Suchi Amalapurapu
f4c4b59f13 Move application icon to left in InstalledAppDetails.
Fix text overlapping icon issue.
Add new icons for filter options
2010-03-04 12:30:11 -08:00
Dianne Hackborn
0382a49615 Fix to use application's resources when parsing its XML. 2010-03-04 11:54:51 -08:00
Michael Chan
c62739408c Merge "b/2310373 Change string from Start/Stop Scan to Start/Stop scan" 2010-03-04 11:42:52 -08:00
Daniel Sandler
2a57f19011 Fix broken string resources.
Change-Id: I80bb7e570108b267ee2de959262b8db97fb4924b
2010-03-04 14:08:48 -05:00
Daniel Sandler
fc01d062c1 Add a checkbox to the Dock settings to control insertion/removal sound effects.
The sounds are present in the build but are turned off by
default (and there isn't currently a UI to turn them on).

(Mentioned in http://b/2469862)

Change-Id: I9ded1d67cc19204113047aeb8fc8b0123cea1427
2010-03-04 14:06:06 -05:00
Michael Chan
af080e1abb b/2310373 Change string from Start/Stop Scan to Start/Stop scan
Change-Id: I2ffe47b74a46d9f0e71d905fd1df1a0650c5505a
2010-03-04 10:04:48 -08:00