-
Notifications
You must be signed in to change notification settings - Fork 32
Merge master into embedded #623
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
Conversation
…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
Minor README updates
…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
_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
[MOB-4666] in apps config memory
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
[MOB-5828] Firetv updateuser fix
* 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]”>
Co-authored-by: “Akshay <“[email protected]”>
…546) (#593) Co-authored-by: devcsomnicg <[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]>
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 ReportPatch coverage:
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
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here. |
🔹 Jira Ticket(s) if any
✏️ Description