1
0
mirror of https://github.com/helloworld1/FreeOTPPlus synced 2025-10-05 16:12:43 +02:00

Nicer README.md (#263)

* Nicer README.md

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
inson1
2024-02-11 16:59:29 +01:00
committed by GitHub
parent 65fe1857e6
commit 83c16da56d

View File

@@ -1,5 +1,6 @@
# FreeOTP Plus
FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with the following enhancement:
FreeOTP Plus forked the same functionality of [FreeOTP](https://github.com/freeotp/freeotp-android) provided by RedHat with the following enhancement:
* Export settings to Google Drive or other document providers
* Import settings from Google Drive or other document providers
* Lots of stability improvement
@@ -9,7 +10,7 @@ FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with th
* Provide more token details for better interoperatibility with other apps
* Utilize modern camera hardware to scan QR code faster
* Option to require Biometric / PIN authentication to launch the app
* Heuristic based offline icon for tokens of 250+ websites.
* Heuristic based offline icon for tokens of 250+ websites
* More settings to customize the app functionality
Most part of the code is re-written with modern Jetpack libraries and Kotlin language.
@@ -18,12 +19,27 @@ Most part of the code is re-written with modern Jetpack libraries and Kotlin lan
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
<a href="https://play.google.com/store/apps/details?id=org.liberty.android.freeotpplus" target="_blank">
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"/></a>
<a href="https://github.com/helloworld1/FreeOTPPlus/releases/latest" target="_blank">
<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png" alt="Get it on GitHub" height="80"/></a>
## Requirements
* Android 5.0+
## Screenshots
<div>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/001.png" width="30%">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/002.png" width="30%">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/003.png" width="30%">
</div>
## Build Dependencies
# Build Dependencies
* Android SDK
* Android Studio 4.0+
# Translate
## Translate
[Crowdin](https://crowdin.com/project/freeotpplus) can be used for translation if you are uncomfortable working with strings.xml files.
If your language is not listed, please open an issue so we can add it.