Skip to content

Commit

Permalink
Remove extra line breaks in Auth app descriptions (#4883)
Browse files Browse the repository at this point in the history
## Description

Solves #4881, removing line breaks that break the text flow on F-Droid.

## Tests

No code changes made.
  • Loading branch information
ua741 authored Jan 28, 2025
2 parents 92104e9 + de23ade commit e02c6df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
16 changes: 5 additions & 11 deletions auth/android/app/src/main/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
Ente Auth helps you generate and store 2 step verification (2FA)
tokens on your mobile devices.
Ente Auth helps you generate and store 2 step verification (2FA) tokens on your mobile devices.


FEATURES

- Secure Backups
Auth provides end-to-end encrypted cloud backups so that you don't have to worry
about losing your tokens. We use the same protocols Ente Photos uses to encrypt
and preserve your data.
Auth provides end-to-end encrypted cloud backups so that you don't have to worry about losing your tokens. We use the same protocols Ente Photos uses to encrypt and preserve your data.

- Multi Device Synchronization
Auth will automatically sync the 2FA tokens you add to your account, across all
your devices. Every new device you sign into will have access to these tokens.
Auth will automatically sync the 2FA tokens you add to your account, across all your devices. Every new device you sign into will have access to these tokens.

- Web access
You can access your 2FA code from any web browser by visiting https://auth.ente.io .

- Offline Mode
Auth generates 2FA tokens offline, so your network connectivity will not get in
the way of your workflow.
Auth generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow.

- Import and Export Tokens
You can add tokens to Auth by one of the following methods:
Expand All @@ -30,8 +25,7 @@ otpauth://totp/provider.com:[email protected]?secret=YOUR_SECRET

The codes maybe separated by new lines or commas.

You can also export the codes you have added to Auth, to an **unencrypted** text
file, that adheres to the above format.
You can also export the codes you have added to Auth, to an **unencrypted** text file, that adheres to the above format.


SUPPORT
Expand Down
16 changes: 5 additions & 11 deletions auth/fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
ente's Authenticator app helps you generate and store 2 step verification (2FA)
tokens on your mobile devices.
ente's Authenticator app helps you generate and store 2 step verification (2FA) tokens on your mobile devices.


FEATURES

- Secure Backups
ente provides end-to-end encrypted cloud backups so that you don't have to worry
about losing your tokens. We use the same protocols Ente Photos uses to encrypt
and preserve your data.
ente provides end-to-end encrypted cloud backups so that you don't have to worry about losing your tokens. We use the same protocols Ente Photos uses to encrypt and preserve your data.

- Multi Device Synchronization
ente will automatically sync the 2FA tokens you add to your account, across all
your devices. Every new device you sign into will have access to these tokens.
ente will automatically sync the 2FA tokens you add to your account, across all your devices. Every new device you sign into will have access to these tokens.

- Web access
You can access your 2FA code from any web browser by visiting https://auth.ente.io .

- Offline Mode
ente generates 2FA tokens offline, so your network connectivity will not get in
the way of your workflow.
ente generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow.

- Import and Export Tokens
You can add tokens to ente by one of the following methods:
Expand All @@ -30,8 +25,7 @@ otpauth://totp/provider.com:[email protected]?secret=YOUR_SECRET

The codes maybe separated by new lines or commas.

You can also export the codes you have added to ente, to an **unencrypted** text
file, that adheres to the above format.
You can also export the codes you have added to ente, to an **unencrypted** text file, that adheres to the above format.


SUPPORT
Expand Down

0 comments on commit e02c6df

Please sign in to comment.