Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Replace YAML with HTML in F-Droid fastlane summary (#873)
Browse files Browse the repository at this point in the history
When using the fastlane structure, F-Droid requires summaries to be marked up with HTML instead of YAML: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/6844#note_365752950.
  • Loading branch information
FabianHenneke authored Jun 22, 2020
1 parent d5310bd commit 4ebd41a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Simple password manager that is compatible with [https://www.passwordstore.org/
pass]: Passwords are stored in simple text files which are encrypted with
OpenPGP.
Simple password manager that is compatible with <a href="https://www.passwordstore.org/">pass</a>: Passwords are stored in simple text files which are encrypted with OpenPGP.

Requires [[org.sufficientlysecure.keychain]] to encrypt and decrypt passwords.
Requires <a href="https://f-droid.org/en/packages/org.sufficientlysecure.keychain/">OpenKeychain</a> to encrypt and decrypt passwords.

'''Features:'''
<strong>Features:</strong>

* Clone an existing pass repository or start a new one
* Create and organize password files
* Sync with a remote Git repository
* Decrypt and copy passwords
* Automatically fill and save credentials in apps and supported browsers
<ul>
<li>Clone an existing pass repository or start a new one</li>
<li>Create and organize password files</li>
<li>Sync with a remote Git repository</li>
<li>Decrypt and copy passwords</li>
<li>Automatically fill and save credentials in apps and supported browsers</li>
</ul>

0 comments on commit 4ebd41a

Please sign in to comment.