1
0
Fork 0
fenix/app
Sparky93 1ed185d4c2 Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity
In order to ensure that the user's migration screen is not being bypassed by mistake, we handle the
migration's store COMPLETED state the same way we handle the MIGRATING state.

We can do this because we can treat the initial state (NONE) as being either a fresh start of the
app, either the user's intention of starting the home activity.

Before this change, if the app was being open from the shortcut after the migration was complete,
the user would have been encountered the home activity instead of the migration one.
2020-02-11 16:41:20 +01:00
..
sampledata For #7092: Add initial Migration UI 2020-01-15 21:41:01 -08:00
src Fix for #7980 - MigrationStore's COMPLETE action now redirects to MigrationProgressActivity 2020-02-11 16:41:20 +01:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Test that 'baseline' pings are sent by Fenix 2020-02-05 19:06:46 +01:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml Closes #8176 - Adds new string for add to top sites (#8209) 2020-02-07 22:05:35 -05:00
pings.yaml Add pings.yaml metadata 2019-05-20 13:26:40 -07:00
proguard-rules.pro For #4064: Update R8/ProGuard config for new Kotlin coroutines library (#7218) 2019-12-17 10:41:54 -06:00