Amith Yamasani
ff92dd69af
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 19:01:22 +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
Robert Greenwalt
08d153fb8e
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-05 19:33:46 +00:00
Narayan Kamath
928f97b186
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-05 19:33:11 +00:00
Chet Haase
2a639347ae
resolved conflicts for merge of aa4d2f69 to master
...
Change-Id: Iadb63ecf52d8bd2911276fa3db55a43c9c378620
2011-11-05 12:01:51 -07:00
Amith Yamasani
d291558b56
am d69c203c: Merge "Close suggestions cursor when SearchView is detached." into ics-mr1
...
* commit 'd69c203cd48c1d0d3be92fb0396656ee8adc1185':
Close suggestions cursor when SearchView is detached.
2011-11-05 16:40:07 +00:00
Flavio Lerda
2e428814cc
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-05 16:40:01 +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
e2d58e95a0
close input streams obtained from otacerts zip file
...
Quells a StrictMode warning from OTA verification.
Change-Id: Ie3e4c345551d1925fcc37c3ae9ce5c45713be93a
2011-11-04 14:11:12 -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
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
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
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
cc27a93947
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:04:06 +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
988af0861e
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:05:44 +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
b50d9bb630
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:04:43 +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
b536cd923a
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:40:56 +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
88b15749d2
am e24ac4b2: Merge "Update GET_UNINSTALLED_PACKAGES flag documentation" into ics-mr1
...
* commit 'e24ac4b219a582f1a99465551b1fd76345553b22':
Update GET_UNINSTALLED_PACKAGES flag documentation
2011-11-03 21:51:15 +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
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
Teng-Hui Zhu
87d872cd50
am 76b06759: Merge "Create GL texture when it is missing for video layer" into ics-mr1
...
* commit '76b067590b2e9dc403c9edac58e414468c5e1104':
Create GL texture when it is missing for video layer
2011-11-03 18:46:41 +00:00
Teng-Hui Zhu
76b067590b
Merge "Create GL texture when it is missing for video layer" into ics-mr1
2011-11-03 11:43:16 -07:00
Amith Yamasani
8790764e4c
Close suggestions cursor when SearchView is detached.
...
Make sure that delayed filter requests don't go through after
the view was detached.
Bug: 5484819
Change-Id: I4d5ff5ea9b52109ecce7f84fa4d91dfcb6225037
2011-11-03 11:32:44 -07:00
Kenny Root
685f490eff
Update GET_UNINSTALLED_PACKAGES flag documentation
...
Change-Id: I483b84f07836e6ad96c75e7dd3a86633cb29db22
2011-11-03 10:13:29 -07:00
satok
d548ef3b80
am cb1001b2: Merge "Fix a memory leak of a Binder in SpellCheckerService" into ics-mr1
...
* commit 'cb1001b2829f7da86f66f2634bd40cbc51ba4998':
Fix a memory leak of a Binder in SpellCheckerService
2011-11-03 09:13:13 +00:00
satok
cb1001b282
Merge "Fix a memory leak of a Binder in SpellCheckerService" into ics-mr1
2011-11-03 02:09:32 -07:00
Jeff Sharkey
4d81191dd3
am 808ee95d: Merge "Correct proc file reader, optimizations." into ics-mr1
...
* commit '808ee95dd4244da6ae767d3ddd003ed7b48937d0':
Correct proc file reader, optimizations.
2011-11-03 07:36:03 +00:00
Jeff Sharkey
808ee95dd4
Merge "Correct proc file reader, optimizations." into ics-mr1
2011-11-03 00:32:22 -07:00
satok
9b3855b752
Turn off the spell checker when the spell checker is disabled in the settings
...
Bug: 5554116
Change-Id: I9816101661e12cafdb9556c7e0bad39833f7dc67
2011-11-03 13:39:34 +09:00
Teng-Hui Zhu
1f54673381
Create GL texture when it is missing for video layer
...
In any case that the HTMLVideoView is recreated with no GL texture, we should
recreate the GL texture to make sure we always have a valid texture ID.
bug:5530006
Change-Id: I703a987a7530dbeef74e502f3c9ff329beca8c4e
2011-11-02 15:59:25 -07:00
Adam Powell
e40b7136bf
am b41d9f8a: Merge "Fix bug 5557267 - [ViewPager] non-primary fragments unnecessary stopped if "defer start" is enabled" into ics-mr1
...
* commit 'b41d9f8a84a325241440b6e950dea6d240134823':
Fix bug 5557267 - [ViewPager] non-primary fragments unnecessary stopped if "defer start" is enabled
2011-11-02 22:47:42 +00:00
Adam Powell
b41d9f8a84
Merge "Fix bug 5557267 - [ViewPager] non-primary fragments unnecessary stopped if "defer start" is enabled" into ics-mr1
2011-11-02 15:44:31 -07:00
Flavio Lerda
52c01c22a5
Add a query parameter to look-up a SIP address.
...
Currently there is an API to look-up a phone number in the contacts
database but not one to look up a SIP address.
This change adds a query parameter that can be added to the existing
filter URI to search the contacts with SIP addresses.
Bug: 5529690
Change-Id: I71aaf46c7528e7e6eb4160a664f4bdeacfb0581d
2011-11-02 22:42:04 +00:00
Jeff Sharkey
163e6443f2
Correct proc file reader, optimizations.
...
Moved away from BufferedReader, which only reads the first 8KB of
some proc files because it aggresively fills its buffer. Optimized
proc parsing, now double the speed. Tests to cover.
Log when NetworkStats counters roll backwards when subtracting, and
optimizations around findIndex(). When system removes UID, also
remove from last stats snapshot to avoid xt counters from rolling
backwards.
Bug: 5472949, 5458380
Change-Id: I07c08fe5233156fac2b84450f6291868bf9bfaf2
2011-11-02 15:14:11 -07:00
Adam Powell
2db4e4bd1b
Fix bug 5557267 - [ViewPager] non-primary fragments unnecessary
...
stopped if "defer start" is enabled
Only revise the target state in moveToState if it would cross the
stopped/started boundary.
Change-Id: I8f6e400331157eac9343261117cf633611fc1e4d
2011-11-02 14:30:47 -07:00
Narayan Kamath
748af66ca2
Add an API for querying / enabling network TTS support.
...
bug:5284966
Change-Id: I01708f40bf0e975449125320dbcd4842210ca168
2011-11-02 19:37:52 +00:00
Svetoslav Ganov
7899c51f96
am 1997fe14: Merge "Update KeyBoardView to reflect the interaction model in Latin IME" into ics-mr1
...
* commit '1997fe1482ecf1ca920c7729a1ad9df5340565f3':
Update KeyBoardView to reflect the interaction model in Latin IME
2011-11-02 18:55:44 +00:00
Svetoslav Ganov
1997fe1482
Merge "Update KeyBoardView to reflect the interaction model in Latin IME" into ics-mr1
2011-11-02 11:51:58 -07:00
Amith Yamasani
c76e566988
am dab15d14: Merge "Don\'t expand the SearchView if already expanded." into ics-mr1
...
* commit 'dab15d14ca2ce9c3a614e97869824c6337e76d51':
Don't expand the SearchView if already expanded.
2011-11-02 18:47:51 +00:00
Amith Yamasani
dab15d14ca
Merge "Don't expand the SearchView if already expanded." into ics-mr1
2011-11-02 11:43:53 -07:00