android-client-sdk
android-client-sdk copied to clipboard
LaunchDarkly Client-side SDK for Android
**From the LaunchDarkly SDK team:** We're posting this to get feedback from our customers who use the LaunchDarkly Android SDK. The basic questions we're asking are: 1. What is the...
**Feature request** Retrieve flags filtering by tags. **Describe the solution you'd like** On `LDClient.allFlags()` we can retrieve all feature flags with a given project and environment. Would be nice if...
Hi LaunchDarkly Team, We are getting the following the **ANR** report in our firebase crashlytics. ### Logs as per Firebase Crashlytics > main (runnable): tid=1 systid=14022 > at com.google.gson.Gson.(Gson.java:202) >...
**Is your feature request related to a problem? Please describe.** I'm worried that if I guard some new business logic behind a flag, since a flag value can change at...
LDClient.init doesn't really return a Future that will complete with the latest feature flag values
**Is this a support request?** No **Describe the bug** I'm not sure if I misunderstand this but the doc about `LDClient.init` says: `The result is a Future which will complete...
**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...
**Is this a support request?** No **Describe the bug** In SDK 3.6.0, `LDClient.get().connectionInformation` will get updated with a new `lastSuccessfulConnection` value after identifying to a different user, but not in...
**Describe the bug** LDClient initialization throws an exception after r8 shrinking if full mode is enabled due to a missing generic type signature on which gson depends. Full mode is...
**Describe the bug** When attempting to use the SDK from a service that is running in the foreground, it uses the "Background Polling" connection mode **To reproduce** * Create an...
Hello **Describe the bug** We are facing a crash in the library. **To reproduce** We're unable to reproduce it, but according to our logs on Firebase, it happens once the...