-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.6.0 #64
Release 2.6.0 #64
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b87b6ed - Browse repository at this point
Copy the full SHA b87b6edView commit details
Commits on May 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2931d51 - Browse repository at this point
Copy the full SHA 2931d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bab855 - Browse repository at this point
Copy the full SHA 5bab855View commit details
Commits on Aug 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f853d84 - Browse repository at this point
Copy the full SHA f853d84View commit details -
Merge pull request #64 from launchdarkly/feature/tls_1_2
Add support for TLS 1.2 on API 16+
Configuration menu - View commit details
-
Copy full SHA for 024a75b - Browse repository at this point
Copy the full SHA 024a75bView commit details
Commits on Sep 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ff65ca3 - Browse repository at this point
Copy the full SHA ff65ca3View commit details
Commits on Sep 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 44eed4a - Browse repository at this point
Copy the full SHA 44eed4aView commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba1fe52 - Browse repository at this point
Copy the full SHA ba1fe52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c47d2d5 - Browse repository at this point
Copy the full SHA c47d2d5View commit details
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 73e4b98 - Browse repository at this point
Copy the full SHA 73e4b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3962f10 - Browse repository at this point
Copy the full SHA 3962f10View commit details -
Added LDClient init test for secondary environment, added exception t…
…o getForMobileKeys, added multi-environment support to setOffline and setOnlineStatus (seems naive, needs testing), and added exceptions to LDConfig setSecondaryMobileKeys
Configuration menu - View commit details
-
Copy full SHA for c020ff9 - Browse repository at this point
Copy the full SHA c020ff9View commit details -
Move primary instance into general instances map. Begin on methods ef…
…fecting all instances.
Configuration menu - View commit details
-
Copy full SHA for 1956014 - Browse repository at this point
Copy the full SHA 1956014View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf10753 - Browse repository at this point
Copy the full SHA cf10753View commit details -
Fixed 1 failing test in LDClient, added multi-environment test file, …
…fixed some linter issues
Configuration menu - View commit details
-
Copy full SHA for a09191d - Browse repository at this point
Copy the full SHA a09191dView commit details -
Removed unnecessary ListenableFuture in LDClient init, changed identi…
…fy method for multi-environment, not sure about SettableFuture null vs null for return type of Future<Void>, both type check and pass tests
Configuration menu - View commit details
-
Copy full SHA for e318b61 - Browse repository at this point
Copy the full SHA e318b61View commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0fbe675 - Browse repository at this point
Copy the full SHA 0fbe675View commit details
Commits on Oct 6, 2018
-
Moved primaryEnvironmentName to LDConfig, simplifying by removing pri…
…maryKey separation everywhere but the builder. Add getRequestBuilderFor a specific environment. Add static method to LDClient to get all environment names so that environments can be iterated over. Add accessor to retrieve LDClient specific UserManager. Iterate over all environments in PollingUpdater. Add environment argument to UserManager constructor, removing singleton and creating replacing init with newInstance static method.
Configuration menu - View commit details
-
Copy full SHA for afe797a - Browse repository at this point
Copy the full SHA afe797aView commit details -
Configuration menu - View commit details
-
Copy full SHA for babd1cd - Browse repository at this point
Copy the full SHA babd1cdView commit details -
Specialize HttpFeatureFlagFetcher to the environment, looks like User…
…Manager may not be able to do the same so removed the environment from the constructor.
Configuration menu - View commit details
-
Copy full SHA for 33fd8d7 - Browse repository at this point
Copy the full SHA 33fd8d7View commit details -
Added SharedPreferences migration strategy
torchhound committedOct 6, 2018 Configuration menu - View commit details
-
Copy full SHA for eb93b8c - Browse repository at this point
Copy the full SHA eb93b8cView commit details -
torchhound committed
Oct 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 43ded05 - Browse repository at this point
Copy the full SHA 43ded05View commit details
Commits on Oct 8, 2018
-
All tests pass, fixed migration strategy to conform to spec, fixed pr…
…imaryInstance null when offline in init, fixed primaryEnvironmentName being added to secondaryMobileKeys
Configuration menu - View commit details
-
Copy full SHA for b595b6c - Browse repository at this point
Copy the full SHA b595b6cView commit details
Commits on Oct 9, 2018
-
Update StreamUpdateProcessor construct to take an environment for the…
… authorization header key.
Configuration menu - View commit details
-
Copy full SHA for e8ac421 - Browse repository at this point
Copy the full SHA e8ac421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441fa93 - Browse repository at this point
Copy the full SHA 441fa93View commit details
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f0b68e6 - Browse repository at this point
Copy the full SHA f0b68e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a039e1 - Browse repository at this point
Copy the full SHA 1a039e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for baea3ff - Browse repository at this point
Copy the full SHA baea3ffView commit details
Commits on Oct 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc665cf - Browse repository at this point
Copy the full SHA fc665cfView commit details -
Removed static from instanceId and now old SharedPreferences will onl…
…y cleared once all environments have a copy in LDClient
torchhound committedOct 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 783375d - Browse repository at this point
Copy the full SHA 783375dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82c03f - Browse repository at this point
Copy the full SHA f82c03fView commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be1dd1c - Browse repository at this point
Copy the full SHA be1dd1cView commit details -
Merge pull request #83 from launchdarkly/circlecimigrate
Circlecimigrate
Configuration menu - View commit details
-
Copy full SHA for f647f3b - Browse repository at this point
Copy the full SHA f647f3bView commit details
Commits on Oct 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3dbab83 - Browse repository at this point
Copy the full SHA 3dbab83View commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a8d4b53 - Browse repository at this point
Copy the full SHA a8d4b53View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f2c456e - Browse repository at this point
Copy the full SHA f2c456eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9215b65 - Browse repository at this point
Copy the full SHA 9215b65View commit details -
refactor(LDClient): removed async getForMobileKeys and wait seconds v…
…ersion, replaced with method that returns requested instance
Configuration menu - View commit details
-
Copy full SHA for 5cce5b8 - Browse repository at this point
Copy the full SHA 5cce5b8View commit details
Commits on Jan 12, 2019
-
Relates to #60 Cleaned up timber logging messages to use string formatting rather than concatenation. Log messages should remain the same as before. Also replaced Log with Timber in the example app.
Configuration menu - View commit details
-
Copy full SHA for f2d1343 - Browse repository at this point
Copy the full SHA f2d1343View commit details -
Merge pull request #91 from launchdarkly/bugfix/ping-event-versions
Added version and flagVersion retrieval from ping events if available
Configuration menu - View commit details
-
Copy full SHA for 081ee16 - Browse repository at this point
Copy the full SHA 081ee16View commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cac1e27 - Browse repository at this point
Copy the full SHA cac1e27View commit details
Commits on Jan 15, 2019
-
Merge pull request #93 from launchdarkly/bugfix/example-background-crash
Fix crash when example app is backgrounded twice.
Configuration menu - View commit details
-
Copy full SHA for ceaa85a - Browse repository at this point
Copy the full SHA ceaa85aView commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84569fe - Browse repository at this point
Copy the full SHA 84569feView commit details
Commits on Jan 22, 2019
-
Add security provider update mechanism using Google Play Services to
attempt a provider update when TLSv1.2 is not available.
Configuration menu - View commit details
-
Copy full SHA for cd02ea3 - Browse repository at this point
Copy the full SHA cd02ea3View commit details -
Shared Preferences Fix for Multi Environment (#94)
* fix(SharedPreferences): added more SharedPreferences first time migration and differentiated SharedPreferences by mobile key * fix(UserLocalSharePreference.java): added missing mobileKey additions to getSharedPreferences, cleaned up debugging code
Configuration menu - View commit details
-
Copy full SHA for 6b135f4 - Browse repository at this point
Copy the full SHA 6b135f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55eef13 - Browse repository at this point
Copy the full SHA 55eef13View commit details -
fix(UserManagerTest.java): incorrect number of arguments to UserManag…
…er instantiation in unit test
torchhound committedJan 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 562fd56 - Browse repository at this point
Copy the full SHA 562fd56View commit details -
Remove line of testing code accidentally left in and refactor shared
preferences migration to make future migrations easier.
Configuration menu - View commit details
-
Copy full SHA for 9edb050 - Browse repository at this point
Copy the full SHA 9edb050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c942a - Browse repository at this point
Copy the full SHA 34c942aView commit details
Commits on Jan 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb16d7b - Browse repository at this point
Copy the full SHA eb16d7bView commit details