From 27ae0b8f713f2d934113d2a17c76459b11e42282 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:19:22 +0530 Subject: [PATCH 1/2] Update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8f46ed05..60b6bd275 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ This repository contains the code for our mobile apps, built with a lot of ❤ - Family plans - Shareable links for albums - Highlights of memories from previous years +- Photos map powered by `OpenStreetMap` +- Hidden photos protected by a device lock +- Pin or Archive albums - Search by album, day, month, year, and file types (more in the works...) - Ability to detect and delete duplicate files - Light and dark mode @@ -61,13 +64,15 @@ You can alternatively install the build from PlayStore or F-Droid. ## 🧑‍💻 Building from source -1. [Install Flutter](https://flutter.dev/docs/get-started/install) +1. [Install Flutter v3.10.6](https://flutter.dev/docs/get-started/install) 2. Clone this repository with `git clone git@github.com:ente-io/photos-app.git` 3. Pull in all submodules with `git submodule update --init --recursive` 4. Enable repo git hooks `git config core.hooksPath hooks` 5. Setup TensorFlowLite by executing `setup.sh` 6. If using Visual Studio Code, add the [Flutter Intl](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl) extension -7. For Android, [setup your keystore](https://docs.flutter.dev/deployment/android#create-an-upload-keystore) and run `flutter build apk --release --flavor independent` +7. Android: + * For development, run ```flutter run -t lib/main.dart --flavor independent``` + * For building APK, [setup your keystore](https://docs.flutter.dev/deployment/android#create-an-upload-keystore) and run `flutter build apk --release --flavor independent` 8. For iOS, run `flutter build ios`
From a43ec3527a9b532c86e3bcfd0843b5bbe0d461df Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Thu, 17 Aug 2023 12:21:43 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b6bd275..a114d916f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the code for our mobile apps, built with a lot of ❤ - Highlights of memories from previous years - Photos map powered by `OpenStreetMap` - Hidden photos protected by a device lock -- Pin or Archive albums +- Options to Pin and Archive albums - Search by album, day, month, year, and file types (more in the works...) - Ability to detect and delete duplicate files - Light and dark mode