Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "The com.android.athome api classes are moving ↵ | Mike Lockwood | 2012-02-17 | 1 | -8/+8 |
| | | | | | | android.support.place."" This reverts commit 9dede89795a88268ab735a1b28e628f2a77922fe. | ||||
* | Revert "The com.android.athome api classes are moving android.support.place." | Mike Lockwood | 2012-02-17 | 1 | -8/+8 |
| | | | | | to fix the build This reverts commit 1aeecce8e9fe2749d1ad7ec86e40fe5a892f8f05 | ||||
* | The com.android.athome api classes are moving android.support.place. | Joe Onorato | 2012-02-16 | 1 | -8/+8 |
| | | | | Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d | ||||
* | Modified the constructor of EndpointBase | Manuel Roman | 2012-02-10 | 1 | -1/+5 |
| | | | | | | | | We introduced changes to the Endpoint lifecycle. Modified the AIDL compiler to take into account the changes. Just affected the constructor, which needs now an extra parameter: placeInfo | ||||
* | Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes | Jason Simmons | 2012-02-10 | 1 | -0/+15 |
| | |||||
* | Don't try to unmarshal void return types when there are out parameters being ↵ | Joe Onorato | 2012-02-10 | 1 | -5/+7 |
| | | | | returned. | ||||
* | Update aidl for new Broker API. | Joe Onorato | 2012-02-10 | 1 | -43/+42 |
| | |||||
* | aidl: All flattenable types now must also be parcelable. | Joe Onorato | 2012-02-10 | 1 | -3/+3 |
| | | | | This is more a limitation of the grammar than anything else triggering laziness on my part. | ||||
* | Update aidl to new APIs. | Joe Onorato | 2012-02-10 | 1 | -41/+40 |
| | |||||
* | Modified AIDL to support authentication | Manuel Roman | 2012-02-10 | 1 | -8/+27 |
| | | | | | | | We need to pass an RpcContext with information such as the caller's certificate. I also modified the compiler so it does not use Container anymore and uses Context | ||||
* | Fix PresenterClass by adding a _listener field | Tim Kilbourn | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | add presenters to aidl. | Joe Onorato | 2012-02-10 | 1 | -196/+465 |
| | |||||
* | Generate fallthrough for unhandled actions in RPC methods. | Joe Onorato | 2012-02-10 | 1 | -3/+10 |
| | |||||
* | Support custom flattenable types for RPC. | Joe Onorato | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | Add the full suite of RpcData types. | Joe Onorato | 2012-02-10 | 1 | -1/+18 |
| | |||||
* | Checkpoint adding @home RPC support to aidl | Joe Onorato | 2012-02-10 | 1 | -0/+667 |