Skip to content

Commit d5bc74e

Browse files
committed
#3: Fastlane structure for fdroid metadata
1 parent 68779e0 commit d5bc74e

File tree

9 files changed

+38
-0
lines changed

9 files changed

+38
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<ul>
2+
<li>Migrated to async/await.</li>
3+
<li>Update Entries and highlight with meta about leaked password.</li>
4+
<li>Zeroizing sensitive data after usage.</li>
5+
<li>Increased dropbox setup timeout to 10 minutes.</li>
6+
<li>Ability to clean all the synchronization configurations.</li>
7+
<li>Using j4rs_derive.</li>
8+
<li>Updated Rust dependencies.</li>
9+
</ul>
10+
11+
Bugfixes:
12+
13+
14+
<ul>
15+
<li>Handle very high salt positions.</li>
16+
<li>Correctly handling dropbox configurations on save.</li>
17+
</ul>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
rust-keylock is a password manager and its goals are to be:
2+
3+
<ul>
4+
<li>Secure</li>
5+
<li>Simple to use</li>
6+
<li>Portable</li>
7+
<li>Extensible</li>
8+
</ul>
9+
10+
rust-keylock-android is an Android app that provides access to <p><a title="rust-keylock-lib" href="https://github.com/rust-keylock/rust-keylock-lib">rust-keylock-lib</a></p>.
11+
12+
The minimum supported Android API level is 16 (4.1.2 is tested as a minimum version).
13+
14+
<p><em>
15+
Warning:
16+
</em></p>
17+
<p><em>
18+
The project has not yet received any formal / official security reviews. Use it at your own risk.
19+
</em></p>

metadata/en-US/images/icon.png

3.73 KB
Loading
31 KB
Loading
37.7 KB
Loading
36.6 KB
Loading
46.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A password manager with goals to be Secure, Simple to use, Portable and Extensible

metadata/en-US/title.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust-keylock-android

0 commit comments

Comments
 (0)