- afdf77e Merge "Add a table explaining which test suites are appropriate for each API surface." into main by Treehugger Robot · 5 months ago
- 33679fe Add a table explaining which test suites are appropriate for each API surface. by Android API Council · 5 months ago
- 470c583 Merge "Explicitly document implicitly-documented unchecked exceptions" into main by Treehugger Robot · 5 months ago
- 445d2f4 Explicitly document implicitly-documented unchecked exceptions by alanv · 5 months ago
- 9685004 Merge "Clarified where IntDef and constants must be defined" into main by Treehugger Robot · 6 months ago
- a286ab6 Clarified where IntDef and constants must be defined by Android API Council · 6 months ago
- a96f9fa Merge "[android-api-guidelines] Update async recommendations for libraries" into main by Treehugger Robot · 6 months ago
- 24a29e9 [android-api-guidelines] Update async recommendations for libraries by Android API Council · 6 months ago
- b73377a Merge "Update the NDK API Council landing page." into main by Treehugger Robot · 6 months ago
- b287d53 Update the NDK API Council landing page. by Android API Council · 6 months ago
- 19f426b Merge changes Ic4c0597a,I1b87b3a4,Id2fdf52b into main by Treehugger Robot · 6 months ago
- 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
- f675e86 Improve some wording in the callbacks section. by Android API Council · 6 months ago
- 3026d19 Expand and improve the section about error handling. by Android API Council · 6 months ago
- ecc7ea5 Merge "Correct guidance for `__builtin_available()` in inlines." into main by Treehugger Robot · 6 months ago
- 8068e77 Correct guidance for `__builtin_available()` in inlines. by Android API Council · 6 months ago
- bdedaa7 Merge "Remove useless line in example." into main by Treehugger Robot · 6 months ago
- c9721c0 Merge "Reword odd sentence." into main by Treehugger Robot · 6 months ago
- c5c1e27 Merge "Update obsolete version number." into main by Treehugger Robot · 6 months ago
- 142e825 Merge "Simplify docs about API level guards." into main by Treehugger Robot · 6 months ago
- fb07eda Remove useless line in example. by Android API Council · 6 months ago
- 24a39a5 Reword odd sentence. by Android API Council · 6 months ago
- 5d57012 Update obsolete version number. by Android API Council · 6 months ago
- 8c48166 Simplify docs about API level guards. by Android API Council · 6 months ago
- 52bf850 Merge "Remove unhelpful link to very old doc." into main by Treehugger Robot · 6 months ago
- 02f770a Remove unhelpful link to very old doc. by Android API Council · 6 months ago
- 7ec92b6 Merge "Add instructions for getting an API review." into main by Treehugger Robot · 6 months ago
- 425119a Add instructions for getting an API review. by Android API Council · 6 months ago
- 86c67e0 Merge "Add explanations for each cache field in dumpsys." into main by Treehugger Robot · 6 months ago
- 7d3e78d Add explanations for each cache field in dumpsys. by Android API Council · 6 months ago
- 0738ec4 Merge "Clarify (lack of) requirements for `__INTRODUCED_IN()` on types and constants." into main by Treehugger Robot · 6 months ago
- 4ee1735 Clarify (lack of) requirements for `__INTRODUCED_IN()` on types and constants. by Android API Council · 6 months ago
- 738c9b8 Merge "Explicitly disallow C++ exceptions." into main by Treehugger Robot · 6 months ago
- 5ee0806 Explicitly disallow C++ exceptions. by Android API Council · 6 months ago
- 5ae41a9 Merge "Add a section on providing a request identifier to the API Council guidelines." into main by Treehugger Robot · 6 months ago
- ead6cb2 Add a section on providing a request identifier to the API Council guidelines. by Android API Council · 6 months ago
- 7d97357 Merge "Add section about mutability of returned data-type objects" into main by Treehugger Robot · 6 months ago
- e864f4a Add section about mutability of returned data-type objects by alanv · 6 months ago
- 9a5a5a5 Merge "Strengthen phrasing around test requirements." into main by Treehugger Robot · 6 months ago
- d511fff Strengthen phrasing around test requirements. by Android API Council · 6 months ago
- dc8fddd Merge "Update callback naming convention to match reality." into main by Treehugger Robot · 6 months ago
- c2182fc Update callback naming convention to match reality. by Android API Council · 6 months ago
- 8a82b4c Merge "Fix minor formatting issues." into main by Treehugger Robot · 6 months ago
- 0eade3f Fix minor formatting issues. by Android API Council · 6 months ago
- 28783c3 Merge "[android-api-guidelines] Expand guidance on when to use a builder" into main by Treehugger Robot · 7 months ago
- 4e391c7 [android-api-guidelines] Expand guidance on when to use a builder by Android API Council · 7 months ago
- 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
- 32d9e2d go/android-api-guidelines#methods-prefer-collection-over-array - clarify that arrays should also be @NonNull by Android API Council · 8 months ago
- 21cf914 Merge "Clarified that interface methods should be annotated with @NonNull." into main by Treehugger Robot · 8 months ago
- cd13488 Clarified that interface methods should be annotated with @NonNull. by Android API Council · 8 months ago
- 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
- 2ad91a5 Slightly touch up caching guide wording for clarity by Android API Council · 9 months ago
- 03dcaa2 Merge "Add API guidelines for caching" into main by Treehugger Robot · 9 months ago
- 87ecd88 Add API guidelines for caching by Android API Council · 9 months ago
- b9b82d6 Merge "Removed copy icon on go/android-api-guidelines code snippets" into main by Treehugger Robot · 10 months ago
- d9a7c46 Removed copy icon on go/android-api-guidelines code snippets by Android API Council · 10 months ago
- d9bd672 Merge "Updated go/android-api-guidelines#boolean-methods to mention required and supported suffixes." into main by Treehugger Robot · 10 months ago
- 0165bdb Updated go/android-api-guidelines#boolean-methods to mention required and supported suffixes. by Android API Council · 10 months ago
- 165e313 Merge "Add a guideline to not use raw Binder objects in public API." into main by Treehugger Robot · 10 months ago
- 04fe284 Add a guideline to not use raw Binder objects in public API. by Android API Council · 10 months ago
- 8e31b1f Merge "Libraries don't use @hide anymore" into main by Treehugger Robot · 11 months ago
- fc92125 Libraries don't use @hide anymore by alanv · 11 months ago
- 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
- 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
- d79cc00 Merge "Android API guidelines: describe intended use cases for OutcomeReceiver" into main by Treehugger Robot · 11 months ago
- 9896fb1 Android API guidelines: describe intended use cases for OutcomeReceiver by Android API Council · 11 months ago
- 76c5f49 Merge "Document the intake form for Android API removal requests" into main by Treehugger Robot · 11 months ago
- 10d0ac1 Document the intake form for Android API removal requests by Android API Council · 11 months ago
- 7fa8cf3 Merge "Freshness for top-viewed API Council docs" into main by Treehugger Robot · 12 months ago
- 42cf290 Freshness for top-viewed API Council docs by alanv · 12 months ago
- d1f823d Merge "Clarify Bundle recommendation" into main by Treehugger Robot · 1 year ago
- 6bfdace Clarify Bundle recommendation by alanv · 1 year ago
- 444ff8b Merge "Add rules about documenting JNI exceptions." into main by Treehugger Robot · 1 year, 1 month ago
- a6f2334 Add rules about documenting JNI exceptions. by Android API Council · 1 year, 1 month ago
- 88d7442 Merge "s/NDK/native/ for the cases that apply to other domains." into main by Treehugger Robot · 1 year, 1 month ago
- 867a6be s/NDK/native/ for the cases that apply to other domains. by Android API Council · 1 year, 1 month ago
- 1efa6b5 Merge "Add explicit advice for how to handle non-text strings." into main by Treehugger Robot · 1 year, 1 month ago
- 0b9e24b Add explicit advice for how to handle non-text strings. by Android API Council · 1 year, 1 month ago
- 879bbd7 Merge "Update note about `__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__`." into main by Treehugger Robot · 1 year, 2 months ago
- a5ec8fc Update note about `__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__`. by Android API Council · 1 year, 2 months ago
- cf79849 Merge "Update async API guidelines for cached+frozen app processes" into main by Treehugger Robot · 1 year, 2 months ago
- 58bdfe4 Update async API guidelines for cached+frozen app processes by Android API Council · 1 year, 2 months ago
- 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
- 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
- 04ec33a Merge "Fix typo in API guidelines" into main by Treehugger Robot · 1 year, 2 months ago
- c27df78 Fix typo in API guidelines by Android API Council · 1 year, 2 months ago
- fc921f5 Merge "Update async API guidelines to consider the cached apps freezer" into main by Treehugger Robot · 1 year, 2 months ago
- 2c050d3 Update async API guidelines to consider the cached apps freezer by Android API Council · 1 year, 2 months ago
- 3a60a02 Merge "Describe preference for Executor over Handler in Android API guidelines" into main by Treehugger Robot · 1 year, 2 months ago
- ec9bd63 Describe preference for Executor over Handler in Android API guidelines by Android API Council · 1 year, 2 months ago
- 56749f3 Merge "Remove stray period." into main by Treehugger Robot · 1 year, 3 months ago
- a4e6048 Remove stray period. by Android API Council · 1 year, 3 months ago
- 75bec4a Merge "Add guideline on auto-generated code" into main by Treehugger Robot · 1 year, 3 months ago
- d1a181c Add guideline on auto-generated code by Android API Council · 1 year, 3 months ago
- 09e7dd0 Merge "Add guideline for java exception naming convention" into main by Treehugger Robot · 1 year, 3 months ago
- bf726f5 Add guideline for java exception naming convention by Android API Council · 1 year, 3 months ago
- b411cde Merge "Recommend against new View subclasses in Android API guidelines" into main by Treehugger Robot · 1 year, 4 months ago
- c66ddc1 Recommend against new View subclasses in Android API guidelines by Android API Council · 1 year, 4 months ago
- 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
- f7cbf9d Link to go/api-test-coverage from go/android-api-guidelines#basics-tested by ibaker · 1 year, 5 months ago