Merge commit 'affb4e7694a4184d257d0ac71e3119e015b558e2'
* commit 'affb4e7694a4184d257d0ac71e3119e015b558e2':
Make sure to map undefined OES functions to their non-OES counterpart if it exists.
Merge commit 'ba2eba40fe24eca6af1563181ce07e4e006a4f5d'
* commit 'ba2eba40fe24eca6af1563181ce07e4e006a4f5d':
Modify and turn on the test case for video recording in portrait mode.
Merge commit 'd6f9b9babae9b8ebf1fee8c98135b17e42c577f2'
* commit 'd6f9b9babae9b8ebf1fee8c98135b17e42c577f2':
use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis.
* changes:
Vorbis render thread was nice 0, should be nice -16. Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the Vorbis render thread priority to the default for audio threads. Reference bug 1800905
Merge commit '0a9b5bbb47a965238ca0e1e699d61d7ddd054742'
* commit '0a9b5bbb47a965238ca0e1e699d61d7ddd054742':
Fix a media server crash (bug 1807910): part one
Merge commit '24b62d0c41cf37ade751fe96a4888fbe7f61eb5a'
* commit '24b62d0c41cf37ade751fe96a4888fbe7f61eb5a':
integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK.
* changes:
CheckedTextView is abstract but can be inflated from XML. Let's be consistent and allow it to be used from Java code as well by making it non-abstract.
Seems like a recent change sets the thread priority to 0. Previously it
inherited priority from the parent thread. This change sets the MIDI
render thread priority to the default for audio threads.
Reference bug 1800905
Before, pressing MENU with the SearchDialog open would show
a menu item that launched the search settings activity. Now that
the search settings are accessible from the Settings app, this is
no longer needed.
Fixes http://b/issue?id=1819469 and http://b/issue?id=1817823
Seems like a recent change sets the thread priority to 0. Previously it
inherited priority from the parent thread. This change sets the Vorbis
render thread priority to the default for audio threads.
Reference bug 1800905
The attribute is not yet public.
Also adds a SearchManager method for listing all
searchables that can be included in global search.
This is the framework part of http://b/issue?id=1819651
- removed GroupMessages API, groupchat messages are merged with messages. So where we used to have
GroupMessages.CONTENT_URI, now we have Messages.GROUP_MESSAGES_CONTENT_URI. Messages api now has a flag
IS_GROUP_CHAT to indicate that a message is a groupchat message.
- instead of storing 'provider', 'account', 'contact' in the messages table, store a 'thread_id' column instead.
thread_id is really just the contact_id for both messages and groupchat messages.
- add getContentUriByThreadId() api, for now, retained the old getContentUriByContact(), but it's deprecated.
This will ensure that we do not parse the data in chunks when passing it to the
LoadListener. Decoding in chunks can lead to incomplete sequences which will
lead to a failed decode.
Check for a cancelled LoadListener in StreamLoader and stop the load. This is
just a shortcut for downloaded or failed resources.
Cleanup some of the LoadListener code around resetting a few member variables.
Reset them in the status callback since that indicates a new response from the
server (or StreamLoader).
* changes:
Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at least one layout pass, and the headers/footers don't know they have a parent anymore. Which causes a lot of trouble, like drawing not happening.
This lets the searchable activity specify the number of
characters needed to trigger suggestions. Before, this was
hard-coded at 0. This caused unnecessary querying of the
suggestion provider in cases where the provider does not
return suggestions for empty or short queries.
The attribute is not yet public, pending API council approval.
Merge commit '998234ed4ab957b9ddb15f4ad5341885a6a649c2' into donut
* commit '998234ed4ab957b9ddb15f4ad5341885a6a649c2':
AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
Merge commit '752aaf92a8eb3d982cb870ac74f86315f9c5a918' into donut
* commit '752aaf92a8eb3d982cb870ac74f86315f9c5a918':
AI 147874: Fix format and link errors in docs.
Merge commit '5fe696f7b0ffe3b40d75026b16983246ec4cda4c' into donut
* commit '5fe696f7b0ffe3b40d75026b16983246ec4cda4c':
AI 147814: tweaks to the hello world tutorial.
Merge commit '0ee4f86c92b9372489bace84276b81e8b37827df' into donut
* commit '0ee4f86c92b9372489bace84276b81e8b37827df':
AI 147811: typo fixes and edits for upgrading and installing docs
Merge commit '263ed76bf6fe4cfa368dec0a04ecb4ddea33095e' into donut
* commit '263ed76bf6fe4cfa368dec0a04ecb4ddea33095e':
AI 147810: fix links on the homepage
Merge commit 'ce878bef710c6d1e6881949c82b1293fb8435715' into donut
* commit 'ce878bef710c6d1e6881949c82b1293fb8435715':
AI 147804: add new doc about Dialogs
Merge commit 'b8b3645a9799c38ad68549316ebbf7a4849f2e0c' into donut
* commit 'b8b3645a9799c38ad68549316ebbf7a4849f2e0c':
AI 147803: add docs and images for docs on Toast and Notification docs
Merge commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979' into donut
* commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979':
AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
Merge commit '6fc27f79b4efb0a8fdaf393eb35fe5925541a893' into donut
* commit '6fc27f79b4efb0a8fdaf393eb35fe5925541a893':
AI 147793: cleanup broken links and delete all innacurate info in apidemo pages