Skip to content

Commit

Permalink
[Mono.Android] Android API-R Developer Preview 4 enumification (#4710)
Browse files Browse the repository at this point in the history
Enumification for API-R Developer Preview 4 (375e062).

  * Convert constant fields to enums as appropriate.
  * Update methods that take an `int` constant value to use new enums.

There is some "acceptable-breakage" because I renamed some of the enums
that were added in API-R with auto-generated names that had already been
committed in 3ca2a07.

Note that our enums are not "API-aware" so all enumifications are added
for all API levels.  That is, enums added in API-R get added to
`android-21`, `android-22`, etc.…
  • Loading branch information
jpobst authored May 28, 2020
1 parent ef783ed commit 379f7cd
Show file tree
Hide file tree
Showing 4 changed files with 1,041 additions and 1,034 deletions.
Loading

0 comments on commit 379f7cd

Please sign in to comment.