-
Notifications
You must be signed in to change notification settings - Fork 42
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
[PM-19372] feat: Log out all accounts App Intent #1444
base: PM-19045/lock-app-intents
Are you sure you want to change the base?
Conversation
Great job, no security vulnerabilities found in this Pull Request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## PM-19045/lock-app-intents #1444 +/- ##
=============================================================
+ Coverage 85.76% 89.46% +3.69%
=============================================================
Files 993 777 -216
Lines 58708 48497 -10211
=============================================================
- Hits 50353 43388 -6965
+ Misses 8355 5109 -3246 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
||
static var description = IntentDescription("LogOutAllAccounts") | ||
|
||
static var openAppWhenRun: Bool = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔨 looks like these are from AppIntent
but it might be helpful to add some docs for these.
🎟️ Tracking
PM-19372
📔 Objective
Implemented Log out all accounts App Intent and its Shortcut configuration.
ℹ️ No need for
PendingAppIntentAction
as the logout will be triggered inAppProcessor -> checkIfExtensionSwitchedAccounts()
when going back to foreground.📸 Screenshots
Log out all accounts shortcut
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes