-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first version of environments for android * remove unused code * add comments and license. * add unit tests for environments * cleanup from Mike's comments. Still need to think of a better name than ProjectId * slight refactor to make it simpler and use data file config * add new datafile config * use environmentUrl * remove unused strings * update extra definition * update to latest design using project id or sdk key. sdk key trumps project id if both are provided. * update to reflect feedback and to cleanup code and comments * fix copyright * remove getCacheKey and just use getKey for DatafileConfig * update to test datafile config with environments * cleanup datafile config comments and add unit tests for initializing the manager with environment instead of project id * add new builder method that takes project id and sdk key. fix tests to use sdk key * have a builder with no arguments * rename some local variables * fix compiler erors after merging master * fix local variable name
- Loading branch information
1 parent
e4c140a
commit 3a9d8b4
Showing
24 changed files
with
562 additions
and
203 deletions.
There are no files selected for viewing
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
Oops, something went wrong.