Skip to content

Conversation

evantk91
Copy link
Contributor

@evantk91 evantk91 commented Sep 7, 2023

🔹 Jira Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

evantk91 and others added 30 commits January 9, 2023 15:07
…on-channel-builder-to-set-sound

[MOB-5365] update to set custom sound at notification channel
…on-channel-for-each-sound

[MOB-5406] create notification channel for each sound
…on-channel-builder-to-set-sound

[MOB-5365] update to set custom sound at notification channel
…on-channel-for-each-sound

[MOB-5406] create notification channel for each sound
Also removing some checks which seem removable. Still WIP
amanforindia and others added 26 commits March 21, 2023 23:53
_email, _userID and _authToken to accessible by developers. :)
Schedule a 10 second auto refresh for auth handler if auth token is found null when initializing.
Also, when authHandler receives a authToken from handler in its handler, a similar null check will schedule 10 second refresh throwing a onTokenRegistrationFailure. This callback should allow them to refresh authToken.
…-Getters

[MOB - 5873] - Public getters for Email UserID and Auth
…-null

[MOB - 5874] - Schedule auth refresh when auth null
create issue in jira when github issue opened
Attempt to fix this error

* What went wrong:
Execution failed for task ':app:processDebugAndroidTestManifest'.
> Could not resolve all files for configuration ':app:debugAndroidTestRuntimeClasspath'.
   > Could not download kappuccino-1.2.1.aar (br.com.concretesolutions:kappuccino:1.2.1)
      > Could not get resource 'https://jcenter.bintray.com/br/com/concretesolutions/kappuccino/1.2.1/kappuccino-1.2.1.aar'.
         > Could not GET 'https://jcenter.bintray.com/br/com/concretesolutions/kappuccino/1.2.1/kappuccino-1.2.1.aar'.
            > Connection reset
…aster

[MOB - 6164] Merge pull request #474 from Iterable/jay/MOB-4666-in-apps-config-memory
* Change for supporting callback feature on setEmail/setUserId

* fixed failuire callback

* add tests for setEmail and setUserId callbacks

* changed to iterablehelper callbacks

* update test with iterablehelper callbacks

* Update IterableApi.java

* Retaining the previous method signatures

---------

Co-authored-by: Hardik Mashru <[email protected]>
Co-authored-by: “Akshay <“[email protected]”>
…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 <[email protected]>
Co-authored-by: Hardik Mashru <[email protected]>

* Fixing and adding test method

---------

Co-authored-by: devcsomnicg <[email protected]>
Co-authored-by: Hardik Mashru <[email protected]>
Co-authored-by: “Akshay <“[email protected]”>
* 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: [email protected] <[email protected]>
* MOB-5132: Fix deep link issue after app is opened from notification

* Fix deep link for buttons

It fixes the issue of deep link on buttons

---------

Co-authored-by: Akshay Ayyanchira <[email protected]>
- Ensure IterableTrampolineActivity always launched to handle all notifications
- Reverts back to launchMode="singleInstance" to ensure that the activity is always launched
- Use excludeFromRecents="true" to ensure that the activity is not shown in the recent apps list

Co-authored-by: Tim Nortman <[email protected]>
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 50.00% and project coverage change: -1.59% ⚠️

Comparison is base (f844696) 62.92% compared to head (2892306) 61.33%.
Report is 8 commits behind head on embedded.

❗ Current head 2892306 differs from pull request most recent head 6ba53db. Consider uploading reports for the commit 6ba53db to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           embedded     #623      +/-   ##
============================================
- Coverage     62.92%   61.33%   -1.59%     
============================================
  Files            68       74       +6     
  Lines          4070     4511     +441     
  Branches        469      511      +42     
============================================
+ Hits           2561     2767     +206     
- Misses         1257     1464     +207     
- Partials        252      280      +28     
Files Changed Coverage Δ
...com/iterable/iterableapi/EmbeddedImpressionData.kt 0.00% <0.00%> (ø)
.../iterable/iterableapi/IterableActivityMonitor.java 93.44% <0.00%> (+2.96%) ⬆️
.../com/iterable/iterableapi/IterableAuthManager.java 33.33% <0.00%> (+18.18%) ⬆️
...va/com/iterable/iterableapi/IterableConstants.java 0.00% <ø> (ø)
...ableapi/IterableInAppFragmentHTMLNotification.java 12.91% <0.00%> (-0.34%) ⬇️
...in/java/com/iterable/iterableapi/IterableUtil.java 70.00% <0.00%> (ø)
.../iterable/iterableapi/OfflineRequestProcessor.java 77.04% <0.00%> (-3.99%) ⬇️
...com/iterable/iterableapi/EmbeddedSessionManager.kt 20.63% <20.63%> (ø)
...om/iterable/iterableapi/IterableEmbeddedManager.kt 21.68% <21.68%> (ø)
...ain/java/com/iterable/iterableapi/IterableApi.java 56.32% <35.55%> (-5.05%) ⬇️
... and 12 more

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@evantk91 evantk91 merged commit 85d40a5 into embedded Sep 7, 2023
evantk91 added a commit that referenced this pull request Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants