Commit f7623cd
[MOB-6576] merge EUDC changes into encryption branch (#600)
* [MOB 5730] Add callbacks to reading/removing in-app messages (#557) (#583)
* [MOB 5730] Add callbacks to reading/removing in-app messages (#557)
* add callback for setRead/removeMessage
* modify test for setRead and added test for removeMessage
* fixes
* Update build.gradle
* removed resultcallbackhandler
* Update IterableInAppManager.java
* fixes
---------
Co-authored-by: Akshay Ayyanchira <ayyanchira.akshay@gmail.com>
Co-authored-by: Hardik Mashru <harrymash2006@gmail.com>
* Fixing and adding test method
---------
Co-authored-by: devcsomnicg <129495456+devcsomnicg@users.noreply.github.com>
Co-authored-by: Hardik Mashru <harrymash2006@gmail.com>
Co-authored-by: “Akshay <“ayyanchira.akshay@gmail.com”>
* [MOB - 6493] - Message read and remove bug fix (#592)
Co-authored-by: “Akshay <“ayyanchira.akshay@gmail.com”>
* MOB-5132: Fix deep link issue after app is opened from notification (#546) (#593)
Co-authored-by: devcsomnicg <129495456+devcsomnicg@users.noreply.github.com>
* [MOB-6309] prepares EUDC updates for release (#572)
* stashed changes
* adds data center to config and associated unit tests
* adds excluding kotlin files to javadoc check
* moves IterableDataRegion to IterableConstants.java
* gets rid of extra lines
* removes jacoco.exe
* adds endpoint override to IterableApi
* removes logging statement
* sets up base url at IterableRequestTask
* minor edits
* refactors to pull endpoint directly from config value
* removes unfinished unit test
* removes jacoco.exec
* removes white space
---------
Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer>
---------
Co-authored-by: Akshay Ayyanchira <ayyanchira.akshay@gmail.com>
Co-authored-by: devcsomnicg <129495456+devcsomnicg@users.noreply.github.com>
Co-authored-by: Hardik Mashru <harrymash2006@gmail.com>
Co-authored-by: “Akshay <“ayyanchira.akshay@gmail.com”>
Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer>1 parent e094722 commit f7623cd
File tree
6 files changed
+75
-6
lines changed- iterableapi
- src
- main/java/com/iterable/iterableapi
- test/java/com/iterable/iterableapi
6 files changed
+75
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
235 | 242 | | |
236 | 243 | | |
237 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
238 | 255 | | |
239 | 256 | | |
240 | 257 | | |
| |||
251 | 268 | | |
252 | 269 | | |
253 | 270 | | |
254 | | - | |
255 | | - | |
| 271 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
228 | 239 | | |
229 | 240 | | |
230 | 241 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments