1. 53fc99c Support templated structured parcelables by Devin Moore · 4 years, 2 months ago
  2. 8b32998 Overflow check in readFromParcel by Jeongik Cha · 4 years, 1 month ago
  3. 82466d4 Java emit @Override w/ getStability by Steven Moreland · 4 years, 2 months ago
  4. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 4 years, 2 months ago
  5. 9118025 Support builder class for an immutable parcelable by Jeongik Cha · 4 years, 2 months ago
  6. 02c2c1e Fix NPE when null List or Map is assigned by Jeongik Cha · 4 years, 2 months ago
  7. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 4 years, 2 months ago
  8. 4768c96 Update for Parcelable isStable->getStability by Steven Moreland · 4 years, 3 months ago
  9. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 4 years, 3 months ago
  10. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 4 years, 4 months ago
  11. 649e8a7 Support extending parcelable in Java by Jeongik Cha · 4 years, 6 months ago
  12. 92d33d0 Make parcelable class have vintf status. by Jeongik Cha · 4 years, 5 months ago
  13. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 4 years, 7 months ago
  14. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 8 months ago
  15. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 4 years, 10 months ago
  16. d3721d6 Warning and fixup for user string as format. by Steven Moreland · 4 years, 10 months ago
  17. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 10 months ago
  18. 9ca5c7e No java output for parcelable declaration by Jiyong Park · 5 years ago
  19. 27e1ff6 [AIDL] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  20. 2e4112d Adds support for comments on enums and enumerators. by Daniel Norman · 5 years ago
  21. 37d43dd Adds NDK support for Enums. by Daniel Norman · 5 years ago
  22. 716d311 Adds Java support for Enums. by Daniel Norman · 5 years ago
  23. 48548e0 ast_java: shared_ptr everywhere by Steven Moreland · 5 years ago
  24. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  25. 3dc29d8 Move Java array prints into aidl_to_java. by Steven Moreland · 5 years ago
  26. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 5 years ago
  27. d4e73c8 Handle ParcelFileDescriptor in structured parcelables by Jiyong Park · 5 years ago
  28. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  29. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  30. 21dc8a5 Change UnsupportedAppUsage annotation's namespace by Andrei Onea · 5 years ago
  31. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 6 years ago
  32. 6cadc21 remove dependency with ast_java and JavaTypeNamespace: Method by Jeongik Cha · 6 years ago
  33. aabc144 remove dependency with ast_java and JavaTypeNamespace: Class by Jeongik Cha · 6 years ago
  34. dc77c1b remove dependency with ast_java and JavaTypeNamespace: Variable by Jeongik Cha · 6 years ago
  35. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 6 years ago
  36. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 6 years ago
  37. 372a8c8 add newline in describeContent() by Jeongik Cha · 6 years ago
  38. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  39. 8efe21a Fix a potential memory leak by George Burgess IV · 6 years ago
  40. 95eba57 support stable parcelable version by Jeongik Cha · 6 years ago
  41. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  42. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  43. b77f7a5 Make a parcelable implement Parcelable by Jiyong Park · 6 years ago
  44. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  45. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  46. 2c44f07 Move VariableFactory to generate_java_binder.cpp by Jiyong Park · 6 years ago
  47. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  48. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  49. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  50. 894d6ba Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  51. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  52. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  53. e9c816e AIDL: Add outline filtering by Andreas Gampe · 7 years ago
  54. a2a10e8 Remove extra branch. by Steven Moreland · 7 years ago
  55. f76b59a Turn android::aidl::java::Document into a class by Christopher Wiley · 9 years ago
  56. 3a9da17 Update style in generate_java.* by Christopher Wiley · 9 years ago
  57. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  58. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  59. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  60. a30a45e Mock IO in all unit tests by Christopher Wiley · 9 years ago
  61. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  62. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  63. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  64. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  65. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  66. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  67. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  68. 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
  69. 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
  70. 413e042 Move logic to write to stdout into CodeWriter by Christopher Wiley · 9 years ago
  71. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  72. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  73. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  74. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  75. c596cfe Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  76. 15f8da2 Fix aidl to cope with multiple collection types per method. by Elliott Hughes · 13 years ago
  77. 1d217bd am 747cb3b5: Merge change 9670 into donut by Android (Google) Code Review · 15 years ago
  78. e2272c1 Make aidl annotate onTransact with @Override by Xavier Ducrohet · 15 years ago
  79. e42b5f5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  80. 3f063e5 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  81. 59500b9 Removing "import" statements from AIDL-generated .java files. by Adrian Taylor · 16 years ago
  82. aa40312 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  83. bcaa86d auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  84. ccace32 Add a few missing headers by Alexey Zaytsev · 16 years ago
  85. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago