summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-02cherry-pick from master : Reference doc fixesandroid-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-devpie-b4s4-releasepie-b4s4-devScott Main
2018-05-30Add new flag to generate public DEX API filepie-devDavid Brazdil
2018-05-02Fully-qualify link labels outside current class.Jeff Sharkey
2018-04-26Add option to print @removed API as DEX signaturesDavid Brazdil
2018-04-12Revert "Fix dex signatures of methods with varargs"Andreas Gampe
2018-04-10Fix dex signatures of methods with varargsDavid Brazdil
2018-04-09Do not include cloned members in DEX API listingsDavid Brazdil
2018-03-06Add quotes and don't include 'version_added' if there's no 'since' infoScott Main
2018-03-06Add quotes and don't include 'version_added' if there's no 'since' infoScott Main
2018-03-01Add support to build a full _book.yaml file for DAC reference. This creates a...Scott Main
2018-03-01Add support to build a full _book.yaml file for DAC reference. This creates a...Scott Main
2018-03-01Add support to build a full _book.yaml file for DAC reference.Scott Main
2018-02-27More robust @RequiresPermission handling.Jeff Sharkey
2018-02-16Add RequiresFeature annotation.Jeff Sharkey
2018-02-06Reduce 'final' method churn when class is 'final'Adam Lesinski
2018-01-31Merge "Reduce 'final' method churn when class is 'final'"Adam Lesinski
2018-01-30Merge "Pick private APIs from all classes" am: cc8c74cd12 am: 5bd576acfeDavid Brazdil
2018-01-28Pick private APIs from all classesDavid Brazdil
2018-01-28Merge "Fix dimension of TypeInfo.dexType results" am: 5e9068dbec am: 11dd5d66deDavid Brazdil
2018-01-26Fix dimension of TypeInfo.dexType resultsDavid Brazdil
2018-01-23Reduce 'final' method churn when class is 'final'Adam Lesinski
2018-01-22Merge "Fix DEX type name for `long`" am: 5051c31aae am: 26b317d35bDavid Brazdil
2018-01-22Fix DEX type name for `long`David Brazdil
2018-01-18Merge "Add option to generate DEX signatures of private API" am: af0a04c601 a...David Brazdil
2018-01-18Merge "Add option to print the complement of public API" am: 61cea0883d am: 4...David Brazdil
2018-01-17Merge "Add option to generate DEX signatures of private API"David Brazdil
2018-01-17Merge "Add option to print the complement of public API"David Brazdil
2018-01-17Merge "Refactor code to make predicates negatable" am: 76b7493035 am: e8ac821819David Brazdil
2018-01-17Merge "Refactor code to make predicates negatable"Treehugger Robot
2018-01-18ApiFile and a few more methods are now publicJiyong Park
2018-01-17Add option to generate DEX signatures of private APIDavid Brazdil
2018-01-17Add option to print the complement of public APIDavid Brazdil
2018-01-17Refactor code to make predicates negatableDavid Brazdil
2018-01-17Add -showUnannotatedPaul Duffin
2018-01-17Filter removedApi file by packagePaul Duffin
2018-01-16Merge "ApiFile and a few more methods are now public"TreeHugger Robot
2018-01-16Merge "Parse "private" methods/fields in text ApiFile parser" am: d919184b60 ...David Brazdil
2018-01-16Parse "private" methods/fields in text ApiFile parserDavid Brazdil
2018-01-10ApiFile and a few more methods are now publicJiyong Park
2018-01-08Add -showUnannotatedPaul Duffin
2017-12-19Filter removedApi file by packagePaul Duffin
2017-12-08Add auto-doc support for @StringDef.Jeff Sharkey
2017-12-06Deeper sanity checking of emitted types.Jeff Sharkey
2017-12-06Emit all APIs using Predicates.Jeff Sharkey
2017-11-27Deeper sanity checking of emitted types.Jeff Sharkey
2017-11-22Emit all APIs using Predicates.Jeff Sharkey
2017-11-13Merge commit '8fd9d692aabab8f55f90ab1aa2885c8502534275' into HEADXin Li
2017-11-10Handle type annotations when generating cache keysLiam Miller-Cushon
2017-10-30Add Doclava support for federated APIs not referenced from codeAlan Viverette
2017-10-21Add a new error type for added abstract methods.Michael Wright