Eric Fischer
72badf79b4
am 335387da
: Merge "Import revised translations. DO NOT MERGE" into honeycomb
...
* commit '335387dafe912d3487ef93aa3250ca3059bdfd48':
Import revised translations. DO NOT MERGE
2011-01-28 15:14:04 -08:00
Eric Fischer
335387dafe
Merge "Import revised translations. DO NOT MERGE" into honeycomb
2011-01-28 15:10:11 -08:00
Eric Fischer
2eb1edc446
Import revised translations. DO NOT MERGE
...
Change-Id: Ifb50963e88a2d7c48440f0be4b411ede41ec0998
2011-01-28 14:58:24 -08:00
Jake Hamby
12f608479f
am e3b22331
: am e1f883a3
: Merge "Don\'t display extra A2DP profile icon for OPP." into honeycomb
...
* commit 'e3b223310787a3603dce40c776e55e4a911c6025':
Don't display extra A2DP profile icon for OPP.
2011-01-28 14:25:37 -08:00
Jake Hamby
e3b2233107
am e1f883a3
: Merge "Don\'t display extra A2DP profile icon for OPP." into honeycomb
...
* commit 'e1f883a38c13ebb8ac7a66172f30b3b01b4577c0':
Don't display extra A2DP profile icon for OPP.
2011-01-28 14:23:13 -08:00
Daisuke Miyakawa
7893447987
Enlarge texts and fit the other elements
...
Basically set text size to 18sp and change layouts
along with the new design.
- Add custom list item xml for Wi-Fi security field
rename existing "custom_list_item.xml" to appropriate
name so that we won't be confused with their naming.
- Use the custom xml just in SetupWizard.
Bug: 3364731
Change-Id: I014903277a03c359ea193dd0f0a37c84ade19fa1
2011-01-28 14:22:48 -08:00
Jake Hamby
e1f883a38c
Merge "Don't display extra A2DP profile icon for OPP." into honeycomb
2011-01-28 14:21:19 -08:00
Eric Fischer
abdfaed8f4
am 5a2bb8c0
: Import revised translations. DO NOT MERGE
...
* commit '5a2bb8c0dc33837696f80d6690d51f031d7884c8':
Import revised translations. DO NOT MERGE
2011-01-28 14:16:07 -08:00
Eric Fischer
5a2bb8c0dc
Import revised translations. DO NOT MERGE
...
Change-Id: Ic85518cac2e5c92d829bc71da778b68259524624
2011-01-28 13:21:54 -08:00
Daisuke Miyakawa
defb07d3da
am b03c6276
: am a7155141
: Merge "Disable "add network" button." into honeycomb
...
* commit 'b03c6276248475212d98e0ebae34dbf534f2c714':
Disable "add network" button.
2011-01-28 12:39:58 -08:00
Daisuke Miyakawa
b03c627624
am a7155141
: Merge "Disable "add network" button." into honeycomb
...
* commit 'a71551418cfeeb6da335bbc83fca80de4a82fa07':
Disable "add network" button.
2011-01-28 12:38:27 -08:00
Daisuke Miyakawa
a71551418c
Merge "Disable "add network" button." into honeycomb
2011-01-28 12:36:07 -08:00
Daisuke Miyakawa
6ca5354727
Disable "add network" button.
...
It has broken UI which possibly get users stuck.
Bug: 3400715
Change-Id: Ic618078bc70a7db35ec22e6382b9486e92630120
2011-01-28 12:08:02 -08:00
satok
efa39c573e
am 0f28e832
: am c9cd29dd
: Remove invalid call of "clearFocus" in SetupWizard......
...
* commit '0f28e83298a13328f7cd6147187a56c2a30b3e3f':
Remove invalid call of "clearFocus" in SetupWizard......
2011-01-28 09:50:59 -08:00
satok
0f28e83298
am c9cd29dd
: Remove invalid call of "clearFocus" in SetupWizard......
...
* commit 'c9cd29ddb832fd76d96fea080abe8325a8bb1bd2':
Remove invalid call of "clearFocus" in SetupWizard......
2011-01-28 09:49:34 -08:00
Hung-ying Tyan
18eb39d085
Clear mDialogFragment when it's detached
...
and re-associate it when it's re-created.
Before this CL, the association is gone when fragment goes through the pause-resume
cycle.
Similarly, restore onDismiss and onCancel listeners in VpnSettings.onCreateDialog(),
restore states in onCreate() instead of onActivityCreated() so that screen rotation
can be handled correctly.
Now that profiles are shared between Settings instances, always handle state change
in VpnSettings.changeState() so that state changed in one instance can be conveyed
to the other and preferences can be correctly enabled/disabled.
In additions, fix some trivial mistakes in VpnSettings.
Bug: 3396394
Change-Id: I242e1ed6c6d410b4dfefb373d8f98266fc9b46d0
2011-01-28 23:39:45 +08:00
satok
c9cd29ddb8
Remove invalid call of "clearFocus" in SetupWizard......
...
Bug: 3398097
- Also disabled logging......
- Once you call "clearFocus", onFocusChanged will be called and
EditText will try to show the keyboard again. And while bringing up the keyboard,
the activity is changed and it will end up with the keyboard being shown in the next activity...
Change-Id: If4d3876d4950bb2583c5588f462a94d022d6a7cf
2011-01-28 18:03:47 +09:00
Dianne Hackborn
efe9d71bce
am 9a406ea1
: am a5082305
: Merge "Fix issue #3400255 Dialog fragments crash on rotation in Settings app" into honeycomb
...
* commit '9a406ea101401f6f883aadced93b21bdcfa45c0d':
Fix issue #3400255 Dialog fragments crash on rotation in Settings app
2011-01-27 23:22:13 -08:00
Dianne Hackborn
9a406ea101
am a5082305
: Merge "Fix issue #3400255 Dialog fragments crash on rotation in Settings app" into honeycomb
...
* commit 'a5082305e8c4f3107ec1802b9fd911aba1c288f3':
Fix issue #3400255 Dialog fragments crash on rotation in Settings app
2011-01-27 23:20:37 -08:00
Dianne Hackborn
a5082305e8
Merge "Fix issue #3400255 Dialog fragments crash on rotation in Settings app" into honeycomb
2011-01-27 23:19:13 -08:00
Dianne Hackborn
300768fea5
Fix issue #3400255 Dialog fragments crash on rotation in Settings app
...
Change-Id: I337c1fb41e3fbedd7982418df497487481bb35d2
2011-01-27 20:39:21 -08:00
Jake Hamby
a6d9fce2e1
Don't display extra A2DP profile icon for OPP.
...
The getDrawableResource() method for OppProfileManager was returning
the resource ID for the A2DP icon. This was causing an extra headset
icon to be drawn for devices supporting OPP, when no icon should be
shown for this profile. Changed to return 0.
Bug: 3368197
Change-Id: Idcadaf59fe53301544cda215ca24f15608b2d727
2011-01-27 20:32:21 -08:00
Justin Ho
738516b70b
am f74f870b
: am 3b3af8d3
: Merge "Updating Delete and Refresh icons to Honeycomb style" into honeycomb
...
* commit 'f74f870ba135d8a5e8e7b99b0089c88f516881d1':
Updating Delete and Refresh icons to Honeycomb style
2011-01-27 19:10:23 -08:00
Justin Ho
f74f870ba1
am 3b3af8d3
: Merge "Updating Delete and Refresh icons to Honeycomb style" into honeycomb
...
* commit '3b3af8d3b0e6f76c355ce5363ed4c582f620cc4e':
Updating Delete and Refresh icons to Honeycomb style
2011-01-27 19:08:25 -08:00
Justin Ho
3b3af8d3b0
Merge "Updating Delete and Refresh icons to Honeycomb style" into honeycomb
2011-01-27 19:06:24 -08:00
Jake Hamby
8a8dac1c42
am 792fb594
: am 3d1fd57e
: Increase size of BT profile icons and decrease alpha for inactive profiles
...
* commit '792fb594d58358eee869f69b4000b50c2a235033':
Increase size of BT profile icons and decrease alpha for inactive profiles
2011-01-27 18:40:51 -08:00
Jake Hamby
792fb594d5
am 3d1fd57e
: Increase size of BT profile icons and decrease alpha for inactive profiles
...
* commit '3d1fd57e3063d9501266dc46e13df63eb4ba685a':
Increase size of BT profile icons and decrease alpha for inactive profiles
2011-01-27 18:38:58 -08:00
Jake Hamby
3d1fd57e30
Increase size of BT profile icons and decrease alpha for inactive profiles
...
Increase the size of the Bluetooth profile icons from 20dp to 30dp.
Decrease the alpha for disabled profile icons to 50% of theme default.
Bug: 3400851
Change-Id: Ieb5ecb01ccbd7185d383828e0d9c9f78525ee0c4
2011-01-27 18:33:17 -08:00
Justin Ho
8472b1b60d
Updating Delete and Refresh icons to Honeycomb style
...
Bug: 3362749
Change-Id: Ib4b61c9e7db05b0627c1f353d3747268455dab6c
2011-01-27 17:59:23 -08:00
Amith Yamasani
2b47976885
am 6a66b5c8
: am a4035aef
: Merge "Use the correct resource id for Battery use shortcut title." into honeycomb
...
* commit '6a66b5c861bc3fcf8af2c8592c071d52809998d0':
Use the correct resource id for Battery use shortcut title.
2011-01-27 15:16:43 -08:00
Jake Hamby
f870c1926c
am f2941db7
: am 6d509d2f
: Merge "Fix settings NPE crash on launch." into honeycomb
...
* commit 'f2941db77a82cff807e2318b4780dfd7e9c83823':
Fix settings NPE crash on launch.
2011-01-27 15:11:13 -08:00
Justin Ho
f994c3165e
am 8d263307
: am c5708925
: Adding missing hdpi assets
...
* commit '8d2633075f8b2459656beb5ade5235465a6ed9e3':
Adding missing hdpi assets
2011-01-27 15:11:08 -08:00
Amith Yamasani
6a66b5c861
am a4035aef
: Merge "Use the correct resource id for Battery use shortcut title." into honeycomb
...
* commit 'a4035aef92132ec1e74e3af15f0adad9c1913ae4':
Use the correct resource id for Battery use shortcut title.
2011-01-27 15:11:04 -08:00
Amith Yamasani
a4035aef92
Merge "Use the correct resource id for Battery use shortcut title." into honeycomb
2011-01-27 15:08:34 -08:00
Eric Fischer
0cd5e21a40
am 95112e5b
: Import revised translations. DO NOT MERGE
...
* commit '95112e5b9810b6a70974ace6ee1c017b57e466af':
Import revised translations. DO NOT MERGE
2011-01-27 15:03:43 -08:00
Jake Hamby
f2941db77a
am 6d509d2f
: Merge "Fix settings NPE crash on launch." into honeycomb
...
* commit '6d509d2f35e39bcdc9c8fc01bf66b63d61c84192':
Fix settings NPE crash on launch.
2011-01-27 15:03:40 -08:00
Amith Yamasani
3e9ab63c60
Use the correct resource id for Battery use shortcut title.
...
Bug: 3399262
When displaying a list of shortcuts to settings screens, "Storage
settings" was used instead of "Battery use".
Change-Id: I4d445f188fc45d66623dc83e9eb2f9b045899561
2011-01-27 14:58:21 -08:00
Jake Hamby
6d509d2f35
Merge "Fix settings NPE crash on launch." into honeycomb
2011-01-27 14:05:44 -08:00
Eric Fischer
95112e5b98
Import revised translations. DO NOT MERGE
...
Change-Id: I64435ed3b620c5e748b0f15017d548eadf7adbd5
2011-01-27 14:04:11 -08:00
Justin Ho
8d2633075f
am c5708925
: Adding missing hdpi assets
...
* commit 'c5708925c6355978f2752ed6e0a71abea2558072':
Adding missing hdpi assets
2011-01-27 10:38:01 -08:00
Jason parks
4d9820c424
am cd25369c
: am b1ab46b8
: Merge "Fix the build." into honeycomb
...
* commit 'cd25369c04612335e9c7d2e2bf48daa8cf99ef69':
Fix the build.
2011-01-27 10:16:33 -08:00
Justin Ho
c5708925c6
Adding missing hdpi assets
...
Change-Id: I791d331d7dbc93af6869d741eaa4282e7558a874
2011-01-27 10:14:54 -08:00
Jason parks
cd25369c04
am b1ab46b8
: Merge "Fix the build." into honeycomb
...
* commit 'b1ab46b8cb792a7f75fac03c13130474b4249ef5':
Fix the build.
2011-01-27 10:13:52 -08:00
Jason parks
b1ab46b8cb
Merge "Fix the build." into honeycomb
2011-01-27 10:11:00 -08:00
Jason parks
1b066aeff7
Fix the build.
...
I think I checked in the wrong file before.
Change-Id: Ie426bb5e865ea17f219ee07d3eb8cdd6f06e8cc7
2011-01-27 12:08:44 -06:00
Justin Ho
5c9ec54561
am cbc9fedf
: am 565d0eb8
: Merge "New tab assets for Honeycomb" into honeycomb
...
* commit 'cbc9fedf58e9247af901ede20508a68a6ea10d78':
New tab assets for Honeycomb
2011-01-27 09:51:53 -08:00
Justin Ho
cbc9fedf58
am 565d0eb8
: Merge "New tab assets for Honeycomb" into honeycomb
...
* commit '565d0eb8089beebb08f4ed2d6949246409131ea2':
New tab assets for Honeycomb
2011-01-27 09:49:37 -08:00
Justin Ho
565d0eb808
Merge "New tab assets for Honeycomb" into honeycomb
2011-01-27 09:48:18 -08:00
Justin Ho
636bdc5ac9
New tab assets for Honeycomb
...
Change-Id: Ia955180781142295991df179fa419690fd0ffeee
2011-01-27 09:47:35 -08:00
Jason parks
0581cebb2c
am ebabdd4d
: am f8217304
: More work on the Crypt Keeper.
...
* commit 'ebabdd4d2491048d1c73b1858931cb4640a0d564':
More work on the Crypt Keeper.
2011-01-27 09:33:17 -08:00