This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[quick_actions] Android handle quick action without restart #5048
Merged
auto-submit
merged 28 commits into
flutter:main
from
TabooSun:android-handle-quick-action-without-restart
Jul 11, 2022
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f4d657f
[quick_actions] Support keeping state when App Shortcut is triggered …
TabooSun 42ca2da
Remove redundant comments in QuickActionsTest
TabooSun d709a8e
Merge branch 'master' into android-handle-quick-action-without-restart
TabooSun d00c370
Fix incorrect test method name in QuickActionsTest
TabooSun b61dc9c
Revert removal of xml metadata
TabooSun 661bc5d
Refactor to use ShortcutInfo and remove custom Shortcut class
TabooSun 28a82b3
Format code
TabooSun 8c754e3
Correct license file formatting
TabooSun 84372e8
Set version in pubspec.yaml correctly
TabooSun 4c83cd4
Fix import style that violates Google Java Style Guide
TabooSun ad7b4a9
Fix calling Java MethodChannel from Java side
TabooSun 24bdc10
Bump version to 0.6.1
TabooSun 4784fae
Update CHANGELOG
TabooSun b2cff95
Fix test failure in QuickActionsTest
TabooSun a962152
Fix CHANGELOG style
stuartmorgan-g a623044
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g f06f961
Use shortcut id to locate actual shortcut
TabooSun 36bc6ea
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g a3437e1
Wait for all the shortcut creations before running test
TabooSun ac3dd42
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g c359441
Change the integration_test to run the app
TabooSun d03b75c
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g a1a4546
Await the description in home page before asserting
TabooSun 87db162
Merge remote-tracking branch 'origin/android-handle-quick-action-with…
TabooSun 116386b
Fix flakey test
TabooSun 791fcfb
Merge branch 'main' into android-handle-quick-action-without-restart
TabooSun de02c2b
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g 33bcb24
Fix license comment
TabooSun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
packages/quick_actions/quick_actions_android/android/src/main/AndroidManifest.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="io.flutter.plugins.quickactions"> | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="io.flutter.plugins.quickactions"> | ||
|
||
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator"/> | ||
</manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.