Features
ANDROSDK-2274 modify appauth url in custom intent to include user selection
ANDROSDK-2285 OpenId: make prompt selector configurable
ANDROSDK-2290 Update targetSdkVersion
Bugs
ANDROSDK-2279 Method `isNotCaptureScope` in break-the-glass helper might not be accurate
ANDROSDK-2286 Validate server url in checkServerUrl method
ANDROSDK-2319 tei programs are being downloaded several times during global data sync
ANDROSDK-2320 visualization with all category options selected automatically are not being properly handled
Library updates
Build Tools
- targetSdkVersion: Updated from 34 to 36 (
ANDROSDK-2290).
New features in the public API
Configurable OpenID Connect prompt
OpenIDConnectConfignow exposes an optionalpromptproperty (ANDROSDK-2285).- New optional constructor parameter and
getPrompt()accessor. - Lets apps control the OpenID
promptselector (e.g.select_account) sent in the authorization request. - The parameter has a default value, so existing constructor calls remain compatible.
- New optional constructor parameter and