Adam Powell
7fde8e2ba2
Merge "Be more tolerant in TaskStackBuilder" into jb-dev
2012-05-16 17:44:25 -07:00
Jeff Brown
33ebe8c8c2
Merge "Add systrace method tags for measure and layout." into jb-dev
2012-05-16 17:40:03 -07:00
Jeff Brown
6dc23b8e70
Merge "Add a label for the new video trace tag." into jb-dev
2012-05-16 17:39:29 -07:00
John Reck
b27a4f9b0e
Merge "Remove custom scrollbar logic" into jb-dev
2012-05-16 17:35:08 -07:00
Jeff Brown
c8d2668bc4
Add systrace method tags for measure and layout.
...
Change-Id: I739f6384b390d1b34b09b622ca0f752de1dd7304
2012-05-16 17:27:24 -07:00
Jeff Brown
f558780c20
Add a label for the new video trace tag.
...
Change-Id: Ie296b4b5ca73987cdea7766f8698fc43704b2e81
2012-05-16 17:27:24 -07:00
Robert Greenwalt
2977286dde
Merge "Log more RetryManager information." into jb-dev
2012-05-16 17:25:40 -07:00
John Wang
3a64109db6
Merge "Restore ready apns once voice call ended" into jb-dev
2012-05-16 17:15:51 -07:00
Robert Greenwalt
83daf6c5ae
Log more RetryManager information.
...
6505637 had unexplainable behavior. Add some logging so we can see
what's going on.
bug:6505637
Change-Id: I43c2ce7f8d12271d988b112f47589d0fba2b6955
2012-05-16 17:15:12 -07:00
Robert Greenwalt
13fac48517
Merge "Don't start data-stall checks if not connected" into jb-dev
2012-05-16 17:12:23 -07:00
Brandon Keely
af1c1b3b13
Merge "softening app-to-home and task-to-task transitions" into jb-dev
2012-05-16 17:01:48 -07:00
yoonsung.nam
32eda207cd
Restore ready apns once voice call ended
...
Currently GsmDCT does not setup default data if secondary APNs are
connected but default is disconnected. Sometimes retry alarm of default
expries during voice call but it's rejected due to voice calling and
eHRPD attached status.
Fix onVocieCallEnded() to restore all ready apns inclduing defautl
regardless of isConnected().
bug:6502005
Change-Id: I25db9be010cb588dfee51bdaf435f24055ecb431
Signed-off-by: yoonsung.nam <yoonsung.nam@samsung.com>
2012-05-16 17:00:23 -07:00
Brandon Keely
9cec7fac72
softening app-to-home and task-to-task transitions
...
Change-Id: I2dc38ea1da7cbea9b805f2b0c17182bad235ab8f
2012-05-16 16:51:02 -07:00
Michael Jurka
28e7320116
Merge "Revert "Add shortcut for voice search"" into jb-dev
2012-05-16 16:39:16 -07:00
Jim Miller
ee499fe68e
Merge "Fix 6504124: Disable assist when ACTION_ASSIST is not available" into jb-dev
2012-05-16 16:36:26 -07:00
Jeff Brown
00ee17718a
Merge "Don't allow shortcuts while keyguard showing." into jb-dev
2012-05-16 16:25:21 -07:00
Jeff Brown
f3ae4e178c
Merge "Tolerate missing power HAL module." into jb-dev
2012-05-16 16:25:12 -07:00
Jeff Brown
0d28cdf1c8
Merge "Fix a possible starvation issue related to vsync." into jb-dev
2012-05-16 16:25:05 -07:00
Jim Miller
12e0c5ac1b
Fix 6504124: Disable assist when ACTION_ASSIST is not available
...
Change-Id: I2218afa7954961309d8cf2f2be0aff10826b9243
2012-05-16 16:24:32 -07:00
Michael Jurka
fa1009638d
Revert "Add shortcut for voice search"
...
This reverts commit 7a3489552ca92776c5e2a57c80026216b44005eb.
Change-Id: Iddfa86183ff0d189e8dbb5dc535344e064e0d103
2012-05-16 16:24:22 -07:00
Adam Powell
b00b8b0d53
Be more tolerant in TaskStackBuilder
...
Let callers try to get a parent stack for an activity class with no
parent declared.
Bug 6503702
Change-Id: Iec1bc7a8d9e5b65b756a8ebd0e53d63506796aa3
2012-05-16 16:23:03 -07:00
Mathias Agopian
128c89cd08
Merge "fix SensorManager.getAngleChange() documentation" into jb-dev
2012-05-16 16:12:27 -07:00
Svetoslav Ganov
6467f94b37
Merge "Make AbsSeekBar widget adjustable via accessibility actions." into jb-dev
2012-05-16 15:53:35 -07:00
Jason Sams
4ee6a63dfe
Merge "Move gfx samples to test directory for compatibility testing." into jb-dev
2012-05-16 15:47:57 -07:00
Jason Sams
e5f2f66f8c
Move gfx samples to test directory for compatibility testing.
...
Change-Id: Iede1c0a14abf9aa3f31ab219fba3bf3a15ef8c90
2012-05-16 15:43:25 -07:00
Robert Greenwalt
33961892a9
Don't start data-stall checks if not connected
...
We did this only if connected in most places, but screen-on/off didn't
care. On no-radio devices it caused extra timers/wakeups that
didn't help anybody.
bug:6375908
Change-Id: Iba72da323de716acb0e67361b955c7381f18f67d
2012-05-16 15:34:46 -07:00
Mathias Agopian
fb89097099
fix SensorManager.getAngleChange() documentation
...
Bug: 6442517
Change-Id: I4b22540817560bdff134d2cc3274e3b39c92d3b1
2012-05-16 15:31:07 -07:00
John Reck
7c2e329ef2
Remove custom scrollbar logic
...
Bug: 6505722
When we scroll the base layer we do so by calling scrollTo on the view,
which handles all the scrollbar logic for us. Remove the custom keep alive
code which floods the handler queue, as well as remove the unnecessary
invalidate and awakenScrollbar calls (View does that for us)
Change-Id: Ia2503c549a22ec71d99295fe62b676fecc367ea3
2012-05-16 15:21:18 -07:00
John Reck
c43db491a6
Merge "Fix android:focusableInTouchMode support" into jb-dev
2012-05-16 15:19:22 -07:00
John Reck
435e6f5fd2
Fix android:focusableInTouchMode support
...
Bug: 6448106
Change-Id: I17161754eaf08145623466a6db25893e3e5b2e16
2012-05-16 14:56:20 -07:00
alanv
c826b7d8fa
Make AbsSeekBar widget adjustable via accessibility actions.
...
Change-Id: I559da3cea139c2d5a4c82e2854921de173fbfa4f
2012-05-16 14:19:21 -07:00
Jim Miller
c1c1406576
Merge "Fix 6398209: Lots of improvements to gesture search from navbar" into jb-dev
2012-05-16 14:17:33 -07:00
Irfan Sheriff
4441a369ab
Merge "Add logging to capture wifi enable" into jb-dev
2012-05-16 13:52:29 -07:00
Adam Cohen
e0bb6fe333
Merge "Cap widget bitmap usage by screen size (issue 6464700)" into jb-dev
2012-05-16 13:43:27 -07:00
Irfan Sheriff
bd21b78f0f
Add logging to capture wifi enable
...
Bug: 6504534
Change-Id: I3c3a803ce5bc53f1bdae697a23b95d63db82717c
2012-05-16 13:42:46 -07:00
Jeff Brown
602ab325ca
Don't allow shortcuts while keyguard showing.
...
Bug: 6483916
Change-Id: Ica7d6b1dc6a844650e6f3a2399ebb6aab20e780e
2012-05-16 13:39:46 -07:00
Jeff Brown
d232afa003
Tolerate missing power HAL module.
...
Bug: 6492793
Change-Id: I092605456e734e3f91ee098a197f208c738a619c
2012-05-16 13:39:46 -07:00
Svetoslav Ganov
c5fb5805c9
Merge "Accessiblity focus not following input focus and text nav broken." into jb-dev
2012-05-16 13:26:54 -07:00
JP Abgrall
286298896b
Merge "Revert "services: input events: enable debugging in EventHub (touch screen issues)"" into jb-dev
2012-05-16 13:24:10 -07:00
JP Abgrall
44f41f28ea
Merge "Revert "unlock screen: enable DEBUG and track pattern start/cell progress."" into jb-dev
2012-05-16 13:23:58 -07:00
Eric Fischer
2806097ce3
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-05-16 13:06:17 -07:00
Eric Fischer
cd64097bcb
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-05-16 13:03:49 -07:00
Christopher Tate
71abf6a27c
Merge "Merge restored wifi APs, don't overwrite" into jb-dev
2012-05-16 12:53:27 -07:00
Jeff Brown
b080660dfd
Fix a possible starvation issue related to vsync.
...
This makes a noticeable improvement in cases where applications
post messages that need to be processed between animation frames.
Bug: 6418353
Change-Id: If225742e37aeaf3f0ca9710f9bf43dbb03bcde12
2012-05-16 12:50:41 -07:00
Eric Fischer
e5a58ee280
Import translations. DO NOT MERGE
...
Change-Id: I9d449be1d3b33044fc5f3ae819573565bf7da4fa
2012-05-16 12:50:20 -07:00
Eric Fischer
4756720240
Import translations. DO NOT MERGE
...
Change-Id: I6ea33b0ee9b32f9e4826a6ac8ea0613819ad17a8
2012-05-16 12:31:23 -07:00
Daniel Sandler
ffc731d50a
Merge "Properly crop header underneath panel close handle." into jb-dev
2012-05-16 12:24:14 -07:00
Daniel Sandler
a25c198ee2
Merge "Properly center and scale the navkey glow." into jb-dev
2012-05-16 12:22:57 -07:00
Daniel Sandler
81476537fe
Merge "Do not wrap action button text." into jb-dev
2012-05-16 12:22:42 -07:00
Daniel Sandler
2857d7b421
Properly crop header underneath panel close handle.
...
What's another level in the view hierarchy, really?
Bug: 6485390
Change-Id: I35bc7d487af4a09279daeaeb69f782132cd09b1d
2012-05-16 15:21:02 -04:00