-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: sideloading kits (#378) * Adding local kit as a wrapper for config and kit integration. Creating empty config based on a random unused Int generated by the factory. Adding kit merging and initializing. * Changes on tests for compatibility * Changes due to comments Adding unit test to check getting config from KitIntegration wrapper set in MParticleOptions, KitManagerFactory creating instances, applying config, etc. * Redoing sideloaded kits * Changes into dependencies * Combining sideloaded kits into prefs for merge. * Adding capabilities for integration and merging sideloaded kits with remote config. * Fixing unit tests * # Conflicts: # android-core/src/main/java/com/mparticle/internal/ConfigManager.java * ktlintFormat * Test fixes * Fixing incorrect HTML tag * Changes due to comments * Change due to comments * Modification of long proguard * ktlintFormat * Changes due to team discussion. Using kit instance and combine it with created instances. Support for multiple instances. Adding condition to filter sideloaded kits with id < 1000000 * Implementing default functions from KitIntegration * Test fix --------- Signed-off-by: markvdouw <v-mvanderouw@mparticle.com>
- Loading branch information
Showing
28 changed files
with
897 additions
and
177 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
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
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
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
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
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
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.