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

Store all shortcuts with IDs without Intent #92

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

esensar
Copy link
Contributor

@esensar esensar commented Jul 26, 2023

This handles all shortcuts the same, using the recommended mechanism of using LauncherApps to get PinItemRequest from result intent. This makes intent field obsolete.

This closes #67

This handles all shortcuts the same, using the recommended mechanism
of using `LauncherApps` to get `PinItemRequest` from result intent.
This makes `intent` field obsolete.

This closes #67
@tibbi
Copy link
Member

tibbi commented Jul 26, 2023

should be good, works fine to me

@tibbi tibbi merged commit f3b0c73 into SimpleMobileTools:main Jul 26, 2023
esensar referenced this pull request in esensar/Simple-Launcher Jul 26, 2023
Since #67 was fixed in #92, `intent` field in `HomeScreenGridItem`
became obsolete. This removes that field and properly migrates it,
by adding this to existing version 4 to 5 migration (meaning this
will only properly migrate between real releases). The migration will
also remove all icons that had `intent` field populated, since they
can't be migrated properly and would not work at all.
@esensar esensar deleted the fix/67-direct-call-widget branch July 26, 2023 16:19
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.

direct call widget not working
2 participants