Files
ente/mobile
Ashil 627a34a231 [mob][auth] Lockscreen option auth (#2465)
### Pull Request Description

*Features Added:*

1. *App Lock Options:*
- *Device Lock*: Users can set the app lock to utilize the device's
default lock mechanism (e.g., fingerprint, face recognition, or device
PIN/password).
- *Custom PIN/Password*: Users have the option to set a custom PIN or
password for app lock.

2. *Authentication for App Lock Settings:*
- When users attempt to change the app lock settings, they must
authenticate using the currently set PIN/password or, if none is set,
the device lock.

3. *App Lock on Background and Quit:*
- The app will prompt for authentication when it is brought back to the
foreground after being in the background or when the app is restarted.
4. *Incremental Lock Timer:*
- A timer mechanism is implemented which starts at 30 seconds after few
incorrect unlock attempts.
- The lockout time doubles after each incorrect attempt, increasing
delay penalties.
- After 10 incorrect attempts, the user is automatically logged out.
2024-07-31 12:43:15 +05:30
..
2024-07-27 12:56:16 +05:30
2024-07-18 11:24:22 +05:30
2024-05-23 12:12:19 +05:30
2024-05-01 10:41:15 +05:30
2024-04-08 13:21:29 +05:30
2024-04-01 18:41:21 +05:30
2024-07-29 21:44:18 +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.2.

  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.