index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
aidl
Commit message (
Expand
)
Author
Age
Files
Lines
*
kill OS_CASE_SENSITIVE
Yabin Cui
2014-11-10
1
-1
/
+2
*
include direct.h for _mkdir
Andrew Hsieh
2014-09-30
1
-0
/
+1
*
am 71364f8c: am f5f4d930: am 74bebf6f: Exclude the host aapt and aidl from PD...
Ying Wang
2014-03-08
1
-2
/
+2
|
\
|
*
am 74bebf6f: Exclude the host aapt and aidl from PDK build.
Ying Wang
2014-03-08
1
-2
/
+2
|
|
\
|
|
*
Exclude the host aapt and aidl from PDK build.
Ying Wang
2014-03-07
1
-2
/
+2
|
|
*
am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs."
Elliott Hughes
2013-10-29
1
-7
/
+8
|
|
|
\
*
|
|
\
am 4bd720c2: am a05e7526: am 9c6f41e3: am be7b8f4f: Merge "aidl: Support buil...
David 'Digit' Turner
2014-03-06
1
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
aidl: Support building with updated host sysroot.
David 'Digit' Turner
2014-03-05
1
-0
/
+2
|
*
|
|
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
The Android Open Source Project
2013-11-22
1
-0
/
+10
|
|
\
\
\
|
|
|
/
/
|
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix a variety of small publicly-reported bugs.
Elliott Hughes
2013-10-29
1
-7
/
+8
*
|
|
Re-apply several tools fixes lost by the directory rearrangement.
Elliott Hughes
2014-01-27
1
-0
/
+1
*
|
|
Revert "Move frameworks/base/tools/ to frameworks/tools/"
Adam Lesinski
2014-01-27
20
-0
/
+7672
*
|
|
Move frameworks/base/tools/ to frameworks/tools/
Mike Lockwood
2013-08-28
20
-7672
/
+0
|
|
/
|
/
|
*
|
Better aidl generated dependency
Ying Wang
2013-08-23
1
-0
/
+10
|
/
*
Revert "Tentative fix for aidl import issue"
Laurent Tu
2013-02-15
1
-1
/
+1
*
Tentative fix for aidl import issue
Laurent Tu
2013-02-14
1
-1
/
+1
*
am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"
Kenny Root
2012-11-07
4
-0
/
+0
|
\
|
*
am 768d9e1a: Merge "Correct executable bit for source files"
Kenny Root
2012-11-07
4
-0
/
+0
|
|
\
|
|
*
Correct executable bit for source files
Kenny Root
2012-11-07
4
-0
/
+0
*
|
|
Enhance AIDL to take an explicit id for methods
Maurice Chu
2012-10-18
5
-4
/
+132
|
/
/
*
|
Allow multiple 'parcelable' declarations in aidl files
Adam Powell
2012-08-16
1
-4
/
+2
*
|
am 4b4b4438: am 33c5670b: Merge "Fewer warnings in aidl generated code."
Elliott Hughes
2012-08-07
1
-4
/
+4
|
\
\
|
|
/
|
*
Fewer warnings in aidl generated code.
Elliott Hughes
2012-08-07
1
-4
/
+4
*
|
am 9d98a089: Check result handler is not null
Manuel Roman
2012-05-23
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Check result handler is not null
Manuel Roman
2012-05-23
1
-1
/
+4
|
*
Merge "Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes" in...
Jason Simmons
2012-01-11
1
-0
/
+15
|
|
\
|
|
*
Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes
Jason Simmons
2011-12-16
1
-0
/
+15
|
*
|
Modified the constructor of EndpointBase
Manuel Roman
2012-01-03
1
-1
/
+5
|
|
/
|
*
The com.android.athome api classes are moving android.support.place.
Joe Onorato
2011-12-11
2
-10
/
+10
|
*
Use the new get/putFlattenable methods on RpcData.
Joe Onorato
2011-12-04
1
-36
/
+5
|
*
Don't try to unmarshal void return types when there are out parameters being ...
Joe Onorato
2011-11-17
1
-5
/
+7
|
*
For events, require that the parameters be marked in.
Joe Onorato
2011-11-08
1
-0
/
+9
|
*
Support putting Flattenables in Lists.
Joe Onorato
2011-11-07
2
-5
/
+34
|
*
Was generating code that uses the wrong RpcData.
Joe Onorato
2011-11-06
1
-3
/
+3
|
*
Merge "This should fix the build for now." into ics-aah
Joe Onorato
2011-11-03
1
-1
/
+2
|
|
\
|
|
*
This should fix the build for now.
Joe Onorato
2011-11-03
1
-1
/
+2
|
*
|
Merge "Add some extra debug information because this error is only happening ...
Joe Onorato
2011-11-03
1
-2
/
+3
|
|
\
\
|
|
|
/
|
|
*
Add some extra debug information because this error is only happening on the ...
Joe Onorato
2011-11-03
1
-2
/
+3
|
|
*
Revert "Treat parcelables as flattenables for now, until the sdk contains a n...
Joe Onorato
2011-10-28
1
-3
/
+1
|
|
*
Treat parcelables as flattenables for now, until the sdk contains a newer aidl.
Joe Onorato
2011-10-28
1
-1
/
+3
|
|
*
Update aidl for new Broker API.
Joe Onorato
2011-10-28
1
-43
/
+42
|
|
*
aidl: All flattenable types now must also be parcelable.
Joe Onorato
2011-10-28
6
-140
/
+99
|
|
*
Update aidl to new APIs.
Joe Onorato
2011-10-28
1
-41
/
+40
|
|
*
Suport RpcData as a parcelable type.
Joe Onorato
2011-10-28
2
-18
/
+28
|
|
*
Modified AIDL to support authentication
Manuel Roman
2011-10-28
2
-8
/
+28
|
|
*
Fix PresenterClass by adding a _listener field
Tim Kilbourn
2011-10-28
1
-1
/
+1
|
|
*
add presenters to aidl.
Joe Onorato
2011-10-28
4
-231
/
+491
|
|
*
Support custom flattenable types for RPC.
Joe Onorato
2011-10-28
8
-54
/
+203
|
|
*
Generate fallthrough for unhandled actions in RPC methods.
Joe Onorato
2011-10-28
1
-3
/
+10
|
|
*
Add RpcData as a built-in marshallable type.
Joe Onorato
2011-10-28
2
-2
/
+35
[next]