ente/mobile
2024-05-27 18:12:21 +05:30
..
.gradle Move into mobile/ 2024-03-01 12:25:37 +05:30
android Merge branch 'main' into mobile_face 2024-04-20 15:59:36 +05:30
assets [mob] Remove onnx models from local assets 2024-04-11 11:44:11 +05:30
docs [meta] Document the tag format, and call out the need to keep tag == title 2024-03-14 09:50:08 +05:30
fastlane New Crowdin translations by GitHub Action 2024-04-23 01:57:07 +00:00
fonts Move into mobile/ 2024-03-01 12:25:37 +05:30
hooks Move into mobile/ 2024-03-01 12:25:37 +05:30
integration_test write perf test for app init 2024-04-08 13:21:29 +05:30
ios Upgrade to flutter 3.22.0 (#1804) 2024-05-23 14:17:47 +05:30
lib Wrap add person name banner inside safeArea 2024-05-27 18:12:21 +05:30
plugins [mob][photos] Change faces flag 2024-05-23 12:12:19 +05:30
scripts Remove dependency on Isar 2024-05-01 10:41:15 +05:30
test/utils Move into mobile/ 2024-03-01 12:25:37 +05:30
test_driver write perf test for app init 2024-04-08 13:21:29 +05:30
.gitattributes Move into mobile/ 2024-03-01 12:25:37 +05:30
.gitignore [meta] Reintroduce .vscode in the mobile gitignores 2024-03-14 09:20:17 +05:30
.metadata Move into mobile/ 2024-03-01 12:25:37 +05:30
analysis_options.yaml [mob][lint] error on unrelated_type_equality_checks rule voilation 2024-04-15 15:04:10 +05:30
build-apk.sh Move into mobile/ 2024-03-01 12:25:37 +05:30
CHANGELOG.md Update change log 2024-04-01 18:41:21 +05:30
crowdin.yml Crowdin project_id is already public 2024-03-04 12:54:49 +05:30
Gemfile Move into mobile/ 2024-03-01 12:25:37 +05:30
Gemfile.lock Move into mobile/ 2024-03-01 12:25:37 +05:30
l10n.yaml Move into mobile/ 2024-03-01 12:25:37 +05:30
pubspec.lock Revert "[mob][photos] Revert back to FlutterIsolate" 2024-05-23 16:35:45 +05:30
pubspec.yaml [mob][photos] Bump 2024-05-27 17:21:29 +05:30
README.md Upgrade to flutter 3.22.0 (#1804) 2024-05-23 14:17:47 +05:30
run.sh Move into mobile/ 2024-03-01 12:25:37 +05:30

Mobile app for Ente Photos

Source code for our flagship mobile app. For us, this is our most important client app. This is where Ente started. This is what had the first commit.

commit a8cdc811fd20ca4289d8e779c97f08ef5d276e37
Author: Vishnu Mohandas <vishnumohandas@gmail.com>
Date:   Wed Mar 25 01:29:36 2020 +0530

    Hello world

To know more about Ente, see our main README or visit ente.io.

To use Ente Photos on the web, see ../web. To use Ente Photos on the desktop, see ../desktop. There is a also a CLI tool for easy / automated exports.

If you're looking for Ente Auth instead, see ../auth.

📲 Installation

Android

The GitHub releases contain APKs, built straight from source. The latest build is available at ente.io/apk. These builds keep themselves updated, without relying on third party stores.

You can alternatively install the build from PlayStore or F-Droid.

iOS

🧑‍💻 Building from source

  1. Install Flutter v3.22.0.

  2. Pull in all submodules with git submodule update --init --recursive

  3. Enable repo git hooks git config core.hooksPath hooks

  4. If using Visual Studio Code, add the Flutter Intl extension

  5. On Android:

    • For development, run flutter run -t lib/main.dart --flavor independent

    • For building APK, setup your keystore and run flutter build apk --release --flavor independent

  6. For iOS, run flutter build ios

Some common issues and troubleshooting tips are in docs/dev.

VSCode users might find it useful to copy docs/vscode into a top level .vscode.

🏙️ Attributions

City coordinates from Simple Maps

🌍 Translate

Crowdin

If you're interested in helping out with translation, please visit our Crowdin project to get started. Thank you for your support.

If your language is not listed for translation, please create a GitHub issue to have it added.

💚 Contribute

For more ways to contribute, see ../CONTRIBUTING.md.