John Reck
d471e09774
am 669e1f80: Merge "Remove nativeRecordButtons" into ics-mr1
...
* commit '669e1f80a718dc2a4d259970b4e85b3c66e8ebc1':
Remove nativeRecordButtons
2011-11-07 23:21:56 +00:00
John Reck
669e1f80a7
Merge "Remove nativeRecordButtons" into ics-mr1
2011-11-07 15:20:38 -08:00
Adam Powell
3bda1dc4f2
am b1dbf8e6: Merge "Change the "start deferred" fragment API to "user visible hint"" into ics-mr1
...
* commit 'b1dbf8e605c29ac00dde187579bd8ff8f18d7ba3':
Change the "start deferred" fragment API to "user visible hint"
2011-11-07 22:58:51 +00:00
Adam Powell
b1dbf8e605
Merge "Change the "start deferred" fragment API to "user visible hint"" into ics-mr1
2011-11-07 14:56:36 -08:00
Peter Ng
7de32faea7
am e1aacdfe: Merge "Added focused state to quickcontacts shortcut" into ics-mr1
...
* commit 'e1aacdfe26eabf1ff31a6ddd8590fdea360614db':
Added focused state to quickcontacts shortcut
2011-11-07 22:39:47 +00:00
Peter Ng
e1aacdfe26
Merge "Added focused state to quickcontacts shortcut" into ics-mr1
2011-11-07 14:37:31 -08:00
Jim Miller
fdfc404875
am 4d8ecc65: Merge "Fix 5231823: PIN/Password polish on lock screen" into ics-mr1
...
* commit '4d8ecc65c5a747f350492b21397d7466ff628900':
Fix 5231823: PIN/Password polish on lock screen
2011-11-07 22:26:56 +00:00
Jim Miller
4d8ecc65c5
Merge "Fix 5231823: PIN/Password polish on lock screen" into ics-mr1
2011-11-07 14:24:43 -08:00
John Reck
99f7b7b7b2
Remove nativeRecordButtons
...
Bug: 5572238
Bug: 5558699
Change-Id: I8e275849f4f04c094a93528dd1fb59683d30e9cc
2011-11-07 14:00:05 -08:00
Peter Ng
d52ec9f3c2
Added focused state to quickcontacts shortcut
...
Bug: 5566627
Change-Id: I559660d71fa571d9201f99dbf76befa8b3276d9e
2011-11-07 13:55:29 -08:00
Adam Powell
78fed9b78f
Change the "start deferred" fragment API to "user visible hint"
...
Allow a fragment to set a hint of whether or not it is currently user
visible. This will be used implicitly to defer the start of fragments
that are not user visible until the loaders for visible fragments have
run. This hint defaults to true.
Change-Id: Id1349d319886a277ef07301f64f7b9e12c8729bf
2011-11-07 13:47:13 -08:00
Peter Ng
b5d1d7f3da
am a50c859d: Merge "Color balancing framework assets" into ics-mr1
...
* commit 'a50c859d3f071b9d405bf461e34f11d40f20561e':
Color balancing framework assets
2011-11-07 21:42:31 +00:00
Peter Ng
a50c859d3f
Merge "Color balancing framework assets" into ics-mr1
2011-11-07 13:40:45 -08:00
Peter Ng
4f4882ad12
Color balancing framework assets
...
-btns are more opaque
-toggle buttons are now blue
-spinners have better antialiasing
-quick contacts have a thicker divider
-switches are flipped
Bug:5560030
Change-Id: I28f64aa2be6c7f0d8c82e9b7c318aaf2bfd98ea7
2011-11-07 13:16:36 -08:00
Eric Fischer
cb99ac697b
am 08be43a6: Merge "Import revised translations. DO NOT MERGE" into ics-mr1
...
* commit '08be43a6d912fe1f34596d5e90df6b497424af02':
Import revised translations. DO NOT MERGE
2011-11-07 20:38:50 +00:00
Eric Fischer
08be43a6d9
Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2011-11-07 12:36:02 -08:00
Eric Fischer
2f6172e35a
Import revised translations. DO NOT MERGE
...
Change-Id: Ib095d85d01ffce5201d1e91d7c90c516f8c4c89c
2011-11-07 12:34:57 -08:00
Amith Yamasani
93004b10b7
am 7919bfb1: Merge "Don\'t show the submit button when it isn\'t enabled." into ics-mr1
...
* commit '7919bfb12365b3f84e232235c35df957039995b7':
Don't show the submit button when it isn't enabled.
2011-11-07 18:59:04 +00:00
Amith Yamasani
7919bfb123
Merge "Don't show the submit button when it isn't enabled." into ics-mr1
2011-11-07 10:57:17 -08:00
Jim Miller
d9d09451cc
Fix 5231823: PIN/Password polish on lock screen
...
Fixes these issues:
- add IME button to switch IMEs on password screen on tablet
- centers '0' on PIN screen for phones and tablets
- tablets now use the same ICS background key asset as phones
- make PIN layout consistent between phones and tablet
- center the I-beam when any button is showing in the password entry field
Change-Id: I4da0173f9b2efeab46617c5a41a8132895b63a97
2011-11-04 17:26:26 -07:00
Robert Greenwalt
796ef0d0e1
am fd900f05: am 348297ab: Merge "Start using IP tool for advanced routing." into ics-mr0
...
* commit 'fd900f05fb67046b97701f20626f7fd408fd8990':
Start using IP tool for advanced routing.
2011-11-04 22:57:48 +00:00
Robert Greenwalt
fd900f05fb
am 348297ab: Merge "Start using IP tool for advanced routing." into ics-mr0
...
* commit '348297abc0e03fb87a1d22465020b580d83fdd61':
Start using IP tool for advanced routing.
2011-11-04 22:55:30 +00:00
Robert Greenwalt
348297abc0
Merge "Start using IP tool for advanced routing." into ics-mr0
2011-11-04 15:53:37 -07:00
Doug Zongker
1e62533830
Merge "close input streams obtained from otacerts zip file" into ics-aah
2011-11-04 13:50:10 -07:00
Amith Yamasani
cf72ab4dde
Don't show the submit button when it isn't enabled.
...
There was a particular scenario where it was being shown even if it's disabled.
Bug: 5412759
Change-Id: I34edd385062bed48bccef35e8240932d4cc96fd1
2011-11-04 13:49:28 -07:00
Doug Zongker
f597e553da
close input streams obtained from otacerts zip file
...
Quells a StrictMode warning from OTA verification.
Change-Id: I87e483f065c35ce48000204aa3e6e9dcedd8e2b4
2011-11-04 13:39:47 -07:00
Narayan Kamath
7b968ab3a3
am eaa17b76: Merge "Add an API for querying / enabling network TTS support." into ics-mr1
...
* commit 'eaa17b768fcd2624cb5d46a76ade24ebe7e56957':
Add an API for querying / enabling network TTS support.
2011-11-04 18:03:04 +00:00
Chet Haase
18c3ac45a4
am aa4d2f69: Merge "Improve Launcher drag performance." into ics-mr1
...
* commit 'aa4d2f69bdc2acbed04b7662a55308b72f108dff':
Improve Launcher drag performance.
2011-11-04 18:03:02 +00:00
Narayan Kamath
eaa17b768f
Merge "Add an API for querying / enabling network TTS support." into ics-mr1
2011-11-04 11:01:57 -07:00
Chet Haase
aa4d2f69bd
Merge "Improve Launcher drag performance." into ics-mr1
2011-11-04 11:01:25 -07:00
Amith Yamasani
1e89a7aa82
am d69c203c: Merge "Close suggestions cursor when SearchView is detached." into ics-mr1
...
* commit 'd69c203cd48c1d0d3be92fb0396656ee8adc1185':
Close suggestions cursor when SearchView is detached.
2011-11-04 17:43:21 +00:00
Amith Yamasani
d69c203cd4
Merge "Close suggestions cursor when SearchView is detached." into ics-mr1
2011-11-04 10:41:10 -07:00
Robert Greenwalt
3b28e9a3da
Start using IP tool for advanced routing.
...
bug:5495862
bug:5396842
Change-Id: I5e31b352b14a4dc746cacce4d61cf8d9ad7382a0
2011-11-04 09:52:04 -07:00
Flavio Lerda
4e7dc4c1a9
am 8f7d88cc: Merge "Add a query parameter to look-up a SIP address." into ics-mr1
...
* commit '8f7d88cc67e1c89c960b932ceafc60d378aa2ad6':
Add a query parameter to look-up a SIP address.
2011-11-04 16:50:12 +00:00
Flavio Lerda
8f7d88cc67
Merge "Add a query parameter to look-up a SIP address." into ics-mr1
2011-11-04 09:48:18 -07:00
Chet Haase
1f4786bbe1
Improve Launcher drag performance.
...
Launcher swiping looks choppy. It's because we deliver the
motion events of the drags asynchronously, and sometimes we
may get an event to redraw before the motion event is posted, so we
end up drawing again without updating to the latest motion
information.
This fix makes input event processing more proactive. Every time
we run ViewRootImpl.performTraversals() (which is what
happens whenever we need to layout, measure, and/or draw), we
first process all pending input events, ensuring that we are
completely up-to-date with posted events prior to drawing, so that the
drawing we do is synchronous with the events we've received.
This eliminates the choppiness and means that we can now get the full
refresh rate on the screen with drag events.
The fix was done for Launcher, but it is pervasive in the system,
so this may fix other laggy drag behavior as well.
Change-Id: I8dbed6acadc2662f317f736e769f536f555701aa
2011-11-04 09:22:58 -07:00
Wink Saville
1aa7dda4e2
am 8b771243: am 3d708451: Merge "Separate data stall detection and recovery from net stats." into ics-mr0
...
* commit '8b77124395713de5e09c9b56fac03c244513dc25':
Separate data stall detection and recovery from net stats.
2011-11-04 12:03:24 +00:00
Wink Saville
8b77124395
am 3d708451: Merge "Separate data stall detection and recovery from net stats." into ics-mr0
...
* commit '3d7084519b03da0681da13fb8d7d4a0914d11646':
Separate data stall detection and recovery from net stats.
2011-11-04 11:59:25 +00:00
Ken Wakasa
bd1a8fa9e2
am 943f6d0b: Merge "Turn off the spell checker when the spell checker is disabled in the settings" into ics-mr1
...
* commit '943f6d0b33f599ed00b76c59b4a4b4c41d0e66f2':
Turn off the spell checker when the spell checker is disabled in the settings
2011-11-04 08:03:32 +00:00
Ken Wakasa
943f6d0b33
Merge "Turn off the spell checker when the spell checker is disabled in the settings" into ics-mr1
2011-11-04 01:02:12 -07:00
Wink Saville
2861d23d66
Separate data stall detection and recovery from net stats.
...
Also use the AlarmManager instead of messages so the delays
are consistent whether sleeping or not.
Bug: 5534004
Change-Id: I24118b30214dddf8183c1200a89555d6c528e606
2011-11-03 18:52:58 -07:00
Christopher Tate
64eb4fca7c
am 4fdad1af: Merge "Add persistent property to disable strict mode" into ics-mr1
...
* commit '4fdad1af53ea46892f477185ff93d4182b7aadf9':
Add persistent property to disable strict mode
2011-11-03 23:01:18 +00:00
Christopher Tate
4fdad1af53
Merge "Add persistent property to disable strict mode" into ics-mr1
2011-11-03 15:59:47 -07:00
Mangesh Ghiware
cd49352f19
am 69957172: Merge "Update fix to restore view and text wrap scales." into ics-mr1
...
* commit '69957172fa8336e01a9ff07ab34deca2c553f0b4':
Update fix to restore view and text wrap scales.
2011-11-03 22:37:05 +00:00
Mangesh Ghiware
69957172fa
Merge "Update fix to restore view and text wrap scales." into ics-mr1
2011-11-03 15:35:23 -07:00
Kenny Root
44eed9f6a9
am e24ac4b2: Merge "Update GET_UNINSTALLED_PACKAGES flag documentation" into ics-mr1
...
* commit 'e24ac4b219a582f1a99465551b1fd76345553b22':
Update GET_UNINSTALLED_PACKAGES flag documentation
2011-11-03 21:48:51 +00:00
Kenny Root
e24ac4b219
Merge "Update GET_UNINSTALLED_PACKAGES flag documentation" into ics-mr1
2011-11-03 14:47:07 -07:00
Mangesh Ghiware
e59e301ca0
Update fix to restore view and text wrap scales.
...
Fixes bug 5544556: All email content is wrapped prematurely.
Previous change (I5a22dd20) didn't take a few other cases of
mViewScale>0 into account.
Change-Id: I4f9578f3558f026c472492ac07d19004416dc228
2011-11-03 13:21:18 -07:00
Doug Zongker
d4ccc92018
Merge "store the hw addr in the extraInfo field of ethernet NetworkInfos" into ics-aah
2011-11-03 13:17:33 -07:00
Christopher Tate
bc6f0ce8be
Add persistent property to disable strict mode
...
Setting persist.sys.strictmode.disable to 'true' will disable strict
mode on eng/userdebug builds where it is turned on by default.
Explicitly enabling it in the Settings UI will override this, so
it's still possible to toggle it there even when this property
has been set on the device.
Change-Id: Ifd971f948fb2f803d509c2a06112c4bb932a5b1f
2011-11-03 13:16:27 -07:00