Eric Fischer
01ad2a3fa7
Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
2011-09-20 15:35:23 -07:00
Eric Fischer
63664daaff
Import revised translations. DO NOT MERGE
...
Change-Id: Id625c4d16121cadef5c8c7326f3458fa0d5d96a3
2011-09-20 15:20:06 -07:00
Justin Ho
aff24a52d2
Merge "Updated lockscreen camera assets Bug: 5296921" into ics-factoryrom
2011-09-20 12:09:13 -07:00
Justin Ho
b4ac65594b
Updated lockscreen camera assets
...
Bug: 5296921
Change-Id: Ibe5eec4668b1859fe8f645b68c25ff7a52ceae50
2011-09-19 17:02:09 -07:00
Fred Quintana
79a33ad49e
Merge "Continuation of the unified account chooser flow." into ics-factoryrom
2011-09-19 10:43:59 -07:00
Justin Ho
31f971b57f
Merge "Properly adding scrubber pressed/selected state" into ics-factoryrom
2011-09-18 16:56:12 -07:00
Fred Quintana
b04fe4e82a
Continuation of the unified account chooser flow.
...
- made the UI match the spec
- added ability to force the account chooser to appear
- added ability to pass in a description that will override the stock one
- added ability to pass in requiredFeatures for addAccount
- added ability to pass in an authTokenType for addAccount
Bug: 5293377
Change-Id: I243c0fd6598c943b1f65753e1f5d3c86629f64f5
2011-09-16 22:55:08 -07:00
Justin Ho
2357858a1d
Properly adding scrubber pressed/selected state
...
Change-Id: Iea2e65bd8c00b56dd2828de03946ee1257547944
2011-09-16 16:19:47 -07:00
Eric Fischer
a2a960b4a1
Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
2011-09-16 16:17:45 -07:00
Eric Fischer
db506e7699
Import revised translations. DO NOT MERGE
...
Change-Id: Ibae2079f2de6ae74d12a88e3c6f6f52b3010990f
2011-09-16 15:18:46 -07:00
Justin Ho
218148f1ff
Merge "Revert "Adding selected state for scrubber control"" into ics-factoryrom
2011-09-16 14:47:54 -07:00
Justin Ho
783ed0d647
Revert "Adding selected state for scrubber control"
...
This reverts commit a11aeeb36560959db321f9757d4c5eccfdfa7f63
2011-09-16 14:47:40 -07:00
Justin Ho
5855c0ca68
Merge "Adding selected state for scrubber control" into ics-factoryrom
2011-09-16 14:15:04 -07:00
Justin Ho
a11aeeb365
Adding selected state for scrubber control
...
Change-Id: I63147c80f7849d28ffe15d97e0b7e3f5c7bea5e1
2011-09-16 14:11:07 -07:00
Fred Quintana
3d5759b527
Merge "Add a generic account chooser/add account flow for apps." into ics-factoryrom
2011-09-16 12:13:30 -07:00
Svetoslav Ganov
2a671ac905
MiltiWaveView accessibility improvement.
...
Now hover events behave s motion events in touch exploration mode.
The use no longer needs to find the handle and tap + hold to engage.
It is enough to move on top of it.
Now the handle is engaged, i.e. can be dragged, when the user passes
on top of it for both accessibility enabled and disabled.
bug:5253968
Change-Id: If70b44cb6db8a38432216b46ecddefb3e2bc3825
2011-09-15 18:21:37 -07:00
Fred Quintana
1121bb5e6f
Add a generic account chooser/add account flow for apps.
...
The activity is launched as follows:
Account account1 = new Account("account1@gmail.com", "com.google")
Account account2 = new Account("account2@gmail.com", "com.google")
ArrayList<Account> accounts = new ArrayList<Account>();
accounts.add(account1);
accounts.add(account2);
String[] accountTypes = new String[]{"com.google", "com.android.exchange"};
Bundle addAccountOptions = null;
Intent intent = AccountManager.newChooseAccountIntent(account1, accounts,
accountTypes, addAccountOptions);
startActivityForResult(intent, 0);
Change-Id: I05a467bdc3552a2e39397b0182879351f4324389
2011-09-15 17:40:43 -07:00
Dianne Hackborn
90d92e6098
Final (ha ha) API 14.
...
Change-Id: I164f9add571f7d825a10036e3b8c9e9eb854d732
2011-09-15 00:28:31 -07:00
Jeff Sharkey
6f13746633
Merge "Change data usage warning notification wording."
2011-09-14 20:27:55 -07:00
Jeff Sharkey
8ca953da93
Change data usage warning notification wording.
...
Bug: 5308710
Change-Id: Ic807640a031a3edb03897634e638473d5a039ecc
2011-09-14 19:56:11 -07:00
Katherine Kuan
bd3f8a2e38
Merge "Swap default avatar"
2011-09-14 19:22:34 -07:00
Katherine Kuan
85d78321a2
Swap default avatar
...
Bug: 5074147
Change-Id: I89feda1ee3dd5e50996cf31795400295e82599ef
2011-09-14 18:22:35 -07:00
Eric Fischer
bd9d25e319
Merge "Bug 5278473: Add a delete option in the suggestion popup"
2011-09-14 17:18:59 -07:00
Gilles Debunne
c8952f70ca
Bug 5278473: Add a delete option in the suggestion popup
...
This first CL simply adds the new string before string freeze.
Change-Id: I7d5ed7a8467179668c123380cc516a80099d4993
2011-09-14 17:04:13 -07:00
Peter Ng
5eb41b01a6
Merge "Spinner touchstates now in line with list states"
2011-09-14 15:03:32 -07:00
Robert Greenwalt
11fed2b218
Merge "Add OTADM feature for Verizon requirement. - GsmDataConnectionTracker.java <in function createApnList> : modify parameter type for new ApnSetting. (carrierEnabled has changed to boolean from integer, BEARER has changed to integer from string). <in function createAllApnList> : modify telephony db query statement using carrierEnabled. (carrier_enabled: 1 enable apn, 0: disabled apn) <in function buildWaitingApns> : modify apn management code when current RAT (radio access technology) is LTE or EHRPD. add internal function named needToCheckApnBearer to check current RAT is LTE or EHRPD. - ApnSetting.java : add two member variable (carrierEnabled: apn enable/disable , bearer : Radio Access Technology) - Telephony.java : add two static string CARRIER_ENABLED & BEARER. - ApnSettingTest.java : add two assertEquals in function assertApnSettingEqual. add CARRIER_ENABLED & BEARER parameters."
2011-09-14 13:41:10 -07:00
sinikang
723facc20b
Add OTADM feature for Verizon requirement.
...
- GsmDataConnectionTracker.java
<in function createApnList>
: modify parameter type for new ApnSetting.
(carrierEnabled has changed to boolean from integer,
BEARER has changed to integer from string).
<in function createAllApnList>
: modify telephony db query statement using carrierEnabled. (carrier_enabled: 1 enable apn, 0: disabled apn)
<in function buildWaitingApns>
: modify apn management code when current RAT (radio access technology) is LTE or EHRPD.
add internal function named needToCheckApnBearer to check current RAT is LTE or EHRPD.
- ApnSetting.java
: add two member variable (carrierEnabled: apn enable/disable , bearer : Radio Access Technology)
- Telephony.java
: add two static string CARRIER_ENABLED & BEARER.
- ApnSettingTest.java
: add two assertEquals in function assertApnSettingEqual.
add CARRIER_ENABLED & BEARER parameters.
bug: 4991683
Change-Id: I9450c220009c3093b1e09e8ac9cd0faa0a975067
2011-09-14 08:27:43 -07:00
Justin Ho
d8c82516dd
Merge "Moving tablet unlock screen assets to tablet-specific folders Refreshing visual style to match phone unlock assets Bug: 5231253"
2011-09-14 07:39:56 -07:00
Mike Lockwood
6b5a752130
Merge "Move Power Manager minimum screen brightness to a framework resource"
2011-09-14 07:12:46 -07:00
Adam Powell
e0946eb270
Merge "Fix bug 5307916 - legacy menu theming"
2011-09-13 16:02:38 -07:00
Adam Powell
bc83503999
Fix bug 5307916 - legacy menu theming
...
Let list_menu_item_layout and legacy dialog themes tie into new list
item theming internals.
Change-Id: Ic9253a2217148df72bf22b725b32512673c3bb80
2011-09-13 15:53:16 -07:00
Justin Ho
921ffae345
Moving tablet unlock screen assets to tablet-specific folders
...
Refreshing visual style to match phone unlock assets
Bug: 5231253
Change-Id: I638791154009f2cf99ddcc0c51c93768bf38b6d8
2011-09-13 14:51:39 -07:00
Justin Ho
8518d37b74
Merge "Updated default application launcher icon Bug: 5286988"
2011-09-13 14:50:02 -07:00
Justin Ho
d80b3a022c
Updated default application launcher icon
...
Bug: 5286988
Change-Id: If5d05f4a089a058551221986c9363eff80522768
2011-09-13 14:47:24 -07:00
Mike Lockwood
eb6456b31e
Move Power Manager minimum screen brightness to a framework resource
...
Bug: 5279179
Change-Id: I445e78c774ad08be6582fa8870487a5210465a08
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-09-13 15:24:02 -04:00
Dianne Hackborn
ab0f485e64
Fix problems where we were allocating TypedArray when not needed.
...
Fixes up some recycling of TypedArray objects to reduce the
number we need to allocate during inflation etc.
Change-Id: I948dccc052997779001eaa99db2a710b04be01ae
2011-09-12 17:04:32 -07:00
Amith Yamasani
1357c0a228
Merge "Use a new config flag to decide if notification led pulsing can be turned on/off."
2011-09-12 16:46:58 -07:00
Amith Yamasani
ba7b959635
Use a new config flag to decide if notification led pulsing can be turned on/off.
...
Bug: 5242350
Change-Id: I35d6b858350d47fc6b10b4e65c587c15a82c0301
2011-09-12 14:29:36 -07:00
Dianne Hackborn
d2509fd835
Add boot mode where only "core apps" are started.
...
A core app is one that has coreApp="true" in its manifest tag.
The system can successfully boot (though a little painfully) with
only framework-res.apk, SettingsProvider.apk, SystemUI.apk,
DefaultContainerService.apk, and Launcher2.apk set as core apps.
Currently this boot mode is always turned off.
Change-Id: Ieaa4a8031c2c391a12996aa8d8b1d65fc2b09d6b
2011-09-12 12:29:43 -07:00
Eric Fischer
d61a3a1bed
Merge "Import revised translations."
2011-09-12 10:22:21 -07:00
Eric Fischer
78cc91aa7d
Import revised translations.
...
Change-Id: I6e7f33ff16557f7e9088c0aa66fd1c79ed376c75
2011-09-12 09:48:06 -07:00
Amith Yamasani
5691c7a2d6
Fix preference screen padding for legacy apps (non Holo).
...
Also fixes the right margin for single pane preferences on phones, so the
scrollbar is fully visible.
Bug: 5262868
Bug: 5263470
Change-Id: Ifbbe22744bd42ab33578d1f01daecdea4d59f5cc
2011-09-11 13:19:14 -07:00
Dianne Hackborn
8962028b6e
Fix inflating of animations.
...
Need to define attributes for animation set, to have correct indices.
Also small fixes elsewhere.
Change-Id: If596147e8aee4ebffe4e184872070341eff6df73
2011-09-11 12:47:45 -07:00
Dianne Hackborn
1a9c6c97fa
Merge "The wave view attributes should not be public."
2011-09-11 10:56:01 -07:00
Dianne Hackborn
acc3012cd0
The wave view attributes should not be public.
...
Change-Id: I7f021fc79385f5cf2e252389cc5f672f334ee4c4
2011-09-09 18:35:23 -07:00
Adam Powell
81cca039bd
Merge "Fix metrics on Holo progress dialogs"
2011-09-09 17:47:23 -07:00
Adam Powell
ba3c377ba4
Fix metrics on Holo progress dialogs
...
Change-Id: I8818d002dcee0ca6d6deead9e0403c07e8ef4460
2011-09-09 17:40:06 -07:00
Romain Guy
3593fc4c3f
Merge "Go faster!!!!"
2011-09-09 17:35:02 -07:00
Peter Ng
039482153d
Spinner touchstates now in line with list states
...
Change-Id: I693eb5f16193119eb71dfc1d7991a786efbb8b79
2011-09-09 15:51:20 -07:00
Adam Powell
88f8b84e4c
Fix bug 5214224 - Align stock framework list item padding for dialogs
...
Set holo dialog themes to 16dip of padding for list items to align with
theme dialog metrics.
Change-Id: Ia07c08f05fadfe8bbcb596d6fe8a27cc14805c6c
2011-09-09 15:49:03 -07:00