Daisuke Miyakawa
6c8a61d5b7
Modify layout for DateTimeSettings for SetupWizard
...
Change-Id: I58abf66746f6bbebb19e9a67cd6d4678e3c9a424
2010-09-16 09:25:57 -07:00
Daisuke Miyakawa
7e7ae9e59d
Fragmentize wifi.AdvancedSettings.
...
Change-Id: I3dde2eb604886a8d0719549eabac76fadc74c220
2010-09-15 22:06:47 -07:00
Daisuke Miyakawa
ab4fa2c8dd
Merge "Check null of getActivity() when needed."
2010-09-15 18:14:58 -07:00
Daisuke Miyakawa
b5647c5720
Fragmentize VpnSettings and relevant Activities.
...
Add startFragment() to SettingsFragmentPreference.
Change-Id: Ifab93b2e68892d5f6da559f337c94d62629780c8
2010-09-15 16:48:25 -07:00
Daisuke Miyakawa
1b31dc029d
Fix persistent breakage: remove Holo keyword.
...
Change-Id: I67df2f4b89dda7a31f82246be74ea0062643022c
2010-09-15 13:01:18 -07:00
Daisuke Miyakawa
3d7530583d
Fix breakage: remove unnecessary config line.
...
Change-Id: I7876e446104a8fa6d7904ef5752f899aa770d109
2010-09-15 12:59:15 -07:00
Daisuke Miyakawa
b962d6566c
SetupWizard improvement: let users see "scanning"
...
Current UI shows nothing when there's no connection available, even when
the device is finding some. So user cannot know whether the static
"Not connected" screen means: the device is finding right now, or
actually no network is available.
Change-Id: Ia8ea1c66956e8de819f6a98362bcc9086bda172c
2010-09-15 12:57:34 -07:00
Dianne Hackborn
746d913e0b
am e2fc49ac
: am 5c2a4684
: Merge "Supercalifragilisticexpialidocious." into gingerbread
...
Merge commit 'e2fc49ac1b16b88c471975d980bb836ee7d90201'
* commit 'e2fc49ac1b16b88c471975d980bb836ee7d90201':
Supercalifragilisticexpialidocious.
2010-09-15 11:38:49 -07:00
Daisuke Miyakawa
1a68f98dfb
Merge "Reflects framework change."
2010-09-15 10:54:48 -07:00
Daisuke Miyakawa
f2d5e9536a
Hide software keyboard when it becomes unnecessary
...
Bug: 3003749
Change-Id: If8dcf66cf088590bbe26e5ec71537b6b43f66226
2010-09-15 10:49:38 -07:00
Daisuke Miyakawa
e25b55c00b
Clear focus when auto mode is set.
...
Bug: 3003541
Change-Id: I2dbaac4ae55b4484387053dbad1311d562102304
2010-09-15 10:10:26 -07:00
Daisuke Miyakawa
0b8c710d06
Reflects framework change.
...
See I4062a70e11600d87e889b40d30796387c7069e21
Change-Id: I29685118467bd2a68b80abcf234f91098839be0b
2010-09-15 08:42:29 -07:00
Irfan Sheriff
cc2c684c71
Merge "Add static IP UI"
2010-09-15 08:31:44 -07:00
Brad Fitzpatrick
eaea841be0
am f8a473c3
: am c5c8dad0
: Use new apply() instead of commit().
...
Merge commit 'f8a473c3985d7c818dc24f94330f210e1d56a409'
* commit 'f8a473c3985d7c818dc24f94330f210e1d56a409':
Use new apply() instead of commit().
2010-09-15 07:08:52 -07:00
Irfan Sheriff
f027ce5e02
Add static IP UI
...
Remove the existing UI and add per network static IP config option
Change-Id: I9b8636e1559de9691144fdb54e20d40985896650
2010-09-14 17:02:21 -07:00
Dianne Hackborn
e2fc49ac1b
am 5c2a4684
: Merge "Supercalifragilisticexpialidocious." into gingerbread
...
Merge commit '5c2a46848133c0ad6b2197aa1d6f5ae2ba9c8119' into gingerbread-plus-aosp
* commit '5c2a46848133c0ad6b2197aa1d6f5ae2ba9c8119':
Supercalifragilisticexpialidocious.
2010-09-14 12:33:38 -07:00
Dianne Hackborn
5c2a468481
Merge "Supercalifragilisticexpialidocious." into gingerbread
2010-09-14 12:31:20 -07:00
Dianne Hackborn
44178e2801
Supercalifragilisticexpialidocious.
...
Change-Id: Ifaece97c80b859cb455eab56230e076eca916f4a
2010-09-14 12:29:32 -07:00
Daisuke Miyakawa
69923835cf
Remove Title bar from screens for SetupWizard XL.
...
Change-Id: I4455482161503a9a5701d381f681b8e0831ae582
2010-09-14 11:27:13 -07:00
Brad Fitzpatrick
f8a473c398
am c5c8dad0
: Use new apply() instead of commit().
...
Merge commit 'c5c8dad0afb84bda9495a0aa1f7d6a3db28de5cb' into gingerbread-plus-aosp
* commit 'c5c8dad0afb84bda9495a0aa1f7d6a3db28de5cb':
Use new apply() instead of commit().
2010-09-14 10:29:35 -07:00
Brad Fitzpatrick
c5c8dad0af
Use new apply() instead of commit().
...
apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.
Change-Id: I0f528607319d7eb5136bb11fce0b24d8741ccdf9
2010-09-14 09:26:51 -07:00
Daisuke Miyakawa
29e812f299
Check null of getActivity() when needed.
...
Some bloadcast is thrown when Activity isn't ready.
onResume() correctly update time so we don't need to
call updateTimeAndDateDisplay() when Activity is null.
Change-Id: Iea8feaa1111bb87e66462ed0f95fde9d07f2c68d
2010-09-13 16:50:57 -07:00
Daisuke Miyakawa
6ebf8619d7
Fragmentize BluetoothSettings.
...
Add UserLeaveHintListener.java, so that the settings won't use
its implementation around Activity#onUserLeaveHint().
Also fragmentize bluetooth tethering screen.
Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
2010-09-13 16:18:05 -07:00
Daisuke Miyakawa
b68e0f1d7d
Merge "Fragmentize UserDictionary."
2010-09-13 15:48:16 -07:00
Daisuke Miyakawa
26ed96c0a5
Merge "Fragmentize ProxySettings."
2010-09-13 15:47:42 -07:00
Daisuke Miyakawa
f58090d522
Fragmentize UserDictionary.
...
Depending on I2c962726b0adc8811c18dd6df7ff7bdc93c31a07, which
implements DialogCreatable.
Change-Id: I9857e592218731bfbddc578c15180cc681fa4d20
2010-09-13 15:46:28 -07:00
Jaikumar Ganesh
470ae03ec1
am 1647d472
: am e714898a
: Merge "OutOfband pairing user dialog." into gingerbread
...
Merge commit '1647d472a8c04069a0aab22730a54ec374185ea5'
* commit '1647d472a8c04069a0aab22730a54ec374185ea5':
OutOfband pairing user dialog.
2010-09-13 14:42:36 -07:00
Daisuke Miyakawa
f1ad699dce
Merge "Remove unnecessary Activity."
2010-09-13 12:09:06 -07:00
Jaikumar Ganesh
1647d472a8
am e714898a
: Merge "OutOfband pairing user dialog." into gingerbread
...
Merge commit 'e714898a1abfd828a239e1be7b3f75e2a3cc2120' into gingerbread-plus-aosp
* commit 'e714898a1abfd828a239e1be7b3f75e2a3cc2120':
OutOfband pairing user dialog.
2010-09-13 11:52:15 -07:00
Jaikumar Ganesh
e714898a1a
Merge "OutOfband pairing user dialog." into gingerbread
2010-09-13 11:43:01 -07:00
Daisuke Miyakawa
48d753c58a
Remove unnecessary Activity.
...
Change-Id: I9e1a66feec6364c97ca85df26ac4fc1e61aee1cb
2010-09-13 11:38:07 -07:00
Eric Fischer
ac2ee01f88
Merge "Import revised translations."
2010-09-13 10:09:00 -07:00
Daisuke Miyakawa
8d4e5ee5da
Merge "Remove unnecessary comment."
2010-09-12 20:35:35 -07:00
Daisuke Miyakawa
a41a9286ab
Remove unnecessary comment.
...
Change-Id: I4532a3b042f3dfee4f1a1fe3c26111ed8b00d023
2010-09-12 20:35:06 -07:00
Chung-yih Wang
3443b9a041
Merge "resolved conflicts for merge of 2af8a007
to master"
2010-09-12 19:40:53 -07:00
Daisuke Miyakawa
21c1abcef7
Fragmentize ProxySettings.
...
Change-Id: I2c962726b0adc8811c18dd6df7ff7bdc93c31a07
2010-09-12 17:43:10 -07:00
Daisuke Miyakawa
2712fb5d79
Merge "Simplify the logic for LanguageSettings."
2010-09-12 13:52:09 -07:00
Daisuke Miyakawa
c88c6bbcd0
Simplify the logic for LanguageSettings.
...
Change-Id: Id065df20fc9a94dd03612eecdcdb310bc033bb4d
2010-09-12 13:51:54 -07:00
Amith Yamasani
b61cf51d85
Breadcrumbs in the action bar for navigating up one level and showing current title.
...
Change-Id: I595e06549b888bd67c6dddd599a4cc77416c3a41
2010-09-12 11:47:26 -07:00
Amith Yamasani
60133dd036
Conditionally remove settings that aren't required on the tablet.
...
Bug: 2985267
Changes not done : SD card related stuff, as we need some way still
to figure out if there is a real SD card in the device.
Change-Id: I21c41f18ebe6c050981918481a7f6d69f04b65d0
2010-09-11 14:58:01 -07:00
Chung-yih Wang
56f56a1f99
resolved conflicts for merge of 2af8a007
to master
...
Change-Id: I4a9aed673b0b57789d61f95129ca882dc46b415a
2010-09-11 11:51:53 +08:00
Chung-yih Wang
2af8a0076e
am e5e4282a
: Enable the call setting when the VoIP feature is supported.
...
Merge commit 'e5e4282af1d2d4277c8e2c13a312be0187f44257' into gingerbread-plus-aosp
* commit 'e5e4282af1d2d4277c8e2c13a312be0187f44257':
Enable the call setting when the VoIP feature is supported.
2010-09-10 19:52:31 -07:00
Chung-yih Wang
e5e4282af1
Enable the call setting when the VoIP feature is supported.
...
If the VoIP feature is included, the user need to be able to
configure the internet call settings even if it is in airplan mode.
Change-Id: I00d73fb0d9213162b8a9887cad0f800418446787
2010-09-11 10:24:46 +08:00
Jean-Baptiste Queru
cc0e4db618
am 8ce1853f
: am 16502e94
: Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."
...
Merge commit '8ce1853fffd8950f7f3588af28d5e064c20cd29f'
* commit '8ce1853fffd8950f7f3588af28d5e064c20cd29f':
Allow users to create shortcuts to the VPN settings on the Home Screen.
2010-09-10 16:22:20 -07:00
Erik Ljungberg
74cb5b8098
am 40230c14
: am 33319b12
: Bluetooth PIN is not password style
...
Merge commit '40230c1490712b52416e67d0256881db4decb4ef'
* commit '40230c1490712b52416e67d0256881db4decb4ef':
Bluetooth PIN is not password style
2010-09-10 16:22:16 -07:00
Jean-Baptiste Queru
8ce1853fff
am 16502e94
: Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."
...
Merge commit '16502e9479f96e3fc484192e0cd4c852c4fc8ea6' into gingerbread-plus-aosp
* commit '16502e9479f96e3fc484192e0cd4c852c4fc8ea6':
Allow users to create shortcuts to the VPN settings on the Home Screen.
2010-09-10 15:47:21 -07:00
Erik Ljungberg
40230c1490
am 33319b12
: Bluetooth PIN is not password style
...
Merge commit '33319b1228d8af25797e1371b088fc8491349c21' into gingerbread-plus-aosp
* commit '33319b1228d8af25797e1371b088fc8491349c21':
Bluetooth PIN is not password style
2010-09-10 15:47:18 -07:00
Eric Fischer
4a8608af64
Import revised translations.
...
Change-Id: I518b97a1bb56438dddf7ea42b836d298f65b1c87
2010-09-10 15:46:25 -07:00
Eric Fischer
1ab61251d1
am a27ffa47
: (-s ours) am be45f642
: Import revised translations. DO NOT MERGE
...
Merge commit 'a27ffa47aa9bf2e7b99fcf2e2fb9bfbd8f9479aa'
* commit 'a27ffa47aa9bf2e7b99fcf2e2fb9bfbd8f9479aa':
Import revised translations. DO NOT MERGE
2010-09-10 15:03:38 -07:00
Jean-Baptiste Queru
16502e9479
Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."
2010-09-10 14:27:49 -07:00