Michael Chan
b662f54542
b/2137747 Fixed the problem where BT is stuck grayed out if you turned off BT, turned on Airplane mode, turn off then on screen, turned off Airplane mode.
...
Change-Id: I37c628e4a98157ed91d519518773a458dca36c00
2009-09-27 12:46:51 -07:00
Dianne Hackborn
9281c929d6
Explicitly show plugged state.
...
Change-Id: I4592382cdcc9e116d3af102fd76057968a6ea874
2009-09-26 12:44:02 -07:00
Android (Google) Code Review
782d1ae019
Merge change 27181 into eclair
...
* changes:
Update neighboring cell printout.
2009-09-25 21:01:34 -04:00
johnwang
f02c65f8c1
Update neighboring cell printout.
2009-09-25 17:26:54 -07:00
Android (Google) Code Review
7ac8e67e58
Merge change 26706 into eclair
...
* changes:
Format cleanup.
2009-09-25 19:06:18 -04:00
johnwang
342101a072
Format cleanup.
...
Remove tailing white space.
2009-09-25 13:43:31 -07:00
Dan Murphy
22e186898e
packages/apps/Setting: Make vkey button haptics part of global haptic setting
...
This change ties the virtual key haptics to the global haptics settings
Signed-off-by: Dan Murphy <D.Murphy@motorola.com >
2009-09-25 11:36:45 -07:00
Android (Google) Code Review
51a81002ec
Merge change 27057 into eclair
...
* changes:
Restrict Bluetooth adapater name length to 200 characters.
2009-09-25 13:28:10 -04:00
Jaikumar Ganesh
4b6b2aa123
Restrict Bluetooth adapater name length to 200 characters.
...
The max allowed as per spec is 248.
Change-Id: I287fb7f861a30e736d6078923712433c52f3031a
2009-09-25 10:27:17 -07:00
Android (Google) Code Review
0f8e20f122
Merge change 26713 into eclair
...
* changes:
Set selection in single choice list. Reorder the menu entries to use the menu options as indices into the choice box directly
2009-09-25 13:16:26 -04:00
Android (Google) Code Review
776dcff143
Merge change 26878 into eclair
...
* changes:
b/2140751 Fixed the problem where BT device icon was showing until pairing happens (actually UUID comes in to be exact)
2009-09-25 13:12:40 -04:00
Michael Chan
cb844e2eab
b/2140751 Fixed the problem where BT device icon was showing until pairing happens (actually UUID comes in to be exact)
...
Change-Id: I670f29d5f9a577ec177b049cfd9c775bf91b60c3
2009-09-25 10:11:26 -07:00
Amith Yamasani
f73cdd4dd0
New icon for Privacy.
...
Also, forgot to remove Factory reset from About phone.
2009-09-24 18:41:40 -07:00
Michael Chan
f2f3ceebbd
b/2138890 Pre-initilize Bluetooth profile managers
...
Change-Id: I633202457ca445308ec35b99260e603a85451042
2009-09-24 07:45:49 -07:00
Dianne Hackborn
ec54997a04
Fix issue #2133206 : dialogs/menus should auto-dismiss when screen turns off
...
These dialogs should clear.
Change-Id: Ie78212c1bd112d1f2f7a05f2d23eb9b5c9f02131
2009-09-23 22:24:22 -07:00
Suchi Amalapurapu
6cf44dbe90
Set selection in single choice list.
...
Reorder the menu entries to use the menu options as indices into
the choice box directly
2009-09-23 16:57:55 -07:00
Amith Yamasani
e65c943f97
New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178
...
Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting
And 2098232: "Set unlock pattern" should be at the top of the section
2009-09-23 15:01:11 -07:00
Roy West
0ce6f6dbc8
Search and rewrite some uses of select and disable for touch and use.
2009-09-23 13:07:19 -07:00
Jaikumar Ganesh
1bfe73d0b1
Filter devices by UUID and then class.
...
The settings app has been updated to use UUIDs.
When there is a filter type set for device picket UI, use the
UUIDs first and then the class bits.
Change-Id: Ifde5dbc3a1cf25babce4c686002315aa3933de59
2009-09-23 10:35:36 -07:00
Android (Google) Code Review
9045631186
Merge change 26396 into eclair
...
* changes:
b/2126036 Improve remote device capability identification by switching to use UUIDs instead of class bits.
2009-09-22 18:38:45 -04:00
Michael Chan
2aef1f3c81
b/2126036 Improve remote device capability identification by switching to use UUIDs instead of class bits.
...
Change-Id: Ie60d1c579e40027c2174215c1989887a3250c9bc
2009-09-22 15:37:14 -07:00
Android (Google) Code Review
031ba6a364
Merge change 26365 into eclair
...
* changes:
SecuritySettings: use Credentials instead of CertTool.
2009-09-22 12:03:17 -04:00
Android (Google) Code Review
59d1977ccd
Merge change 26363 into eclair
...
* changes:
WifiSettings: use Credentials instead of CertTool.
2009-09-22 12:02:57 -04:00
Android (Google) Code Review
cb41032d85
Merge change 26186 into eclair
...
* changes:
Settings: revise VpnSettings.
2009-09-22 12:02:34 -04:00
Chia-chi Yeh
9cec698a1f
SecuritySettings: use Credentials instead of CertTool.
...
Also remove unused classes which will be replaced by CertInstaller.
2009-09-22 23:59:01 +08:00
Chia-chi Yeh
fc0139aa28
WifiSettings: use Credentials instead of CertTool.
2009-09-22 23:44:17 +08:00
Dianne Hackborn
8c212ef4cf
Remove long animation setting (standard length is now longer).
...
Also a few tweaks to the running services UI.
Change-Id: I160dc5fd52a865ca95288aad787e28b814080c53
2009-09-21 15:52:04 -07:00
Chia-chi Yeh
c00b656196
Settings: revise VpnSettings.
2009-09-22 03:05:50 +08:00
Ken Shirriff
7d1e086504
Adjust widget size.
...
Without this change, the widget cannot be placed on the home screen in
landscape mode because it's thought to be too big.
2009-09-21 09:32:11 -07:00
Android (Google) Code Review
9e7105108b
Merge change 26022 into eclair
...
* changes:
Change default filter to third party when launched via settings and all apps when launched via low storage. Update string name. fix padding for Force Stop button Change message when clearing application data.
2009-09-21 12:23:14 -04:00
Chung-yih Wang
e32e8baa44
Fix the typo in phase2 options.
...
MSCHAP2 => MSCHAPV2
2009-09-21 18:42:55 +08:00
Amith Yamasani
d459bebd89
Use the ratio of different CPU speeds to compute CPU power consumption per app.
2009-09-20 15:57:39 -07:00
Suchi Amalapurapu
fe4a2bc43f
Change default filter to third party when launched via settings and all apps when launched via
...
low storage. Update string name.
fix padding for Force Stop button
Change message when clearing application data.
2009-09-20 15:11:44 -07:00
Android (Google) Code Review
8cd8b0b7ed
Merge change 25969 into eclair
...
* changes:
Fix power widget dimensions.
2009-09-20 16:17:52 -04:00
Ken Shirriff
f16b2e9b63
Fix power widget dimensions.
...
The widget was taking 2 units vertically on some devices.
2009-09-20 11:04:05 -07:00
Benny Wong
dc543d2898
Fix the issue WiFi UI IP settings lost when change slider state before save IP settings
...
Original GID: 1062
2009-09-18 07:54:53 -07:00
Dianne Hackborn
f66beeaea7
Follow along with startActivityPendingIntent() change.
...
Change-Id: I6d804af66deeaf87339eeb548b6a3d2965262f02
2009-09-17 18:01:57 -07:00
Eric Fischer
909a945031
Import revised translations. DO NOT MERGE
2009-09-17 14:35:43 -07:00
Dianne Hackborn
3faa23a2b0
Use new memory API; show memory used by bg and fg processes.
...
Change-Id: I449eba1aa4bc1de7537f8c526e27d32c1979d823
2009-09-17 12:07:00 -07:00
Amith Yamasani
985f5efc82
Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651
...
Move Factory data reset to About phone.
Show input method when dialog to enter/edit new dictionary word is displayed.
Add title to Accessibility settings.
2009-09-17 10:39:10 -07:00
Android (Google) Code Review
5d9ee14902
Merge change 25397 into eclair
...
* changes:
Fix issues with updating list when applications get installed while ManageApps is paused or stopped. When ManageApps gets started, the list of installed apps is retrieved from PackageManager and compared against the old list to figure out newly installed apps(since the app has been stopped) and also to weedout stale entries of packages which might have been deleted. Since the application objects themselves might have changed the list is usually refreshed with new objects. Deleted applications are taken care of right away by just removing from the List adapter. For newly added apps however, the size and label/resource info has to be loaded before being inserted in to the list since the list is already sorted. So just remove these entries from the list for now and let ADD_PKG message handle adding the new elements. Make AppInfo a nested class so that it doesn't hold a reference to its enclosing class and we have too many such entries one for each package.
2009-09-17 01:05:12 -04:00
Suchi Amalapurapu
355b32faa9
Fix issues with updating list when applications get installed while ManageApps is paused or stopped.
...
When ManageApps gets started, the list of installed apps is retrieved from PackageManager and
compared against the old list to figure out newly installed apps(since the app has been stopped) and
also to weedout stale entries of packages which might have been deleted.
Since the application objects themselves might have changed the list is usually refreshed with new objects.
Deleted applications are taken care of right away by just removing from the List adapter.
For newly added apps however, the size and label/resource info has to be loaded before being inserted in to
the list since the list is already sorted. So just remove these entries from the list for now and let
ADD_PKG message handle adding the new elements.
Make AppInfo a nested class so that it doesn't hold a reference to its enclosing class and
we have too many such entries one for each package.
2009-09-16 17:12:08 -07:00
Android (Google) Code Review
9da119dff8
Merge change 25387 into eclair
...
* changes:
Fix broken 9patch for hdpi.
2009-09-16 19:39:42 -04:00
Romain Guy
32b31cacc5
Fix broken 9patch for hdpi.
...
Change-Id: I88c1bde1b0a19ccd9084889313e64a0a924f4bb0
2009-09-16 16:39:07 -07:00
Android (Google) Code Review
bb3343923c
Merge change 25354 into eclair
...
* changes:
Fix string name for bluetooth pairing and fix NPE
2009-09-16 18:29:31 -04:00
Jaikumar Ganesh
363bd5554e
Fix string name for bluetooth pairing and fix NPE
...
Change-Id: Ibfd0e1e1ed3e1a1e5939d0bdffd17e2e929317b1
2009-09-16 14:56:08 -07:00
Debajit Ghosh
ae57dbd618
make power settings widget toggle sync, not background data
2009-09-16 11:29:16 -07:00
Android (Google) Code Review
dd1bb33e01
Merge change 24646 into eclair
...
* changes:
Aggregate the security settings for WiFi network configuration.
2009-09-16 06:26:54 -04:00
Mike Lockwood
65f49474d6
Restore backlight brightness after restoring auto ALS mode.
...
Fixes b/2121632
Change-Id: I14228a4fd1d599de1e5fdbb3c8b4b3c02a1460ac
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-09-16 06:22:19 -04:00
Hung-ying Tyan
10d3cf5082
Enable cert install from sdcard in Settings...
...
And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
2009-09-16 15:52:02 +08:00