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

Sync Engine with support for syncing bookmarks #1724

Merged
merged 62 commits into from
May 26, 2023
Merged

Conversation

ayoy
Copy link
Contributor

@ayoy ayoy commented May 16, 2023

Task/Issue URL: https://app.asana.com/0/0/1204606874917765/f

Description:
Add support for syncing bookmarks. See BSK PR for more info and testing steps.

Copy Testing:

  • Use of correct apostrophes in new copy, ie rather than '

Orientation Testing:

  • Portrait
  • Landscape

Device Testing:

  • iPhone SE (1st Gen)
  • iPhone 8
  • iPhone X
  • iPhone 14 Pro
  • iPad

OS Testing:

  • iOS 14
  • iOS 15
  • iOS 16

Theme Testing:

  • Light theme
  • Dark theme

Internal references:

Software Engineering Expectations
Technical Design Template

@@ -121,6 +121,7 @@ class AddOrEditBookmarkViewController: UIViewController {
WidgetCenter.shared.reloadAllTimelines()
self.delegate?.finishedEditing(self, entityID: viewModel.bookmark.objectID)
dismiss(animated: true, completion: nil)
(UIApplication.shared.delegate as? AppDelegate)?.requestSyncIfEnabled()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally I'd like this to be passed down as dependency here and in other places, but it's not important for this PR - let's tweak it when preparing further tweaks. :)

Copy link
Collaborator

@bwaresiak bwaresiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@ayoy ayoy assigned ayoy and unassigned bwaresiak May 26, 2023
@ayoy ayoy merged commit 286fd55 into develop May 26, 2023
@ayoy ayoy deleted the dominik/sync-engine branch May 26, 2023 10:12
samsymons added a commit that referenced this pull request May 29, 2023
* develop:
  Release 7.75.0 (#1750)
  Update BSK with autofill 7.1.0 (#1749)
  Autofill password generation support for iOS (#1736)
  Sync Engine with support for syncing bookmarks (#1724)
  bump BSK (#1737)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants