Commit Graph

2599 Commits

Author SHA1 Message Date
Amith Yamasani
78019ea80d Update wifi preference layout and progress category layout. 2010-11-23 11:43:19 -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
Eric Fischer
b5381c60a2 Merge "Import initial translations for 20 new locales." 2010-11-18 17:15:24 -08:00
Amith Yamasani
ba2d16d499 Add a 5-minute screen timeout option!
Bug: 3165933
2010-11-18 16:17:52 -08:00
Eric Fischer
9f5a2ccf46 Import initial translations for 20 new locales.
Change-Id: I55b0229ca58d63282625b6eaf9e0e58672403c02
2010-11-17 16:40:05 -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
Eric Fischer
3b046f5759 Import revised translations.
Change-Id: I2f6d6220057db8eb6fb8126ebec9e209d4eade36
2010-11-17 11:41:10 -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
00f3bd885f Merge "Not to set IME when the current IME was disabled, because framework will find an applicable IME when the current IME was unset." 2010-11-12 17:08:44 -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
Dianne Hackborn
4b01856b71 Merge "Some more theme adjustment." 2010-11-12 16:45:11 -08: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
d925e25a34 Some more theme adjustment.
Also fix battery use button on device info to do the right thing.

Change-Id: I663429d5eb15ac4500feabeebd7ad2e3b8238409
2010-11-12 13:57:49 -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
2894959a82 Merge "Delay showSoftInput() call." 2010-11-11 16:58:52 -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
Eric Fischer
b493153b3b am 71d43248: (-s ours) am 5c205262: Merge "Import revised translations. DO NOT MERGE" into gingerbread
* commit '71d43248b96c1485faabb527b23267e3ad653282':
  Import revised translations.  DO NOT MERGE
2010-11-11 15:50:52 -08:00
Eric Fischer
71d43248b9 am 5c205262: Merge "Import revised translations. DO NOT MERGE" into gingerbread
* commit '5c205262460ecc5bcfb92ffb10185a573a4b7c90':
  Import revised translations.  DO NOT MERGE
2010-11-11 15:45:50 -08:00
Eric Fischer
5c20526246 Merge "Import revised translations. DO NOT MERGE" into gingerbread 2010-11-11 15:43:19 -08:00
Daisuke Miyakawa
23b0f055d3 Merge "Enable wifi on XL Wifi setup." 2010-11-11 09:20:26 -08:00
Daisuke Miyakawa
dd9fbb0b9e Enable wifi on XL Wifi setup.
In I5b29917af73aac6a82e13ba846a9d5085f9bd523, we removed
relevant code but it was wrong. At least we need to enable
Wifi once when the Activity is created.

Bug: 3186944
Change-Id: I078cdf9b3d8952e6ce7bb3f9b27a4439e82da534
2010-11-11 09:10:07 -08:00
Brad Fitzpatrick
76629102b9 Don't complain about /proc usage in Settings killing animations.
Change-Id: If6c2b5dc2244ac4b921e45daeb8e0052306e2c54
2010-11-11 08:48:43 -08:00
Daisuke Miyakawa
cc13e0b2e4 Add more useful logs.
Bug: 3053354
Change-Id: I917bad7efb55e4155f47257672becbb57995ff7c
2010-11-10 21:33:05 -08:00
Daisuke Miyakawa
564335747d Merge "Add log message for requstFocus()" 2010-11-10 19:34:27 -08:00
Daisuke Miyakawa
c81d3768d2 Add log message for requstFocus()
Bug: 3053354
Change-Id: I0fa20b5036d46fb909e778672bc476aeaf57af76
2010-11-10 18:24:13 -08:00
Dianne Hackborn
c64ecfab3c am 969773aa: am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread
* commit '969773aa735807acefd1788610d31e82322196de':
  Fix issue #3177284: Account for wake lock power usage on Crespo
2010-11-10 18:11:18 -08:00
Dianne Hackborn
969773aa73 am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread
* commit '83d2698f4f271f568333532ddbae33f8e2e13052':
  Fix issue #3177284: Account for wake lock power usage on Crespo
2010-11-10 18:07:18 -08:00
Dianne Hackborn
83d2698f4f Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread 2010-11-10 17:58:58 -08:00
Daisuke Miyakawa
c84832a173 Merge "Refactor WiFi code around XL setup" 2010-11-10 16:05:01 -08:00
Daisuke Miyakawa
58b0291fe6 Refactor WiFi code around XL setup
Major:
- move SetupWizard-related codes to WifiSettingsForSetupWizardXL as
  much as possible
- stop using Preference for configurinig wifi network. We use
  WifiConfigUiForSetupWizardXL instead, which is base on a bare View.

Minor:
- change button handling code expecting better readability.
- hide Detail button.
- modify strings a bit.
- add logs

Bug: 3175016
Change-Id: I5b29917af73aac6a82e13ba846a9d5085f9bd523
2010-11-10 15:31:10 -08:00
Eric Fischer
9dfa60c33e Import revised translations.
Change-Id: I8ff3fdad70919d2937c3a897b5698e45078d0227
2010-11-09 17:42:54 -08:00