summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* NetworkManagementService: Introduce INetworkManagementEventObserverSan Mehat2010-01-221-0/+1
| | | | | | | Introduce a callback event observer which can be registered on the INetworkManagementService instance to receive events from the service. Signed-off-by: San Mehat <san@google.com>
* framework: Introduce INetworkManagementService for communicating with netdSan Mehat2010-01-191-0/+1
| | | | | | | | | | | | | | | | | This is the framework-exposed interface for the (future) management of all Android network management functions. Initial support is for providing tethering. Updated: Integrate feedback from review; clean up naming Updated: Switch from add/remove/list to get/set for DNS forwarders - allows prioritization / ordering of DNS servers Updated: Refactor NAT api Updated: Refactor NAT api (last time sorry) Signed-off-by: San Mehat <san@google.com>
* First pass at new device policy and administration APIs.Dianne Hackborn2010-01-171-0/+1
| | | | | | | | This adds new DevicAdmin, DevicePolicyManager, and DeviceAdminInfo classes. See the java docs for each on documentation on them. Basically: a DeviceAdmin is what you derive from to administer a device; DevicePolicyManager is what you use to apply and check your policy requirements and perform other administration tasks.
* am 18dedf2c: am 50a3977c: Merge "Adding BusinessCard sample to Android.mk ↵Trevor Johns2010-01-111-0/+2
|\ | | | | | | | | | | | | | | | | and to the Resources TOC on developer.android.com." into eclair Merge commit '18dedf2cdfd2c78d93061f20c4269f00449a8e6a' * commit '18dedf2cdfd2c78d93061f20c4269f00449a8e6a': Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com.
| * Adding BusinessCard sample to Android.mk and to the Resources TOC on ↵Trevor Johns2010-01-111-0/+2
| | | | | | | | developer.android.com.
* | Bug 2321983Paul Westbrook2010-01-111-1/+0
| | | | | | | | Move SYNC_DETAILS from framework/base to the gsf clientlib
* | am aaab0b64: am f0cdfa99: add -since flag to droiddoc options for 7.xml, to ↵Scott Main2009-12-161-0/+1
|\ \ | |/ | | | | | | | | | | | | | | apply api filtering to the reference Merge commit 'aaab0b64e53db6e174236b022526a5f207b28570' * commit 'aaab0b64e53db6e174236b022526a5f207b28570': add -since flag to droiddoc options for 7.xml,
| * add -since flag to droiddoc options for 7.xml,Scott Main2009-12-161-0/+1
| | | | | | | | to apply api filtering to the reference
* | am 479a49f7: am 7585586c: Merge change Ib1eb2e9e into eclairDirk Dougherty2009-12-151-20/+18
|\ \ | |/ | | | | | | | | | | Merge commit '479a49f74f77855825ba69b105c065422c24246a' * commit '479a49f74f77855825ba69b105c065422c24246a': sdk doc change for esr: Add "resources" tab content. Fix links pointing to the old locations. Change Android.mk to output samples files to resources/samples. Misc other fixes.
| * sdk doc change for esr: Add "resources" tab content. Fix links pointing to ↵Dirk Dougherty2009-12-141-20/+18
| | | | | | | | | | | | | | the old locations. Change Android.mk to output samples files to resources/samples. Misc other fixes. Bug: 2160782 Change-Id: Ib1eb2e9e3fe3a7b2ad16387dbf888646a1195221
* | am 54bb575e: am 6f95f461: Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-131-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit '54bb575e85d1e40efbfbb868f37553cdd8ed318f' into eclair-mr2 * commit '54bb575e85d1e40efbfbb868f37553cdd8ed318f': Fix the dependencies to make online-sdk-docs.
| * am 6f95f461: Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-121-0/+1
| |\ | | | | | | | | | | | | | | | | | | Merge commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a' into eclair * commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a': Fix the dependencies to make online-sdk-docs.
| | * Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-101-0/+1
| | | | | | | | | | | | | | | Without the framework library, 'make online-sdk-docs' can not find symbols in the framework library.
* | | am 7eb6ec1f: Merge change I18305fec into eclairRoman Nurik2009-12-101-3/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '7eb6ec1f44ade4c7bf3d23cbcfe29a17bbd940b1' into eclair-mr2 * commit '7eb6ec1f44ade4c7bf3d23cbcfe29a17bbd940b1': Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to samples index. Also add latest samples zip file.
| * | Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to ↵Roman Nurik2009-12-101-3/+13
| | | | | | | | | | | | samples index. Also add latest samples zip file.
* | | move event log tags used by SyncAdapter into a local .logtags fileDoug Zongker2009-12-091-0/+2
| | |
* | | am 5d0806c9: Merge change Ia70bd8c4 into eclairScott Main2009-12-031-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '5d0806c9c3e0e6c8673ac4238f8ec2e0f82ad7e6' into eclair-mr2 * commit '5d0806c9c3e0e6c8673ac4238f8ec2e0f82ad7e6': add BluetoothChat sample app to the dev guide
| * | add BluetoothChat sample app to the dev guideScott Main2009-12-031-0/+2
| | |
* | | Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The lights support is only needed by PowerManagerService and NotificationManagerService, so we do not need a Binder API for it. Move backlight and notification light support to new LightsService class. The camera flash is now handled directly by the camera HAL, so the flash Hardware service flash support is obsolete. Change-Id: I086d681f54668e7f7de3e8b90df3de19d59833c5 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | moved the gdata library to vendor/googleFred Quintana2009-11-241-1/+0
| | |
* | | am bca9f1bb: sdk doc change for esr: updates for android 1.6 r2, tools r4, ↵Dirk Dougherty2009-11-231-5/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | api levels. Merge commit 'bca9f1bbb31cf05ba17af049a5ea37f57981f00e' into eclair-mr2 * commit 'bca9f1bbb31cf05ba17af049a5ea37f57981f00e': sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.
| * | sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.Dirk Dougherty2009-11-231-5/+6
| | | | | | | | | | | | | | | Bug: 2160782 Change-Id: Ia576dc9b2312d89bbe194d94640c3cc79216067b
* | | am 3fa1cb05: am 5e7f1fbe: Merge change Id2ee762d into eclair-sdkScott Main2009-11-231-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '3fa1cb059e76d8b83634a4117a7b2ceca438ae7e' into eclair-mr2 * commit '3fa1cb059e76d8b83634a4117a7b2ceca438ae7e': droiddoc change: add flag to offline docs build to signal
| * | am 5e7f1fbe: Merge change Id2ee762d into eclair-sdkScott Main2009-11-231-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '5e7f1fbe161d7015dde6e893351238749f906c8a' into eclair * commit '5e7f1fbe161d7015dde6e893351238749f906c8a': droiddoc change: add flag to offline docs build to signal
| | * droiddoc change: add flag to offline docs build to signalScott Main2009-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that we're building offline docs so that we do not generate all of the web pages for the sample apps source code. This depends on change 33762 (sha I06c40454), meaning, this will break the build without that. Change-Id: Id2ee762de13f23c3da15d55e763c1838b11ac31c
* | | am 2a6a149f: am 820a4e7d: docs change for ESD: add samples html pages for ↵Scott Main2009-11-201-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | offline docs Merge commit '2a6a149fc2abfb8ef654ed36ce4524209f5e33bc' into eclair-mr2 * commit '2a6a149fc2abfb8ef654ed36ce4524209f5e33bc': docs change for ESD: add samples html pages for offline docs
| * | am 820a4e7d: docs change for ESD: add samples html pages for offline docsScott Main2009-11-201-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '820a4e7dd6adeff162a92ca40ebe2f109561036b' into eclair * commit '820a4e7dd6adeff162a92ca40ebe2f109561036b': docs change for ESD: add samples html pages for offline docs
| | * docs change for ESD: add samples html pages for offline docsScott Main2009-11-191-0/+1
| | | | | | | | | | | | | | | bug: 2160782 Change-Id: I30fedc9e9b015ad035fa954ca0b1a19e846cca78
| | * Explicitly specify that online-sdk depends on framework-res. (do not merge)Ying Wang2009-11-041-0/+2
| | | | | | | | | | | | this is integrated from Eclair to fix the mac build breakages.
* | | Solve the mutual interdependency problem between common and framework:Dan Egnor2009-11-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Have framework include the common source files directly when building, then build common as a static library separately (depending on framework, like everything else). Goes with a companion change to build/core/pathmap.mk.
* | | Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients.
* | | Remove googleclient from the framework, and its classes from the preload list.Dan Egnor2009-11-171-1/+0
| | |
* | | Remove external/protobuf from the build, now that it'sDan Egnor2009-11-131-1/+0
| | | | | | | | | | | | been moved to vendor/google/libraries.
* | | Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-2/+2
| | | | | | | | | | | | Un-hide the DropBoxManager interface, and update the public API accordingly.
* | | am 61b01632: Merge change I9490271c into eclairNick Pelly2009-11-041-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '61b01632915181fcf725dc4933cad8c81e700115' into eclair-mr2 * commit '61b01632915181fcf725dc4933cad8c81e700115': Add BluetoothDevice to SDK AIDL list.
| * | Add BluetoothDevice to SDK AIDL list.Nick Pelly2009-11-041-0/+1
| | | | | | | | | | | | | | | Bug: 2216702 Change-Id: I9490271ce4be465d5b3acc5e530feaf6e2fa3f57
* | | am d85c4b34: Merge change Idb328ab7 into eclairYing Wang2009-10-291-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'd85c4b346fe8e335a979b8bbfd2767eae91aca35' into eclair-mr2 * commit 'd85c4b346fe8e335a979b8bbfd2767eae91aca35': Explicitly specify that online-sdk depends on framework-res.
| * | Explicitly specify that online-sdk depends on framework-res.Ying Wang2009-10-271-0/+2
| |/
* | Instead of a raw AIDL interface, give DropBox a JavaDan Egnor2009-10-281-2/+2
| | | | | | | | | | | | | | | | interface (android.os.DropBox); move the Binder interface behind the scenes. Make DropBoxEntry into DropBox.Entry. Make it possible to get a dropbox from an (Application)Context with the usual getSystemService(DROPBOX_SERVICE) type thing. Update the tests accordingly.
* | am 86dc4d31: am 61c29c29: Merge change Ieeb0b251 into eclair-sdkDirk Dougherty2009-10-221-2/+2
|\ \ | |/ | | | | | | | | | | Merge commit '86dc4d312216be0b4c2847a1e79d94efaf4b9559' into eclair-mr2 * commit '86dc4d312216be0b4c2847a1e79d94efaf4b9559': doc change: incorporate comments on SDK docs and structure.
| * doc change: incorporate comments on SDK docs and structure.Dirk Dougherty2009-10-221-2/+2
| | | | | | | | Bug: 2160782
* | am 4f82394a: am ee58d1bf: doc change: Add docs for SDK. Support new modular ↵Dirk Dougherty2009-10-221-2/+12
|\ \ | |/ | | | | | | | | | | | | | | structure. In Android.mk, change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent. Merge commit '4f82394af6486e1725ae6b6dd3b0334dcfc52747' into eclair-mr2 * commit '4f82394af6486e1725ae6b6dd3b0334dcfc52747': doc change: Add docs for SDK. Support new modular structure. In Android.mk, change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent.
| * doc change: Add docs for SDK. Support new modular structure. In Android.mk, ↵Dirk Dougherty2009-10-221-2/+12
| | | | | | | | | | | | | | change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent. Change-Id:I368345755dd753b1056fb06ff25e4b32f3020e4d Bug:2160782
* | am 30a6657e: Merge change Ic9b31801 into eclairScott Main2009-10-141-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '30a6657ec6051ba5a1c72a714c9dc535dff127a4' into eclair-mr2 * commit '30a6657ec6051ba5a1c72a714c9dc535dff127a4': docs: setup new SDK documentation for 2.0 and change sdk build version to 2.0...
| * docs: setup new SDK documentation for 2.0 and change sdk build version to 2.0...Scott Main2009-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | move upgrading doc into a new guide for "updating" with the new manager tools and remove the previous updating doc from the dev guide. set up preliminary download page and guide for installing the full SDK. add the requirements doc in sdk/ for all general purposes. revise the download 'thank you' message. bug: 2160782
* | Framework-side DropBox service that maintains a size-boundedDan Egnor2009-10-131-0/+2
|/ | | | | | | queue of data chunks (sort of a blob-oriented logcat). In the future, this will be coupled with a revised checkin service that would actually upload this data.
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Hide createRfcommSocket(int channel) Add createRfcommSocketWithServiceRecord(UUID uuid) Rename listenUsingRfcomm(String,UUID) -> listenUsingRfcommWithServiceRecord(..) Now we have a complete API for developers to make peer-peer RFCOMM connections with hard-coding the limited (30) RFCOMM channels, instead using SDP lookup of an UUID. This commit addresses two serious bugs: - Do not throw IOException on accepting an incoming RFCOMM connection with BluetoothSocket. This was a regression from commit 24bb9b8af4ff6915 - Workaround failure of bluez to update SDP cache when channel changes by trying to use the same RFCOMM channel on the server every time, instead of picking server channels randomly. This is a pretty ugly workaround, and we are still trying to fix the caching issue - but with this workaround we are at least shippable and apps will work at least until they start colliding on the 30 RFCOMM channels. DrNo: eastham Bug: 2158900 Joke: What did the digital watch say to his mom? "Look mom no hands." Change-Id: Ia4879943b83afac06b6f1a3f2391cf1628afce7d
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-281-0/+1
| | | | Change-Id: I564429d5c5b6a5372b6ff26a53b0d7e518b53631
* add Eclair to the droiddoc 'since' options so that weScott Main2009-09-171-0/+1
| | | | can see API Level diffs in the docs.
* do not merge. Revert "do not merge. Remove voicesearch-specific ↵Alex Gruenstein2009-09-161-0/+2
| | | | | | | | | | functionality from framework." This reverts commit f1b64f64ab088a3e8cd32ec31f61c958c61d19e5. It also updates RecognitionResult.java with changes made while it was in the voicesearch branch. Change-Id: Ibffbe25397628a01ec49393a23c1825cef116501