1. 50a94b8 Allow multiple 'parcelable' declarations in aidl files by Adam Powell · 12 years ago
  2. b14c215 am 4b4b4438: am 33c5670b: Merge "Fewer warnings in aidl generated code." by Elliott Hughes · 12 years ago
  3. b327c41 Fewer warnings in aidl generated code. by Elliott Hughes · 12 years ago
  4. bb5a8fd am 9d98a089: Check result handler is not null by Manuel Roman · 12 years ago
  5. 9d98a08 Check result handler is not null by Manuel Roman · 12 years ago
  6. 17a452f Revert "Revert "The com.android.athome api classes are moving android.support.place."" by Mike Lockwood · 12 years ago
  7. 9dede89 Revert "The com.android.athome api classes are moving android.support.place." by Mike Lockwood · 12 years ago
  8. 1aeecce The com.android.athome api classes are moving android.support.place. by Joe Onorato · 13 years ago
  9. 01060b0 Modified the constructor of EndpointBase by Manuel Roman · 13 years ago
  10. 7dc2973 Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes by Jason Simmons · 13 years ago
  11. c3a7bb6 Use the new get/putFlattenable methods on RpcData. by Joe Onorato · 13 years ago
  12. 0a7eaec Don't try to unmarshal void return types when there are out parameters being returned. by Joe Onorato · 13 years ago
  13. fcb310f For events, require that the parameters be marked in. by Joe Onorato · 13 years ago
  14. 7982417 Support putting Flattenables in Lists. by Joe Onorato · 13 years ago
  15. 6e0f981 Was generating code that uses the wrong RpcData. by Joe Onorato · 13 years ago
  16. 28087c6 Update aidl for new Broker API. by Joe Onorato · 13 years ago
  17. a1c6d90 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  18. 95a766d Update aidl to new APIs. by Joe Onorato · 13 years ago
  19. 6c0236c Suport RpcData as a parcelable type. by Joe Onorato · 13 years ago
  20. b71287f Modified AIDL to support authentication by Manuel Roman · 13 years ago
  21. 22a7cb8 Fix PresenterClass by adding a _listener field by Tim Kilbourn · 13 years ago
  22. e24dbea add presenters to aidl. by Joe Onorato · 13 years ago
  23. 21d524e Generate fallthrough for unhandled actions in RPC methods. by Joe Onorato · 13 years ago
  24. 7db766c Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  25. 1eb7204 Add RpcData as a built-in marshallable type. by Joe Onorato · 13 years ago
  26. 05ffbe7 Add the full suite of RpcData types. by Joe Onorato · 13 years ago
  27. fdfe2ff Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  28. 6e5d9df Merge "Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes" into ics-aah by Jason Simmons · 13 years ago
  29. a8744b7 Modified the constructor of EndpointBase by Manuel Roman · 13 years ago
  30. 20e0cef Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes by Jason Simmons · 13 years ago
  31. 0c86196 The com.android.athome api classes are moving android.support.place. by Joe Onorato · 13 years ago
  32. c286560 Use the new get/putFlattenable methods on RpcData. by Joe Onorato · 13 years ago
  33. 6980de4 Don't try to unmarshal void return types when there are out parameters being returned. by Joe Onorato · 13 years ago
  34. 2037c25 For events, require that the parameters be marked in. by Joe Onorato · 13 years ago
  35. 44c620d Support putting Flattenables in Lists. by Joe Onorato · 13 years ago
  36. ab26b50 Was generating code that uses the wrong RpcData. by Joe Onorato · 13 years ago
  37. f1d897d Merge "This should fix the build for now." into ics-aah by Joe Onorato · 13 years ago
  38. 6e5cb4b This should fix the build for now. by Joe Onorato · 13 years ago
  39. fc0bd56 Merge "Add some extra debug information because this error is only happening on the build server." into ics-aah by Joe Onorato · 13 years ago
  40. 0ee2431 Add some extra debug information because this error is only happening on the build server. by Joe Onorato · 13 years ago
  41. 8f3580e Revert "Treat parcelables as flattenables for now, until the sdk contains a newer aidl." by Joe Onorato · 13 years ago
  42. 47f2f83 Treat parcelables as flattenables for now, until the sdk contains a newer aidl. by Joe Onorato · 13 years ago
  43. adfe8d2 Update aidl for new Broker API. by Joe Onorato · 13 years ago
  44. 94ca1b9 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  45. abd8c07 Update aidl to new APIs. by Joe Onorato · 13 years ago
  46. 11987cd Suport RpcData as a parcelable type. by Joe Onorato · 13 years ago
  47. 9e2df97 Modified AIDL to support authentication by Manuel Roman · 13 years ago
  48. 923a418 Fix PresenterClass by adding a _listener field by Tim Kilbourn · 13 years ago
  49. 827af24 add presenters to aidl. by Joe Onorato · 13 years ago
  50. acff082 Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  51. de81fcb Generate fallthrough for unhandled actions in RPC methods. by Joe Onorato · 13 years ago
  52. ef6ab2d Add RpcData as a built-in marshallable type. by Joe Onorato · 13 years ago
  53. 1f44bba Add the full suite of RpcData types. by Joe Onorato · 13 years ago
  54. ae7f32e Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  55. 9a78224 The API doesn't need a container here, all it needs is a Context. by Joe Onorato · 13 years ago
  56. 6937988 Parcelables are flattenable for now. by Joe Onorato · 13 years ago
  57. 2be34ee Revert "Treat parcelables as flattenables for now, until the sdk contains a newer aidl." by Joe Onorato · 13 years ago
  58. 234b5a2 Treat parcelables as flattenables for now, until the sdk contains a newer aidl. by Joe Onorato · 13 years ago
  59. c7ec1dc Update aidl for new Broker API. by Joe Onorato · 13 years ago
  60. 9e35e44 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  61. 0d2a6b6 Update aidl to new APIs. by Joe Onorato · 13 years ago
  62. afcb6e6 Suport RpcData as a parcelable type. by Joe Onorato · 13 years ago
  63. 2c5eb26 Modified AIDL to support authentication by Manuel Roman · 13 years ago
  64. b8a6f22 Fix PresenterClass by adding a _listener field by Tim Kilbourn · 13 years ago
  65. e415ecb add presenters to aidl. by Joe Onorato · 13 years ago
  66. 0ca2a36d Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  67. 4742c0c Generate fallthrough for unhandled actions in RPC methods. by Joe Onorato · 13 years ago
  68. 27eee58 Add RpcData as a built-in marshallable type. by Joe Onorato · 13 years ago
  69. ec12dc0 Merge "Add the full suite of RpcData types." into ics-aah by Joe Onorato · 13 years ago
  70. a1426e6 Add the full suite of RpcData types. by Joe Onorato · 13 years ago
  71. 6acfc0d resolved conflicts for merge of 912a8b70 to ics-aah by Jason Simmons · 13 years ago
  72. 7add83b Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  73. 18fff11 Add new dependency generation option to aidl. by Xavier Ducrohet · 13 years ago
  74. b9eba86 Fix aidl to cope with multiple collection types per method. by Elliott Hughes · 13 years ago
  75. defdae6 Add notice files for aapt and aidl. by Xavier Ducrohet · 13 years ago
  76. 9a5fcd1 am 9d71860e: Merge "The aapt and aidl tools are prebuilt when we\'re doing an apps-only build, so don\'t try to build them." into froyo by Joe Onorato · 14 years ago
  77. 74905e5 The aapt and aidl tools are prebuilt when we're doing an apps-only build, so don't try to build them. by Joe Onorato · 14 years ago
  78. 066aa99 long modifier was on the wrong argument. by Scott Turner · 15 years ago
  79. be8e36e merge from donut by Jean-Baptiste Queru · 15 years ago
  80. ac1e59d donut snapshot by Jean-Baptiste Queru · 15 years ago
  81. 5887f21 am 747cb3b5: Merge change 9670 into donut by Android (Google) Code Review · 15 years ago
  82. 7ea9d79 Make aidl annotate onTransact with @Override by Xavier Ducrohet · 15 years ago
  83. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  84. c7410f6 Add includes to enable host C++ tools to compile with GCC 4.4 by Jack Palevich · 15 years ago
  85. bfc9f4f Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4 by Scott Tsai · 15 years ago
  86. 2a73de7 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 15 years ago
  87. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  88. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  89. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  90. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. 7542706 Removing "import" statements from AIDL-generated .java files. by Adrian Taylor · 15 years ago
  92. e570a0f auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  93. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  94. 0aa7fe6 Add a few missing headers by Alexey Zaytsev · 16 years ago
  95. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago