Svetoslav Ganov
126f5ecf4f
removing explicit setting of time/date pciker dialogs
...
Change-Id: Ic92a3de895735fc019ca506f904d63f23c82ec8f
2010-12-07 13:33:20 -08:00
Kenny Root
511c8cf103
Add usage bar chart to storage preferences
...
Change-Id: Ic3c118ac9194e226e6384e01c9ea7e150b1d9521
2010-12-06 09:34:12 -08:00
Jake Hamby
90b1f193ad
am b0fda6f5
: Reduce max BT device length to 246 bytes due to Bluez bug. (DO NOT MERGE)
...
* commit 'b0fda6f56a0ee3c42cf02813b5fc346382873c4f':
Reduce max BT device length to 246 bytes due to Bluez bug. (DO NOT MERGE)
2010-12-04 23:45:23 -08:00
Jake Hamby
b0fda6f56a
Reduce max BT device length to 246 bytes due to Bluez bug. (DO NOT MERGE)
...
The maximum Bluetooth device name length is 248 bytes. There are bugs in
Bluez and D-Bus that can cause the Bluetooth service to go into a reboot
loop when the device name is set to the maximum length. Changed Settings
app to limit the device name length to 246 bytes.
Bug: 3246147
Change-Id: I320fc7a9a0bfdf8067387ec8de80efccaca2b5f6
2010-12-03 17:24:21 -08:00
Irfan Sheriff
c1bad6bc68
scan immediately when user indicates so
...
Bug: 3242989
Change-Id: Ia15d7a61a40b64830a7840b7d31e6b5f96b2ad78
2010-12-03 16:22:16 -08:00
Irfan Sheriff
afc2aacf00
Use new config change broadcasts
...
Bug: 3237735
Change-Id: I29e2807f76d54354bf501b2e7655f49386e6bf95
2010-12-03 14:15:05 -08:00
Amith Yamasani
564e68aece
Fix crash when removing account.
...
Bug: 3248351
2010-12-03 12:26:20 -08:00
Amith Yamasani
43c697854c
Move Account & sync settings into Settings app.
...
Fragmentized some of the activities and moved buttons into the menu area.
Bug: 3148844
2010-12-01 15:14:09 -08:00
Jim Miller
36972bb7e9
Fix 3201870: Move OwnerInfo settings to Location&Security.
...
This moves OwnerInfo into Location&Security and adds the
necessary logic to only show it in modes that make sense-
Lock (when not disabled) and Unlock (pattern, pin, password).
Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
2010-11-30 20:21:42 -08:00
Jim Miller
3828281750
Merge "Fix 3024522: Add new "Off" setting to LockScreen options."
2010-11-29 18:00:27 -08:00
Jean-Baptiste Queru
ff740d92a7
am b68b35dd
: am 04b646df
: Merge "Possible NumberFormatException of parseInt is outside try-catch"
...
* commit 'b68b35dd6a12b728924e5a7afc64ea58cd242c65':
Possible NumberFormatException of parseInt is outside try-catch
2010-11-29 16:13:18 -08:00
Jean-Baptiste Queru
b68b35dd6a
am 04b646df
: Merge "Possible NumberFormatException of parseInt is outside try-catch"
...
* commit '04b646df1e9f00719d2d547fa1da59407bb6be67':
Possible NumberFormatException of parseInt is outside try-catch
2010-11-29 16:11:16 -08:00
Robert Greenwalt
5965cb11a5
Merge "Don't use the internal data-enable mechanism"
2010-11-29 10:45:43 -08:00
Peter Kuterna
378b6f6740
Possible NumberFormatException of parseInt is outside try-catch
...
Change-Id: I77c1e41185a8d3a1724af848d6bbfbb1da816b55
2010-11-28 22:35:31 +01:00
satok
c428dc6f01
Merge "Call showInputMethodPicker instead of showInputMethodSubtypePicker"
2010-11-24 21:09:08 -08:00
Robert Greenwalt
99be5007ef
Don't use the internal data-enable mechanism
...
Use public stuff. Note that the public stuff will move soon to Telephony,
but one step at a time.
Change-Id: Id81ee0ffb0f67d762b5ad0c813f692842dc170b0
2010-11-24 17:20:59 -08:00
satok
103cc7da5f
Call showInputMethodPicker instead of showInputMethodSubtypePicker
...
- because showInputMethodSubtypePicker will be removed.
Change-Id: I01086d29663a14f4ebf9d8dfa9376735af2e193d
2010-11-25 09:37:48 +09:00
Jaikumar Ganesh
9c0d781030
Merge "Update supported profiles for voice capability."
2010-11-24 12:44:16 -08:00
Irfan Sheriff
582ab4d414
Act on supplicant changes only when disconnected
...
When wifi network state is disconnected, supplicant
state changes provide more fine grained information to display.
When network is connected, the UI should ignore supplicant
state changes.
Change-Id: I46aa8c2ba80303aae5c74415825102a13cc41380
2010-11-24 09:13:14 -08:00
Irfan Sheriff
f48945a7ae
Merge "Restore compareTo behavior of access point list"
2010-11-24 07:36:32 -08:00
Jaikumar Ganesh
8c04b90cc9
Update supported profiles for voice capability.
...
Change-Id: If12f97ccc5d7d54d8d3e470dd4bc91fe9119b9cd
2010-11-23 20:33:59 -08:00
Irfan Sheriff
52727dd1fb
Restore compareTo behavior of access point list
...
The Comparator with TreeList that was added during
wifi set up changes does not work well since
access point can change later.
Restore the old compareTo behavior.
Change-Id: I75681fea616792e9fd134c0d71762b4e0d46ffd6
2010-11-23 16:55:03 -08:00
Ying Wang
8935b15cbb
Move icons to mipmap.
...
Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb
2010-11-23 12:03:43 -08:00
Jim Miller
3970c38840
Fix 3024522: Add new "Off" setting to LockScreen options.
...
This allows the user to tell the device to not show lock screen
at all as long as the DevicePolicyManager allows it.
Change-Id: Id46002500b47fc955565be197ac78b7b13b6757d
2010-11-19 18:59:24 -08:00
Robert Greenwalt
52322a9173
Use separate settings for host and port.
...
IPv6 uses ':' in addresses so it's a bad thing to use as a separator.
Rather than find another separator we'll just store them separately.
bug:2700664
Change-Id: Ia6c40891ab9f3f44edd65d8ff7a2a1f7a24cf06e
2010-11-19 10:34:31 -08:00
Amith Yamasani
92bd7c88c0
Merge "Use the new Preference:icon attribute and placeholder for showing icons on the left."
2010-11-17 16:39:36 -08:00
Amith Yamasani
43a673053f
Use the new Preference:icon attribute and placeholder for showing icons on the left.
2010-11-17 16:37:16 -08:00
Amith Yamasani
7eb31c76a3
Merge "Conditional remove "haptic" settings if there's no vibrator"
2010-11-17 14:48:51 -08:00
Daisuke Miyakawa
4dd2a5b4f7
Use Handler to delay enabling skip button.
...
- enable skip button after a while
- stop ignoring wifi status
Bug: 3186913
Change-Id: Ia565f77ecb0d11ad514548774b49d8eda6db4ff8
2010-11-17 10:09:38 -08:00
Amith Yamasani
edac9af662
Conditional remove "haptic" settings if there's no vibrator
...
Bug: 3193801
2010-11-17 09:08:21 -08:00
Dianne Hackborn
14ffda6f24
Fix issue #3163240 : Blank running services screen after returning
...
from any specific service
Also get rid of async Vpn thing since the framework problem is fixed.
Change-Id: Ic7aafd666ea11b036e3e42c55332620db1fdf154
2010-11-16 10:51:36 -08:00
Daisuke Miyakawa
2571f0dcb1
Refactor DateTimeSettingsSetup.
...
- Use Popup instead of bare fragment.
- Expose Adapters in ZonePicker.java so that it can be used
outside the fragment.
- Fix layout
Bug: 3175603
Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9
2010-11-16 09:44:47 -08:00
Daisuke Miyakawa
9a7c56010e
Merge "Show option in DateTimeSettings."
2010-11-16 09:43:53 -08:00
Amith Yamasani
8ba83bf5ff
Merge "Jump to top-level settings when launched from system bar or Settings shortcut."
2010-11-16 05:01:58 -08:00
Amith Yamasani
3965ae6d1f
Jump to top-level settings when launched from system bar or Settings shortcut.
...
Bug: 3192808
Also switch back to Theme.Holo, as Theme.Holo.Extended is deprecated.
2010-11-16 05:00:28 -08:00
Daisuke Miyakawa
1e9d497e2b
Show option in DateTimeSettings.
...
Change-Id: Ia6bd6cc22ec154b83879c488274bd2b0cfe238d2
2010-11-15 12:41:06 -08:00
Daisuke Miyakawa
5f50ed93b2
Merge "Remove the limit of available Wi-Fi networks"
2010-11-15 12:12:14 -08:00
Amith Yamasani
8ef17fcd94
Merge "Don't show battery usage information if data is bogus."
2010-11-15 11:31:02 -08:00
Daisuke Miyakawa
695dc5e8b6
Remove the limit of available Wi-Fi networks
...
Change-Id: Ib9cf6753683ecf4d531c76cf1134757ad7d70c47
2010-11-15 10:20:31 -08:00
Daisuke Miyakawa
a79a7ac47a
Merge "Stop showing software keyboard when appropriate"
2010-11-12 18:28:23 -08:00
Daisuke Miyakawa
fdb9343ef6
Stop showing software keyboard when appropriate
...
This change assumes the structure inside layout file.
We will change the structure inside the layout, so
fundemental fix should come along the layout change.
Also let software keyboard hide when appropriate.
onBackButtonPressed() loses the focus and hiding
the keyboard doesn't work fine after the call.
Bug: 3192886
Change-Id: Ifd28d1f1fd0d6f72dc1c32c066dd793c6f9f36ab
2010-11-12 18:09:23 -08:00
satok
5fd39cafe1
Not to set IME when the current IME was disabled, because framework will find an applicable IME when the current IME was unset.
...
Bug: 3186000
- This enables us to share the code between Settings and the framework.
- Removed the parameter for lastImeTicked because an applicable IME can be found in the framework.
Change-Id: Icfb6168c5a22506f225bfe58425adeb540835456
2010-11-13 10:08:09 +09:00
Amith Yamasani
137588d60b
Don't show battery usage information if data is bogus.
2010-11-12 14:13:03 -08:00
Daisuke Miyakawa
505a0c2ad0
Merge "Set attachToRoot instead of manually doing so."
2010-11-12 14:06:21 -08:00
Dianne Hackborn
c05dedf9be
Buttons in battery details now switch fragments.
...
These were launching a whole new settings activity.
Change-Id: I6876acf54d484119eec339c8597b5d9d843bae56
2010-11-12 12:44:52 -08:00
Amith Yamasani
928e78acea
Fix VPN settings flow.
...
Bug: 3053019
2010-11-12 10:37:20 -08:00
Daisuke Miyakawa
91e9683d8f
Set attachToRoot instead of manually doing so.
...
Bug: 3053354
Change-Id: I065c16cd5af3b438d02d6a0b0da080295e9c17cb
2010-11-12 09:48:08 -08:00
Dianne Hackborn
59a48604b5
Start fragmentizing battery usage.
...
Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
2010-11-11 22:32:58 -08:00
Daisuke Miyakawa
115ea8aa37
Comment out hidden method call.
...
Bug: 3053354
Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
2010-11-11 18:28:15 -08:00
Daisuke Miyakawa
40124c30a9
Delay showSoftInput() call.
...
We need to wait onFocusView() call back for actually showing
software keyboard.
Bug: 3053354
Change-Id: Idd946e3b8a372ddbabb8b36600c77290f77a06e6
2010-11-11 16:58:04 -08:00