-
Notifications
You must be signed in to change notification settings - Fork 6
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
IAF branch from master #221
base: master
Are you sure you want to change the base?
Conversation
* Initial messaging module with webview dependency * Revert "Remove sample app from the repo, we'll just revert this commit to continue work on it later. (#46)" This reverts commit da1be69. * catch sample app up * Migrate sample to refreshVersions * Simple update to the sample code * Basic ability to add a webview to a provided Activity * Can't use this till google services file is added! * Implemented javascript bridge using newer android webview APIs and fallback older methods. Added bridge JS file that facilitates communication between webview/native, including detecting when all image tags have finished loading. * readability * commenting and cleanup * Native close button * Buncha progress on sample app * Add an actual view for interactivity * Inject Klaviyo Forms and Hook into Requests * making webview visible * deleting sample app (adding to test app) * pr comments * trying to remove code I think was only relevant for sample app * remove user agent string from webview * making user agent property public in DeviceProperties --------- Co-authored-by: Evan Masseau <> Co-authored-by: kennyklaviyo <[email protected]>
* creating new request and logging response * adding log before request enqueues
This reverts commit f0bcf9b.
…ode (#207) * removing unused bridge code and updating for local development * Commit TODOs * thx evan --------- Co-authored-by: Evan C Masseau <[email protected]>
* [CHNL-16653] Enqueue Profile Events * add exception to the mapper function run * pr comments
* support for aggregate events endpoint * support mapping and unit test * pr comments
* support mapping and unit test * supporting deeplinks and weak activity ref in the webview * pr comments
* Inject native bridge handshake data * Use string substitution for klaviyo.js script tag. Move base URL of klaviyo.js to a config (paves the way for test app to be able to set it) * Implement a basic abort event whynot * Not a test anymore :D --------- Co-authored-by: Evan Masseau <>
* handshake * fix test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, so rather than merge to master lets have you just rename this to feat/in-app-forms
and we'll just use that as our base feature branch now? And get rid of feat/IAM
@@ -30,6 +31,53 @@ internal abstract class BaseApiRequestTest<T> : BaseTest() where T : KlaviyoApiR | |||
.setEmail(EMAIL) | |||
.setPhoneNumber(PHONE) | |||
|
|||
open val stubAggregateEventPayload = JSONObject( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hrm, where is this used?
Description
Check List
Changelog / Code Overview
Test Plan
Related Issues/Tickets