Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix #5920: Add lock screen widgets for favorites & shortcuts #6150

Merged
merged 2 commits into from
Oct 14, 2022

Conversation

kylehickinson
Copy link
Collaborator

This PR also adds shortcut options for Search & Brave Wallet on the regular home screen shortcuts widget

Summary of Changes

This pull request fixes #5920

Submitter Checklist:

  • Unit Tests are updated to cover new or changed functionality
  • User-facing strings use NSLocalizableString()
  • New or updated UI has been tested across:
    • Light & dark mode
    • Different size classes (iPhone, landscape, iPad)
    • Different dynamic type sizes

Screenshots:

image

image

Reviewer Checklist:

  • Issues include necessary QA labels:
    • QA/(Yes|No)
    • bug / enhancement
  • Necessary security reviews have taken place.
  • Adequate unit test coverage exists to prevent regressions.
  • Adequate test plan exists for QA to validate (if applicable).
  • Issue and pull request is assigned to a milestone (should happen at merge time).

@kylehickinson kylehickinson added this to the 1.45 milestone Oct 11, 2022
@kylehickinson kylehickinson force-pushed the 16-widgets branch 3 times, most recently from c1f331b to 922fd95 Compare October 13, 2022 15:57
@kylehickinson kylehickinson merged commit 69c0620 into development Oct 14, 2022
@kylehickinson kylehickinson deleted the 16-widgets branch October 14, 2022 15:39
kylehickinson added a commit that referenced this pull request Oct 26, 2022
As of #6150 merging, the `openBlankNewTab` was fixed to actually focus the URL bar when passing in `true` for the `attemptLocationFieldFocus` argument. However it turns out that we call this method with `true` all throughout the app even though we don't want the URL bar to focus in most of these scenarios.
kylehickinson added a commit that referenced this pull request Oct 26, 2022
As of #6150 merging, the `openBlankNewTab` was fixed to actually focus the URL bar when passing in `true` for the `attemptLocationFieldFocus` argument. However it turns out that we call this method with `true` all throughout the app even though we don't want the URL bar to focus in most of these scenarios.
kylehickinson added a commit that referenced this pull request Oct 26, 2022
…abs (#6258)

As of #6150 merging, the `openBlankNewTab` was fixed to actually focus the URL bar when passing in `true` for the `attemptLocationFieldFocus` argument. However it turns out that we call this method with `true` all throughout the app even though we don't want the URL bar to focus in most of these scenarios.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add iOS 16 lock screen widgets
2 participants