Skip to content
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

Omni cg banner view #628

Merged
merged 73 commits into from
Sep 8, 2023
Merged

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    d0cbe30 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    47ca7c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    d560a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2bc666d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #598 from devcsomnicg/banner-view

    Banner view implementation
    evantk91 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    69e9ec8 View commit details
    Browse the repository at this point in the history
  2. minor edits

    [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6c293ff View commit details
    Browse the repository at this point in the history
  3. README updates

    bradumbaugh authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ed8d4b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9fc218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4116aad View commit details
    Browse the repository at this point in the history
  6. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3deabed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52242b9 View commit details
    Browse the repository at this point in the history
  8. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a1c80bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61b04dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd6ad96 View commit details
    Browse the repository at this point in the history
  11. investigating edge cases

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    40a055f View commit details
    Browse the repository at this point in the history
  12. debugging

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ead6a81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b36b2c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5135535 View commit details
    Browse the repository at this point in the history
  15. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    12cede5 View commit details
    Browse the repository at this point in the history
  16. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    23650eb View commit details
    Browse the repository at this point in the history
  17. cleans up conditionals

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    488e920 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c56b637 View commit details
    Browse the repository at this point in the history
  19. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    33ce38d View commit details
    Browse the repository at this point in the history
  20. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    14a8e17 View commit details
    Browse the repository at this point in the history
  21. minor edits

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dccb6af View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9d07396 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9642326 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fecf985 View commit details
    Browse the repository at this point in the history
  25. [MOB-5532] - Adding remote notification sound

    Also removing some checks which seem removable. Still WIP
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4766016 View commit details
    Browse the repository at this point in the history
  26. ChannelId was getting set to null when no sound

    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7534231 View commit details
    Browse the repository at this point in the history
  27. Remove all other channels which are not active

    Remove all the other channels which are not actively showing notification on the notification tray.
    Warning: Have to check if it only removes the notification created by iterable package? or the entire app's other channels as well.
    We might have to add iterable_ or some kind of identifier to delete only Iterable ones.
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cb0c71d View commit details
    Browse the repository at this point in the history
  28. Checkstyle fix

    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5c677d8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9bdb140 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bf12e61 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8aa9a30 View commit details
    Browse the repository at this point in the history
  32. Revert "passes soundId down to getSoundUri"

    This reverts commit 0d2e825.
    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a2ae58d View commit details
    Browse the repository at this point in the history
  33. adds null check to getSoundUri

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    021e3a7 View commit details
    Browse the repository at this point in the history
  34. checkstyle fix

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    40b0505 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b6d899f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8478d92 View commit details
    Browse the repository at this point in the history
  37. checkstyle fixes

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0e466e1 View commit details
    Browse the repository at this point in the history
  38. addresses comments

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    136a052 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    64681d4 View commit details
    Browse the repository at this point in the history
  40. Update iterableapi/src/main/java/com/iterable/iterableapi/IterableNot…

    …ificationHelper.java
    
    Co-authored-by: Akshay Ayyanchira <[email protected]>
    2 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3fc1370 View commit details
    Browse the repository at this point in the history
  41. addresses code climate fixes

    evantk91 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f842b01 View commit details
    Browse the repository at this point in the history
  42. [MOB-5664] - Revert channel name implementation

    Revert the code where the channel name was derived by reading value from Android Manifest. If not value is found, a default name "iterable channel" is provided.
    Now, with custom sound, if a soundURI exists from a provided custom sound, only then soundName is treated as a channel name. Otherwise, old way of handling the name still persists.
    Ayyanchira authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1f4d1c0 View commit details
    Browse the repository at this point in the history
  43. Log warn instead of error

    checkSDKInitialization logs error message. Log warning message instead
    Ayyanchira authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    246f063 View commit details
    Browse the repository at this point in the history
  44. [MOB - 5694] - Add try catch around animation

    Adding try catch around show and hide webview animation
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2eb3cb7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d84b57e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a5c5822 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4e6a3ed View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    981747e View commit details
    Browse the repository at this point in the history
  49. Review fixes

    amanforindia authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9fce0b6 View commit details
    Browse the repository at this point in the history
  50. [MOB - 5873] - Public getters for Email UserID and Auth

    _email, _userID and _authToken to accessible by developers. :)
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    21637c2 View commit details
    Browse the repository at this point in the history
  51. [MOB - 5874] - Schedule auth refresh when auth null

    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.
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    91dd915 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    52f2bed View commit details
    Browse the repository at this point in the history
  53. update unit test

    devcsomnicg authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9691ac6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ac2a92e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3605c0f View commit details
    Browse the repository at this point in the history
  56. update secret names

    dontgitit authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7a03ccf View commit details
    Browse the repository at this point in the history
  57. Merge pull request #474 from Iterable/jay/MOB-4666-in-apps-config-memory

    [MOB-4666] in apps config memory
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    539d067 View commit details
    Browse the repository at this point in the history
  58. CI fix

    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
    “Akshay authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eb8348c View commit details
    Browse the repository at this point in the history
  59. [MOB-6055] - [OMNI CG] - Add callbacks to setting email/user id (#570)

    * 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]”>
    3 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e1ee03d View commit details
    Browse the repository at this point in the history
  60. [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 <[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]”>
    4 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cc1d96e View commit details
    Browse the repository at this point in the history
  61. [MOB - 6493] - Message read and remove bug fix (#592)

    Co-authored-by: “Akshay <“[email protected]”>
    2 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    575026d View commit details
    Browse the repository at this point in the history
  62. MOB-5132: Fix deep link issue after app is opened from notification (#…

    …546) (#593)
    
    Co-authored-by: devcsomnicg <[email protected]>
    2 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b8fc54a View commit details
    Browse the repository at this point in the history
  63. [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: [email protected] <[email protected]>
    evantk91 and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eee1b76 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    355db54 View commit details
    Browse the repository at this point in the history
  65. MOB-5132 (#613)

    * 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]>
    2 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    275c4f1 View commit details
    Browse the repository at this point in the history
  66. Ensure IterableTrampolineActivity always launched (#553) (#618)

    - 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]>
    2 people authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2ad7c47 View commit details
    Browse the repository at this point in the history
  67. banner-view-implementation

    Sagarpatel14 authored and [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eccff7f View commit details
    Browse the repository at this point in the history
  68. Merge branch 'omni-cg-banner-view' of github.com:Iterable/iterable-an…

    …droid-sdk into omni-cg-banner-view
    [email protected] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c3588ed View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    7cfda9f View commit details
    Browse the repository at this point in the history