diff --git a/fastlane/metadata/android/ta/images/featureGraphic.png b/fastlane/metadata/android/ta/images/featureGraphic.png new file mode 100644 index 000000000..651729292 Binary files /dev/null and b/fastlane/metadata/android/ta/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/1.png b/fastlane/metadata/android/ta/images/phoneScreenshots/1.png new file mode 100644 index 000000000..db5a2625e Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/2.png b/fastlane/metadata/android/ta/images/phoneScreenshots/2.png new file mode 100644 index 000000000..643f990d0 Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/3.png b/fastlane/metadata/android/ta/images/phoneScreenshots/3.png new file mode 100644 index 000000000..9d5fd1909 Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/4.png b/fastlane/metadata/android/ta/images/phoneScreenshots/4.png new file mode 100644 index 000000000..5bd3c6052 Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/5.png b/fastlane/metadata/android/ta/images/phoneScreenshots/5.png new file mode 100644 index 000000000..423e383e3 Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/5.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/6.png b/fastlane/metadata/android/ta/images/phoneScreenshots/6.png new file mode 100644 index 000000000..82f9de360 Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/6.png differ diff --git a/fastlane/metadata/android/ta/images/phoneScreenshots/7.png b/fastlane/metadata/android/ta/images/phoneScreenshots/7.png new file mode 100644 index 000000000..91c6f2dfe Binary files /dev/null and b/fastlane/metadata/android/ta/images/phoneScreenshots/7.png differ diff --git a/test_driver/driver_screenshots.dart b/test_driver/driver_screenshots.dart index 48bdb8e91..bea53bbdf 100644 --- a/test_driver/driver_screenshots.dart +++ b/test_driver/driver_screenshots.dart @@ -33,6 +33,7 @@ Future configureAndLaunch() async { ..setHome(HomePageSetting.collection) ..enableBottomNavigationBar = true ..drawerTypeBookmarks = [null, FavouriteFilter.instance] + ..drawerAlbumBookmarks = null // collection ..collectionSectionFactor = EntryGroupFactor.month ..collectionSortFactor = EntrySortFactor.date