-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [MT-1116] Add support for default mappings - all_events/all_views (#188) * Mt 1107 (#181) * Bug fix: sessionCounting + logical resolution * Cleanup imports * Minor fix for app_uuid * Updates per code review Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> * [MT-1112] - moved profile override init earlier (#183) Co-authored-by: Karen Tamayo <[email protected]> * [MT-960] - added missing proguard rules for new classes (#184) Co-authored-by: Karen Tamayo <[email protected]> * Update TealiumTests + AppCollectorTests * Add support for default mappings - all_events/all_views * Update commandList to use List * Edit RemoteCommandDispatcher to version 1.2.0 Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: James Keith <[email protected]> * [MT-1083] - Visitor Switching (#191) * visitor switching * Datalayer update notifications + tests/fixes * Edge case fixes, and single hash * [MT-1047] QueryParameterProvider + WebView loading (#185) * QuerParamProvider + Updates to TagManagementDispatcher * Clean up tests * Move provideParameters call off main thread * WebView init synchronization (#187) Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: James Keith <[email protected]> * Release version and dependency updates (#192) * Slight increment to delay on test * [MT-1149] - Visitor Switching (#194) * Visitor switching enhancements + param providers timeout * WebViewLoader Tests Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> * gradle wrapper + test update Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: Karen Tamayo <[email protected]> Co-authored-by: James Keith <[email protected]>
- Loading branch information
1 parent
2305fb5
commit ac5255f
Showing
42 changed files
with
2,210 additions
and
212 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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Wed Jan 06 10:42:50 PST 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip |
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.