fune/mobile/android/android-components/components/support/migration
2021-07-28 12:03:23 +00:00
..
docs [components] Upgrade to Glean v39.0.3 2021-06-14 15:48:35 +00:00
src [components] Run ktlintFormat to fix new ktlint errors. 2021-07-28 12:03:23 +00:00
build.gradle [components] Complete migration from browser-session to browser-state. 2021-06-08 14:44:09 +00:00
metrics.yaml [components] Fixes 10177 Telemetry renewal for expiring migration probes (https://github.com/mozilla-mobile/android-components/pull/10178) 2021-04-29 16:20:29 -04:00
pings.yaml [components] Bug 1689162: Upgrade to new version of Glean metrics.yaml schema (https://github.com/mozilla-mobile/android-components/pull/9990) 2021-03-29 14:27:14 +00:00
proguard-rules.pro [components] Add support-migration component for landing Fennec migration code. 2019-09-19 10:44:23 +02:00
README.md [components] Document Facts emitted in support-migration README 2020-02-24 15:29:07 -05:00

Android Components > Support > Migration

Helper code to migrate from a Fennec-based (Firefox for Android) app to an Android Components based app.

Usage

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:support-migration:{latest-version}"

Facts

This component emits the following Facts:

Action Item Description
Interaction migration_started Migration was started.
Interaction migration_completed Migration was completed.

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/