summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
...
| * | New Serial Manager API:Mike Lockwood2012-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SerialManager: provides access to serial ports SerialPort: for reading and writing data to and from serial ports IO with both array based and direct ByteBuffers is supported. Accessing serial ports requires android.permission.SERIAL_PORT permission Each platform must configure list of supported serial ports in the config_serialPorts resource overlay (this is needed to prevent apps from accidentally accessing the bluetooth or other system UARTs). In addition, the platform uevent.rc file must set the owner to the /dev/tty* files to "system" so the framework can access the port. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Some cruft removal.Dianne Hackborn2012-02-101-1/+0
|/ / | | | | | | Change-Id: If4a94bfd4a033748eb13e8f3ff25e24382746778
* | Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-1/+1
| | | | | | | | | | Bug: 5943637 Change-Id: I12a339f285f4db58e79acb5fd8ec2fc1acda5265
* | Merge "Implement a cancelation mechanism for queries."Jeff Brown2012-01-271-0/+1
|\ \
| * | Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Added new API to enable cancelation of SQLite and content provider queries by means of a CancelationSignal object. The application creates a CancelationSignal object and passes it as an argument to the query. The cancelation signal can then be used to cancel the query while it is executing. If the cancelation signal is raised before the query is executed, then it is immediately terminated. Change-Id: If2c76e9a7e56ea5e98768b6d4f225f0a1ca61c61
* | Improve NDEF API'sNick Pelly2012-01-251-2/+0
|/ | | | | | | | | | | | | | | | | | o Add NdefRecord.toMimeType() Maps the record to a MIME type o Add NdefRecord.toUri() Maps the record to a URI o Add hidden NfcAdapter.dispatch() Helps test the dispatch path. o Modify createMime(), createUri() and createExternal(): Do not try and strictly follow RFC requirements for URI or MIME content types. This just leads to heartbreak - the RFC requirements are too strict. For example RFC1341 forbids the use of '.' in a MIME type, however this is in common use in types such as "application/vnd.companyname". I think the best approach is to only remove 'obvious' whitespace issues, and to convert uppercase to lowercase as per Android guidelines. Change-Id: Id686f5f3b05b2dceafad48e1cfcbdb2b3890b854
* am 3d672e1e: Android U Class: Monetization / Ads without Compromising User ↵Scott Main2011-12-151-0/+2
|\ | | | | | | | | | | | | Experience * commit '3d672e1e789e171e913605945efe95a477ab0505': Android U Class: Monetization / Ads without Compromising User Experience
| * Android U Class: Monetization / Ads without Compromising User ExperienceScott Main2011-12-151-0/+2
| | | | | | | | Change-Id: I1aaddc6bbbc9fc2b53119893f2b70260f1b0d9a7
* | am aed4ced6: Android U Class: Developing Android Applications for the ↵Scott Main2011-12-151-1/+4
|\ \ | |/ | | | | | | | | | | Enterprise. This class uses a sample app. * commit 'aed4ced6556383483209f454c9e4872e8ad28ebf': Android U Class: Developing Android Applications for the Enterprise. This class uses a sample app.
| * Android U Class: Developing Android Applications for the Enterprise.Scott Main2011-12-151-1/+4
| | | | | | | | | | | | This class uses a sample app. Change-Id: I508edbb98c8e9dea1d3ea26c8dcd9da213330d87
* | Doc change: add MR1 API summary and updated highlights.Dirk Dougherty2011-12-141-0/+1
| | | | | | | | Change-Id: I9a9b13b9c7b8ae3011772a62735c788762b45f7f
* | am 801fda54: AndroidU lesson on designing for multiple screens.Scott Main2011-12-131-0/+2
|\ \ | |/ | | | | | | * commit '801fda548c719a8618e7f4cd64cad8404b0970b9': AndroidU lesson on designing for multiple screens.
| * AndroidU lesson on designing for multiple screens.Scott Main2011-12-121-0/+2
| | | | | | | | | | | | | | | | | | | | This change adds the text for the AndroidU lesson "Designing for Multiple Screens", which shows how to write applications that adapt properly to screen size, density and orientation for maximum compatibility. Update makefile and resources-data.js for rendering source in HTML Add ZIP file for sample Change-Id: I671bb3063d5bf02681bc547ffe5262a9df22037a
* | am 431c3e4c: Merge "Documentation for the VPN sample for ICS SDK. Staging ↵Chia-chi Yeh2011-12-021-0/+2
|\ \ | |/ | | | | | | | | | | server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0 * commit '431c3e4c7e2103865a90501a552b4e5145ed3f35': Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html
| * Documentation for the VPN sample for ICS SDK.Fred Chung2011-11-281-0/+2
| | | | | | | | | | | | Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html Change-Id: I35a17374fc0d9d165cedc9d6e1052eaec0028ace
| * DO NOT MERGE: Bluetooth HDP sample.Fred Chung2011-11-161-0/+2
| | | | | | | | | | | | Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e Change-Id: I6f9bd5fec6e841395b9fc85d419510c81bfb620c
* | Add the support libraries to the platform documentation (build).Svetoslav Ganov2011-11-171-6/+22
| | | | | | | | | | | | | | | | Updated the make file to generate documentation for the support libs. bug:5629339 Change-Id: I44222f78d002660ad52610083421e4b840ceb541
* | Adding missed Android.mk file to the original Bluetooth HDP sample ↵Fred Chung2011-11-161-0/+2
|/ | | | | | Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e. Change-Id: I23f7d4ece831ea449ecfc848dbb5733021107350
* Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0Svetoslav Ganov2011-10-311-2/+0
|\
| * Folding Accessibility Service sample into ApiDemos.Svetoslav Ganov2011-10-281-2/+0
| | | | | | | | | | | | | | 1. Moving Accerssibility Service sample into ApiDemos since we are putting all accessibility samples there. Change-Id: If2deec7f6ad49b0d50112300eda0f7cb48660450
* | docs: fix spell checker client locationScott Main2011-10-281-2/+2
|/ | | | Change-Id: Ic94eab2720cd96b1130869d2071c635b4acb27f5
* Add a path to HelloSpellChecker sample application for SDK buildsatok2011-10-281-1/+3
| | | | Change-Id: I77e334f8e2b50b8609b1729edb253254d6b7360b
* Update links for SampleSpellCheckerService for I938ba499satok2011-10-191-2/+2
| | | | Change-Id: I528fc5ee5f9971ecb3bf47ef1c8b999546724c1f
* fix android beam demo pathScott Main2011-10-141-1/+1
| | | | Change-Id: I16a467155feac54fb14b1b7af034a3854efe1fb7
* change android beam sample nameScott Main2011-10-141-2/+2
| | | | Change-Id: Ic3c1d6d75d06a4de55824e69fa9d4d9564bfdb95
* Docs changes for WiFiDirect sampleAnirudh Dewani2011-10-061-0/+2
| | | | Change-Id: Icfe3cc12c451563792745fc4c326d064cac978c3
* Add ActionBarCompat sample (CL 2 of 2)Roman Nurik2011-10-051-4/+6
| | | | Change-Id: Ie64eaad0c5cd148288ee48c524ff3516522fc10f
* add spell checker sample to buildScott Main2011-10-051-0/+2
| | | | Change-Id: Id03246e140ee6676810fcefebff0ba73115987ec
* adding Android Beam sampleRobert Ly2011-10-041-0/+2
| | | | Change-Id: I30df24bc41fe61ebaab29f23a8df54f2c9599394
* update version codes for doc filtering and footer version nameScott Main2011-09-211-2/+2
| | | | Change-Id: I63feac1e5dcf7c0f7f2acc3ff23fcd3224a90e14
* Use the correct dependencyYing Wang2011-09-151-1/+1
| | | | | | | | | | | | | | | $(LOCAL_BUILT_MODULE) of the module framework points to a product-specific file (required by dex-preopt), which is nuked by installclean. While the result of $(java-lib-deps) points to a file in the common directory. This change reduces the incremental build time significantly: It takes around 7 minutes to run "make instalclean && make" without this change v.s. 3 minutes with this change. So it will save lots of build time when switching between user, userdebug and eng builds on the build server. Change-Id: I832bafca04677af561bb0c28e2e0260f633b96a1
* Fix 5185505: Add support for weak biometric sensors to lockscreen.Jim Miller2011-09-091-0/+2
| | | | | | Added binder interfaces to the framework. Change-Id: I7d55b45baa4d1600ebd2a3828e85c3357cfcfb58
* Bug 5045498 New implementation of remote control APIJean-Michel Trivi2011-08-231-1/+2
| | | | | | | | | | | | | | | | | Remote control displays expose an IRemoteControlDisplay interface which they register through AudioManager. Remote control clients create a RemoteControlClient object, which implicitely exposes an IRemoteControlClient interface registered in AudioService through AudioManager. AudioService tells all clients and displays when a new client is the one that should be displayed. A client's data gets sent to the display when it is valid, or it sets new data (while being valid). The implementation for setting metadata and album art is temporary, and will migrate to the MetadataEditor API in future CLs. Change-Id: Ibab6ea1d94c68f32482c760c6ae269541f885548
* Merge "NEW_API: Add real-time Effects."Eino-Ville Talvala2011-08-171-1/+5
|\
| * NEW_API: Add real-time Effects.Eino-Ville Talvala2011-08-031-1/+5
| | | | | | | | | | | | | | | | Add simple effects API, based on the mobile filter framework. Bug-Id: 4966161 Change-Id: I1fa8aa6effd0f13029e6dd09d6e0a6c3f29f6cda
* | Bug 5045498 RemoteControlClient interfaceJean-Michel Trivi2011-08-171-1/+1
|/ | | | | | | Define a RemoteControlClient interface that applications must implement and register to be displayed on the lockscreen. Change-Id: I67276ae653f203e76727432231f1d76535c31942
* Merge "Remote control display API and implementation"Jean-Michel Trivi2011-08-031-0/+1
|\
| * Remote control display API and implementationJean-Michel Trivi2011-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the media button event registration AudioManager API to enable applications to register as a client of "remote controls" and let them provide information meant to be displayed by the remotes. AudioService sends a AudioManager.REMOTE_CONTROL_CLIENT_CHANGED intent to let remote controls know when / from whom they can retrieve the information to display. Only application that own audio focus, are the currently registered media button event receiver, and have registered a remote control client, are eligible to appear on the remote control. To address in future CLs: - change how a remote control client forces a refresh - rename methods called under lock to ___Locked() - make API public Change-Id: Icca30ab05dac2605ee9246f8acb27a03dcea077a
* | Remove the binder interface for LLCP.Jeff Hamilton2011-08-021-5/+0
| | | | | | | | Change-Id: Idc9631cdbcac1435e285c656948a37315e32515d
* | add since flag for ICSScott Main2011-07-271-0/+1
|/ | | | Change-Id: Id6d82f0ecd9f24af85a0fa7c4e712e4ea8a59bb3
* cherrypick Change-Id: Ic41d05c61e7b20d9303384c63528f0a79b22310bScott Main2011-07-271-1/+1
| | | | | | update version code to 3.2 for docs footer Change-Id: Ia62622383fe73c3e62fa9856ef9742327029be5c
* Add ability to turn BT on / off on a per application basis.Jaikumar Ganesh2011-07-261-0/+1
| | | | | | | | | | This changes adds an API for system applications to enable bluetooth without all the side effects like auto connection to headsets etc. Also some tweaks to the adapter state machine Change-Id: Ib9f22d548a26d72334b300101c8eb0d80f08a4bb
* Updated: Wi-Fi p2p frameworkrepo sync2011-07-241-0/+1
| | | | | | | | | | First stage. Get the bones in right now even though we are not ready on the native side. Once, we have things underneath working - we will further update the framework Change-Id: I4a7dab5cd4267373dc5f8989ae4122f91c384ed5
* Create TextServiceManager and SpellCheckerServicesatok2011-07-221-0/+10
| | | | | | | | | | | | | | | | Bug: 4176026 This CL inherits https://android-git.corp.google.com/g/112600 Spec of TextServiceManager - Chooses the most applicable TextService(e.g. SpellCheckerService, WordBreakIteratorService..) for each locale Spec of SpellCheckerService - Returns whether the given string is a correct word or not - Returns Suggestions for the given string Change-Id: Iaa425c7915fe70767ad0b17bf6c6fbcd2a1200b2
* Add event-log logging for TTS requests.Narayan Kamath2011-07-081-0/+1
| | | | Change-Id: I5023194c469a602b85259088a2e59373c96a941e
* Merge "Add a sample app for the TTS engine API"Narayan Kamath2011-07-061-1/+3
|\
| * Add a sample app for the TTS engine APINarayan Kamath2011-06-231-1/+3
| | | | | | | | Change-Id: I2ab86ca95a11bbc41494454d7dee0f3d87779ac9
* | VPN: remove the old VpnService.Chia-chi Yeh2011-07-021-2/+0
| | | | | | | | | | | | Now VPN is (kind of) integrated into ConnectivityService. Change-Id: If98e456e779f8e97f562d99c57d909b1f5d9db55
* | Merge "Implement APIs for Bluetooth Health profile."Jaikumar Ganesh2011-06-241-0/+2
|\ \
| * | Implement APIs for Bluetooth Health profile.Jaikumar Ganesh2011-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | | This first patch implements all the APIs. The APIs wil be made public soon. The data specification API will be submited in another patchset. Change-Id: I2462683b7e07380e2c42474b0036b34d03b4bed1