Skip to content

Latest commit

 

History

History
135 lines (100 loc) · 6.56 KB

README_ja.md

File metadata and controls

135 lines (100 loc) · 6.56 KB

KeyPass

latestVersion
DevLibrary Master Sample App DevLibrary
visitCount

このアプリは、最新のパスワードマネージャーです。 パスワードは端末上に保存され、認証情報がサーバーに共有されないので、漏洩の心配がありません。

🤩 機能

  • オフラインで完結 : アプリに通信の権限が追加されていません
  • オープンソース : コードは誰でも閲覧可能です
  • 暗号化されたバックアップと、バックアップからの復元
  • ダークモードのサポート
  • Material Design 3の準拠
  • スクリーンショットの禁止
  • デバイスの認証情報(PIN、パターン、生体認証)を使用して認証
  • 自動バックアップ
  • TOTP
  • Jetpack Compose

🛠️ 使用している言語、ツール、フレームワーク

  1. Kotlin
  2. Cipher (For Backup encryption and decryption)
  3. Material Design 3
  4. MVI architecture
  5. LiveData & MutableLiveData
  6. Room Database
  7. Hilt (Dependency Injection)
  8. Jetpack Data Store Preference

✍️ 作者

👤 Yogesh Choudhary Paliyal

お気軽にお声がけください 😉

🤝 コントリビュート

コントリビュートは、オープンソースコミュニティを、より創造的な素晴らしい場にしてくれます。 どんなコントリビュートでも歓迎しています。

  1. 初めに、変更内容について議論するために、まずISSUEをオープンしてください。
  2. プロジェクトをフォークしてください。
  3. Featureブランチを作成します。 (git checkout -b feature/amazing-feature)
  4. 変更をコミットします。 (git commit -m 'Add some amazing feature')
  5. 変更をプッシュしてください。 (git push origin feature/amazing-feature)
  6. プルリクエストをオープンしてください。

テストを適切な状態に更新することを、お忘れなく。

❤ 援助

もしこのプロジェクトが役に立った場合は ⭐️ をお願いします!

Patron Link Buy Me A Coffee Donation

言語

Translation status
翻訳に貢献したい場合は、こちらのリンクをチェックしてください。 コントリビュート

ダウンロードはこちらから

Get it on F-Droid

📝 License

MIT License

Copyright (c) 2021 Yogesh Choudhary Paliyal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

This README was generated by readgen