Andreas Huber
5ce9eb9a34
am f0f1ceeb: DO NOT MERGE: Make sure we restart the prefetcher immediately when trying to satisfy a read.
...
* commit 'f0f1ceeb517ff226532a407da6d55602f195e5b5':
DO NOT MERGE: Make sure we restart the prefetcher immediately when trying to satisfy a read.
2011-04-18 15:39:09 -07:00
Wink Saville
343c1ad720
am 37677849: am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
...
* commit '37677849998e6c9a39afe0a730b2f0131a371f3b':
Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
2011-04-18 15:28:47 -07:00
David Li
5664eea800
Merge "GLES2Dbg: added CaptureDraw and CaptureSwap options"
2011-04-18 15:26:59 -07:00
David Li
66f2bcd3c9
Merge "GLES2Dbg: use dump.gles2dbg file when fails to create socket"
2011-04-18 15:26:51 -07:00
David Li
5e3dd25fed
Merge "GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocol"
2011-04-18 15:26:39 -07:00
David Li
420e7906b0
Merge "GLES2Dbg: change GLES2_dbg to shared library"
2011-04-18 15:26:31 -07:00
Wink Saville
3767784999
am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
...
* commit '64c42cae4482fe0157e977b8ddd0f2c2436b3f31':
Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
2011-04-18 15:24:47 -07:00
Wink Saville
64c42cae44
Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
...
Change-Id: Ib4b33894da75f5f156066092fb145b478e52f7d7
2011-04-18 14:55:10 -07:00
Dianne Hackborn
fd192393e9
Merge "Integrate from support lib: fix restore of list state."
2011-04-18 14:23:04 -07:00
Dianne Hackborn
d071ec2b49
Integrate from support lib: fix restore of list state.
...
The FragmentManager/ListFragment impl was restoring the list
state before setting its adapter. This caused the list view to
lose the state, since it gets cleared as part of setting the
adapter. Now the fragment manager waits on restoring the view
hierarchy state until after it has done onActivityCreated(),
at which point we have set the adapter.
It would be nice to make list view less fragile in this regard,
but that is for a different change.
Change-Id: I032d6fe0fefc0dabfae95d44152146029ef5db8e
2011-04-18 14:08:33 -07:00
Wink Saville
94319f62da
am 9a2c9390: am 6f200f73: Merge "Data connection attempts/retries for multiple APNs" into honeycomb-LTE
...
* commit '9a2c93905a2a65db7135f48ca5653d3cf614faed':
Data connection attempts/retries for multiple APNs
2011-04-18 13:39:49 -07:00
Wink Saville
9a2c93905a
am 6f200f73: Merge "Data connection attempts/retries for multiple APNs" into honeycomb-LTE
...
* commit '6f200f738ed0bbdef5c433b5f571fcb591e1760c':
Data connection attempts/retries for multiple APNs
2011-04-18 13:36:32 -07:00
Wink Saville
6f200f738e
Merge "Data connection attempts/retries for multiple APNs" into honeycomb-LTE
2011-04-18 13:28:49 -07:00
Bjorn Bringert
16f61049a8
Merge "Only return default TTS engines from TTS.getEngines()"
2011-04-18 12:34:47 -07:00
Bjorn Bringert
fe6ea01602
Only return default TTS engines from TTS.getEngines()
...
Change-Id: I31a716a33c895d2a3349889046dce83c90704a2d
2011-04-18 20:27:40 +01:00
Kazuhiro Ondo
6bb582a00c
Data connection attempts/retries for multiple APNs
...
Fixing issues found in IOT. GsmDCT was only attempting to connect
default APNs. This patch will try to attempt to connect/reconnect
all APNs as long as they are ready and in right state.
Change-Id: I6e872936330654dcb25198c800728cb4d033e731
2011-04-18 11:45:46 -07:00
Jean-Michel Trivi
2c3bf8e93d
Merge "Fix bug 2659754 ConcurrentModificationException in audio focus changes"
2011-04-18 11:20:20 -07:00
Fabrice Di Meglio
f7b9e78486
Merge "Add Unicode BiDi Algo before drawing text in Canvas"
2011-04-18 11:15:57 -07:00
Jean-Michel Trivi
95814b0268
Merge "Fix bug 2724503 Persist media button receiver across reboots"
2011-04-18 11:02:34 -07:00
Stephen Hines
a1e99532b4
Merge "Fix broken assert (if input allocation is NULL)."
2011-04-18 10:25:57 -07:00
Jean-Michel Trivi
72843377d5
Fix bug 2659754 ConcurrentModificationException in audio focus changes
...
While iterating over the audio focus stack or the media button
receiver stacks, do not modify the stack other than through the
iterator object.
Change-Id: Ice8827e7d29afed72b40c93edf7401cd54ba4b0c
2011-04-18 10:21:27 -07:00
Dianne Hackborn
47c4156567
Back-port new fragment detach APIs from support lib.
...
This allow a much cleaner implementation of things like the
fragment pager class.
Change-Id: I433be3d6c24c9a059d908d442bcfddbf1e8e57e5
2011-04-18 10:18:05 -07:00
Jean-Michel Trivi
d589fea865
Fix bug 2724503 Persist media button receiver across reboots
...
Whenever a new media button receiver is registered, save it
in the settings.
When the system audio settings are reloaded or when the
AudioService is created, the registered media button receiver
is restored.
Whenever a package is removed from the system, remove
any media button receiver from the same package that are in
the media button receiver stack. If this causes the currently
registered receiver to change (i.e. the top of the stack),
this will cause an update of the receiver stored in the
system settings.
Note that unregistering a media button receiver will not
cause the receiver saved in the settings to be updated,
this is ON PURPOSE. This is to prevent well behaved
application who unregister their receiver at the destruction
of their service, to not receive the intent after a reboot,
and to not encourage applications to never unregister
their receiver.
Change-Id: I941b777debaa56e88de93c3b03aec40331ea9ab1
2011-04-18 10:07:01 -07:00
Andreas Huber
b0dfade955
Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"
2011-04-18 08:12:36 -07:00
Scott Main
2ecebd6f69
am 62174ac1: am 74c890a5: am 1f07f125: am 6669f251: docs: fix snippet errors in web doc
...
* commit '62174ac1a203e2ab57fd91837e7e67b0c578ecbe':
docs: fix snippet errors in web doc
2011-04-18 03:28:26 -07:00
Scott Main
62174ac1a2
am 74c890a5: am 1f07f125: am 6669f251: docs: fix snippet errors in web doc
...
* commit '74c890a57a819a0245573987455088c111e2c4eb':
docs: fix snippet errors in web doc
2011-04-18 03:18:06 -07:00
Scott Main
74c890a57a
am 1f07f125: am 6669f251: docs: fix snippet errors in web doc
...
* commit '1f07f1257b62f2ac71696bb430f9328597c3de27':
docs: fix snippet errors in web doc
2011-04-18 03:08:32 -07:00
Wink Saville
d20d9652fb
am 5f7edb2c: am a9378485: Merge "Telephony: GDCT - Set enabled state before notification is sent out." into honeycomb-LTE
...
* commit '5f7edb2c53b2432ea3426c563d9743338ba1d064':
Telephony: GDCT - Set enabled state before notification is sent out.
2011-04-16 14:52:04 -07:00
Wink Saville
982db1c3a5
am d86e06f7: am df43e321: Merge "Telephony: Set Radio turned off reason when powered off." into honeycomb-LTE
...
* commit 'd86e06f7db0705b5fa64f23dcecf305133d2acc7':
Telephony: Set Radio turned off reason when powered off.
2011-04-16 14:50:10 -07:00
Wink Saville
e7683c5f78
am fa65533e: am dc26a0c8: Merge "Clean up calls immediately if cid become inactive in unsol data state changed" into honeycomb-LTE
...
* commit 'fa65533ef11e794b21580e5583a74d2d8ffb7047':
Clean up calls immediately if cid become inactive in unsol data state changed
2011-04-16 14:50:06 -07:00
Wink Saville
5f7edb2c53
am a9378485: Merge "Telephony: GDCT - Set enabled state before notification is sent out." into honeycomb-LTE
...
* commit 'a9378485cb8d0968a9a177f730875e0f1d49d689':
Telephony: GDCT - Set enabled state before notification is sent out.
2011-04-16 14:49:07 -07:00
Wink Saville
c7d9f1e673
am 6708e008: am 585b7acb: Merge "handle missing constants when creating a Phone instance" into honeycomb-LTE
...
* commit '6708e008ef29b5221960d3b42ca8fcc192108192':
handle missing constants when creating a Phone instance
2011-04-16 14:48:10 -07:00
Ramesh Sudini
517cab6c8d
am dff90b7d: am a5c9c724: Data Availability Indication changes.
...
* commit 'dff90b7d161bd7d11d931a43aad79d87e7f4dfc1':
Data Availability Indication changes.
2011-04-16 14:47:56 -07:00
Wink Saville
d86e06f7db
am df43e321: Merge "Telephony: Set Radio turned off reason when powered off." into honeycomb-LTE
...
* commit 'df43e321778a02f9eaeb8faacf4ae7917c434106':
Telephony: Set Radio turned off reason when powered off.
2011-04-16 14:47:17 -07:00
Wink Saville
fa65533ef1
am dc26a0c8: Merge "Clean up calls immediately if cid become inactive in unsol data state changed" into honeycomb-LTE
...
* commit 'dc26a0c8d4ce4edcddcfc6b8e810ae5f8e73cda4':
Clean up calls immediately if cid become inactive in unsol data state changed
2011-04-16 14:47:15 -07:00
Wink Saville
a9378485cb
Merge "Telephony: GDCT - Set enabled state before notification is sent out." into honeycomb-LTE
2011-04-16 14:45:42 -07:00
Wink Saville
6708e008ef
am 585b7acb: Merge "handle missing constants when creating a Phone instance" into honeycomb-LTE
...
* commit '585b7acb16183ae31e71912dc2bfceea421be157':
handle missing constants when creating a Phone instance
2011-04-16 14:45:28 -07:00
Ramesh Sudini
dff90b7d16
am a5c9c724: Data Availability Indication changes.
...
* commit 'a5c9c7246b065710227395ec4a7c1df0168363ef':
Data Availability Indication changes.
2011-04-16 14:45:19 -07:00
Wink Saville
df43e32177
Merge "Telephony: Set Radio turned off reason when powered off." into honeycomb-LTE
2011-04-16 14:44:08 -07:00
Wink Saville
dc26a0c8d4
Merge "Clean up calls immediately if cid become inactive in unsol data state changed" into honeycomb-LTE
2011-04-16 14:43:30 -07:00
Wink Saville
585b7acb16
Merge "handle missing constants when creating a Phone instance" into honeycomb-LTE
2011-04-16 14:42:49 -07:00
Ramesh Sudini
1aac25187f
Telephony: GDCT - Set enabled state before notification is sent out.
...
Change-Id: I6e84920b8d082fd6da838bccb5333051362bc4bc
2011-04-16 04:54:28 -07:00
Kazuhiro Ondo
96a5f00abe
handle missing constants when creating a Phone instance
...
Change-Id: I6089881830842cbaa5bf6d757c6f723c62c5878d
2011-04-16 04:35:48 -07:00
Ramesh Sudini
157f9a0449
Telephony: Set Radio turned off reason when powered off.
...
Change-Id: Ie538c888d09b189b30c24fa0fd637265ccce954f
2011-04-16 04:34:27 -07:00
Kazuhiro Ondo
a43db7f48d
Clean up calls immediately if cid become inactive in unsol data state changed
...
Do not perform extra data call list query. Just trust the message sent up
from RIL.
Change-Id: Ic03f5cc13ef05fe1de8fb5826fa37a68708e8e18
2011-04-16 04:32:53 -07:00
Fabrice Di Meglio
689e515ed2
Add Unicode BiDi Algo before drawing text in Canvas
...
- only for temporary API
- update BiDiTest
Change-Id: Ifd445799dc0fda4da896246e41978cd8d71aa035
2011-04-15 19:39:47 -07:00
Mathias Agopian
644c4f1862
Merge "Fix a GraphicBuffer leak in SurfaceTexture"
2011-04-15 18:15:13 -07:00
Scott Main
1f07f1257b
am 6669f251: docs: fix snippet errors in web doc
...
* commit '6669f251391d7e61a6ea55e2538c941f82514dd9':
docs: fix snippet errors in web doc
2011-04-15 18:03:14 -07:00
Scott Main
6669f25139
docs: fix snippet errors in web doc
...
Change-Id: I65648136c2df4bde5fa3bc3495f5166c4c87fe8a
2011-04-15 17:55:33 -07:00
Wink Saville
19e4be4261
am 9bd1368b: am 6ed4798c: Merge "Cleanup/add log statements." into honeycomb-LTE
...
* commit '9bd1368bb431d701604a48b226ee362fc7838c6a':
Cleanup/add log statements.
2011-04-15 15:48:48 -07:00