Update dependency com.github.livefront:bridge to v1.3.1 #19

Open
renovate wants to merge 1 commit from renovate/bridge into main
Member

This PR contains the following updates:

Package Type Update Change
com.github.livefront:bridge dependencies minor v2.0.21.3.1

Release Notes

livefront/bridge (com.github.livefront:bridge)

v1.3.1

  • Prevented CancellationException that might result due to a rare race condition on startup.

v1.3.0

  • Reduced memory usage when processing data by skipping Base64-encoding step and using custom file storage.
  • Improved performance when processing Bitmap objects by avoiding compression.

v1.2.1

  • Fixed bug preventing data from being properly cleared internally during configuration changes.
  • Fixed bug resulting in non-launcher intents (such as deep links) sometimes unnecessarily clearing saved data.

v1.2.0

  • Bridge can now save the state of View objects. You may now optionally provide a ViewSavedStateHandler to Bridge.initialize in order to unlock this functionality.
  • Improved performance during configuration changes and when navigating while apps are in the foreground.

v1.1.3

  • Bridge.clear is now safe to call in Activity.onDestroy when "Don't Keep Activities" is enabled.
  • All data is now correctly cleared on fresh launches for apps that do not use Bridge in every Activity.
  • Min SDK is now 14.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.github.livefront:bridge](https://github.com/livefront/bridge) | dependencies | minor | `v2.0.2` → `1.3.1` | --- ### Release Notes <details> <summary>livefront/bridge (com.github.livefront:bridge)</summary> ### [`v1.3.1`](https://github.com/livefront/bridge/blob/HEAD/CHANGELOG.md#Version-131--2021-03-02-) - Prevented `CancellationException` that might result due to a rare race condition on startup. ### [`v1.3.0`](https://github.com/livefront/bridge/blob/HEAD/CHANGELOG.md#Version-130--2020-12-07-) - Reduced memory usage when processing data by skipping Base64-encoding step and using custom file storage. - Improved performance when processing Bitmap objects by avoiding compression. ### [`v1.2.1`](https://github.com/livefront/bridge/blob/HEAD/CHANGELOG.md#Version-121--2019-11-14-) - Fixed bug preventing data from being properly cleared internally during configuration changes. - Fixed bug resulting in non-launcher intents (such as deep links) sometimes unnecessarily clearing saved data. ### [`v1.2.0`](https://github.com/livefront/bridge/blob/HEAD/CHANGELOG.md#Version-120--2019-05-30-) - `Bridge` can now save the state of `View` objects. You may now optionally provide a `ViewSavedStateHandler` to `Bridge.initialize` in order to unlock this functionality. - Improved performance during configuration changes and when navigating while apps are in the foreground. ### [`v1.1.3`](https://github.com/livefront/bridge/blob/HEAD/CHANGELOG.md#Version-113--2018-10-08-) - `Bridge.clear` is now safe to call in `Activity.onDestroy` when "Don't Keep Activities" is enabled. - All data is now correctly cleared on fresh launches for apps that do not use `Bridge` in every `Activity`. - Min SDK is now 14. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate added 1 commit 2026-07-01 23:53:40 -07:00
Update bridge to v1.3.1
Some checks failed
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s
Image Minimizer / try-minimize (pull_request) Failing after 1s
e1ba847132
renovate changed title from Update bridge to v1.3.1 to Update dependency com.github.livefront:bridge to v1.3.1 2026-07-06 23:54:20 -07:00
Some checks failed
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s
Image Minimizer / try-minimize (pull_request) Failing after 1s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/bridge:renovate/bridge
git checkout renovate/bridge
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Sulkta-OSS/straw#19
No description provided.