You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ An Android Client for [Constructor.io](http://constructor.io/). [Constructor.io
6
6
7
7
## 1. Install
8
8
9
-
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.1.1) to add the client to your project.
9
+
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.2.0) to add the client to your project.
val path ="/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt="
64
+
val path ="/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt="
65
65
assert(request.path.startsWith(path))
66
66
}
67
67
@@ -72,7 +72,7 @@ class ConstructorioTestCellTest {
72
72
val observer = constructorIo.trackSessionStartInternal().test()
73
73
observer.assertComplete()
74
74
val request = mockServer.takeRequest()
75
-
val path ="/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
75
+
val path ="/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
76
76
assert(request.path.startsWith(path))
77
77
}
78
78
@@ -83,7 +83,7 @@ class ConstructorioTestCellTest {
83
83
val observer =ConstructorIo.trackInputFocusInternal("tita").test()
84
84
observer.assertComplete()
85
85
val request = mockServer.takeRequest()
86
-
val path ="/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
86
+
val path ="/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
87
87
assert(request.path.startsWith(path))
88
88
}
89
89
@@ -94,7 +94,7 @@ class ConstructorioTestCellTest {
94
94
val observer =ConstructorIo.trackAutocompleteSelectInternal("titanic", "tit", "Search Suggestions").test()
95
95
observer.assertComplete()
96
96
val request = mockServer.takeRequest()
97
-
val path ="/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt="
97
+
val path ="/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt="
98
98
assert(request.path.startsWith(path))
99
99
}
100
100
@@ -105,7 +105,7 @@ class ConstructorioTestCellTest {
105
105
val observer =ConstructorIo.trackSearchSubmitInternal("titanic", "tit", null).test()
106
106
observer.assertComplete()
107
107
val request = mockServer.takeRequest()
108
-
val path ="/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
108
+
val path ="/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
109
109
assert(request.path.startsWith(path))
110
110
}
111
111
@@ -116,7 +116,7 @@ class ConstructorioTestCellTest {
116
116
val observer =ConstructorIo.trackSearchResultsLoadedInternal("titanic", 10).test()
117
117
observer.assertComplete()
118
118
val request = mockServer.takeRequest()
119
-
val path ="/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
119
+
val path ="/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
120
120
assert(request.path.startsWith(path))
121
121
}
122
122
@@ -127,7 +127,7 @@ class ConstructorioTestCellTest {
127
127
val observer =ConstructorIo.trackSearchResultClickInternal("titanic replica", "TIT-REP-1997", "titanic").test()
128
128
observer.assertComplete()
129
129
val request = mockServer.takeRequest()
130
-
val path ="/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
130
+
val path ="/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
131
131
assert(request.path.startsWith(path))
132
132
}
133
133
@@ -138,7 +138,7 @@ class ConstructorioTestCellTest {
138
138
val observer =ConstructorIo.trackConversionInternal("titanic replica", "TIT-REP-1997", 89.00).test()
139
139
observer.assertComplete()
140
140
val request = mockServer.takeRequest()
141
-
val path ="/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
141
+
val path ="/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
142
142
assert(request.path.startsWith(path))
143
143
}
144
144
@@ -149,7 +149,7 @@ class ConstructorioTestCellTest {
149
149
val observer =ConstructorIo.trackPurchaseInternal(arrayOf("TIT-REP-1997", "QE2-REP-1969"), 12.99, "ORD-1312343").test()
150
150
observer.assertComplete()
151
151
val request = mockServer.takeRequest()
152
-
val path ="/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.1.1&_dt=";
152
+
val path ="/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.2.0&_dt=";
0 commit comments