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

Release 2.8.0 #1040

Merged
merged 16 commits into from
Sep 11, 2024
Merged

Release 2.8.0 #1040

merged 16 commits into from
Sep 11, 2024

Commits on Sep 6, 2024

  1. Increment project version to 2.7.2

    BitriseBot authored and Egor Egorov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    115d047 View commit details
    Browse the repository at this point in the history
  2. Add foundation import to fix compiling issues with SPM

    SPM integration did not compile due to missing import in
    FileSystemStorage environment mock
    rasmustautsglia authored and Egor Egorov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1910fe5 View commit details
    Browse the repository at this point in the history
  3. GVA QuickReply conteiner doesn't close automatically

    If send button is clicked, quick reply container is closed.
    
    MOB-3525
    rasmustautsglia authored and Egor Egorov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c9f5be2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Show bubble when engagement is restored

    Show bubble when engagement is restored to align behaviour with Android Widgets.
    
    MOB-2648
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5f745cd View commit details
    Browse the repository at this point in the history
  2. Set features via configure method for toggling bubble visibility

    Set features via configure method for toggling bubble visibility for restored engagement.
    
    MOB-3422
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    eb19826 View commit details
    Browse the repository at this point in the history
  3. Show LO snackbar message for restored engagement

    Show LO snackbar message for restored engagement to align behaviour with Android platform.
    
    MOB-3444
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0fad0fb View commit details
    Browse the repository at this point in the history
  4. Initialize Interactor during configuration

    To allow requesting reactive omnibrowse engagement, Interactor instance should be initialized on configuring stage. Current startEngagement and Configuration method were depricated to support the new approach
    
    MOB-3436
    rasmustautsglia authored and igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2862c56 View commit details
    Browse the repository at this point in the history
  5. Update bubble visibility through 'startEngagement' and configure

    In TestingApp take into account selected settings regarding showing and hiding bubble from SettingsViewController and add UI for overwrite bubble visibility through 'startEngagement'.
    Also repurpose Settings to pass 'features' to 'configure' instead of 'startEngagement' method.
    
    MOB-3526
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    05d33f9 View commit details
    Browse the repository at this point in the history
  6. Update documentation of deprecated methods for bubble configuration

    Align documentation of deprecated method regarding bubble configuration and starting engagement.
    
    MOB-2648
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ed8a5eb View commit details
    Browse the repository at this point in the history
  7. Show bubble for restored app with authenticated visitor

    Take into account that root coordinator with interactor may not be available when application is restored, which can prevent bubble from being shown.
    
    MOB-3562
    igorkravchenko committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    fc0f2ba View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Show Survey error when engagement is ended in app background

    Address issue of blocked UI by showing dialog for received error from survey API.
    
    MOB-3560
    igorkravchenko committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2ca2861 View commit details
    Browse the repository at this point in the history
  2. Fix Swiftlint errors

    This commit updates Swiftlint version and fixes lint errors
    Egor Egorov authored and EgorovEI committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4302038 View commit details
    Browse the repository at this point in the history
  3. Update dependencies declared in Podfile and Package.swift

    BitriseBot authored and EgorovEI committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9a02d05 View commit details
    Browse the repository at this point in the history
  4. Observe if an engagement request is timed out

    If request outcome is "timed_out", the prented confirmation dialog is
    dismissed automatically.
    
    MOB-3498
    rasmustautsglia authored and EgorovEI committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e05aacc View commit details
    Browse the repository at this point in the history
  5. Increment project version to 2.8.0

    BitriseBot authored and EgorovEI committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    365e705 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Revert breaking style changes

    Since the breaking style changes were made in minor 2.7.0 release and caused problems for integrators, it was decided to revert these changes back, include it into 2.8.0 and re-mark as unavailable in 3.0.0
    
    MOB-3570
    Egor Egorov authored and EgorovEI committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    371adf8 View commit details
    Browse the repository at this point in the history