Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hegocre/NextcloudPasswords
Secure app for viewing passwords for the Nextcloud Passwords app. Supports end-to-end encryption.
https://github.com/hegocre/NextcloudPasswords
android jetpack-compose kotlin kotlin-android nextcloud password-manager
Last synced: 4 days ago
JSON representation
Secure app for viewing passwords for the Nextcloud Passwords app. Supports end-to-end encryption.
- Host: GitHub
- URL: https://github.com/hegocre/NextcloudPasswords
- Owner: hegocre
- License: gpl-3.0
- Created: 2022-02-09T13:06:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:10:29.000Z (about 2 months ago)
- Last Synced: 2024-09-16T21:09:16.202Z (about 2 months ago)
- Topics: android, jetpack-compose, kotlin, kotlin-android, nextcloud, password-manager
- Language: Kotlin
- Homepage:
- Size: 3.91 MB
- Stars: 50
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud Passwords
[![Android CI](https://github.com/hegocre/NextcloudPasswords/actions/workflows/android.yml/badge.svg?branch=main)](https://github.com/hegocre/NextcloudPasswords/actions/workflows/android.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/hegocre/NextcloudPasswords/blob/main/LICENSE)
[![Crowdin](https://badges.crowdin.net/e/da2d6d8cb4ace3704592ebcf73969dc9/localized.svg)](https://hegocre.crowdin.com/nextcloud-passwords)
[![F-Droid Download](https://img.shields.io/f-droid/v/com.hegocre.nextcloudpasswords.svg?logo=F-Droid)](https://f-droid.org/packages/com.hegocre.nextcloudpasswords/)
[![GitHub Release](https://img.shields.io/github/release/hegocre/NextcloudPasswords.svg?logo=github)](https://github.com/hegocre/NextcloudPasswords/releases/)
[![Google Play Download](https://PlayBadges.pavi2410.me/badge/downloads?id=com.hegocre.nextcloudpasswords&pretty)](https://play.google.com/store/apps/details?id=com.hegocre.nextcloudpasswords)This app connects to a Nextcloud server with Passwords App installed, and allows to view and edit its content on a user-friendly UI. It also acts as an AutoFill service, making logging in on Android devices easier.
## Features
- Display user passwords and folders on a Material Design UI
- Edit and create passwords, including custom fields
- Edit and create folders
- Show site icons, with cache to minimize data usage (optional)
- Supports self-signed certificates
- App lock screen with both passcode and biometric authentication
- Autofill service (Android 8.0 or higher)
- Uses the latest technologies like Kotlin and Jetpack Compose
- Privacy friendly: The only server this app connects is your own Nextcloud Server
- Free and Open Source## Screenshots
| ![Light app lock view](/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![Light password list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Light password detail view](/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![Light password edit view](/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) |
|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| ![Dark app lock view](/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) | ![Dark password list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png) | ![Dark password detail view](/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png) | ![Dark password edit view](/fastlane/metadata/android/en-US/images/phoneScreenshots/8.png) |## Download
You can download the app from multiple sources. Keep in mind that each repository version is signed with a different key, which means it is not possible to switch between providers without uninstalling the previous APK first.
[](https://f-droid.org/packages/com.hegocre.nextcloudpasswords/)
[](https://github.com/hegocre/NextcloudPasswords/releases)
[](https://play.google.com/store/apps/details?id=com.hegocre.nextcloudpasswords)## Contribute
There are many ways you can contribute, including:
- Spread the word! Share the application to help the community grow. A review on Google Play is highly appreciated β
- Help [translate the app](https://translations.hegocre.com/nextcloud-passwords)!. Make the app multilingual. The more languages, the more people it reaches! π
- Contribute with the developement. Hop to the [Issues](https://github.com/hegocre/NextcloudPasswords/issues) page, and if you feel like working on something, be my guest! π§π½βπ»
- [Make a donation](https://paypal.me/hegocre). Your generosity is the only source of income, and any small tip will be invested in coffee in order to survive those long coding nights π΄## Contact
- Bugs and feature requests: [Issues](https://github.com/hegocre/NextcloudPasswords/issues)
- Email: [email protected]## License
Copyright (C) 2023 Hèctor Godoy
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .