1. afdf77e Merge "Add a table explaining which test suites are appropriate for each API surface." into main by Treehugger Robot · 5 months ago
  2. 33679fe Add a table explaining which test suites are appropriate for each API surface. by Android API Council · 5 months ago
  3. 470c583 Merge "Explicitly document implicitly-documented unchecked exceptions" into main by Treehugger Robot · 5 months ago
  4. 445d2f4 Explicitly document implicitly-documented unchecked exceptions by alanv · 5 months ago
  5. 9685004 Merge "Clarified where IntDef and constants must be defined" into main by Treehugger Robot · 6 months ago
  6. a286ab6 Clarified where IntDef and constants must be defined by Android API Council · 6 months ago
  7. a96f9fa Merge "[android-api-guidelines] Update async recommendations for libraries" into main by Treehugger Robot · 6 months ago
  8. 24a29e9 [android-api-guidelines] Update async recommendations for libraries by Android API Council · 6 months ago
  9. b73377a Merge "Update the NDK API Council landing page." into main by Treehugger Robot · 6 months ago
  10. b287d53 Update the NDK API Council landing page. by Android API Council · 6 months ago
  11. 19f426b Merge changes Ic4c0597a,I1b87b3a4,Id2fdf52b into main by Treehugger Robot · 6 months ago
  12. 96097a0 Reword/reorder the bit about enums without backing types to make it obvious that new code shouldn't do this. by Android API Council · 6 months ago
  13. f675e86 Improve some wording in the callbacks section. by Android API Council · 6 months ago
  14. 3026d19 Expand and improve the section about error handling. by Android API Council · 6 months ago
  15. ecc7ea5 Merge "Correct guidance for `__builtin_available()` in inlines." into main by Treehugger Robot · 6 months ago
  16. 8068e77 Correct guidance for `__builtin_available()` in inlines. by Android API Council · 6 months ago
  17. bdedaa7 Merge "Remove useless line in example." into main by Treehugger Robot · 6 months ago
  18. c9721c0 Merge "Reword odd sentence." into main by Treehugger Robot · 6 months ago
  19. c5c1e27 Merge "Update obsolete version number." into main by Treehugger Robot · 6 months ago
  20. 142e825 Merge "Simplify docs about API level guards." into main by Treehugger Robot · 6 months ago
  21. fb07eda Remove useless line in example. by Android API Council · 6 months ago
  22. 24a39a5 Reword odd sentence. by Android API Council · 6 months ago
  23. 5d57012 Update obsolete version number. by Android API Council · 6 months ago
  24. 8c48166 Simplify docs about API level guards. by Android API Council · 6 months ago
  25. 52bf850 Merge "Remove unhelpful link to very old doc." into main by Treehugger Robot · 6 months ago
  26. 02f770a Remove unhelpful link to very old doc. by Android API Council · 6 months ago
  27. 7ec92b6 Merge "Add instructions for getting an API review." into main by Treehugger Robot · 6 months ago
  28. 425119a Add instructions for getting an API review. by Android API Council · 6 months ago
  29. 86c67e0 Merge "Add explanations for each cache field in dumpsys." into main by Treehugger Robot · 6 months ago
  30. 7d3e78d Add explanations for each cache field in dumpsys. by Android API Council · 6 months ago
  31. 0738ec4 Merge "Clarify (lack of) requirements for `__INTRODUCED_IN()` on types and constants." into main by Treehugger Robot · 6 months ago
  32. 4ee1735 Clarify (lack of) requirements for `__INTRODUCED_IN()` on types and constants. by Android API Council · 6 months ago
  33. 738c9b8 Merge "Explicitly disallow C++ exceptions." into main by Treehugger Robot · 6 months ago
  34. 5ee0806 Explicitly disallow C++ exceptions. by Android API Council · 6 months ago
  35. 5ae41a9 Merge "Add a section on providing a request identifier to the API Council guidelines." into main by Treehugger Robot · 6 months ago
  36. ead6cb2 Add a section on providing a request identifier to the API Council guidelines. by Android API Council · 6 months ago
  37. 7d97357 Merge "Add section about mutability of returned data-type objects" into main by Treehugger Robot · 6 months ago
  38. e864f4a Add section about mutability of returned data-type objects by alanv · 6 months ago
  39. 9a5a5a5 Merge "Strengthen phrasing around test requirements." into main by Treehugger Robot · 6 months ago
  40. d511fff Strengthen phrasing around test requirements. by Android API Council · 6 months ago
  41. dc8fddd Merge "Update callback naming convention to match reality." into main by Treehugger Robot · 6 months ago
  42. c2182fc Update callback naming convention to match reality. by Android API Council · 6 months ago
  43. 8a82b4c Merge "Fix minor formatting issues." into main by Treehugger Robot · 6 months ago
  44. 0eade3f Fix minor formatting issues. by Android API Council · 6 months ago
  45. 28783c3 Merge "[android-api-guidelines] Expand guidance on when to use a builder" into main by Treehugger Robot · 7 months ago
  46. 4e391c7 [android-api-guidelines] Expand guidance on when to use a builder by Android API Council · 7 months ago
  47. cb76f9c Merge "go/android-api-guidelines#methods-prefer-collection-over-array - clarify that arrays should also be @NonNull" into main by Treehugger Robot · 8 months ago
  48. 32d9e2d go/android-api-guidelines#methods-prefer-collection-over-array - clarify that arrays should also be @NonNull by Android API Council · 8 months ago
  49. 21cf914 Merge "Clarified that interface methods should be annotated with @NonNull." into main by Treehugger Robot · 8 months ago
  50. cd13488 Clarified that interface methods should be annotated with @NonNull. by Android API Council · 8 months ago
  51. 2dd4032 Merge "Slightly touch up caching guide wording for clarity Clean up unnecessary brackets around a go link" into main by Treehugger Robot · 9 months ago
  52. 2ad91a5 Slightly touch up caching guide wording for clarity by Android API Council · 9 months ago
  53. 03dcaa2 Merge "Add API guidelines for caching" into main by Treehugger Robot · 9 months ago
  54. 87ecd88 Add API guidelines for caching by Android API Council · 9 months ago
  55. b9b82d6 Merge "Removed copy icon on go/android-api-guidelines code snippets" into main by Treehugger Robot · 10 months ago
  56. d9a7c46 Removed copy icon on go/android-api-guidelines code snippets by Android API Council · 10 months ago
  57. d9bd672 Merge "Updated go/android-api-guidelines#boolean-methods to mention required and supported suffixes." into main by Treehugger Robot · 10 months ago
  58. 0165bdb Updated go/android-api-guidelines#boolean-methods to mention required and supported suffixes. by Android API Council · 10 months ago
  59. 165e313 Merge "Add a guideline to not use raw Binder objects in public API." into main by Treehugger Robot · 10 months ago
  60. 04fe284 Add a guideline to not use raw Binder objects in public API. by Android API Council · 10 months ago
  61. 8e31b1f Merge "Libraries don't use @hide anymore" into main by Treehugger Robot · 11 months ago
  62. fc92125 Libraries don't use @hide anymore by alanv · 11 months ago
  63. b4d0609 Merge "Update the builder creation guidelines to clarify that the builder constructor must be public even if Kotlin users are expected to implicitly leverage the builder through a factory method/dsl style creation mechanism." into main by Treehugger Robot · 11 months ago
  64. 6da1a52 Update the builder creation guidelines to clarify that the builder constructor must be public even if Kotlin users are expected to implicitly leverage the builder through a factory method/dsl style creation mechanism. by Android API Council · 11 months ago
  65. d79cc00 Merge "Android API guidelines: describe intended use cases for OutcomeReceiver" into main by Treehugger Robot · 11 months ago
  66. 9896fb1 Android API guidelines: describe intended use cases for OutcomeReceiver by Android API Council · 11 months ago
  67. 76c5f49 Merge "Document the intake form for Android API removal requests" into main by Treehugger Robot · 11 months ago
  68. 10d0ac1 Document the intake form for Android API removal requests by Android API Council · 11 months ago
  69. 7fa8cf3 Merge "Freshness for top-viewed API Council docs" into main by Treehugger Robot · 12 months ago
  70. 42cf290 Freshness for top-viewed API Council docs by alanv · 12 months ago
  71. d1f823d Merge "Clarify Bundle recommendation" into main by Treehugger Robot · 1 year ago
  72. 6bfdace Clarify Bundle recommendation by alanv · 1 year ago
  73. 444ff8b Merge "Add rules about documenting JNI exceptions." into main by Treehugger Robot · 1 year, 1 month ago
  74. a6f2334 Add rules about documenting JNI exceptions. by Android API Council · 1 year, 1 month ago
  75. 88d7442 Merge "s/NDK/native/ for the cases that apply to other domains." into main by Treehugger Robot · 1 year, 1 month ago
  76. 867a6be s/NDK/native/ for the cases that apply to other domains. by Android API Council · 1 year, 1 month ago
  77. 1efa6b5 Merge "Add explicit advice for how to handle non-text strings." into main by Treehugger Robot · 1 year, 1 month ago
  78. 0b9e24b Add explicit advice for how to handle non-text strings. by Android API Council · 1 year, 1 month ago
  79. 879bbd7 Merge "Update note about `__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__`." into main by Treehugger Robot · 1 year, 2 months ago
  80. a5ec8fc Update note about `__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__`. by Android API Council · 1 year, 2 months ago
  81. cf79849 Merge "Update async API guidelines for cached+frozen app processes" into main by Treehugger Robot · 1 year, 2 months ago
  82. 58bdfe4 Update async API guidelines for cached+frozen app processes by Android API Council · 1 year, 2 months ago
  83. e2d6016 Merge "Update 6.3 (Put optional parameters at end of overloads) with a callout specifically mentioning the exception in 7.5 (Accept Executors to control callback dispatch) for placement of Executors. Add back-reference." into main by Treehugger Robot · 1 year, 2 months ago
  84. ca0aeb8 Update 6.3 (Put optional parameters at end of overloads) with a callout specifically mentioning the exception in 7.5 (Accept Executors to control callback dispatch) for placement of Executors. Add back-reference. by Android API Council · 1 year, 2 months ago
  85. 04ec33a Merge "Fix typo in API guidelines" into main by Treehugger Robot · 1 year, 2 months ago
  86. c27df78 Fix typo in API guidelines by Android API Council · 1 year, 2 months ago
  87. fc921f5 Merge "Update async API guidelines to consider the cached apps freezer" into main by Treehugger Robot · 1 year, 2 months ago
  88. 2c050d3 Update async API guidelines to consider the cached apps freezer by Android API Council · 1 year, 2 months ago
  89. 3a60a02 Merge "Describe preference for Executor over Handler in Android API guidelines" into main by Treehugger Robot · 1 year, 2 months ago
  90. ec9bd63 Describe preference for Executor over Handler in Android API guidelines by Android API Council · 1 year, 2 months ago
  91. 56749f3 Merge "Remove stray period." into main by Treehugger Robot · 1 year, 3 months ago
  92. a4e6048 Remove stray period. by Android API Council · 1 year, 3 months ago
  93. 75bec4a Merge "Add guideline on auto-generated code" into main by Treehugger Robot · 1 year, 3 months ago
  94. d1a181c Add guideline on auto-generated code by Android API Council · 1 year, 3 months ago
  95. 09e7dd0 Merge "Add guideline for java exception naming convention" into main by Treehugger Robot · 1 year, 3 months ago
  96. bf726f5 Add guideline for java exception naming convention by Android API Council · 1 year, 3 months ago
  97. b411cde Merge "Recommend against new View subclasses in Android API guidelines" into main by Treehugger Robot · 1 year, 4 months ago
  98. c66ddc1 Recommend against new View subclasses in Android API guidelines by Android API Council · 1 year, 4 months ago
  99. 565b757 Merge "Link to go/api-test-coverage from go/android-api-guidelines#basics-tested" into main by Treehugger Robot · 1 year, 5 months ago
  100. f7cbf9d Link to go/api-test-coverage from go/android-api-guidelines#basics-tested by ibaker · 1 year, 5 months ago