Skip to content

Commit

Permalink
chore: F-Droid update
Browse files Browse the repository at this point in the history
  • Loading branch information
polilluminato committed Nov 23, 2024
1 parent b86586c commit c373776
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- New Icon and theme
- New UI for password generation, now it's clean and smart
- Added support for future translations of the UI
- Bugfix

🤓 Nerd stuff

- New routing library, switched from go_router to auto_router
- New phosphor_flutter icons instead of material default one
- Upgrade Flutter to 3.24.5
- Upgrade libraries
- Upgrade Android SDK to 35
15 changes: 9 additions & 6 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
With Wassword you can easily generate complex passwords and use them for your online accounts. Choose length and chars to be used and generate your passwords safely.
Effortlessly generate complex passwords and passphrases with Wassword, perfect for protecting your online accounts. Customize the length and characters used to create complex and unique passwords safely and securely.

Everything works offline and nothing is shared, your safety comes first.
Key Features:

Wassword isn't a password manager, it doesn't store generated password.
Wassword only creates password!
* Offline functionality: everything works offline; your data is never shared, ensuring maximum privacy.
* Simple and secure: Wassword focuses solely on generating passwords, not storing them, for an extra layer of security.

Wassword is released under the MIT license. You can use the code for any purpose, including commercial projects.
You can check the source code here:
Note: Wassword is not a password manager and does not store your passwords.

Download Wassword today and keep your accounts safe with strong, reliable passwords!

Wassword is released under the MIT license. You can use the code for any purpose, including commercial projects. You can check the source code here:
https://github.com/polilluminato/wassword-flutter
Binary file modified fastlane/metadata/android/en-US/images/featureGraphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Create complex password at your fingertips!
Create unbreakable passwords in one tap
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

[build]

command = "dart run build_runner build && flutter build web --release"
command = "dart run build_runner build & flutter build web --release"
publish = "build/web"

0 comments on commit c373776

Please sign in to comment.