1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/home
Mugurell 8454f208af For #4977: Migrate fennec shortcuts (#7251)
* For #4977 - Support opening Fennec pinned website shortcuts in Fenix

Fennec's pinned website shortcuts are set to open the BrowserApp activity.
So we need a new activity alias to actually catch such Intents. Otherwise they
would open "org.mozilla.firefox/.App" without any way to inform that this is
the result of the user clicking on a pinned shortcut.
For actually checking if the newly received Intent is of a Fennec pinned
shortcut we introduce a new FennecBookmarkShortcutsIntentProcessor which will
prepare the Intent to open the shortcut's URL in a new tab.

* For #4977 - Don't keep IntentReceiverActivity on the back stack

For successive Fennec pinned shortcuts to create a new IntentReceiverActivity
and be processed as normal we need to not keep this as our task root.

* For #4977 - Test the FennecBookmarkShortcutsIntentProcessor
2020-01-07 09:07:51 -08:00
..
intent For #4977: Migrate fennec shortcuts (#7251) 2020-01-07 09:07:51 -08:00
sessioncontrol Change type for OnboardingAutomaticSignIn (#7474) 2020-01-06 14:25:52 -08:00
HomeFragment.kt For #6413: Adds more snackbar positioning logic (#7444) 2020-01-02 14:31:52 -08:00
HomeFragmentStore.kt For #5574 - Migrate SessionControl to LibState (#6651) 2019-12-04 22:06:05 -05:00
HomeMenu.kt For #768 - Add PWA install option to menu (#6882) 2019-12-18 23:59:30 -08:00
HomeScreenViewModel.kt No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00
ImageViewTopCrop.kt No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00
Mode.kt For #5574 - Migrate SessionControl to LibState (#6651) 2019-12-04 22:06:05 -05:00
PrivateBrowsingButtonView.kt Move classes out of top-level package 2019-08-21 13:52:30 -07:00
SearchView.kt No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00