diff --git a/mobile/lib/services/update_service.dart b/mobile/lib/services/update_service.dart index 3568c873de..54e685347f 100644 --- a/mobile/lib/services/update_service.dart +++ b/mobile/lib/services/update_service.dart @@ -16,7 +16,7 @@ class UpdateService { static final UpdateService instance = UpdateService._privateConstructor(); static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key"; static const changeLogVersionKey = "update_change_log_key"; - static const currentChangeLogVersion = 20; + static const currentChangeLogVersion = 21; LatestVersionInfo? _latestVersion; final _logger = Logger("UpdateService"); diff --git a/mobile/lib/ui/notification/update/change_log_page.dart b/mobile/lib/ui/notification/update/change_log_page.dart index d301cacb03..2f9254af69 100644 --- a/mobile/lib/ui/notification/update/change_log_page.dart +++ b/mobile/lib/ui/notification/update/change_log_page.dart @@ -18,11 +18,6 @@ class ChangeLogPage extends StatefulWidget { } class _ChangeLogPageState extends State { - @override - void initState() { - super.initState(); - } - @override Widget build(BuildContext context) { final enteColorScheme = getEnteColorScheme(context); @@ -119,20 +114,16 @@ class _ChangeLogPageState extends State { final List items = []; items.addAll([ ChangeLogEntry( - "Send links ✨", - 'Introducing a beautiful way to share photos in original quality, end-to-end encrypted. Select your photos and click on "Send link" to see the magic!', - ), - ChangeLogEntry( - "Video editor", - "Crop, clip and flip your videos, with Ente's in-built video editor. The editor works fully offline and will help with all your basic editing tasks.", + "Custom App Lock ✨", + 'Now choose from PIN, password or the default system lock to lock the app. You can set this up in Settings > Security > App lock.', ), ChangeLogEntry( - "Passkeys", - "Now secure your Ente account with passkeys or hardware keys. You can add your keys within Settings > Security > Passkeys.", + "Select All ✨", + "Selecting all files from gallery made easy with just one click! Select any item from gallery to see the option.", ), ChangeLogEntry( - "View large files", - "Find those items that take up the most amount of storage, and easily declutter your library. Open Settings > Backup > Free up space to learn more.", + "Bug Fixes", + "Many a bugs were squashed in this release. If you run into any bugs, please write to team@ente.io, or let us know on Discord! 🙏", ), ]); diff --git a/mobile/lib/ui/viewer/actions/file_selection_overlay_bar.dart b/mobile/lib/ui/viewer/actions/file_selection_overlay_bar.dart index 86d162e316..9ba5adf3fb 100644 --- a/mobile/lib/ui/viewer/actions/file_selection_overlay_bar.dart +++ b/mobile/lib/ui/viewer/actions/file_selection_overlay_bar.dart @@ -3,7 +3,6 @@ import "package:photos/face/model/person.dart"; import 'package:photos/models/collection/collection.dart'; import 'package:photos/models/gallery_type.dart'; import 'package:photos/models/selected_files.dart'; -import "package:photos/service_locator.dart"; import "package:photos/theme/effects.dart"; import "package:photos/theme/ente_theme.dart"; import 'package:photos/ui/components/bottom_action_bar/bottom_action_bar_widget.dart'; @@ -86,15 +85,13 @@ class _FileSelectionOverlayBarState extends State { mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.end, children: [ - flagService.internalUser - ? Padding( - padding: const EdgeInsets.only(right: 4), - child: SelectAllButton( - backgroundColor: widget.backgroundColor, - ), - ) - : const SizedBox.shrink(), - if (flagService.internalUser) const SizedBox(height: 8), + Padding( + padding: const EdgeInsets.only(right: 4), + child: SelectAllButton( + backgroundColor: widget.backgroundColor, + ), + ), + const SizedBox(height: 8), Container( decoration: BoxDecoration( boxShadow: shadowFloatFaintLight, diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index a81bb6f630..8cae749d59 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.9.4+904 +version: 0.9.5+905 publish_to: none environment: