1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/home/intent
Jonathan Almeida ffd4cdd970 For #7661: Add variant-specific schemas for deep links
In order to target specific variants of Fenix, we're adding schemas that
are specific that app in order to avoid collisions with the other
variants and with other forks of fenix that may have the same schemas.

The current schema for variants:
 - Fenix Nightly: `fenix-nightly://`
 - Fenix Beta: `fenix-beta://`
 - Everything else: `fenix://`
2020-03-17 17:21:09 -04:00
..
CrashReporterIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 2019-08-22 13:31:40 -05:00
DeepLinkIntentProcessor.kt For #7661: Add variant-specific schemas for deep links 2020-03-17 17:21:09 -04:00
FennecBookmarkShortcutsIntentProcessor.kt Update IntentProcessor implementation to comply with new interface. 2020-03-04 09:40:00 -08:00
HomeIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 2019-08-22 13:31:40 -05:00
NotificationsIntentProcessor.kt For #4658: Add some private browsing mode telemetry (#4968) 2019-08-28 14:41:37 -07:00
OpenBrowserIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 2019-08-22 13:31:40 -05:00
SpeechProcessingIntentProcessor.kt For #6556: Adds Telemetry counts for Search Access Points 2020-01-16 10:23:48 +02:00
StartSearchIntentProcessor.kt For #6556: Adds Telemetry counts for Search Access Points 2020-01-16 10:23:48 +02:00