Chuck Stein
Chuck Stein
The current implementation of `AuthorizationClient` calls [startActivityForResult](https://developer.android.com/reference/androidx/activity/ComponentActivity#startActivityForResult(android.content.Intent,int)) and expects the user to call [onActivityResult](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/activity/activity/src/main/java/androidx/activity/ComponentActivity.java#758), both of which are now deprecated in favor of the [Activity Result API](https://developer.android.com/training/basics/intents/result). The SDK should...
I am wondering if the `type` field of the app-remote library's `PlayerContext` class could be exposed as an enum value, so that it is easier for the user to handle...
I'd like to use this font in my Android app, but unfortunately each glyph has too much vertical space, particularly on the bottom. This means the text does not appear...