forked from optimizely/android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hotfix/1.5.1 #3
Open
mnoman09
wants to merge
28
commits into
1.5.x
Choose a base branch
from
hotfix/1.5.1
base: 1.5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hotfix/1.5.1 #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* missplelling fixes * more spelling issues
* Try-catch errors when building OptimizelyClient Summary: Test Plan: Reviewers: Subscribers: JIRA Issues: * Try-catch errors when building OptimizelyClient Summary: Try-catch errors when building OptimizelyClient Test Plan: tests Reviewers: #oasis_team_review JIRA Issues: OASIS-1516 Differential Revision: https://phabricator.optimizely.com/D16771
* fix javadocs missing descriptions * fix silly misspellings.. * one more javadoc cleanup
… Refactor `exists()`; Other minor cleanup (optimizely#130)
* Update android-logger to 1.3.6
optimizely#133) * close some url connections and streams. add connectivity change to test-app manifest. add a few more exception handlers. * changed reschedulers to wake on wifi state change : connecting * fixup docs and cleanup * cleanup from mike's comments * update changelog
…mizely#134) * cleanup javadocs, unused imports, and some coding style changes * update changelog to use sentences. D16999
* add code coverage up to 75% or so. add consumerProguardFiles * copyright date needs to be 2017
* changelog for release * included handler override as breaking change
* add test coverage and disable flakey test * remove blank test
* initial implementation of forced bucketing calling into java sdk 1.8.0 released today. * add forcedBucketing tracking tests * confirm that event handler sent event with proper variation id, fix typo * setup mock bucketer to alway return var_1. use it to test against forced variation to var_2 * add one more forced variation test
* fix for bug where last modified was not project specific * removed last modifed prefix. just use url. * added a last modified test for two project files
* fix bug where if there was a problem with the datafile, we are not calling onStart. Always call onStart even if there was an issue so that the app can respond * added findbugs for crash on API 17. * refactor 'fix'. the stop should not call onStart. It is cleanup after onStart has been called. * remove weird extra space.
* adding circle ci config file * use API 17 and API 25. require only build api 17 and api 25
* remove some dependencies * after much juggling, i think we have a pretty good solution. we show an example of overriding the logger and json parser in the test-app * fix so that espresso is included via interface. * final updates for removing espresso
* Android O solution.... to start. Need to replace the scheduler with job service instead of alarm service. * use job scheduler instead of alarm service for android o * update for android o. set the context via ContextWrapper and cleanup tests to run on android o as well as other platforms. * make sure to use logger and update proguard rules
* refactor of code. tested. caught problem sending out events. * only cancel periodic jobs/scheduled * finally got everything working for Android O. Notice that I use a ScheduledJobService for scheduled services and JobWorkService for starting services. * added receive boot complete to permissions * update the changelog * fix tests to work with API 17,24,26
* fix deploy script
…optimizely#160) * update for android o after device tests. updated the change log * fix raw datafile name * cleanup javadoc and testapp examples * move the register of the event rescheduler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.