android-client icon indicating copy to clipboard operation
android-client copied to clipboard

Android SDK client for Split Software

Results 9 android-client issues
Sort by recently updated
recently updated
newest added

Platform: Android I have followed the documentation and used everything stated there, created my SDK API Key for client-side inside an Environment as below I have hidden organization details. But...

# Android SDK ## What did you accomplish? - Make the rollout cache config public. - Minor adjustments to TTs & flag sets persistence.

# Android SDK ## What did you accomplish? - Integration tests for outdated proxy flow.

# Android SDK ## What did you accomplish? - Added support for outdated Split Proxy detection and recovery.

# Android SDK ## What did you accomplish? - Excluded segment names in RBS can refer to standard, large or rule based. - Fixed encryption migration of RBS.

# Android SDK ## What did you accomplish? - Invalidated preloaded flags after encryption migration.

It appears that you are using a deprecated method from the GSON library. It's `GsonPreconditions.checkNotNull()`. ``` @Deprecated public static T checkNotNull(T obj) { if (obj == null) { throw new...

# Android SDK ## What did you accomplish? - Support parsing of older DTO.

# Android SDK ## What did you accomplish? - Added events module with base interfaces.