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

4.45.1 Release #2952

Closed
wants to merge 18 commits into from
Closed

4.45.1 Release #2952

wants to merge 18 commits into from

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. [Background Mapping] Avoid crash when accessing DTOs while DB is bein…

    …g recreated (#2934)
    
    * Make sure the object is valid before mapping it
    
    * Keep track of DB being deleted on BackgroundDatabaseObserver
    
    * Improve API to track if database is being removed
    
    ---------
    
    Co-authored-by: Pol Quintana <pol.quintana1@gmail.com>
    nuno-vieira and polqf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0ffb112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cd4e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d9894 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update Docs related to min iOS version (#2935)

    * Update Documentation.md
    
    * Update CHANGELOG.md
    
    * Update README.md
    
    * Remove comment referencing iOS 11
    
    ---------
    
    Co-authored-by: Martin Mitrevski <martinmitrevski.oh@gmail.com>
    nuno-vieira and martinmitrevski committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    70857b2 View commit details
    Browse the repository at this point in the history
  2. Fix duplicated Runpath Search Paths (#2937)

    * Fix duplicated runpath search paths
    
    * Update CHANGELOG.md
    nuno-vieira committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    77b3dbb View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix _dispatch_lane_resume crash in RepeatingTimer (#2938)

    * Fix _dispatch_lane_resume crash in RepeatingTimer
    
    * Add test coverage to make sure repeating timer does not crash on deinit
    
    * Update CHANGELOG.md
    nuno-vieira committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a16d1d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. Fix file attachments not rendering file size (#2941)

    * Fix file attachments not rendering file size
    
    * Update CHANGELOG.md
    nuno-vieira committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0bc0a1f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    9ddaa51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892c21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f82c6c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fix quoted chat message view with wrong text (#2946)

    * Fix quoted chat message view with wrong text
    
    * Update CHANGELOG.md
    nuno-vieira committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    44f5477 View commit details
    Browse the repository at this point in the history
  2. Fix jumping to bottom when loading new messages (#2945)

    * Fix jumping to first message when loading new messages instead of inserting new message by current user
    
    * Update CHANGELOG.md
    nuno-vieira committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    bf7e4a1 View commit details
    Browse the repository at this point in the history
  3. Add custom location attachment to the Demo App (#2947)

    * WIP Location Attachment
    
    * Improve support for custom mixed attachments
    
    * Add mixed support for custom location attachment
    
    * Fix mixed attachments not rendering always with the same order
    
    * Location Attachment folder re-structure
    
    * Remove unused code
    
    * Add Demo App configuration to enable/disable location attachments
    
    * Enable some demo app features by default for stream internal configuration
    
    * Allow enable/disable bg mapping in the Demo App
    
    * Do some small cleanup
    
    * Update CHANGELOG.md
    
    * Add docusaurus docs for mixed attachments support improvements
    
    * Fix deleted messages always showing custom attachments
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Fix E2E Test app not compiling
    
    * Only allow 1 location per message
    
    * Update CHANGELOG.md
    
    * Fix docusaurus typo
    
    * Added more locations
    nuno-vieira committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a26f3c2 View commit details
    Browse the repository at this point in the history
  4. Fix messages failing to be deleted when pending updates to the server (

    …#2949)
    
    * Make sure message actions always show at least Edit and Delete action
    
    * Fix hard deleting local messages which are pending updating to the server
    
    * Do not use BG mapping for MessageController.message
    
    * Update CHANGELOG.md
    
    * Fix forgotten tests
    
    * Revert forgotten change
    nuno-vieira committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    804b42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1814daa View commit details
    Browse the repository at this point in the history
  6. Bump 4.45.1

    nuno-vieira committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5dbfd42 View commit details
    Browse the repository at this point in the history