Nick Pelly
ba1664b34c
am 4bf4b491: Merge "Hide some NFC API\'s." into gingerbread
...
* commit '4bf4b491be3fbd0f71bb87749a0e31f817b91e08':
Hide some NFC API's.
2010-10-29 08:15:48 -07:00
Nick Pelly
4bf4b491be
Merge "Hide some NFC API's." into gingerbread
2010-10-28 16:47:31 -07:00
Nick Pelly
11b075e218
Hide some NFC API's.
...
We are leaving enough API so that you can see when any Tag is discovered,
get its ID, and get its NDEF messages.
But for advanced use - creating tag connections and writing messages - we have
2 problems. Firstly a lot of the code is untested
(RawTagConnection.transceive()), or in some cases known not to work
(NdefTagConnection.write()). Secondly, there is still debate about how to
best expose information about Tags.
The set of data/methods exposed for a Tag changes completely depending on the
tag technology. There may be multiple sets of technology implemented in a
single tag. Tag A may have technology X and Y, Tag B may have technology Y
and Z. Furthermore, some NFC controllers will be not be able to use all
technologies, and so Android Device 1 may see technology X and Y on Tag A but
Android device 2 may only see technology X. So we have a pretty challenging
set of constraints to work under, and we are not convinced the current Tag and
NdefTag class is the best approach going forwards.
The Tag application should be able to remain unbundled, since it just needs to
get incoming NDEF Messages.
Change-Id: Ic09f094f33794e10f8d730fffe011c9a5957e0ac
Signed-off-by: Nick Pelly <npelly@google.com >
2010-10-28 14:54:52 -07:00
Mike Lockwood
faebca7f43
am c9fa90f9: Merge "GPS: remove some logging" into gingerbread
...
* commit 'c9fa90f94b664589d584bb433e748e2b01b368c9':
GPS: remove some logging
2010-10-28 14:30:34 -07:00
Mike Lockwood
c9fa90f94b
Merge "GPS: remove some logging" into gingerbread
2010-10-28 14:28:46 -07:00
Jeff Hamilton
ae5ace55d9
am bd8ff5b5: Merge "DO NOT MERGE. Fix asset file descriptor for pipe based fds." into gingerbread
...
* commit 'bd8ff5b5d4f4c74889ce20a0c7a2f8e0ab7b6ea9':
DO NOT MERGE. Fix asset file descriptor for pipe based fds.
2010-10-28 14:03:40 -07:00
Jeff Hamilton
bd8ff5b5d4
Merge "DO NOT MERGE. Fix asset file descriptor for pipe based fds." into gingerbread
2010-10-28 14:01:21 -07:00
Jeff Hamilton
145fe77dbf
DO NOT MERGE. Fix asset file descriptor for pipe based fds.
...
Change-Id: Ic366d01f91017109abfcfa65bd2231dd7416ce71
2010-10-28 15:05:27 -05:00
Justin Ho
f3b87c2ebd
am 9112b8eb: DO NOT MERGE - Ringtone bugfixes (round 1)
...
* commit '9112b8ebd22ce5c83081066bea8a424eda8bda9d':
DO NOT MERGE - Ringtone bugfixes (round 1)
2010-10-28 10:30:10 -07:00
Justin Ho
9112b8ebd2
DO NOT MERGE - Ringtone bugfixes (round 1)
...
Change-Id: Idb72659b9cb00ec141b1229f42951e0a6e0b9a9a
2010-10-28 10:23:33 -07:00
Mike Lockwood
fa405280b2
GPS: remove some logging
...
Change-Id: Ib2dca53364c9da207a87f2664b54d2ec1d1bd8d9
Signed-off-by: Mike Lockwood <lockwood@android.com >
2010-10-28 07:35:26 -04:00
Mathias Agopian
5c0efef9a1
am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-27 23:46:25 -07:00
Mathias Agopian
7d452f693f
Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-27 23:44:07 -07:00
Jaikumar Ganesh
70a68f9544
am 025f78eb: Merge "DO NOT MERGE Fix auto connection with headsets which don\'t send incoming connections for all profiles." into gingerbread
2010-10-27 23:44:02 -07:00
Jaikumar Ganesh
025f78ebb8
Merge "DO NOT MERGE Fix auto connection with headsets which don't send incoming connections for all profiles." into gingerbread
2010-10-27 23:42:43 -07:00
Jeff Brown
df3cccf3dc
am 120a4594: Drop all dispatcher state when dispatcher is disabled.
2010-10-27 19:31:24 -07:00
Jeff Brown
120a459485
Drop all dispatcher state when dispatcher is disabled.
...
This patch makes the dispatcher drop all of its state when it is
disabled (when the screen turns off). This ensures that the dispatcher
does not get stuck thinking a pointer is still down if the screen
turned off while the user was touching the display (such as a fat touch
while hitting the power button).
Bug: 3098344
Change-Id: If50ef5804870aa1acd3179fd4b40e3cda58dd39d
2010-10-27 18:43:51 -07:00
Mathias Agopian
e031ba8d20
really fix [3118445] Transform * Transform does not work as expected
...
Two bugs were counter acting each other.
- rotation matrices are on the left-hand side of multiplies
- the transform of the overlay is applied before that of the layer
Change-Id: Ia79bd368e9b719235c89ecf244ea263f01ce906a
2010-10-27 18:04:11 -07:00
Jaikumar Ganesh
28967499d7
DO NOT MERGE Fix auto connection with headsets which don't send incoming
...
connections for all profiles.
Bug: 3136095
Change-Id: I48f36b99f3f7619a6a18c6adc2057c9d6d23c3e3
2010-10-27 16:34:43 -07:00
Dianne Hackborn
96abb48dff
am aa93bcd6: Fix issue #3138926 : App\'s preferences can be lost after onPause()
2010-10-27 14:59:28 -07:00
Dianne Hackborn
aa93bcd624
Fix issue #3138926 : App's preferences can be lost after onPause()
...
Change-Id: Icea3d37fab5e47c89c5cbc0adff7bbec898fa93e
2010-10-27 13:57:00 -07:00
Andy McFadden
e3e8642ce4
am 001c7d12: Merge "Set capabilities sooner." into gingerbread
2010-10-27 13:25:29 -07:00
Andy McFadden
001c7d1281
Merge "Set capabilities sooner." into gingerbread
2010-10-27 13:22:50 -07:00
Andy McFadden
1b4c7966b1
Set capabilities sooner.
...
Bug 3135433.
Change-Id: I4e34b60c0a01b85ce0d80eb96ff3510604a68c71
2010-10-27 11:26:05 -07:00
Xavier Ducrohet
57f7ccc422
am 63e5d07e: Merge "Fix issue with project resources overriding framework resources." into gingerbread
2010-10-27 11:23:58 -07:00
Xavier Ducrohet
63e5d07ec9
Merge "Fix issue with project resources overriding framework resources." into gingerbread
2010-10-27 11:22:22 -07:00
Yu Shan Emily Lau
751cc4245f
am 8b023a2e: Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread
2010-10-27 11:14:36 -07:00
Yu Shan Emily Lau
8b023a2ea2
Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread
2010-10-27 11:12:58 -07:00
Marco Nelissen
cd08ada7f1
am 67c7a4ae: Merge "Fix off-by-two and other bugs in the visualization code. b/3137511" into gingerbread
2010-10-27 11:08:14 -07:00
Marco Nelissen
67c7a4ae2e
Merge "Fix off-by-two and other bugs in the visualization code. b/3137511" into gingerbread
2010-10-27 11:06:39 -07:00
Nick Pelly
222f489fc0
am 6d55e134: Make best effort attempt to recover NFC service when it dies.
2010-10-27 10:43:19 -07:00
Marco Nelissen
f514bdc964
Fix off-by-two and other bugs in the visualization code.
...
b/3137511
Change-Id: Ic431701e93c025bc417c9742e9af6bb2350c7dd6
2010-10-27 10:23:59 -07:00
Nick Pelly
6d55e1342f
Make best effort attempt to recover NFC service when it dies.
...
Retrieve the service again from ServiceManager on RemoteException.
Change-Id: Ie227b52019e7deafeab712af1addd6d957f7a8ee
Signed-off-by: Nick Pelly <npelly@google.com >
2010-10-27 01:15:32 -07:00
Xavier Ducrohet
c2e28dd748
Fix issue with project resources overriding framework resources.
...
Framework resources loaded through Drawable.createFromXml could
be overriden by project resources if there were loaded through
a state list drawable where the final resource name was used
by a project resource (of the same type).
This ensures that the XML parser knows that it's a framework
resource being parsed and that the resource resolution uses
that information.
Change-Id: I39cf9eba755e55f1604b968637aeecff969a558d
2010-10-26 17:14:55 -07:00
Andreas Huber
e1e8274588
am 2088e371: Merge "Assume that all of the decoded vorbis audio data is valid unless the source indicates otherwise." into gingerbread
2010-10-26 16:23:54 -07:00
Andreas Huber
2088e371ed
Merge "Assume that all of the decoded vorbis audio data is valid unless the source indicates otherwise." into gingerbread
2010-10-26 16:21:48 -07:00
Justin Ho
1f61ad1728
am 3810c08b: Merge "DO NOT MERGE - Fixing ringtones that were put in as notifications" into gingerbread
2010-10-26 16:08:13 -07:00
Justin Ho
3810c08bbc
Merge "DO NOT MERGE - Fixing ringtones that were put in as notifications" into gingerbread
2010-10-26 16:06:28 -07:00
Justin Ho
95ce5b20c8
DO NOT MERGE - Fixing ringtones that were put in as notifications
...
Change-Id: I09a8a0f369604a6332b921b9e944a800ec4d6677
2010-10-26 15:34:07 -07:00
Andreas Huber
0a612889b5
Assume that all of the decoded vorbis audio data is valid unless the source indicates otherwise.
...
Change-Id: Iea88e3f09955d82a9a11fbcc075db8d9c4007490
2010-10-26 15:06:44 -07:00
Yu Shan Emily Lau
93aa00c664
Add the mediaplayer release in the test validation. This is to ensure the media player release properly.
...
Change-Id: Ia4758a3c549b64b6efead18e7538d977dee2be76
2010-10-26 14:36:09 -07:00
Mathias Agopian
85c5ca07b9
am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread
2010-10-26 12:22:12 -07:00
Mathias Agopian
1b98a9e6a9
am 5219dd8e: Merge "add format parameter to setBufferGeometry" into gingerbread
2010-10-26 12:19:48 -07:00
Mathias Agopian
d9588e9c3c
am a7b745ca: Merge "fix eglChooseConfig() for special attributes." into gingerbread
2010-10-26 12:19:43 -07:00
Mathias Agopian
2f19f56ac5
Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread
2010-10-26 12:18:32 -07:00
Mathias Agopian
5219dd8e29
Merge "add format parameter to setBufferGeometry" into gingerbread
2010-10-26 12:18:19 -07:00
Mathias Agopian
a7b745ca75
Merge "fix eglChooseConfig() for special attributes." into gingerbread
2010-10-26 12:18:07 -07:00
Jeff Hamilton
f56aac4b6e
am d8cf2125: Merge "Add a way to get a string for an error code." into gingerbread
2010-10-26 12:16:10 -07:00
Jeff Hamilton
d8cf2125c1
Merge "Add a way to get a string for an error code." into gingerbread
2010-10-26 12:14:17 -07:00
Xavier Ducrohet
a44a5e02d2
am 1b6180ec: Merge "Fix rendering of digitalClock/Gallery in Eclipse editors." into gingerbread
2010-10-26 12:10:28 -07:00