summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix sample code issuesJason Sams2012-11-301-0/+1
| | | | | | | Correct min SDK. Correct file extension on mandelbrot Change-Id: I508c22c382f1a930b27d8c5f4414cac3a990a332
* Remove unused IExtendedNetworkServiceMakoto Onuki2012-11-291-0/+2
| | | | | | | | It was used in the cupcake era for docomo. Is not used anymore. Bug 7633569 Change-Id: I2ec826fc9a70d261a340957a937ed4c9f8e67c5c
* Port ImageProcessing to Filterscript.Stephen Hines2012-10-121-0/+1
| | | | | | | This enables testing of the Filterscript front-end for llvm-rs-cc. Bug: 7166741 Change-Id: I90bda9d2710c6652336a8c112b5654c5da3d14e4
* Update compatibility library testsJason Sams2012-10-101-0/+1
| | | | | | bug 7327728 Change-Id: If3f85fb8944d7217a4d5c035f522d1ecc7af3a07
* add cleanspec.Jason Sams2012-09-201-0/+1
| | | | Change-Id: I5aa58efa7c48809d1f05c8ad48332508597b9869
* Update cleanspecWink Saville2012-07-121-0/+1
| | | | | | mms and telephony have been moved remove the framework_intermediates. Change-Id: I49c2128ebaddfdae6cfa91913b739900d0f8d91b
* Remove Disco video from builds.Eino-Ville Talvala2012-06-131-0/+1
| | | | | Bug: 6294985 Change-Id: Idde6148b94a55a27740f3b4f82c2038272f06628
* Removing default accessibility gesture handling.Svetoslav Ganov2012-05-131-0/+3
| | | | | | | | | | | | | | | 1. The initial design was to have some accessibility gestures being handled by the system if the gesture handling access service does not consume the gesture. However, we are not sure what a good default is and once we add a default handler we cannot remove it since people may rely on it. Thus, we take the simples approach and let the accessibility service handle the gestures. If no gestures are handled the system will work in explore by touch as before. bug:5932640 Change-Id: I865a83549fa03b0141d27ce9713e9b7bb45a57b4
* Add missing clean steps.Dianne Hackborn2012-04-161-0/+3
| | | | Change-Id: Iecb3ff4d6658e581e51414bdfc397953189e66cb
* Moving libRSAlex Sakhartchouk2012-03-281-0/+7
| | | | Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-0/+2
| | | | | Bug: 5943637 Change-Id: I12a339f285f4db58e79acb5fd8ec2fc1acda5265
* Resolved conflicts for merge of 83cf0313 to masterJustin Ho2011-10-101-0/+1
|\ | | | | | | Change-Id: Ib66ee7e34d0c4d845004bce635ee1ef300d3b344
| * Ensuring previous sounds are named correctlyJustin Ho2011-10-101-0/+1
| | | | | | | | | | | | Bug: 5416299 Change-Id: I0f2cd229be02908553368d6ff19977a0ebd3e613
* | Make symlinks for DroidSans.ttf and DroidSans-Bold.ttfYing Wang2011-10-061-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 5420351 Make the following symlinks: /system/fonts/DroidSans.ttf -> Roboto-Regular.ttf /system/fonts/DroidSans-Bold.ttf -> Roboto-Bold.ttf Change-Id: If9a74ef4ac2386cdb46d125fed8ce5771e872310
* | Resolve conflicts for merge 121e805a to masterJustin Ho2011-10-031-0/+1
|\ \ | |/ | | | | | | | | | | Conflicts: CleanSpec.mk Change-Id: I750218dbd78e15c1ae3324b3bcfbcd28a4da2676
| * Adding additional variety to sound set 7Justin Ho2011-10-031-0/+1
| | | | | | | | Change-Id: I3f8c806258e47dc3b78ce81fd582722753573b54
* | Correction the use of SMALLER_FONT_FOOTPRINTYing Wang2011-09-291-0/+1
|/ | | | | | | SMALLER_FONT_FOOTPRINT is a BoardConfig variable that's only available in Android.mks but not product config makefiles. Change-Id: I1784b6e8c744ffcca1538e76d338f5800f150e72
* Updated key and effect soundsJustin Ho2011-09-261-0/+1
| | | | Change-Id: Ia7c771ed59bf1803ed7ff25d338a412906cf59c0
* Replaced Lohit_Hindi with Lohit-DevanagariRussell Brenner2011-09-231-0/+1
| | | | | | | | | Lohit-Devanagari is now provided by external/lohit-fonts, replacing Lohit_Hindi from here. Removed font from fonts.mk and renamed in fallback_fonts.xml. Bug: 5364436 Change-Id: I0b8f65dbfdbec1802fba526209d7f88d2cf64fc4
* Adding missing cleanspec for audio file cleanupJustin Ho2011-09-201-0/+1
| | | | Change-Id: I469601a2112994c466281a4959806a4179ffe245
* Unhide wifi p2p APIIrfan Sheriff2011-09-131-0/+1
| | | | | Bug: 5247957 Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
* Rename WpsConfiguration to WpsIrfan Sheriff2011-09-061-0/+1
| | | | | | | | For the purpose of exposing the class as a storage for Wps info with p2p, it is better to just call it Wps Bug: 5247957 Change-Id: Iaebef958dd8f08fdbeb4b9d7fa5ad5527400710d
* Improve NDEF push APINick Pelly2011-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce setNdefPushMessage() setNdefPushMessageCallback() setNdefPushCompleteCallback() Deprecate public API enableForegroundNdefPush() disableForegroundNdefPush() Hide & Deprecate staged (public but never released) API enableForegroundNdefPushCallback() The new API's do not require the application to explicitly call enable()/disable() in onPause()/onResume(), we use a Fragment behind the scenes to manager this automatically. NDEF Push can be disabled by using a null parameter, so each enable()/disable() pair is collapsed to a single set() call. Application code should now look something like: public void onCreate() { NfcAdapter adapter = NfcAdapter.getDefaultAdapter(this); if (adapter != null) { // check that NFC is available on this device adapter.setNdefPushMessage(myNdefMessage, this); } } And that's it - no need to explicitly hook into onPause() and onResume() events. Also - introduce a generic NfcEvent class that is provided as a parameter on all NFC callbacks. Right now it just provides the NfcAdapter, but using the wrapper classes allows us to add more fields later without changing the callback signature. (i'm thinking Bluetooth). Change-Id: I371dcb026b535b8199225c1262eca64ce644458a
* Updated phone soundsJustin Ho2011-08-241-0/+1
| | | | Change-Id: I88df6ad7ca8e96f163d968540420fd1cde410008
* Bug 5045498 New implementation of remote control APIJean-Michel Trivi2011-08-231-0/+1
| | | | | | | | | | | | | | | | | 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
* Bug 5045498 RemoteControlClient interfaceJean-Michel Trivi2011-08-171-0/+1
| | | | | | | Define a RemoteControlClient interface that applications must implement and register to be displayed on the lockscreen. Change-Id: I67276ae653f203e76727432231f1d76535c31942
* Fixed cleanspec.Daniel Sandler2011-08-121-0/+109
| | | | Change-Id: I3125487d2ffbe389f141537f5a974366e7ce5a91
* New RSSI cluster in status bar.Christian Robertson2011-08-121-107/+0
| | | | Bug: 5147463
* Remove the binder interface for LLCP.Jeff Hamilton2011-08-021-0/+1
| | | | Change-Id: Idc9631cdbcac1435e285c656948a37315e32515d
* Add CleanSpec.mk for change If98e456e779f8e97f562d99c57d909b1f5d9db55.Chia-chi Yeh2011-07-031-0/+1
| | | | Change-Id: I0aeb6355ab856bdfaafba0d2ab13801c73a9cf44
* KeyChain API refinementsBrian Carlstrom2011-06-091-0/+1
| | | | Change-Id: I177ab4642e6cd1aa13526c14f0a707175fd79655
* Collect historical network stats.Jeff Sharkey2011-06-011-0/+1
| | | | | | | | | | | | | | | | | | Periodically records delta network traffic into historical buckets to support other services, such NetworkPolicyManager and Settings UI. Introduces NetworkStatsHistory structure which contains sparse, uniform buckets of data usage defined by timestamps. Service periodically polls NetworkStats and records changes into buckets. It only persists to disk when substantial changes have occured. Current parameters create 4 buckets each day, and persist for 90 days, resulting in about 8kB of data per network. Only records stats for "well known" network interfaces that have been claimed by Telephony or Wi-Fi subsystems. Historical stats are also keyed off identity (such as IMSI) to support SIM swapping. Change-Id: Ia27d1289556a2bf9545fbc4f3b789425a01be53a
* The decoder wrapper is no longer needed. Also disable building old-style ↵Andreas Huber2011-05-121-1/+1
| | | | | | decoders. Change-Id: Ie022f1a6dffe619c1b0385aa13f63e097282cfe4
* Add Java API for writing TTS enginesBjorn Bringert2011-04-151-0/+1
| | | | | | | | | | This removes the old non-public C++ API for TTS engines and replaces it with a Java API. The new API is still @hidden, until it has been approved. Bug: 4148636 Change-Id: I7614ff788e11f897e87052f684f1b4938d539fb7
* resolved conflicts for merge of 38d0d562 to honeycomb-plus-aospNick Pelly2011-03-141-1/+1
|\ | | | | | | Change-Id: Iff9ea08b810b0d142a9227272492c0305a9bcf42
| * Implement new NFC-EE API's as shared library (frameworks/base).Nick Pelly2011-03-101-0/+1
| | | | | | | | Change-Id: I45c4eaf59ec78167fc236fdd59676465a5e1bcb7
* | Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-011-0/+2
| | | | | | | | | | Change-Id: I00fd4f0caaa4aebe48f71c576bb211b5f38bf88d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Fixing incremental build.Alex Sakhartchouk2011-02-221-0/+4
| | | | | | | | Change-Id: I8b1d952384581279cd1d2934de6bb23bfabd640d
* | Hook up large heap API.Dianne Hackborn2011-01-191-0/+1
| | | | | | | | Change-Id: I215644f8de326fe3d4fa582447885b0aa01f72d3
* | libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-091-0/+2
| | | | | | | | | | | | | | | | Speeds up the decoding leaving more time for cpuidle (lp2), thus lowering overall current drain. Change-Id: Ia4e0636b1813810072fe0a4f94f6921adf2eab31 Signed-off-by: James Wylder <james.wylder@motorola.com>
* | resolved conflicts for merge of 28e8c66d to masterNick Pelly2010-12-061-0/+1
|\ \ | |/ | | | | Change-Id: I9746fd7478d3954b491179ffbd241f481cc2fb6c
| * Rough first pass at the NFC technology API.Jeff Hamilton2010-11-191-0/+1
| | | | | | | | Change-Id: I903ad6bc124bf9a65af788dae45f55d58704ef7b
* | Fix potental incremental build failure withJason Sams2010-11-041-0/+1
| | | | | | | | | | | | leftover RS generated files. Change-Id: I4b2ed98372ac9caba61ff6622b26f1bb1b435df0
* | am 38476ef2: am 8f1e7b62: Merge "Cleanspec to fix incremental build failures ↵Nick Pelly2010-10-191-0/+2
|\ \ | |/ | | | | | | | | | | | | | | of the form:" into gingerbread Merge commit '38476ef2f1bc5d8c3540382ea792f709d0b61faf' * commit '38476ef2f1bc5d8c3540382ea792f709d0b61faf': Cleanspec to fix incremental build failures of the form:
| * Cleanspec to fix incremental build failures of the form:Nick Pelly2010-10-181-0/+2
| | | | | | | | | | | | | | | | | | | | out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustdlogic/trustednfc/android/ILlcpConnectionlessSocket.java:74: cannot find symbol symbol : class LlcpPacket location: package com.trustedlogic.trustednfc.android.com.trustedlogic.trustednfc.android.LlcpPacket _result = this.receiveFrom(_arg0); Change-Id: I344c3b882265049cbc11dd5433535376eaadd855 Signed-off-by: Nick Pelly <npelly@google.com>
| * NFC API revision round 2.Nick Pelly2010-10-121-0/+2
| | | | | | | | | | | | | | | | | | - Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag, RawTagConnection, NdefTagConnection. - Add implementations for all of the new NFC API. Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6 Signed-off-by: Nick Pelly <npelly@google.com>
* | NFC API revision round 2.Nick Pelly2010-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag, RawTagConnection, NdefTagConnection. - Add implementations for all of the new NFC API. Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6 Signed-off-by: Nick Pelly <npelly@google.com> Conflicts: Android.mk CleanSpec.mk core/java/android/app/ContextImpl.java
* | update clean specJoe Onorato2010-09-081-0/+1
| | | | | | | | Change-Id: Ia511131fb55916690a3d459c7ab1e7b7ddb26c4b
* | Fix build due to stubs errors on filename changesChet Haase2010-09-081-0/+1
| | | | | | | | Change-Id: I0802fa49d496046640ec7f656179382fd4d9e234
* | Missing clean step.Dianne Hackborn2010-09-011-0/+1
| | | | | | | | Change-Id: Ib91fbfe3c28bf97f88de1b0c1df697a41ac0cc27