summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | am 8046e294: Merge "DO NOT MERGE" into ics-scoopRamanan Rajeswaran2012-02-131-8/+3
| |\ \ \ \ \ \
| | * | | | | | DO NOT MERGERamanan Rajeswaran2012-02-131-8/+3
| * | | | | | | am c1496d2d: Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-02-131-3/+8
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-02-131-3/+8
| | | |_|/ / / | | |/| | | |
| | * | | | | Setup ActionBars in layoutlib the same way the platform does it. do not merge.Xavier Ducrohet2012-02-064-21/+57
| | | |/ / / | | |/| | |
| * | | | | am c205a9d6: am f8aea993: Make aapt ignore tools-related data.Xavier Ducrohet2012-02-061-31/+46
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Make aapt ignore tools-related data.Xavier Ducrohet2012-02-061-31/+46
| * | | | am 6df477be: Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)"Jean-Baptiste Queru2012-01-191-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-2/+2
| * | | | am a826f9e2: Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)"Jean-Baptiste Queru2012-01-192-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-192-3/+3
| * | | | am 4f367f33: Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)"Jean-Baptiste Queru2012-01-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-1/+1
| * | | | am ba7f0d2a: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)"Jean-Baptiste Queru2012-01-192-57/+57
| |\ \ \ \ | | |/ / /
| | * | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-192-57/+57
| * | | | Merge ee4618bcJean-Baptiste Queru2012-01-192-18/+18
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-192-18/+18
* | | | another attempt at fixing the linux buildMathias Agopian2012-02-211-1/+1
* | | | frameworks/base refactoringMathias Agopian2012-02-203-1/+3
* | | | frameworks/base refactoring.Mathias Agopian2012-02-176-9/+9
* | | | Fix build break.Jeff Brown2012-02-171-3/+3
* | | | Merge "frameworks/base refactoring."Jeff Brown2012-02-171-1/+17
|\ \ \ \
| * | | | frameworks/base refactoring.Mathias Agopian2012-02-171-1/+17
* | | | | Revert "Revert "The com.android.athome api classes are moving android.support...Mike Lockwood2012-02-172-10/+10
|/ / / /
* | | | Merge "Revert "The com.android.athome api classes are moving android.support....Mike Lockwood2012-02-172-10/+10
|\ \ \ \
| * | | | Revert "The com.android.athome api classes are moving android.support.place."Mike Lockwood2012-02-172-10/+10
* | | | | Merge "The com.android.athome api classes are moving android.support.place."Mike Lockwood2012-02-172-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | The com.android.athome api classes are moving android.support.place.Joe Onorato2012-02-162-10/+10
* | | | | Encapsulate the ViewRootImpl's handler.Jeff Brown2012-02-151-1/+1
|/ / / /
* | | | Modified the constructor of EndpointBaseManuel Roman2012-02-101-1/+5
* | | | Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons2012-02-101-0/+15
* | | | Use the new get/putFlattenable methods on RpcData.Joe Onorato2012-02-101-36/+5
* | | | Don't try to unmarshal void return types when there are out parameters being ...Joe Onorato2012-02-101-5/+7
* | | | For events, require that the parameters be marked in.Joe Onorato2012-02-101-0/+9
* | | | Support putting Flattenables in Lists.Joe Onorato2012-02-102-5/+34
* | | | Was generating code that uses the wrong RpcData.Joe Onorato2012-02-101-3/+3
* | | | Update aidl for new Broker API.Joe Onorato2012-02-101-43/+42
* | | | aidl: All flattenable types now must also be parcelable.Joe Onorato2012-02-106-140/+99
* | | | Update aidl to new APIs.Joe Onorato2012-02-101-41/+40
* | | | Suport RpcData as a parcelable type.Joe Onorato2012-02-102-18/+28
* | | | Modified AIDL to support authenticationManuel Roman2012-02-102-8/+28
* | | | Fix PresenterClass by adding a _listener fieldTim Kilbourn2012-02-101-1/+1
* | | | add presenters to aidl.Joe Onorato2012-02-104-231/+491
* | | | Generate fallthrough for unhandled actions in RPC methods.Joe Onorato2012-02-101-3/+10
* | | | Support custom flattenable types for RPC.Joe Onorato2012-02-108-54/+203
* | | | Add RpcData as a built-in marshallable type.Joe Onorato2012-02-102-2/+35
* | | | Add the full suite of RpcData types.Joe Onorato2012-02-105-55/+204
* | | | Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-1013-585/+1486
* | | | Add an api to switch to the next IME and subtypesatok2012-02-101-0/+6
* | | | Only generate private symbols that are needed.Dianne Hackborn2012-02-075-10/+176