summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Expose more net types to the public."Robert Greenwalt2011-04-252-3/+11
|\
| * Expose more net types to the public.Robert Greenwalt2011-04-222-3/+11
| | | | | | | | | | | | Ethernet and bluetooth. Change-Id: Ic499709ffa151c0f27aef497373a8de7289e3e7f
* | Merge "Minor cleanup in GLrenderer code"Chet Haase2011-04-251-2/+3
|\ \
| * | Minor cleanup in GLrenderer codeChet Haase2011-04-251-2/+3
| | | | | | | | | | | | | | | | | | | | | Changed the way we use bitcodes for one of the rendering options to make the code cleaner. Change-Id: Ifaa965f228dbdad297a40da93bfbe63373986e35
* | | Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk2011-04-259-60/+72
|/ / | | | | | | Change-Id: I8c8b3cc3402ecf4ba774e1d668dce25ff0af0e5a
* | Merge "MTP: Fix file descriptor leak in file editing extensions"Mike Lockwood2011-04-252-24/+29
|\ \
| * | MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-04-252-24/+29
| | | | | | | | | | | | | | | Change-Id: I6d0de5efe705d8060bbfd526c6880dc995a3aa30 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Merge "Fix bitfield bug with vertex shader selection"Chet Haase2011-04-253-5/+8
|\ \ \
| * | | Fix bitfield bug with vertex shader selectionChet Haase2011-04-223-5/+8
| | | | | | | | | | | | | | | | Change-Id: I8bd3005f363afb52e6624806efb3e04c4a56ee18
* | | | Merge "Return status code from invoke()"James Dong2011-04-251-4/+5
|\ \ \ \
| * | | | Return status code from invoke()James Dong2011-04-061-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie64b418d2a1f44e07942399c285b460c68f8e14f related-to-bug: 4199781
* | | | | Merge "MediaScanner: reimplement the ".nomedia" feature for hiding files ↵Mike Lockwood2011-04-255-131/+124
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | from the media provider"
| * | | | MediaScanner: reimplement the ".nomedia" feature for hiding files from the ↵Mike Lockwood2011-04-255-131/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | media provider Previously we ignored any files and directories that had name started with '.' and ignored any directories that contained a ".nomedia" file. Now to support transferring any file via MTP, we now add these previously ignored files to the media database, but will not mark them as audio, video, image or playlist files. That way they will be included in the files table but will be hidden from the audio, video, images and playlist views that are used by apps like Music and Gallery. Bug: 3405327 Change-Id: I2d7285bd32e06c1a5c4ef6a8a15f8f8b2c33b39b Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Merge "Remove log spam"Mike Lockwood2011-04-251-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove log spamMike Lockwood2011-04-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3182576158c7c0410c19036a580fd46c6ab079f9 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Merge "Clarify the meaning of weight in the focus and metering area HAL."Eino-Ville Talvala2011-04-252-17/+23
|\ \ \ \ \
| * | | | | Clarify the meaning of weight in the focus and metering area HAL.Eino-Ville Talvala2011-04-252-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Weigh values must be less than 1000, but have no restriction on their sum. Weights should be interpreted as per-pixel values, meaning larger areas will have more influence over focus/metering than smaller areas of the same weight. Change-Id: I988b74f988ddba2ff0c49d078ff3174b47cbae18
* | | | | | Merge "Expose Credentials.UNLOCK_ACTION for callers that want to use ↵Brian Carlstrom2011-04-231-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | startActivityForResult"
| * | | | | Expose Credentials.UNLOCK_ACTION for callers that want to use ↵Brian Carlstrom2011-04-221-1/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | startActivityForResult Change-Id: I729b2d8257bda3e7ff7858741ebd5415404880e7
* | | | | Merge "Revert "Remove permission android.permission.WRITE_MEDIA_STORAGE""Mike Lockwood2011-04-232-0/+12
|\ \ \ \ \
| * | | | | Revert "Remove permission android.permission.WRITE_MEDIA_STORAGE"Mike Lockwood2011-04-222-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need this to allow MTP to access secondary external storage devices This reverts commit 35a2ea2fbf156a503d1b0bc6ca7784e51e2462f4. Conflicts: data/etc/platform.xml Change-Id: I9faf54526182a786a1c0ca1fd01a09baabca186d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Merge "MTP: Add extended operations to support in-place editing of files"Mike Lockwood2011-04-236-38/+280
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-04-226-38/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MTP does not support partial writes of files (the entire file must be transferred at once). This makes it impossible to implement a FUSE file system for MTP with acceptable performance. To fix this problem, this change adds extended MTP operations to allow partial writes to files: SendPartialObject - allows writing a subset of a file, or appending to the end of a file TruncateObject - allows changing the size of a file BeginEditObject - must be called before using SendPartialObject and TruncateObject EndEditObject - commits changes to a file after it has been edited with SendPartialObject or TruncateObject We also add GetPartialObject64, which is the same as GetPartialObject but has a 64 bit offset rather than 32. Change-Id: I4b110748b97ae05cdc8aab02ecdbbbeb263f7840 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Merge "Touch exploration feature, event bubling, refactor"Svetoslav Ganov2011-04-2226-519/+2580
|\ \ \ \ \ \
| * | | | | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-2226-519/+2580
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added an Input Filter that interprets the touch screen motion events to perfrom accessibility exploration. One finger explores. Tapping within a given time and distance slop on the last exlopred location does click and long press, respectively. Two fingers close and in the same diretion drag. Multiple finglers or two fingers in different directions or two fingers too far away are delegated to the view hierarchy. Non moving fingers "accidentally grabbed the device for the scrren" are ignored. 2. Added accessibility events for hover enter, hover exit, touch exoloration gesture start, and end. Accessibility hover events are fired by the hover pipeline. An accessibility event is dispatched up the view tree and the topmost view fires it. Thus predecessors can augment the fired event. An accessibility event has several records and a predecessor can optionally modify, delete, and add such to the event. 3. Added onPopulateAccessibilityEvent and refactored the existing accessibility code to use it. 4. Added API for querying the currently enabled accessibility services by feedback type. Change-Id: Iea2258c07ffae9491071825d966dc453b07e5134
* | | | | | | Merge "GLES2Dbg: noop - format & comment"David Li2011-04-222-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | GLES2Dbg: noop - format & commentDavid Li2011-04-212-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibb36508181d4322e236b6595b28d253f282c36d7 Signed-off-by: David Li <davidxli@google.com>
* | | | | | | Merge "Revert "Touch exploration feature, event bubling, refactor""Adam Powell2011-04-2225-2530/+489
|\ \ \ \ \ \ \
| * | | | | | | Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-2225-2530/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ac84d3ba81f08036308b17e1ab919e43987a3df5. There seems to be a problem with this API change. Reverting for now to fix the build. Change-Id: Ifa7426b080651b59afbcec2d3ede09a3ec49644c
* | | | | | | | am 7f90b316: am 41f665a5: am c84362a7: am a29e2cca: docs: Fixing Issue with ↵Joe Fernandez2011-04-221-4/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code for Adding Tabs topic bug 4293013 * commit '7f90b316b6731b6e8beb3babe71088d0d8bd3a57': docs: Fixing Issue with code for Adding Tabs topic bug 4293013
| * \ \ \ \ \ \ \ am 41f665a5: am c84362a7: am a29e2cca: docs: Fixing Issue with code for ↵Joe Fernandez2011-04-221-4/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding Tabs topic bug 4293013 * commit '41f665a5f9d4e73ba8dabceb721c9c8873591bac': docs: Fixing Issue with code for Adding Tabs topic bug 4293013
| | * \ \ \ \ \ \ \ am c84362a7: am a29e2cca: docs: Fixing Issue with code for Adding Tabs topic ↵Joe Fernandez2011-04-221-4/+1
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 4293013 * commit 'c84362a72ab958c4ffe34c16d8cf76883d48f0e8': docs: Fixing Issue with code for Adding Tabs topic bug 4293013
| | | * \ \ \ \ \ \ \ am a29e2cca: docs: Fixing Issue with code for Adding Tabs topic bug 4293013Joe Fernandez2011-04-221-4/+1
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a29e2cca5d0e3ff222c09165fd69ca8f4d0f634e': docs: Fixing Issue with code for Adding Tabs topic bug 4293013
| | | | * | | | | | | | docs: Fixing Issue with code for Adding Tabs topicJoe Fernandez2011-04-221-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 4293013 Change-Id: Ia08fe8ae0112af5157607e4fcd07773a945473f3
* | | | | | | | | | | | am 1e2e390f: am 3b9089c1: new LTE prepay related valuesFreeman Ng2011-04-221-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1e2e390fc715ef0aa264f4706fabde1a157668fc': new LTE prepay related values
| * | | | | | | | | | | am 3b9089c1: new LTE prepay related valuesFreeman Ng2011-04-221-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3b9089c1fa6970974fa5234dfea46455811c8c7a': new LTE prepay related values
| | * | | | | | | | | | new LTE prepay related valuesFreeman Ng2011-04-221-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 4082355 Change-Id: Id5a8f9b8bca64d9cf6ee13b00bd32c4911e9a3fa
* | | | | | | | | | | | Merge "Add matrix logging."Jason Sams2011-04-222-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add matrix logging.Jason Sams2011-04-222-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I42fb61747cf1ddf9b367faf6ce9109429d34e9cf
* | | | | | | | | | | | | Merge "Clean getTextRunAdvances() APIs"Fabrice Di Meglio2011-04-226-166/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-216-166/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove ICU reference in API names - use a "reserved" int parameter to pass either "0" for Harfbuzz or "1" for "ICU" Change-Id: I88b4f76feafd203a6999cd7349402fa36a9a4b2a
* | | | | | | | | | | | | Merge "Framework: fixed bug in multiselectlistpreference."Adam Powell2011-04-221-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Framework: fixed bug in multiselectlistpreference.Justin Koh2011-04-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in multiselectlistpreference where the entries were being used instead of the entry values. This change make the behavior match the documentation. TESTED = runs on M4 with test app. Change-Id: Ib337f78399e032ef50aabce0fb8aa38251d73c18
* | | | | | | | | | | | | | Merge "Touch exploration feature, event bubling, refactor"Svetoslav Ganov2011-04-2225-489/+2530
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-2125-489/+2530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added an Input Filter that interprets the touch screen motion events to perfrom accessibility exploration. One finger explores. Tapping within a given time and distance slop on the last exlopred location does click and long press, respectively. Two fingers close and in the same diretion drag. Multiple finglers or two fingers in different directions or two fingers too far away are delegated to the view hierarchy. Non moving fingers "accidentally grabbed the device for the scrren" are ignored. 2. Added accessibility events for hover enter, hover exit, touch exoloration gesture start, and end. Accessibility hover events are fired by the hover pipeline. An accessibility event is dispatched up the view tree and the topmost view fires it. Thus predecessors can augment the fired event. An accessibility event has several records and a predecessor can optionally modify, delete, and add such to the event. 3. Added onPopulateAccessibilityEvent and refactored the existing accessibility code to use it. 4. Added API for querying the currently enabled accessibility services by feedback type. Change-Id: Iec03c6c3fe298de3f14cb6efdbb9b198cd531a0c
* | | | | | | | | | | | | | Fix mipmap selection for action bar iconsAdam Powell2011-04-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6d34dabb5289284fd5821695ad14d8bdeb97e50d
* | | | | | | | | | | | | | Merge "Fix a bug when showing the menu panel with an action bar/menu items ↵Adam Powell2011-04-221-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | present."
| * | | | | | | | | | | | | Fix a bug when showing the menu panel with an action bar/menu itemsAdam Powell2011-04-221-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | present. Change-Id: I38cc257661f5a10ccca6ec7625e43e70287129d2
* | | | | | | | | | | | | | Merge "Fix rsRand(float, float)"Jason Sams2011-04-221-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix rsRand(float, float)Jason Sams2011-04-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I553d83e1e962ad34aacbe6572d47ff25c3d50060