summaryrefslogtreecommitdiff
path: root/tools/aidl
AgeCommit message (Expand)Author
2012-11-07Correct executable bit for source filesKenny Root
2012-10-18Enhance AIDL to take an explicit id for methodsMaurice Chu
2012-08-16Allow multiple 'parcelable' declarations in aidl filesAdam Powell
2012-08-07am 4b4b4438: am 33c5670b: Merge "Fewer warnings in aidl generated code."Elliott Hughes
2012-08-07Fewer warnings in aidl generated code.Elliott Hughes
2012-05-23am 9d98a089: Check result handler is not nullManuel Roman
2012-05-23Check result handler is not nullManuel Roman
2012-02-17Revert "Revert "The com.android.athome api classes are moving android.support...Mike Lockwood
2012-02-17Revert "The com.android.athome api classes are moving android.support.place."Mike Lockwood
2012-02-16The com.android.athome api classes are moving android.support.place.Joe Onorato
2012-02-10Modified the constructor of EndpointBaseManuel Roman
2012-02-10Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons
2012-02-10Use the new get/putFlattenable methods on RpcData.Joe Onorato
2012-02-10Don't try to unmarshal void return types when there are out parameters being ...Joe Onorato
2012-02-10For events, require that the parameters be marked in.Joe Onorato
2012-02-10Support putting Flattenables in Lists.Joe Onorato
2012-02-10Was generating code that uses the wrong RpcData.Joe Onorato
2012-02-10Update aidl for new Broker API.Joe Onorato
2012-02-10aidl: All flattenable types now must also be parcelable.Joe Onorato
2012-02-10Update aidl to new APIs.Joe Onorato
2012-02-10Suport RpcData as a parcelable type.Joe Onorato
2012-02-10Modified AIDL to support authenticationManuel Roman
2012-02-10Fix PresenterClass by adding a _listener fieldTim Kilbourn
2012-02-10add presenters to aidl.Joe Onorato
2012-02-10Generate fallthrough for unhandled actions in RPC methods.Joe Onorato
2012-02-10Support custom flattenable types for RPC.Joe Onorato
2012-02-10Add RpcData as a built-in marshallable type.Joe Onorato
2012-02-10Add the full suite of RpcData types.Joe Onorato
2012-02-10Checkpoint adding @home RPC support to aidlJoe Onorato
2012-01-11Merge "Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes" in...Jason Simmons
2012-01-03Modified the constructor of EndpointBaseManuel Roman
2011-12-16Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons
2011-12-11The com.android.athome api classes are moving android.support.place.Joe Onorato
2011-12-04Use the new get/putFlattenable methods on RpcData.Joe Onorato
2011-11-17Don't try to unmarshal void return types when there are out parameters being ...Joe Onorato
2011-11-08For events, require that the parameters be marked in.Joe Onorato
2011-11-07Support putting Flattenables in Lists.Joe Onorato
2011-11-06Was generating code that uses the wrong RpcData.Joe Onorato
2011-11-03Merge "This should fix the build for now." into ics-aahJoe Onorato
2011-11-03This should fix the build for now.Joe Onorato
2011-11-03Merge "Add some extra debug information because this error is only happening ...Joe Onorato
2011-11-03Add some extra debug information because this error is only happening on the ...Joe Onorato
2011-10-28Revert "Treat parcelables as flattenables for now, until the sdk contains a n...Joe Onorato
2011-10-28Treat parcelables as flattenables for now, until the sdk contains a newer aidl.Joe Onorato
2011-10-28Update aidl for new Broker API.Joe Onorato
2011-10-28aidl: All flattenable types now must also be parcelable.Joe Onorato
2011-10-28Update aidl to new APIs.Joe Onorato
2011-10-28Suport RpcData as a parcelable type.Joe Onorato
2011-10-28Modified AIDL to support authenticationManuel Roman
2011-10-28Fix PresenterClass by adding a _listener fieldTim Kilbourn