You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/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://`
4 years ago
..
CrashReporterIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 5 years ago
DeepLinkIntentProcessor.kt For #7661: Add variant-specific schemas for deep links 4 years ago
FennecBookmarkShortcutsIntentProcessor.kt Update IntentProcessor implementation to comply with new interface. 4 years ago
HomeIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 5 years ago
NotificationsIntentProcessor.kt For #4658: Add some private browsing mode telemetry (#4968) 5 years ago
OpenBrowserIntentProcessor.kt Extract intent processors from HomeActivity (#4884) 5 years ago
SpeechProcessingIntentProcessor.kt For #6556: Adds Telemetry counts for Search Access Points 5 years ago
StartSearchIntentProcessor.kt For #6556: Adds Telemetry counts for Search Access Points 5 years ago