Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b43f93527 |
+14
-41
@@ -23,16 +23,9 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Make script executable
|
|
||||||
run: chmod +x ./patch_submodule.sh
|
|
||||||
- name: Run patch submodule script
|
|
||||||
run: ./patch_submodule.sh
|
|
||||||
|
|
||||||
- name: set up secrets
|
- name: set up secrets
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.RELEASE_KEYSTORE }}" > keystore.asc
|
echo "${{ secrets.RELEASE_KEYSTORE }}" > keystore.asc
|
||||||
@@ -40,6 +33,8 @@ jobs:
|
|||||||
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch keystore.asc > app/keystore.properties
|
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch keystore.asc > app/keystore.properties
|
||||||
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch key.asc > app/key.jks
|
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch key.asc > app/key.jks
|
||||||
|
|
||||||
|
- uses: gradle/wrapper-validation-action@v3
|
||||||
|
|
||||||
- name: create and checkout branch
|
- name: create and checkout branch
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
env:
|
env:
|
||||||
@@ -47,46 +42,24 @@ jobs:
|
|||||||
run: git checkout -B "$BRANCH"
|
run: git checkout -B "$BRANCH"
|
||||||
|
|
||||||
- name: set up JDK
|
- name: set up JDK
|
||||||
uses: actions/setup-java@v6
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 17
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
|
cache: 'gradle'
|
||||||
- name: Setup Gradle
|
|
||||||
uses: gradle/actions/setup-gradle@v6
|
|
||||||
|
|
||||||
# Scoped to :app so the upstream KeePassDX submodule tests do not gate this build.
|
|
||||||
- name: Run unit tests
|
|
||||||
run: ./gradlew :app:testDebugUnitTest
|
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
run: |
|
run: ./gradlew assemble
|
||||||
VERSION_CODE=$(git rev-list --count HEAD)
|
|
||||||
VERSION_BASE=$(git describe --tags --abbrev=0 | sed 's/^v//')
|
|
||||||
VERSION_DEV=$(git rev-list --count $(git describe --tags --abbrev=0)..HEAD)
|
|
||||||
if [ $VERSION_DEV -gt 0 ]; then
|
|
||||||
VERSION_NAME="${VERSION_BASE}.${VERSION_DEV}"
|
|
||||||
else
|
|
||||||
VERSION_NAME="${VERSION_BASE}"
|
|
||||||
fi
|
|
||||||
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
|
||||||
|
|
||||||
- name: Upload APK
|
# - name: Upload APK
|
||||||
uses: actions/upload-artifact@v7
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
path: app/build/outputs/apk/signedRelease/app-signedRelease.apk
|
# name: app.apk
|
||||||
compression-level: 0
|
# path: app/build/outputs/apk/release/app-release.apk
|
||||||
archive: false
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
app/build/outputs/apk/signedRelease/app-signedRelease.apk
|
app/build/outputs/apk/release/app-release.apk
|
||||||
prerelease: |
|
|
||||||
if [[ ${{ github.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+[a-z]+$ ]]; then
|
|
||||||
echo "false"
|
|
||||||
else
|
|
||||||
echo "true"
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -3,15 +3,13 @@
|
|||||||
<h1>Keepass Fidelity</h1>
|
<h1>Keepass Fidelity</h1>
|
||||||
<img width="100px" src="./metadata/en-US/images/icon.png" alt="Logo">
|
<img width="100px" src="./metadata/en-US/images/icon.png" alt="Logo">
|
||||||
|
|
||||||
<p>A minimalist fidelity/loyalty card app with Keepass Database storage</p>
|
<p>A minimalist fidelity/loyalty card plugin</p>
|
||||||
|
|
||||||
<a href="https://ko-fi.com/I2I615VP5M"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi"></a>
|
|
||||||
<br>
|
|
||||||
<img src="https://forthebadge.com/images/badges/built-for-android.svg" alt="Built for Android">
|
<img src="https://forthebadge.com/images/badges/built-for-android.svg" alt="Built for Android">
|
||||||
<img src="https://forthebadge.com/images/badges/built-with-love.svg" alt="Built with love">
|
<img src="https://forthebadge.com/images/badges/built-with-love.svg" alt="Built with love">
|
||||||
<br>
|
<br>
|
||||||
<a href="https://github.com/helcel-net/keepass-fidelity/actions/workflows/build.yml">
|
<a href="https://github.com/choelzl/keepass-fidelity/actions/workflows/build.yml">
|
||||||
<img src="https://github.com/helcel-net/keepass-fidelity/actions/workflows/build.yml/badge.svg?branch=main" alt="Build Status">
|
<img src="https://github.com/choelzl/keepass-fidelity/actions/workflows/build.yml/badge.svg?branch=main" alt="Build Status">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -29,10 +27,7 @@
|
|||||||
|
|
||||||
## ⭐ Features
|
## ⭐ Features
|
||||||
|
|
||||||
- Two storage modes, chosen on first start (switchable later from the launcher):
|
- Search entries in [Keepass2Android](https://github.com/PhilippC/keepass2android/)
|
||||||
- **Standalone**: opens a `.kdbx` database directly (bundled KeePassDX engine)
|
|
||||||
- **Keepass2Android plugin**: queries and creates entries through the installed Keepass2Android app
|
|
||||||
- Search entries in Keepass Database
|
|
||||||
- Scan & Create entries
|
- Scan & Create entries
|
||||||
- Recently used history for fast access
|
- Recently used history for fast access
|
||||||
- Protect entries from caching
|
- Protect entries from caching
|
||||||
@@ -45,7 +40,7 @@
|
|||||||
<a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.fidelity">
|
<a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.fidelity">
|
||||||
<img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png">
|
<img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/helcel-net/keepass-fidelity/releases/latest">
|
<a href="https://github.com/choelzl/keepass-fidelity/releases/latest">
|
||||||
<img width="200" height="84" alt="APK Download" src=".github/images/apk.png">
|
<img width="200" height="84" alt="APK Download" src=".github/images/apk.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,7 +66,7 @@ Thanks to all contributors, the developers of our dependencies, and our users.
|
|||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright (C) 2026 Helcel
|
Copyright (C) 2024 Helcel
|
||||||
|
|
||||||
Licensed under the Unlicense
|
Licensed under the Unlicense
|
||||||
For more information, please refer to <https://unlicense.org>
|
For more information, please refer to <https://unlicense.org>
|
||||||
|
|||||||
+25
-80
@@ -1,30 +1,27 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.20'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.20'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
|
||||||
id 'jacoco'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'net.helcel.fidelity'
|
namespace 'net.helcel.fidelity'
|
||||||
compileSdk = 37
|
compileSdk 36
|
||||||
ndkVersion "25.2.9519653" //Match this to KeypassDX crypto NDK version
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'net.helcel.fidelity'
|
applicationId 'net.helcel.fidelity'
|
||||||
// CI derives both from git (see .github/workflows/build.yml); the fallbacks are for local builds.
|
versionName "1.0d"
|
||||||
versionName project.hasProperty('VERSION_NAME') ? project.property('VERSION_NAME') : "1.3c"
|
|
||||||
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
|
|
||||||
buildConfigField("String", "APP_NAME", "\"Keepass Fidelity\"")
|
buildConfigField("String", "APP_NAME", "\"Keepass Fidelity\"")
|
||||||
manifestPlaceholders["APP_NAME"] = "Keepass Fidelity"
|
manifestPlaceholders["APP_NAME"] = "Keepass Fidelity"
|
||||||
minSdk = 28
|
minSdk 28
|
||||||
targetSdk = 37
|
targetSdk 36
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
register("release") {
|
create("release") {
|
||||||
try {
|
try {
|
||||||
def keystorePropertiesFile = rootProject.file("app/keystore.properties")
|
def keystorePropertiesFile = rootProject.file("app/keystore.properties")
|
||||||
def keystoreProperties = new Properties()
|
def keystoreProperties = new Properties()
|
||||||
@@ -44,13 +41,10 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
debuggable true
|
debuggable true
|
||||||
initWith(buildTypes.release)
|
|
||||||
signingConfig signingConfigs.debug
|
|
||||||
enableUnitTestCoverage true
|
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
signedRelease {
|
signedRelease {
|
||||||
@@ -84,25 +78,6 @@ android {
|
|||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion = "2.2.20"
|
kotlinCompilerExtensionVersion = "2.2.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
testOptions {
|
|
||||||
unitTests {
|
|
||||||
includeAndroidResources = true
|
|
||||||
all {
|
|
||||||
maxParallelForks = 2
|
|
||||||
forkEvery = 50
|
|
||||||
maxHeapSize = "1024m"
|
|
||||||
// Robolectric loads classes through its own sandbox classloader, which leaves them
|
|
||||||
// without a code-source location. Without this JaCoCo skips them entirely and the
|
|
||||||
// report only sees the handful of plain JVM classes.
|
|
||||||
jacoco {
|
|
||||||
includeNoLocationClasses = true
|
|
||||||
excludes = ["jdk.internal.*"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvmToolchain(21)
|
jvmToolchain(21)
|
||||||
}
|
}
|
||||||
@@ -111,73 +86,43 @@ android {
|
|||||||
disable 'UsingMaterialAndMaterial3Libraries'
|
disable 'UsingMaterialAndMaterial3Libraries'
|
||||||
disable 'PreviewAnnotationInFunctionWithParameters'
|
disable 'PreviewAnnotationInFunctionWithParameters'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.compose.ui:ui'
|
implementation 'androidx.compose.ui:ui'
|
||||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||||
implementation 'androidx.compose.material:material:1.12.1'
|
implementation 'androidx.compose.material:material:1.9.4'
|
||||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||||
implementation 'androidx.navigation:navigation-compose:2.10.1'
|
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||||
|
|
||||||
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
||||||
implementation "androidx.security:security-crypto:1.1.0"
|
implementation "androidx.security:security-crypto:1.1.0"
|
||||||
implementation "androidx.datastore:datastore-preferences:1.2.1"
|
implementation "androidx.datastore:datastore-preferences:1.1.7"
|
||||||
implementation "androidx.security:security-crypto:1.1.0"
|
implementation "androidx.security:security-crypto:1.1.0"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||||
|
|
||||||
implementation 'androidx.camera:camera-lifecycle:1.6.2'
|
implementation 'androidx.camera:camera-lifecycle:1.5.1'
|
||||||
implementation 'androidx.camera:camera-view:1.6.2'
|
implementation 'androidx.camera:camera-view:1.5.1'
|
||||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.2'
|
runtimeOnly 'androidx.camera:camera-camera2:1.5.1'
|
||||||
|
|
||||||
implementation 'com.google.android.material:material:1.14.0'
|
implementation 'com.google.android.material:material:1.13.0'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
|
||||||
implementation 'com.google.zxing:core:3.5.4'
|
implementation 'com.google.zxing:core:3.5.3'
|
||||||
|
|
||||||
implementation project(":database")
|
implementation project(":database")
|
||||||
implementation project(":crypto")
|
implementation project(":crypto")
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2026.09.00')
|
implementation platform('androidx.compose:compose-bom:2025.11.00')
|
||||||
implementation 'androidx.compose.ui:ui-tooling:1.12.1'
|
implementation 'androidx.compose.ui:ui-tooling:1.9.4'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
|
|
||||||
//Submodule
|
//Submodule
|
||||||
//noinspection NewerVersionAvailable
|
//noinspection NewerVersionAvailable
|
||||||
implementation 'joda-time:joda-time:2.14.3'
|
implementation 'joda-time:joda-time:2.14.0'
|
||||||
implementation 'org.joda:joda-convert:3.0.1'
|
implementation 'org.joda:joda-convert:3.0.1'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
|
||||||
testImplementation 'io.mockk:mockk:1.14.11'
|
|
||||||
testImplementation 'org.robolectric:robolectric:4.17'
|
|
||||||
testImplementation 'androidx.test:core:1.7.0'
|
|
||||||
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0'
|
|
||||||
testImplementation 'androidx.compose.ui:ui-test-junit4'
|
|
||||||
|
|
||||||
androidTestImplementation platform('androidx.compose:compose-bom:2026.09.00')
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
|
|
||||||
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
|
|
||||||
androidTestImplementation 'io.mockk:mockk-android:1.14.11'
|
|
||||||
debugImplementation 'androidx.compose.ui:ui-test-manifest'
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register('jacocoTestReport', JacocoReport) {
|
|
||||||
dependsOn 'testDebugUnitTest'
|
|
||||||
|
|
||||||
reports {
|
|
||||||
xml.required = true
|
|
||||||
html.required = true
|
|
||||||
}
|
|
||||||
|
|
||||||
def fileFilter = ['**/R.class', '**/R$*.class', '**/BuildConfig.*', '**/Manifest*.*', '**/*Test*.*']
|
|
||||||
def debugTree = fileTree(dir: "${project.layout.buildDirectory.asFile.get()}/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes", excludes: fileFilter)
|
|
||||||
def mainSrc = "${project.projectDir}/src/main/java"
|
|
||||||
|
|
||||||
sourceDirectories.from = files([mainSrc])
|
|
||||||
classDirectories.from = files([debugTree])
|
|
||||||
executionData.from = fileTree(dir: project.layout.buildDirectory.asFile.get(), includes: [
|
|
||||||
'jacoco/testDebugUnitTest.exec', 'outputs/unit_test_code_coverage/debugUnitTest/testDebugUnitTest.exec'
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
-1
@@ -3,6 +3,5 @@
|
|||||||
-keepattributes Signature
|
-keepattributes Signature
|
||||||
|
|
||||||
-keep class org.joda.convert.** { *; }
|
-keep class org.joda.convert.** { *; }
|
||||||
-dontwarn org.threeten.bp.**
|
|
||||||
# Optional. For using GSON @Expose annotation
|
# Optional. For using GSON @Expose annotation
|
||||||
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations
|
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations
|
||||||
@@ -1,45 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
|
||||||
<uses-feature android:name="android.hardware.camera" />
|
<uses-feature android:name="android.hardware.camera" />
|
||||||
<uses-permission android:name="android.permission.CAMERA" />
|
<uses-permission android:name="android.permission.CAMERA" />
|
||||||
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
|
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
|
||||||
|
|
||||||
<!-- Keepass2Android plugin mode: make the KP2A activities resolvable from this app -->
|
|
||||||
<queries>
|
|
||||||
<intent>
|
|
||||||
<action android:name="keepass2android.ACTION_QUERY_CREDENTIALS_FOR_OWN_PACKAGE" />
|
|
||||||
</intent>
|
|
||||||
<intent>
|
|
||||||
<action android:name="keepass2android.ACTION_START_WITH_TASK" />
|
|
||||||
</intent>
|
|
||||||
<package android:name="keepass2android.keepass2android" />
|
|
||||||
<package android:name="keepass2android.keepass2android_nonet" />
|
|
||||||
</queries>
|
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:icon="@mipmap/ic_launcher_round"
|
android:icon="@mipmap/ic_launcher_round"
|
||||||
android:label="${APP_NAME}"
|
android:label="${APP_NAME}"
|
||||||
android:supportsRtl="true">
|
android:supportsRtl="true">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.MainActivity"
|
android:name=".activity.MainActivity"
|
||||||
android:exported="true"
|
android:exported="true">
|
||||||
android:launchMode="singleTask">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<receiver
|
|
||||||
android:name=".pluginSDK.PluginAccessBroadcastReceiver"
|
|
||||||
android:exported="true"
|
|
||||||
tools:ignore="ExportedReceiver">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="keepass2android.ACTION_TRIGGER_REQUEST_ACCESS" />
|
|
||||||
<action android:name="keepass2android.ACTION_RECEIVE_ACCESS" />
|
|
||||||
<action android:name="keepass2android.ACTION_REVOKE_ACCESS" />
|
|
||||||
</intent-filter>
|
|
||||||
</receiver>
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -1,19 +1,11 @@
|
|||||||
package net.helcel.fidelity.activity
|
package net.helcel.fidelity.activity
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
import android.annotation.SuppressLint
|
||||||
import android.content.Intent
|
|
||||||
import android.content.pm.ActivityInfo
|
import android.content.pm.ActivityInfo
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import androidx.activity.compose.BackHandler
|
import androidx.activity.compose.BackHandler
|
||||||
import androidx.activity.compose.setContent
|
import androidx.activity.compose.setContent
|
||||||
import androidx.compose.foundation.background
|
|
||||||
import androidx.compose.foundation.layout.Box
|
|
||||||
import androidx.compose.foundation.layout.fillMaxSize
|
|
||||||
import androidx.compose.foundation.layout.systemBarsPadding
|
|
||||||
import androidx.compose.material.MaterialTheme
|
|
||||||
import androidx.compose.runtime.LaunchedEffect
|
import androidx.compose.runtime.LaunchedEffect
|
||||||
import androidx.compose.runtime.mutableStateOf
|
|
||||||
import androidx.compose.ui.Modifier
|
|
||||||
import androidx.compose.ui.platform.LocalContext
|
import androidx.compose.ui.platform.LocalContext
|
||||||
import androidx.fragment.app.FragmentActivity
|
import androidx.fragment.app.FragmentActivity
|
||||||
import androidx.navigation.compose.NavHost
|
import androidx.navigation.compose.NavHost
|
||||||
@@ -23,32 +15,20 @@ import net.helcel.fidelity.activity.fragment.CreateEntryScreen
|
|||||||
import net.helcel.fidelity.activity.fragment.FileScanner
|
import net.helcel.fidelity.activity.fragment.FileScanner
|
||||||
import net.helcel.fidelity.activity.fragment.InitialScreen
|
import net.helcel.fidelity.activity.fragment.InitialScreen
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherScreen
|
import net.helcel.fidelity.activity.fragment.LauncherScreen
|
||||||
import net.helcel.fidelity.activity.fragment.ModeSelectScreen
|
|
||||||
import net.helcel.fidelity.activity.fragment.ScannerScreen
|
import net.helcel.fidelity.activity.fragment.ScannerScreen
|
||||||
import net.helcel.fidelity.activity.fragment.ViewEntryScreen
|
import net.helcel.fidelity.activity.fragment.ViewEntryScreen
|
||||||
import net.helcel.fidelity.tools.AppMode
|
import net.helcel.fidelity.tools.FidelityRepository.entries
|
||||||
import net.helcel.fidelity.tools.AppModeStore
|
|
||||||
import net.helcel.fidelity.tools.FidelityEntry
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.cacheEntry
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.findEntry
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.loadEntries
|
import net.helcel.fidelity.tools.FidelityRepository.loadEntries
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.transientEntry
|
|
||||||
import net.helcel.fidelity.tools.KeePassStore.hasCredentials
|
import net.helcel.fidelity.tools.KeePassStore.hasCredentials
|
||||||
import net.helcel.fidelity.tools.Kp2a
|
|
||||||
|
|
||||||
class MainActivity : FragmentActivity() {
|
class MainActivity : FragmentActivity() {
|
||||||
|
|
||||||
// Entry pushed by Keepass2Android when the user opens this app from an entry.
|
|
||||||
private val incomingEntry = mutableStateOf<FidelityEntry?>(null)
|
|
||||||
|
|
||||||
@SuppressLint("SourceLockedOrientationActivity")
|
@SuppressLint("SourceLockedOrientationActivity")
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
actionBar?.hide()
|
actionBar?.hide()
|
||||||
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
|
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
|
||||||
AppModeStore.load(this)
|
|
||||||
loadEntries(this.baseContext)
|
loadEntries(this.baseContext)
|
||||||
incomingEntry.value = Kp2a.entryFromIntent(intent)
|
|
||||||
|
|
||||||
setContent {
|
setContent {
|
||||||
SysTheme {
|
SysTheme {
|
||||||
@@ -59,49 +39,24 @@ class MainActivity : FragmentActivity() {
|
|||||||
if (!navController.popBackStack()) finish()
|
if (!navController.popBackStack()) finish()
|
||||||
}
|
}
|
||||||
LaunchedEffect(Unit) {
|
LaunchedEffect(Unit) {
|
||||||
when (AppModeStore.mode.value) {
|
if(!hasCredentials(context)) navController.navigate("init")
|
||||||
null -> navController.navigate("mode")
|
|
||||||
AppMode.STANDALONE ->
|
|
||||||
if (!hasCredentials(context)) navController.navigate("init")
|
|
||||||
AppMode.KP2A -> {}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
LaunchedEffect(incomingEntry.value) {
|
|
||||||
val entry = incomingEntry.value ?: return@LaunchedEffect
|
|
||||||
incomingEntry.value = null
|
|
||||||
if (AppModeStore.isKp2a) cacheEntry(context, entry)
|
|
||||||
else transientEntry.value = entry
|
|
||||||
navController.navigate("view/${entry.uid}")
|
|
||||||
}
|
|
||||||
// The app draws edge-to-edge (targetSdk >= 35): keep every screen clear of the
|
|
||||||
// status and navigation bars, and paint the bars with the theme background.
|
|
||||||
Box(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxSize()
|
|
||||||
.background(MaterialTheme.colors.background)
|
|
||||||
.systemBarsPadding()
|
|
||||||
) {
|
|
||||||
NavHost(navController = navController, startDestination = "launcher") {
|
NavHost(navController = navController, startDestination = "launcher") {
|
||||||
composable("exit") { finish() }
|
composable("exit") { finish() }
|
||||||
composable("mode") { ModeSelectScreen(navController) }
|
|
||||||
composable("launcher") { LauncherScreen(navController) }
|
composable("launcher") { LauncherScreen(navController) }
|
||||||
composable("init") { InitialScreen(navController) }
|
composable("init"){ InitialScreen (navController)}
|
||||||
composable("scanCam") { ScannerScreen(navController) }
|
composable("scanCam") { ScannerScreen(navController) }
|
||||||
composable("scanFile") { FileScanner(navController) }
|
composable("scanFile") { FileScanner(navController) }
|
||||||
composable("edit") { CreateEntryScreen(navController) }
|
composable("edit"){ CreateEntryScreen(navController) }
|
||||||
composable("view/{entryId}") { e ->
|
composable("view/{entryId}") { e ->
|
||||||
val entry = findEntry(e.arguments?.getString("entryId"))
|
val entry = entries.find {
|
||||||
|
it.uid == (e.arguments?.getString("entryId") ?: "")
|
||||||
|
}
|
||||||
if (entry == null) return@composable navController.navigate("launcher")
|
if (entry == null) return@composable navController.navigate("launcher")
|
||||||
ViewEntryScreen(navController, entry)
|
ViewEntryScreen(navController,entry)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
override fun onNewIntent(intent: Intent) {
|
|
||||||
super.onNewIntent(intent)
|
|
||||||
Kp2a.entryFromIntent(intent)?.let { incomingEntry.value = it }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
package net.helcel.fidelity.activity.fragment
|
package net.helcel.fidelity.activity.fragment
|
||||||
|
|
||||||
import android.content.Context
|
|
||||||
import android.graphics.Bitmap
|
import android.graphics.Bitmap
|
||||||
import androidx.compose.foundation.Image
|
import androidx.compose.foundation.Image
|
||||||
import androidx.compose.foundation.background
|
import androidx.compose.foundation.background
|
||||||
@@ -14,11 +13,8 @@ import androidx.compose.foundation.layout.Spacer
|
|||||||
import androidx.compose.foundation.layout.fillMaxSize
|
import androidx.compose.foundation.layout.fillMaxSize
|
||||||
import androidx.compose.foundation.layout.fillMaxWidth
|
import androidx.compose.foundation.layout.fillMaxWidth
|
||||||
import androidx.compose.foundation.layout.height
|
import androidx.compose.foundation.layout.height
|
||||||
import androidx.compose.foundation.layout.imePadding
|
|
||||||
import androidx.compose.foundation.layout.padding
|
import androidx.compose.foundation.layout.padding
|
||||||
import androidx.compose.foundation.layout.width
|
import androidx.compose.foundation.layout.width
|
||||||
import androidx.compose.foundation.rememberScrollState
|
|
||||||
import androidx.compose.foundation.verticalScroll
|
|
||||||
import androidx.compose.material.Button
|
import androidx.compose.material.Button
|
||||||
import androidx.compose.material.Checkbox
|
import androidx.compose.material.Checkbox
|
||||||
import androidx.compose.material.CheckboxDefaults
|
import androidx.compose.material.CheckboxDefaults
|
||||||
@@ -35,7 +31,6 @@ import androidx.compose.material.icons.Icons
|
|||||||
import androidx.compose.material.icons.filled.ArrowDropDown
|
import androidx.compose.material.icons.filled.ArrowDropDown
|
||||||
import androidx.compose.material.icons.filled.Camera
|
import androidx.compose.material.icons.filled.Camera
|
||||||
import androidx.compose.material.icons.filled.FileOpen
|
import androidx.compose.material.icons.filled.FileOpen
|
||||||
import androidx.compose.material.icons.filled.FolderOpen
|
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.LaunchedEffect
|
import androidx.compose.runtime.LaunchedEffect
|
||||||
import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.getValue
|
||||||
@@ -52,28 +47,21 @@ import androidx.compose.ui.tooling.preview.Preview
|
|||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import androidx.navigation.NavHostController
|
import androidx.navigation.NavHostController
|
||||||
import com.google.zxing.FormatException
|
import com.google.zxing.FormatException
|
||||||
import com.kunzisoft.keepass.database.element.Group
|
import com.kunzisoft.keepass.database.element.Entry
|
||||||
import kotlinx.coroutines.delay
|
import kotlinx.coroutines.delay
|
||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
import net.helcel.fidelity.R
|
import net.helcel.fidelity.R
|
||||||
import net.helcel.fidelity.activity.ToastHelper
|
import net.helcel.fidelity.activity.ToastHelper
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.ensureUnlocked
|
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onCameraScan
|
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onCameraScan
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onFileScan
|
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onFileScan
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onSaveKp2a
|
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onSaveStandalone
|
|
||||||
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onSubmit
|
import net.helcel.fidelity.activity.fragment.CreateEntryEventHandler.onSubmit
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onRefresh
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onRefresh
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onSave
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onSave
|
||||||
import net.helcel.fidelity.tools.AppModeStore
|
|
||||||
import net.helcel.fidelity.tools.BarcodeGenerator.generateBarcode
|
import net.helcel.fidelity.tools.BarcodeGenerator.generateBarcode
|
||||||
import net.helcel.fidelity.tools.FidelityEntry
|
import net.helcel.fidelity.tools.FidelityEntry
|
||||||
|
import net.helcel.fidelity.tools.FidelityRepository
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.activeEntry
|
import net.helcel.fidelity.tools.FidelityRepository.activeEntry
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase
|
import net.helcel.fidelity.tools.FidelityRepository.addEntry
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase.addEntry
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.cacheEntry
|
|
||||||
import net.helcel.fidelity.tools.Kp2a
|
|
||||||
import kotlin.time.Duration.Companion.milliseconds
|
|
||||||
|
|
||||||
|
|
||||||
@Preview
|
@Preview
|
||||||
@@ -90,26 +78,10 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
var isLoading by remember { mutableStateOf(false) }
|
var isLoading by remember { mutableStateOf(false) }
|
||||||
val ctx = LocalContext.current
|
val ctx = LocalContext.current
|
||||||
val scope = rememberCoroutineScope()
|
val scope = rememberCoroutineScope()
|
||||||
val kp2a = AppModeStore.isKp2a
|
|
||||||
// Standalone only: where a new card is created (root unless changed). Existing cards
|
|
||||||
// (uid set) stay where they are.
|
|
||||||
var group by remember { mutableStateOf(KeepassDatabase.getRoot()) }
|
|
||||||
val showGroup = !kp2a && entry.uid == null
|
|
||||||
|
|
||||||
fun pickGroup() {
|
|
||||||
isLoading = true
|
|
||||||
scope.launch {
|
|
||||||
if (ensureUnlocked(ctx, navController!!)) {
|
|
||||||
group = group ?: KeepassDatabase.getRoot()
|
|
||||||
showDialog = true
|
|
||||||
}
|
|
||||||
isLoading = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
LaunchedEffect(entry) {
|
LaunchedEffect(entry) {
|
||||||
isValidBarcode = false
|
isValidBarcode = false
|
||||||
delay(500.milliseconds)
|
delay(500)
|
||||||
if (entry.code.isEmpty()) return@LaunchedEffect
|
if (entry.code.isEmpty()) return@LaunchedEffect
|
||||||
try {
|
try {
|
||||||
val bmp = generateBarcode(entry.code, entry.format, 600)
|
val bmp = generateBarcode(entry.code, entry.format, 600)
|
||||||
@@ -130,29 +102,34 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (showDialog) {
|
if (showDialog) {
|
||||||
TreeSelectorDialog(groupsOnly = true) {
|
TreeSelectorDialog(
|
||||||
|
onDismiss = {
|
||||||
showDialog = false
|
showDialog = false
|
||||||
if (it is Group) group = it
|
if(it!=null){
|
||||||
|
entry = entry.copy(uid = it.nodeId?.id.toString())
|
||||||
|
if(it is Entry){
|
||||||
|
entry = entry.copy(title = it.title)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
)
|
||||||
|
}
|
||||||
val formats = stringArrayResource(R.array.format_array)
|
val formats = stringArrayResource(R.array.format_array)
|
||||||
|
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
.background(MaterialTheme.colors.background)
|
.background(MaterialTheme.colors.background)
|
||||||
.imePadding(),
|
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.verticalScroll(rememberScrollState())
|
.padding(16.dp, 32.dp),
|
||||||
.padding(16.dp, 32.dp)
|
|
||||||
.padding(bottom = 120.dp),
|
|
||||||
verticalArrangement = Arrangement.spacedBy(12.dp)
|
verticalArrangement = Arrangement.spacedBy(12.dp)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
OutlinedTextField(
|
OutlinedTextField(
|
||||||
value = entry.title,
|
value = entry.title,
|
||||||
|
enabled = entry.uid!=null,
|
||||||
onValueChange = {
|
onValueChange = {
|
||||||
entry = entry.copy(title = it)
|
entry = entry.copy(title = it)
|
||||||
errorTitle = ""
|
errorTitle = ""
|
||||||
@@ -162,7 +139,8 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
singleLine = true,
|
singleLine = true,
|
||||||
colors = TextFieldDefaults.textFieldColors(
|
colors = TextFieldDefaults.textFieldColors(
|
||||||
textColor = MaterialTheme.colors.onBackground
|
textColor = if(entry.uid!=null)MaterialTheme.colors.onBackground
|
||||||
|
else MaterialTheme.colors.secondary
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
if (errorTitle.isNotEmpty()) {
|
if (errorTitle.isNotEmpty()) {
|
||||||
@@ -180,9 +158,8 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
),
|
),
|
||||||
label = { Text("Code") },
|
label = { Text("Code") },
|
||||||
isError = errorCode.isNotEmpty(),
|
isError = errorCode.isNotEmpty(),
|
||||||
maxLines = 5,
|
modifier = Modifier.fillMaxWidth(),
|
||||||
singleLine = false,
|
singleLine = true
|
||||||
modifier = Modifier.fillMaxWidth()
|
|
||||||
)
|
)
|
||||||
if (errorCode.isNotEmpty()) {
|
if (errorCode.isNotEmpty()) {
|
||||||
Text(errorCode, color = MaterialTheme.colors.error)
|
Text(errorCode, color = MaterialTheme.colors.error)
|
||||||
@@ -222,23 +199,6 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
Icon(Icons.Default.FileOpen, contentDescription = null)
|
Icon(Icons.Default.FileOpen, contentDescription = null)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (showGroup) {
|
|
||||||
Row(
|
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
|
||||||
modifier = Modifier.fillMaxWidth()
|
|
||||||
) {
|
|
||||||
Text("Group: ", color = MaterialTheme.colors.onBackground)
|
|
||||||
Text(
|
|
||||||
group?.title ?: "(database root)",
|
|
||||||
color = MaterialTheme.colors.onBackground,
|
|
||||||
modifier = Modifier.weight(1f),
|
|
||||||
maxLines = 1,
|
|
||||||
)
|
|
||||||
Button(onClick = { pickGroup() }) {
|
|
||||||
Icon(Icons.Default.FolderOpen, contentDescription = "Choose group")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (barcodeBitmap != null) {
|
if (barcodeBitmap != null) {
|
||||||
Image(
|
Image(
|
||||||
bitmap = barcodeBitmap!!.asImageBitmap(),
|
bitmap = barcodeBitmap!!.asImageBitmap(),
|
||||||
@@ -267,22 +227,41 @@ fun CreateEntryScreen(navController: NavHostController?) {
|
|||||||
errorCode = c
|
errorCode = c
|
||||||
errorFormat = f
|
errorFormat = f
|
||||||
},
|
},
|
||||||
isValidBarcode,
|
isValidBarcode
|
||||||
) {
|
) {
|
||||||
if (kp2a) {
|
if (FidelityRepository.getRoot() == null) {
|
||||||
onSaveKp2a(ctx, navController!!, entry)
|
|
||||||
} else {
|
|
||||||
isLoading = true
|
isLoading = true
|
||||||
scope.launch {
|
scope.launch {
|
||||||
onSaveStandalone(ctx, navController!!, entry, group)
|
onRefresh(ctx, navController!!)
|
||||||
isLoading = false
|
isLoading = false
|
||||||
|
if(entry.uid!=null){
|
||||||
|
addEntry(ctx,entry)
|
||||||
|
isLoading = true
|
||||||
|
onSave(ctx,navController)
|
||||||
|
isLoading = false
|
||||||
|
onSubmit(navController)
|
||||||
|
}else {
|
||||||
|
showDialog = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if(entry.uid!=null){
|
||||||
|
addEntry(ctx,entry)
|
||||||
|
isLoading = true
|
||||||
|
scope.launch {
|
||||||
|
onSave(ctx, navController!!)
|
||||||
|
isLoading = false
|
||||||
|
onSubmit(navController)
|
||||||
|
}
|
||||||
|
}else {
|
||||||
|
showDialog = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
enabled = isValidBarcode && entry.title.isNotEmpty(),
|
enabled = isValidBarcode.and(entry.uid==null || entry.title.isNotEmpty()),
|
||||||
) {
|
) {
|
||||||
Text("Save", style = MaterialTheme.typography.h6)
|
Text(if(entry.uid==null)"Select Entry" else "Save", style = MaterialTheme.typography.h6)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -365,7 +344,7 @@ private fun onSubmitIfValid(
|
|||||||
var tErr = ""
|
var tErr = ""
|
||||||
var cErr = ""
|
var cErr = ""
|
||||||
var fErr = ""
|
var fErr = ""
|
||||||
if (entry.title.isBlank()) tErr = "Title cannot be empty"
|
if (entry.uid!=null && entry.title.isBlank()) tErr = "Title cannot be empty"
|
||||||
if (entry.code.isBlank()) cErr = "Code cannot be empty"
|
if (entry.code.isBlank()) cErr = "Code cannot be empty"
|
||||||
if (entry.format.isBlank()) fErr = "Format cannot be empty"
|
if (entry.format.isBlank()) fErr = "Format cannot be empty"
|
||||||
|
|
||||||
@@ -377,47 +356,9 @@ private fun onSubmitIfValid(
|
|||||||
}
|
}
|
||||||
|
|
||||||
object CreateEntryEventHandler {
|
object CreateEntryEventHandler {
|
||||||
/** Standalone: the database must be open before groups can be browsed or cards written. */
|
|
||||||
suspend fun ensureUnlocked(context: Context, navController: NavHostController): Boolean =
|
|
||||||
KeepassDatabase.getRoot() != null || onRefresh(context, navController)
|
|
||||||
|
|
||||||
/** Standalone: updates the existing entry, or creates one in [group] (the root when null). */
|
|
||||||
suspend fun onSaveStandalone(
|
|
||||||
context: Context,
|
|
||||||
navController: NavHostController,
|
|
||||||
entry: FidelityEntry,
|
|
||||||
group: Group?,
|
|
||||||
) {
|
|
||||||
if (!ensureUnlocked(context, navController)) return
|
|
||||||
val root = KeepassDatabase.getRoot() ?: return
|
|
||||||
val target =
|
|
||||||
if (entry.uid != null) entry
|
|
||||||
else entry.copy(uid = (group ?: root).nodeId.id.toString())
|
|
||||||
addEntry(context, target)
|
|
||||||
if (onSave(context, navController)) onSubmit(navController)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* KP2A creates the entry in its own task and never reports back, so the card is cached
|
|
||||||
* right away; a later fetch replaces the local uid with KP2A's.
|
|
||||||
*/
|
|
||||||
fun onSaveKp2a(context: Context, navController: NavHostController, entry: FidelityEntry) {
|
|
||||||
val kpEntry = entry.copy(uid = Kp2a.localUid(entry.title))
|
|
||||||
if (Kp2a.launchAdd(context, kpEntry)) {
|
|
||||||
cacheEntry(context, kpEntry)
|
|
||||||
onSubmit(navController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun onSubmit(navController: NavHostController){
|
fun onSubmit(navController: NavHostController){
|
||||||
navController.popBackStack()
|
navController.popBackStack()
|
||||||
activeEntry.value = activeEntry.value.copy(
|
activeEntry.value = activeEntry.value.copy(null,"","","",false)
|
||||||
uid = null,
|
|
||||||
title = "",
|
|
||||||
code = "",
|
|
||||||
format = "",
|
|
||||||
protected = false
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onFileScan(navController: NavHostController){
|
fun onFileScan(navController: NavHostController){
|
||||||
|
|||||||
@@ -1,152 +0,0 @@
|
|||||||
package net.helcel.fidelity.activity.fragment
|
|
||||||
|
|
||||||
import androidx.compose.foundation.combinedClickable
|
|
||||||
import androidx.compose.foundation.layout.Box
|
|
||||||
import androidx.compose.foundation.layout.Row
|
|
||||||
import androidx.compose.foundation.layout.Spacer
|
|
||||||
import androidx.compose.foundation.layout.fillMaxSize
|
|
||||||
import androidx.compose.foundation.layout.fillMaxWidth
|
|
||||||
import androidx.compose.foundation.layout.padding
|
|
||||||
import androidx.compose.foundation.layout.size
|
|
||||||
import androidx.compose.foundation.layout.width
|
|
||||||
import androidx.compose.foundation.shape.RoundedCornerShape
|
|
||||||
import androidx.compose.material.DropdownMenu
|
|
||||||
import androidx.compose.material.DropdownMenuItem
|
|
||||||
import androidx.compose.material.ExperimentalMaterialApi
|
|
||||||
import androidx.compose.material.Icon
|
|
||||||
import androidx.compose.material.MaterialTheme
|
|
||||||
import androidx.compose.material.Text
|
|
||||||
import androidx.compose.material.icons.Icons
|
|
||||||
import androidx.compose.material.icons.filled.Delete
|
|
||||||
import androidx.compose.material.icons.filled.Edit
|
|
||||||
import androidx.compose.material.icons.filled.HideSource
|
|
||||||
import androidx.compose.material.icons.filled.PushPin
|
|
||||||
import androidx.compose.material3.Card
|
|
||||||
import androidx.compose.material3.CardDefaults
|
|
||||||
import androidx.compose.runtime.Composable
|
|
||||||
import androidx.compose.runtime.getValue
|
|
||||||
import androidx.compose.runtime.mutableStateOf
|
|
||||||
import androidx.compose.runtime.remember
|
|
||||||
import androidx.compose.runtime.setValue
|
|
||||||
import androidx.compose.ui.Alignment
|
|
||||||
import androidx.compose.ui.Modifier
|
|
||||||
import androidx.compose.ui.platform.LocalContext
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import androidx.navigation.NavHostController
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onEdit
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onHide
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onPin
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onRemove
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onView
|
|
||||||
import net.helcel.fidelity.tools.AppModeStore
|
|
||||||
import net.helcel.fidelity.tools.FidelityEntry
|
|
||||||
|
|
||||||
/** One card in the launcher grid: tap to view, long-press for the actions menu. */
|
|
||||||
@OptIn(ExperimentalMaterialApi::class)
|
|
||||||
@Composable
|
|
||||||
fun FidelityRow(
|
|
||||||
navController: NavHostController,
|
|
||||||
e: FidelityEntry
|
|
||||||
) {
|
|
||||||
var expanded by remember { mutableStateOf(false) }
|
|
||||||
val context = LocalContext.current
|
|
||||||
|
|
||||||
Box(modifier = Modifier.fillMaxWidth()) {
|
|
||||||
Card(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxWidth()
|
|
||||||
.padding(2.dp)
|
|
||||||
.combinedClickable(
|
|
||||||
onClick = { onView(navController, e) },
|
|
||||||
onLongClick = { expanded = true },
|
|
||||||
),
|
|
||||||
shape = RoundedCornerShape(8.dp),
|
|
||||||
colors = CardDefaults.cardColors(
|
|
||||||
containerColor = MaterialTheme.colors.primary,
|
|
||||||
contentColor = MaterialTheme.colors.background
|
|
||||||
),
|
|
||||||
) {
|
|
||||||
Box(modifier = Modifier.fillMaxSize().padding(2.dp)) {
|
|
||||||
Row(modifier = Modifier.padding(14.dp)) {
|
|
||||||
Text(
|
|
||||||
text = e.title,
|
|
||||||
style = MaterialTheme.typography.h6,
|
|
||||||
color = MaterialTheme.colors.onPrimary
|
|
||||||
)
|
|
||||||
}
|
|
||||||
Row(modifier = Modifier.align(Alignment.TopEnd)) {
|
|
||||||
if (e.hidden)
|
|
||||||
Icon(
|
|
||||||
Icons.Default.HideSource, contentDescription = null,
|
|
||||||
modifier = Modifier.size(16.dp),
|
|
||||||
tint = MaterialTheme.colors.onPrimary
|
|
||||||
)
|
|
||||||
if (e.hidden && e.pinned)
|
|
||||||
Spacer(modifier = Modifier.width(8.dp))
|
|
||||||
if (e.pinned)
|
|
||||||
Icon(
|
|
||||||
Icons.Default.PushPin, contentDescription = null,
|
|
||||||
modifier = Modifier.size(16.dp),
|
|
||||||
tint = MaterialTheme.colors.onPrimary
|
|
||||||
)
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
DropdownMenu(
|
|
||||||
modifier = Modifier,
|
|
||||||
expanded = expanded,
|
|
||||||
onDismissRequest = { expanded = false }
|
|
||||||
) {
|
|
||||||
// KP2A entries can only be edited in KP2A itself; offer to drop the cached copy.
|
|
||||||
if (AppModeStore.isKp2a)
|
|
||||||
DropdownMenuItem(onClick = {
|
|
||||||
expanded = false
|
|
||||||
onRemove(context, e)
|
|
||||||
}) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.Delete,
|
|
||||||
contentDescription = "remove",
|
|
||||||
)
|
|
||||||
Spacer(modifier= Modifier.width(8.dp))
|
|
||||||
Text("Remove")
|
|
||||||
}
|
|
||||||
else
|
|
||||||
DropdownMenuItem(onClick = {
|
|
||||||
expanded = false
|
|
||||||
onEdit(navController, e)
|
|
||||||
}) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.Edit,
|
|
||||||
contentDescription = "edit",
|
|
||||||
)
|
|
||||||
Spacer(modifier= Modifier.width(8.dp))
|
|
||||||
Text("Edit")
|
|
||||||
}
|
|
||||||
DropdownMenuItem(onClick = {
|
|
||||||
expanded = false
|
|
||||||
onPin(e)
|
|
||||||
}) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.PushPin,
|
|
||||||
contentDescription = "pin",
|
|
||||||
)
|
|
||||||
Spacer(modifier= Modifier.width(8.dp))
|
|
||||||
if(e.pinned) Text("Unpin")
|
|
||||||
else Text("Pin")
|
|
||||||
}
|
|
||||||
DropdownMenuItem(onClick = {
|
|
||||||
expanded = false
|
|
||||||
onHide(e)
|
|
||||||
}) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.HideSource,
|
|
||||||
contentDescription = "hide",
|
|
||||||
)
|
|
||||||
Spacer(modifier= Modifier.width(8.dp))
|
|
||||||
if(e.hidden) Text("Unhide")
|
|
||||||
else Text("Hide")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +1,12 @@
|
|||||||
package net.helcel.fidelity.activity.fragment
|
package net.helcel.fidelity.activity.fragment
|
||||||
|
|
||||||
import android.app.Activity
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import androidx.activity.compose.BackHandler
|
|
||||||
import androidx.activity.compose.rememberLauncherForActivityResult
|
|
||||||
import androidx.activity.result.contract.ActivityResultContracts
|
|
||||||
import androidx.compose.foundation.background
|
import androidx.compose.foundation.background
|
||||||
import androidx.compose.foundation.clickable
|
import androidx.compose.foundation.clickable
|
||||||
|
import androidx.compose.foundation.combinedClickable
|
||||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||||
import androidx.compose.foundation.layout.Arrangement
|
import androidx.compose.foundation.layout.Arrangement
|
||||||
import androidx.compose.foundation.layout.Box
|
import androidx.compose.foundation.layout.Box
|
||||||
import androidx.compose.foundation.layout.Column
|
|
||||||
import androidx.compose.foundation.layout.Row
|
import androidx.compose.foundation.layout.Row
|
||||||
import androidx.compose.foundation.layout.Spacer
|
import androidx.compose.foundation.layout.Spacer
|
||||||
import androidx.compose.foundation.layout.fillMaxSize
|
import androidx.compose.foundation.layout.fillMaxSize
|
||||||
@@ -21,24 +17,25 @@ import androidx.compose.foundation.layout.width
|
|||||||
import androidx.compose.foundation.lazy.grid.GridCells
|
import androidx.compose.foundation.lazy.grid.GridCells
|
||||||
import androidx.compose.foundation.lazy.grid.LazyVerticalGrid
|
import androidx.compose.foundation.lazy.grid.LazyVerticalGrid
|
||||||
import androidx.compose.foundation.lazy.grid.items
|
import androidx.compose.foundation.lazy.grid.items
|
||||||
|
import androidx.compose.foundation.shape.RoundedCornerShape
|
||||||
|
import androidx.compose.material.DropdownMenu
|
||||||
|
import androidx.compose.material.DropdownMenuItem
|
||||||
|
import androidx.compose.material.ExperimentalMaterialApi
|
||||||
import androidx.compose.material.FloatingActionButton
|
import androidx.compose.material.FloatingActionButton
|
||||||
import androidx.compose.material.Icon
|
import androidx.compose.material.Icon
|
||||||
import androidx.compose.material.MaterialTheme
|
import androidx.compose.material.MaterialTheme
|
||||||
import androidx.compose.material.OutlinedTextField
|
|
||||||
import androidx.compose.material.Text
|
import androidx.compose.material.Text
|
||||||
import androidx.compose.material.TextButton
|
|
||||||
import androidx.compose.material.TextFieldDefaults
|
|
||||||
import androidx.compose.material.icons.Icons
|
import androidx.compose.material.icons.Icons
|
||||||
import androidx.compose.material.icons.filled.Add
|
import androidx.compose.material.icons.filled.Add
|
||||||
import androidx.compose.material.icons.filled.Close
|
import androidx.compose.material.icons.filled.Edit
|
||||||
import androidx.compose.material.icons.filled.HideSource
|
import androidx.compose.material.icons.filled.HideSource
|
||||||
import androidx.compose.material.icons.filled.Key
|
import androidx.compose.material.icons.filled.PushPin
|
||||||
import androidx.compose.material.icons.filled.Search
|
import androidx.compose.material.icons.filled.Search
|
||||||
import androidx.compose.material.icons.filled.SwapHoriz
|
import androidx.compose.material3.Card
|
||||||
|
import androidx.compose.material3.CardDefaults
|
||||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||||
import androidx.compose.material3.pulltorefresh.PullToRefreshBox
|
import androidx.compose.material3.pulltorefresh.PullToRefreshBox
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.LaunchedEffect
|
|
||||||
import androidx.compose.runtime.derivedStateOf
|
import androidx.compose.runtime.derivedStateOf
|
||||||
import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.getValue
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.mutableStateOf
|
||||||
@@ -47,29 +44,29 @@ import androidx.compose.runtime.rememberCoroutineScope
|
|||||||
import androidx.compose.runtime.setValue
|
import androidx.compose.runtime.setValue
|
||||||
import androidx.compose.ui.Alignment
|
import androidx.compose.ui.Alignment
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
import androidx.compose.ui.focus.FocusRequester
|
|
||||||
import androidx.compose.ui.focus.focusRequester
|
|
||||||
import androidx.compose.ui.platform.LocalContext
|
import androidx.compose.ui.platform.LocalContext
|
||||||
import androidx.compose.ui.tooling.preview.Preview
|
import androidx.compose.ui.tooling.preview.Preview
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import androidx.navigation.NavHostController
|
import androidx.navigation.NavHostController
|
||||||
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
import net.helcel.fidelity.activity.ToastHelper
|
import kotlinx.coroutines.withContext
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.isSearchVisible
|
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onAdd
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onAdd
|
||||||
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onEdit
|
||||||
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onHide
|
||||||
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onPin
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onQuery
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onQuery
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onRefresh
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onRefresh
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onView
|
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.onView
|
||||||
import net.helcel.fidelity.activity.fragment.LauncherEventHandlers.searchQuery
|
import net.helcel.fidelity.tools.CredentialResult
|
||||||
import net.helcel.fidelity.tools.AppModeStore
|
|
||||||
import net.helcel.fidelity.tools.FidelityEntry
|
import net.helcel.fidelity.tools.FidelityEntry
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.activeEntry
|
import net.helcel.fidelity.tools.FidelityRepository.activeEntry
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.cacheEntry
|
import net.helcel.fidelity.tools.FidelityRepository.end
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.entries
|
import net.helcel.fidelity.tools.FidelityRepository.entries
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase
|
import net.helcel.fidelity.tools.FidelityRepository.genCredentials
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.loadEntries
|
import net.helcel.fidelity.tools.FidelityRepository.importDB
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.removeEntry
|
import net.helcel.fidelity.tools.FidelityRepository.start
|
||||||
import net.helcel.fidelity.tools.Kp2a
|
import net.helcel.fidelity.tools.KeePassStore.loadCredentials
|
||||||
|
|
||||||
@Preview
|
@Preview
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
@OptIn(ExperimentalMaterial3Api::class)
|
||||||
@@ -82,32 +79,9 @@ fun LauncherScreen(
|
|||||||
var showHidden by remember { mutableStateOf(false) }
|
var showHidden by remember { mutableStateOf(false) }
|
||||||
val context = LocalContext.current
|
val context = LocalContext.current
|
||||||
val scope = rememberCoroutineScope()
|
val scope = rememberCoroutineScope()
|
||||||
val focusRequester = remember { FocusRequester() }
|
val sortedEntries = remember(entries) {
|
||||||
val kp2a = AppModeStore.isKp2a
|
|
||||||
|
|
||||||
val kp2aQueryLauncher = rememberLauncherForActivityResult(
|
|
||||||
contract = ActivityResultContracts.StartActivityForResult()
|
|
||||||
) { result ->
|
|
||||||
if (result.resultCode != Activity.RESULT_OK) return@rememberLauncherForActivityResult
|
|
||||||
val entry = Kp2a.entryFromIntent(result.data)
|
|
||||||
if (entry == null) {
|
|
||||||
ToastHelper.show(context, "Entry has no fidelity code")
|
|
||||||
return@rememberLauncherForActivityResult
|
|
||||||
}
|
|
||||||
cacheEntry(context, entry)
|
|
||||||
onView(navController, entry)
|
|
||||||
}
|
|
||||||
|
|
||||||
BackHandler(enabled = isSearchVisible) {
|
|
||||||
onQuery()
|
|
||||||
}
|
|
||||||
|
|
||||||
val sortedEntries = remember(entries, showHidden, searchQuery) {
|
|
||||||
derivedStateOf {
|
derivedStateOf {
|
||||||
entries.filter {
|
entries.filter{showHidden || !it.hidden}.sortedWith(
|
||||||
(showHidden || !it.hidden) &&
|
|
||||||
(searchQuery.isEmpty() || it.title.contains(searchQuery, ignoreCase = true))
|
|
||||||
}.sortedWith(
|
|
||||||
compareByDescending<FidelityEntry> { it.pinned }
|
compareByDescending<FidelityEntry> { it.pinned }
|
||||||
.thenBy { it.hidden }
|
.thenBy { it.hidden }
|
||||||
.thenByDescending { it.lastUse }
|
.thenByDescending { it.lastUse }
|
||||||
@@ -124,83 +98,13 @@ fun LauncherScreen(
|
|||||||
onRefresh = {
|
onRefresh = {
|
||||||
isRefreshingState = true
|
isRefreshingState = true
|
||||||
scope.launch {
|
scope.launch {
|
||||||
// KP2A owns the database: nothing to sync, just reload the cache.
|
onRefresh(context, navController)
|
||||||
if (kp2a) loadEntries(context)
|
|
||||||
else onRefresh(context, navController)
|
|
||||||
isRefreshingState = false
|
isRefreshingState = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isRefreshing = isRefreshingState,
|
isRefreshing = isRefreshingState,
|
||||||
modifier = Modifier.fillMaxSize()
|
modifier = Modifier.fillMaxSize()
|
||||||
) {
|
) {
|
||||||
Column(modifier = Modifier.fillMaxSize()) {
|
|
||||||
// Top bar: hidden-cards toggle on the left, storage mode on the right.
|
|
||||||
Row(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxWidth()
|
|
||||||
.padding(horizontal = 8.dp),
|
|
||||||
horizontalArrangement = Arrangement.SpaceBetween,
|
|
||||||
verticalAlignment = Alignment.CenterVertically
|
|
||||||
) {
|
|
||||||
val hiddenTint =
|
|
||||||
if (showHidden) MaterialTheme.colors.onBackground else MaterialTheme.colors.secondary
|
|
||||||
TextButton(onClick = { showHidden = !showHidden }) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.HideSource,
|
|
||||||
contentDescription = "Show Hidden",
|
|
||||||
modifier = Modifier.size(16.dp),
|
|
||||||
tint = hiddenTint
|
|
||||||
)
|
|
||||||
Spacer(modifier = Modifier.width(4.dp))
|
|
||||||
Text(
|
|
||||||
if (showHidden) "Showing hidden" else "Show hidden",
|
|
||||||
style = MaterialTheme.typography.caption,
|
|
||||||
color = hiddenTint
|
|
||||||
)
|
|
||||||
}
|
|
||||||
TextButton(onClick = { navController.navigate("mode") }) {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.SwapHoriz,
|
|
||||||
contentDescription = "Switch mode",
|
|
||||||
modifier = Modifier.size(16.dp),
|
|
||||||
tint = MaterialTheme.colors.secondary
|
|
||||||
)
|
|
||||||
Spacer(modifier = Modifier.width(4.dp))
|
|
||||||
Text(
|
|
||||||
if (kp2a) "Keepass2Android" else "Standalone",
|
|
||||||
style = MaterialTheme.typography.caption,
|
|
||||||
color = MaterialTheme.colors.secondary
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (isSearchVisible) {
|
|
||||||
LaunchedEffect(Unit) {
|
|
||||||
focusRequester.requestFocus()
|
|
||||||
}
|
|
||||||
OutlinedTextField(
|
|
||||||
value = searchQuery,
|
|
||||||
onValueChange = { searchQuery = it },
|
|
||||||
colors = TextFieldDefaults.textFieldColors(
|
|
||||||
textColor = MaterialTheme.colors.onBackground
|
|
||||||
),
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxWidth()
|
|
||||||
.padding(16.dp)
|
|
||||||
.focusRequester(focusRequester),
|
|
||||||
label = { Text("Search") },
|
|
||||||
singleLine = true,
|
|
||||||
trailingIcon = {
|
|
||||||
Icon(
|
|
||||||
Icons.Default.Close,
|
|
||||||
contentDescription = "Clear",
|
|
||||||
modifier = Modifier.clickable {
|
|
||||||
searchQuery = ""
|
|
||||||
onQuery()
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
LazyVerticalGrid(
|
LazyVerticalGrid(
|
||||||
columns = GridCells.Fixed(2),
|
columns = GridCells.Fixed(2),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
@@ -214,7 +118,6 @@ fun LauncherScreen(
|
|||||||
FidelityRow(navController, entry)
|
FidelityRow(navController, entry)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
FloatingActionButton(
|
FloatingActionButton(
|
||||||
onClick = { onQuery() },
|
onClick = { onQuery() },
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
@@ -234,19 +137,17 @@ fun LauncherScreen(
|
|||||||
) {
|
) {
|
||||||
Icon(Icons.Default.Add, contentDescription = "Add")
|
Icon(Icons.Default.Add, contentDescription = "Add")
|
||||||
}
|
}
|
||||||
if (kp2a)
|
|
||||||
FloatingActionButton(
|
FloatingActionButton(
|
||||||
onClick = { Kp2a.launchQuery(context, kp2aQueryLauncher) },
|
onClick = {
|
||||||
modifier = Modifier
|
showHidden=!showHidden
|
||||||
.align(Alignment.BottomEnd)
|
}, modifier = Modifier
|
||||||
.padding(end = 16.dp, bottom = 88.dp),
|
.align(Alignment.BottomStart)
|
||||||
backgroundColor = MaterialTheme.colors.secondary,
|
.padding(16.dp).size(24.dp),
|
||||||
|
backgroundColor = if(showHidden) MaterialTheme.colors.onBackground else MaterialTheme.colors.secondary,
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(Icons.Default.HideSource,
|
||||||
Icons.Default.Key,
|
tint= if(showHidden) MaterialTheme.colors.background else MaterialTheme.colors.onSecondary,
|
||||||
tint = MaterialTheme.colors.onSecondary,
|
contentDescription = "Show Hidden")
|
||||||
contentDescription = "Fetch from Keepass2Android"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -265,35 +166,156 @@ fun LauncherScreen(
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object LauncherEventHandlers {
|
@OptIn(ExperimentalMaterialApi::class)
|
||||||
var isSearchVisible by mutableStateOf(false)
|
@Composable
|
||||||
var searchQuery by mutableStateOf("")
|
fun FidelityRow(
|
||||||
|
navController: NavHostController,
|
||||||
|
e: FidelityEntry
|
||||||
|
) {
|
||||||
|
var expanded by remember { mutableStateOf(false) }
|
||||||
|
|
||||||
|
Box(modifier = Modifier.fillMaxWidth()) {
|
||||||
|
Card(
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxWidth()
|
||||||
|
.padding(2.dp)
|
||||||
|
.combinedClickable(
|
||||||
|
onClick = { onView(navController, e) },
|
||||||
|
onLongClick = { expanded = true },
|
||||||
|
),
|
||||||
|
shape = RoundedCornerShape(8.dp),
|
||||||
|
colors = CardDefaults.cardColors(
|
||||||
|
containerColor = MaterialTheme.colors.primary,
|
||||||
|
contentColor = MaterialTheme.colors.background
|
||||||
|
),
|
||||||
|
) {
|
||||||
|
Box(modifier = Modifier.fillMaxSize().padding(2.dp)) {
|
||||||
|
Row(modifier = Modifier.padding(14.dp)) {
|
||||||
|
Text(
|
||||||
|
text = e.title,
|
||||||
|
style = MaterialTheme.typography.h6,
|
||||||
|
color = MaterialTheme.colors.onPrimary
|
||||||
|
)
|
||||||
|
}
|
||||||
|
Row(modifier = Modifier.align(Alignment.TopEnd)) {
|
||||||
|
if (e.hidden)
|
||||||
|
Icon(
|
||||||
|
Icons.Default.HideSource, contentDescription = null,
|
||||||
|
modifier = Modifier.size(16.dp),
|
||||||
|
tint = MaterialTheme.colors.onPrimary
|
||||||
|
)
|
||||||
|
if (e.hidden && e.pinned)
|
||||||
|
Spacer(modifier = Modifier.width(8.dp))
|
||||||
|
if (e.pinned)
|
||||||
|
Icon(
|
||||||
|
Icons.Default.PushPin, contentDescription = null,
|
||||||
|
modifier = Modifier.size(16.dp),
|
||||||
|
tint = MaterialTheme.colors.onPrimary
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
DropdownMenu(
|
||||||
|
modifier = Modifier,
|
||||||
|
expanded = expanded,
|
||||||
|
onDismissRequest = { expanded = false }
|
||||||
|
) {
|
||||||
|
DropdownMenuItem(onClick = {
|
||||||
|
expanded = false
|
||||||
|
onEdit(navController, e)
|
||||||
|
}) {
|
||||||
|
Icon(
|
||||||
|
Icons.Default.Edit,
|
||||||
|
contentDescription = "edit",
|
||||||
|
)
|
||||||
|
Spacer(modifier= Modifier.width(8.dp))
|
||||||
|
Text("Edit")
|
||||||
|
}
|
||||||
|
DropdownMenuItem(onClick = {
|
||||||
|
expanded = false
|
||||||
|
onPin(e)
|
||||||
|
}) {
|
||||||
|
Icon(
|
||||||
|
Icons.Default.PushPin,
|
||||||
|
contentDescription = "pin",
|
||||||
|
)
|
||||||
|
Spacer(modifier= Modifier.width(8.dp))
|
||||||
|
if(e.pinned) Text("Unpin")
|
||||||
|
else Text("Pin")
|
||||||
|
}
|
||||||
|
DropdownMenuItem(onClick = {
|
||||||
|
expanded = false
|
||||||
|
onHide(e)
|
||||||
|
}) {
|
||||||
|
Icon(
|
||||||
|
Icons.Default.HideSource,
|
||||||
|
contentDescription = "hide",
|
||||||
|
)
|
||||||
|
Spacer(modifier= Modifier.width(8.dp))
|
||||||
|
if(e.hidden) Text("Unhide")
|
||||||
|
else Text("Hide")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
object LauncherEventHandlers {
|
||||||
fun onAdd(navController: NavHostController) {
|
fun onAdd(navController: NavHostController) {
|
||||||
navController.navigate("edit")
|
navController.navigate("edit")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onQuery() {
|
fun onQuery() {
|
||||||
isSearchVisible = !isSearchVisible
|
//TODO
|
||||||
if (!isSearchVisible) searchQuery = ""
|
}
|
||||||
|
var CRED: CredentialResult.Success? = null
|
||||||
|
|
||||||
|
suspend fun onSave(context: Context, navController: NavHostController){
|
||||||
|
try {
|
||||||
|
if (CRED == null) {
|
||||||
|
val res = loadCredentials(context)
|
||||||
|
when (res) {
|
||||||
|
CredentialResult.AuthFailed, CredentialResult.NoData -> null
|
||||||
|
is CredentialResult.Success -> CRED = res
|
||||||
|
}
|
||||||
|
}
|
||||||
|
CRED!!
|
||||||
|
val cred = withContext(Dispatchers.IO) {
|
||||||
|
genCredentials(context, CRED!!)
|
||||||
|
}
|
||||||
|
if (withContext(Dispatchers.IO) {
|
||||||
|
end(context, CRED!!.db, cred)
|
||||||
|
})
|
||||||
|
throw Exception("Error in saving")
|
||||||
|
} catch (e: Exception) {
|
||||||
|
println(e.toString())
|
||||||
|
navController.navigate("init")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Standalone: writes the database back. Missing credentials send the user to setup. */
|
suspend fun onRefresh(context: Context, navController: NavHostController) {
|
||||||
suspend fun onSave(context: Context, navController: NavHostController): Boolean {
|
try {
|
||||||
if (!KeepassDatabase.ensureCredentials(context)) {
|
if (CRED == null) {
|
||||||
navController.navigate("init")
|
val res = loadCredentials(context)
|
||||||
return false
|
when (res) {
|
||||||
}
|
CredentialResult.AuthFailed, CredentialResult.NoData -> null
|
||||||
return KeepassDatabase.save(context)
|
is CredentialResult.Success -> CRED = res
|
||||||
}
|
|
||||||
|
|
||||||
/** Standalone: (re)opens the database and imports its cards. Missing credentials send the user to setup. */
|
|
||||||
suspend fun onRefresh(context: Context, navController: NavHostController): Boolean {
|
|
||||||
if (!KeepassDatabase.ensureCredentials(context)) {
|
|
||||||
navController.navigate("init")
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
return KeepassDatabase.unlock(context)
|
}
|
||||||
|
CRED!!
|
||||||
|
val cred = withContext(Dispatchers.IO) {
|
||||||
|
genCredentials(context, CRED!!)
|
||||||
|
}
|
||||||
|
if (withContext(Dispatchers.IO) {
|
||||||
|
start(context, CRED!!.db, cred)
|
||||||
|
})
|
||||||
|
importDB(context)
|
||||||
|
} catch (e: Exception) {
|
||||||
|
println(e.toString())
|
||||||
|
navController.navigate("init")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onView(navController: NavHostController, entry: FidelityEntry) {
|
fun onView(navController: NavHostController, entry: FidelityEntry) {
|
||||||
@@ -316,10 +338,6 @@ object LauncherEventHandlers {
|
|||||||
entries[index] = entry.copy(hidden = !entry.hidden)
|
entries[index] = entry.copy(hidden = !entry.hidden)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onRemove(context: Context, entry: FidelityEntry) {
|
|
||||||
removeEntry(context, entry)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun onEdit(navController: NavHostController, entry: FidelityEntry){
|
fun onEdit(navController: NavHostController, entry: FidelityEntry){
|
||||||
activeEntry.value = entry
|
activeEntry.value = entry
|
||||||
navController.navigate("edit")
|
navController.navigate("edit")
|
||||||
|
|||||||
@@ -1,154 +0,0 @@
|
|||||||
package net.helcel.fidelity.activity.fragment
|
|
||||||
|
|
||||||
import androidx.activity.compose.BackHandler
|
|
||||||
import androidx.compose.foundation.background
|
|
||||||
import androidx.compose.foundation.clickable
|
|
||||||
import androidx.compose.foundation.layout.Arrangement
|
|
||||||
import androidx.compose.foundation.layout.Box
|
|
||||||
import androidx.compose.foundation.layout.Column
|
|
||||||
import androidx.compose.foundation.layout.Row
|
|
||||||
import androidx.compose.foundation.layout.Spacer
|
|
||||||
import androidx.compose.foundation.layout.fillMaxSize
|
|
||||||
import androidx.compose.foundation.layout.fillMaxWidth
|
|
||||||
import androidx.compose.foundation.layout.height
|
|
||||||
import androidx.compose.foundation.layout.padding
|
|
||||||
import androidx.compose.foundation.layout.size
|
|
||||||
import androidx.compose.foundation.layout.width
|
|
||||||
import androidx.compose.foundation.shape.RoundedCornerShape
|
|
||||||
import androidx.compose.material.Icon
|
|
||||||
import androidx.compose.material.MaterialTheme
|
|
||||||
import androidx.compose.material.Text
|
|
||||||
import androidx.compose.material.icons.Icons
|
|
||||||
import androidx.compose.material.icons.filled.Extension
|
|
||||||
import androidx.compose.material.icons.filled.FolderOpen
|
|
||||||
import androidx.compose.material3.Card
|
|
||||||
import androidx.compose.material3.CardDefaults
|
|
||||||
import androidx.compose.runtime.Composable
|
|
||||||
import androidx.compose.runtime.remember
|
|
||||||
import androidx.compose.runtime.rememberCoroutineScope
|
|
||||||
import androidx.compose.ui.Alignment
|
|
||||||
import androidx.compose.ui.Modifier
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.platform.LocalContext
|
|
||||||
import androidx.compose.ui.tooling.preview.Preview
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import androidx.navigation.NavHostController
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
import net.helcel.fidelity.tools.AppMode
|
|
||||||
import net.helcel.fidelity.tools.AppModeStore
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.loadEntries
|
|
||||||
import net.helcel.fidelity.tools.KeePassStore.hasCredentials
|
|
||||||
import net.helcel.fidelity.tools.Kp2a
|
|
||||||
|
|
||||||
@Preview
|
|
||||||
@Composable
|
|
||||||
fun ModeSelectScreen(navController: NavHostController?) {
|
|
||||||
val context = LocalContext.current
|
|
||||||
val scope = rememberCoroutineScope()
|
|
||||||
val current = AppModeStore.mode.value
|
|
||||||
val kp2aInstalled = remember { Kp2a.isAvailable(context) }
|
|
||||||
|
|
||||||
BackHandler {
|
|
||||||
// Nothing to go back to before the first choice has been made.
|
|
||||||
if (current == null) navController!!.navigate("exit")
|
|
||||||
else navController!!.popBackStack()
|
|
||||||
}
|
|
||||||
|
|
||||||
fun select(mode: AppMode) {
|
|
||||||
if (mode != current) {
|
|
||||||
AppModeStore.set(context, mode)
|
|
||||||
loadEntries(context)
|
|
||||||
}
|
|
||||||
navController!!.popBackStack("launcher", inclusive = false)
|
|
||||||
scope.launch {
|
|
||||||
if (mode == AppMode.STANDALONE && !hasCredentials(context))
|
|
||||||
navController.navigate("init")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Box(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxSize()
|
|
||||||
.background(MaterialTheme.colors.background)
|
|
||||||
) {
|
|
||||||
Column(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxSize()
|
|
||||||
.padding(16.dp),
|
|
||||||
verticalArrangement = Arrangement.Center
|
|
||||||
) {
|
|
||||||
Text(
|
|
||||||
"Storage Mode",
|
|
||||||
style = MaterialTheme.typography.h5,
|
|
||||||
color = MaterialTheme.colors.onBackground
|
|
||||||
)
|
|
||||||
Spacer(modifier = Modifier.height(4.dp))
|
|
||||||
Text(
|
|
||||||
"Where should your fidelity cards be stored?",
|
|
||||||
style = MaterialTheme.typography.body2,
|
|
||||||
color = MaterialTheme.colors.onBackground
|
|
||||||
)
|
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
|
||||||
|
|
||||||
ModeCard(
|
|
||||||
icon = Icons.Default.FolderOpen,
|
|
||||||
title = "Standalone",
|
|
||||||
description = "Open a KeePass database (.kdbx) directly. " +
|
|
||||||
"Entries are read and written by this app.",
|
|
||||||
selected = current == AppMode.STANDALONE,
|
|
||||||
) { select(AppMode.STANDALONE) }
|
|
||||||
Spacer(modifier = Modifier.height(12.dp))
|
|
||||||
ModeCard(
|
|
||||||
icon = Icons.Default.Extension,
|
|
||||||
title = "Keepass2Android plugin",
|
|
||||||
description = "Use the Keepass2Android app as the database. " +
|
|
||||||
"Entries are queried from and created in Keepass2Android.",
|
|
||||||
selected = current == AppMode.KP2A,
|
|
||||||
) { select(AppMode.KP2A) }
|
|
||||||
if (!kp2aInstalled) {
|
|
||||||
Spacer(modifier = Modifier.height(8.dp))
|
|
||||||
Text(
|
|
||||||
"Keepass2Android does not seem to be installed.",
|
|
||||||
style = MaterialTheme.typography.caption,
|
|
||||||
color = MaterialTheme.colors.error
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Composable
|
|
||||||
private fun ModeCard(
|
|
||||||
icon: ImageVector,
|
|
||||||
title: String,
|
|
||||||
description: String,
|
|
||||||
selected: Boolean,
|
|
||||||
onClick: () -> Unit,
|
|
||||||
) {
|
|
||||||
val container = if (selected) MaterialTheme.colors.primary else MaterialTheme.colors.surface
|
|
||||||
val content = if (selected) MaterialTheme.colors.onPrimary else MaterialTheme.colors.onSurface
|
|
||||||
Card(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxWidth()
|
|
||||||
.clickable(onClick = onClick),
|
|
||||||
shape = RoundedCornerShape(8.dp),
|
|
||||||
colors = CardDefaults.cardColors(
|
|
||||||
containerColor = container,
|
|
||||||
contentColor = content
|
|
||||||
),
|
|
||||||
border = if (selected) null else CardDefaults.outlinedCardBorder(),
|
|
||||||
) {
|
|
||||||
Row(
|
|
||||||
modifier = Modifier.padding(16.dp),
|
|
||||||
verticalAlignment = Alignment.CenterVertically
|
|
||||||
) {
|
|
||||||
Icon(icon, contentDescription = null, modifier = Modifier.size(32.dp), tint = content)
|
|
||||||
Spacer(modifier = Modifier.width(16.dp))
|
|
||||||
Column {
|
|
||||||
Text(title, style = MaterialTheme.typography.h6, color = content)
|
|
||||||
Spacer(modifier = Modifier.height(4.dp))
|
|
||||||
Text(description, style = MaterialTheme.typography.body2, color = content)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -19,9 +19,7 @@ import androidx.compose.material.MaterialTheme
|
|||||||
import androidx.compose.material.Text
|
import androidx.compose.material.Text
|
||||||
import androidx.compose.material.icons.Icons
|
import androidx.compose.material.icons.Icons
|
||||||
import androidx.compose.material.icons.automirrored.filled.Undo
|
import androidx.compose.material.icons.automirrored.filled.Undo
|
||||||
import androidx.compose.material.icons.filled.CreditCard
|
|
||||||
import androidx.compose.material.icons.filled.ExpandMore
|
import androidx.compose.material.icons.filled.ExpandMore
|
||||||
import androidx.compose.material.icons.filled.Folder
|
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.getValue
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.mutableStateOf
|
||||||
@@ -34,15 +32,11 @@ import androidx.compose.ui.unit.dp
|
|||||||
import androidx.compose.ui.window.Dialog
|
import androidx.compose.ui.window.Dialog
|
||||||
import com.kunzisoft.keepass.database.element.Group
|
import com.kunzisoft.keepass.database.element.Group
|
||||||
import com.kunzisoft.keepass.database.element.node.Node
|
import com.kunzisoft.keepass.database.element.node.Node
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase
|
import net.helcel.fidelity.tools.FidelityRepository
|
||||||
|
|
||||||
/**
|
|
||||||
* Browses the loaded database. With [groupsOnly] entries are hidden, so the result is the group
|
|
||||||
* a new card is created in; otherwise an existing entry can be picked to attach the card to.
|
|
||||||
*/
|
|
||||||
@Preview
|
@Preview
|
||||||
@Composable
|
@Composable
|
||||||
fun TreeSelectorDialog(groupsOnly: Boolean = false, onDismiss: (Node?) -> Unit = {}) {
|
fun TreeSelectorDialog(onDismiss: (Node?) -> Unit = {}) {
|
||||||
Dialog(
|
Dialog(
|
||||||
onDismissRequest = {onDismiss(null)},
|
onDismissRequest = {onDismiss(null)},
|
||||||
content = {
|
content = {
|
||||||
@@ -52,8 +46,8 @@ fun TreeSelectorDialog(groupsOnly: Boolean = false, onDismiss: (Node?) -> Unit =
|
|||||||
RoundedCornerShape(8.dp)
|
RoundedCornerShape(8.dp)
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
var currentRoot by remember { mutableStateOf(KeepassDatabase.getRoot()) }
|
var currentRoot by remember { mutableStateOf(FidelityRepository.getRoot()) }
|
||||||
var selection by remember { mutableStateOf<Node?>(KeepassDatabase.getRoot()) }
|
var selection by remember { mutableStateOf<Node?>(FidelityRepository.getRoot()) }
|
||||||
|
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier.fillMaxWidth().padding(8.dp)
|
modifier = Modifier.fillMaxWidth().padding(8.dp)
|
||||||
@@ -82,29 +76,32 @@ fun TreeSelectorDialog(groupsOnly: Boolean = false, onDismiss: (Node?) -> Unit =
|
|||||||
LazyColumn(modifier = Modifier.fillMaxHeight(0.75f)) {
|
LazyColumn(modifier = Modifier.fillMaxHeight(0.75f)) {
|
||||||
items(currentRoot?.getChildGroups() ?: emptyList()) { entry ->
|
items(currentRoot?.getChildGroups() ?: emptyList()) { entry ->
|
||||||
val isSel = (entry.nodeId == selection?.nodeId)
|
val isSel = (entry.nodeId == selection?.nodeId)
|
||||||
val hasChildren = entry.getChildGroups().isNotEmpty() ||
|
|
||||||
(!groupsOnly && entry.getChildEntries().isNotEmpty())
|
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.background(color = if (isSel) MaterialTheme.colors.primary else MaterialTheme.colors.background)
|
.background(color = if (isSel) MaterialTheme.colors.primary else MaterialTheme.colors.background)
|
||||||
.clickable {
|
.clickable {
|
||||||
|
if (entry.getChildEntries().isNotEmpty()) {
|
||||||
|
currentRoot = entry
|
||||||
selection = entry
|
selection = entry
|
||||||
if (hasChildren) currentRoot = entry
|
} else if (entry.getChildGroups().isNotEmpty()) {
|
||||||
|
currentRoot = entry
|
||||||
|
selection = entry
|
||||||
|
} else {
|
||||||
|
selection = entry
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.padding(8.dp)
|
.padding(8.dp)
|
||||||
) {
|
) {
|
||||||
Icon(
|
if (entry.getChildEntries().isNotEmpty() || entry.getChildGroups()
|
||||||
imageVector = Icons.Default.Folder,
|
.isNotEmpty()
|
||||||
contentDescription = "group",
|
) {
|
||||||
tint = if (isSel) MaterialTheme.colors.onPrimary else MaterialTheme.colors.onBackground
|
|
||||||
)
|
|
||||||
if (hasChildren)
|
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Default.ExpandMore,
|
imageVector = Icons.Default.ExpandMore,
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
tint = if (isSel) MaterialTheme.colors.onPrimary else MaterialTheme.colors.onBackground
|
tint = if (isSel) MaterialTheme.colors.onPrimary else MaterialTheme.colors.onBackground
|
||||||
)
|
)
|
||||||
|
}
|
||||||
Text(
|
Text(
|
||||||
entry.title,
|
entry.title,
|
||||||
modifier = Modifier.padding(start = 8.dp),
|
modifier = Modifier.padding(start = 8.dp),
|
||||||
@@ -112,7 +109,7 @@ fun TreeSelectorDialog(groupsOnly: Boolean = false, onDismiss: (Node?) -> Unit =
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
items(if (groupsOnly) emptyList() else currentRoot?.getChildEntries() ?: emptyList()) { entry ->
|
items(currentRoot?.getChildEntries() ?: emptyList()) { entry ->
|
||||||
val isSel = (entry.nodeId == selection?.nodeId)
|
val isSel = (entry.nodeId == selection?.nodeId)
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
@@ -123,11 +120,6 @@ fun TreeSelectorDialog(groupsOnly: Boolean = false, onDismiss: (Node?) -> Unit =
|
|||||||
}
|
}
|
||||||
.padding(8.dp)
|
.padding(8.dp)
|
||||||
) {
|
) {
|
||||||
Icon(
|
|
||||||
imageVector = Icons.Default.CreditCard,
|
|
||||||
contentDescription = "entry",
|
|
||||||
tint = if (isSel) MaterialTheme.colors.onPrimary else MaterialTheme.colors.onBackground
|
|
||||||
)
|
|
||||||
Text(
|
Text(
|
||||||
entry.title,
|
entry.title,
|
||||||
modifier = Modifier.padding(start = 8.dp),
|
modifier = Modifier.padding(start = 8.dp),
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import androidx.compose.material.CircularProgressIndicator
|
|||||||
import androidx.compose.material.MaterialTheme
|
import androidx.compose.material.MaterialTheme
|
||||||
import androidx.compose.material.OutlinedTextField
|
import androidx.compose.material.OutlinedTextField
|
||||||
import androidx.compose.material.Text
|
import androidx.compose.material.Text
|
||||||
import androidx.compose.material.TextButton
|
|
||||||
import androidx.compose.material.TextFieldDefaults
|
import androidx.compose.material.TextFieldDefaults
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.LaunchedEffect
|
import androidx.compose.runtime.LaunchedEffect
|
||||||
@@ -53,10 +52,8 @@ import kotlinx.coroutines.withContext
|
|||||||
import net.helcel.fidelity.activity.ToastHelper
|
import net.helcel.fidelity.activity.ToastHelper
|
||||||
import net.helcel.fidelity.activity.fragment.SetupEventHandlers.onOpen
|
import net.helcel.fidelity.activity.fragment.SetupEventHandlers.onOpen
|
||||||
import net.helcel.fidelity.tools.CredentialResult
|
import net.helcel.fidelity.tools.CredentialResult
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase
|
import net.helcel.fidelity.tools.FidelityRepository.genCredentials
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase.genCredentials
|
import net.helcel.fidelity.tools.FidelityRepository.start
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase.importDB
|
|
||||||
import net.helcel.fidelity.tools.KeepassDatabase.start
|
|
||||||
import net.helcel.fidelity.tools.KeePassStore.loadCredentials
|
import net.helcel.fidelity.tools.KeePassStore.loadCredentials
|
||||||
import net.helcel.fidelity.tools.KeePassStore.packCredentials
|
import net.helcel.fidelity.tools.KeePassStore.packCredentials
|
||||||
import net.helcel.fidelity.tools.KeePassStore.saveCredentials
|
import net.helcel.fidelity.tools.KeePassStore.saveCredentials
|
||||||
@@ -119,8 +116,8 @@ fun InitialScreen(
|
|||||||
LaunchedEffect(Unit) {
|
LaunchedEffect(Unit) {
|
||||||
scope.launch(Dispatchers.Main) {
|
scope.launch(Dispatchers.Main) {
|
||||||
when(val res = loadCredentials(context)) {
|
when(val res = loadCredentials(context)) {
|
||||||
CredentialResult.AuthFailed -> ToastHelper.show(context, "Unable to Load Credentials")
|
CredentialResult.AuthFailed -> null
|
||||||
CredentialResult.NoData -> ToastHelper.show(context, "Unable to Load Credentials")
|
CredentialResult.NoData -> null
|
||||||
is CredentialResult.Success -> {
|
is CredentialResult.Success -> {
|
||||||
if (res.db != null) dbFile = res.db
|
if (res.db != null) dbFile = res.db
|
||||||
if (res.key != null) keyFile = res.key
|
if (res.key != null) keyFile = res.key
|
||||||
@@ -222,14 +219,13 @@ fun InitialScreen(
|
|||||||
onClick = {
|
onClick = {
|
||||||
loading = true
|
loading = true
|
||||||
scope.launch {
|
scope.launch {
|
||||||
val res = onOpen(context, dbFile!!, password, keyFile)
|
if(onOpen(context, dbFile!!, password, keyFile)){
|
||||||
if(res != null){
|
|
||||||
ToastHelper.show(context, "Successful... Importing")
|
|
||||||
importDB(context)
|
|
||||||
navController!!.popBackStack()
|
navController!!.popBackStack()
|
||||||
navController.navigate("launcher")
|
navController.navigate("init")
|
||||||
}else{
|
}else{
|
||||||
ToastHelper.show(context, "Failed... Retry")
|
ToastHelper.show(context, "Auth failed...")
|
||||||
|
navController!!.popBackStack()
|
||||||
|
navController.navigate("exit")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -237,13 +233,6 @@ fun InitialScreen(
|
|||||||
) {
|
) {
|
||||||
Text("Continue")
|
Text("Continue")
|
||||||
}
|
}
|
||||||
TextButton(
|
|
||||||
enabled = !loading,
|
|
||||||
onClick = { navController!!.navigate("mode") },
|
|
||||||
modifier = Modifier.fillMaxWidth()
|
|
||||||
) {
|
|
||||||
Text("Use Keepass2Android instead", color = MaterialTheme.colors.secondary)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Box(contentAlignment = Alignment.BottomCenter, modifier = Modifier
|
Box(contentAlignment = Alignment.BottomCenter, modifier = Modifier
|
||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
@@ -260,33 +249,26 @@ fun InitialScreen(
|
|||||||
}
|
}
|
||||||
|
|
||||||
object SetupEventHandlers {
|
object SetupEventHandlers {
|
||||||
/** Opens the file with the given credentials, then stores them for later sessions. */
|
suspend fun onOpen(context: Context, db: Uri, p: String, key: Uri?): Boolean {
|
||||||
suspend fun onOpen(context: Context, db: Uri, p: String, key: Uri?): CredentialResult.Success? {
|
|
||||||
try {
|
try {
|
||||||
val packCred = packCredentials(db, p, key)
|
val packCred = packCredentials(db, p, key)
|
||||||
val opened = withContext(Dispatchers.IO) {
|
withContext(Dispatchers.IO) {
|
||||||
start(context, db, genCredentials(context, packCred))
|
start(context, db, genCredentials(context, packCred)
|
||||||
}
|
)
|
||||||
if (!opened) {
|
|
||||||
ToastHelper.show(context, "Unable to open the database: check the password and key file")
|
|
||||||
return null
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val res = withContext(Dispatchers.Main) {
|
val res = withContext(Dispatchers.Main) {
|
||||||
saveCredentials(context, packCred)
|
saveCredentials(context, packCred)
|
||||||
}
|
}
|
||||||
return when (res) {
|
return when (res) {
|
||||||
CredentialResult.AuthFailed, CredentialResult.NoData -> null
|
CredentialResult.AuthFailed, CredentialResult.NoData -> false
|
||||||
is CredentialResult.Success -> {
|
is CredentialResult.Success -> true
|
||||||
KeepassDatabase.credentials = res
|
|
||||||
res
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
ToastHelper.show(context, e.message.toString())
|
ToastHelper.show(context, e.message.toString())
|
||||||
println("Err${e.toString()}")
|
println("Err${e.toString()}")
|
||||||
println(e.message)
|
println(e.message)
|
||||||
return null
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ import androidx.compose.material.CircularProgressIndicator
|
|||||||
import androidx.compose.material.MaterialTheme
|
import androidx.compose.material.MaterialTheme
|
||||||
import androidx.compose.material.Text
|
import androidx.compose.material.Text
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.LaunchedEffect
|
|
||||||
import androidx.compose.runtime.SideEffect
|
import androidx.compose.runtime.SideEffect
|
||||||
import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.getValue
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.mutableStateOf
|
||||||
@@ -63,19 +62,11 @@ fun ViewEntryScreen(
|
|||||||
activity?.window?.attributes = activity.window?.attributes?.apply {
|
activity?.window?.attributes = activity.window?.attributes?.apply {
|
||||||
screenBrightness = if (isFull) 1f else BRIGHTNESS_OVERRIDE_NONE
|
screenBrightness = if (isFull) 1f else BRIGHTNESS_OVERRIDE_NONE
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// Generate once per entry (not on every recomposition) and surface zxing's reason,
|
|
||||||
// e.g. "Contents do not pass checksum" for a mistyped EAN.
|
|
||||||
LaunchedEffect(entry) {
|
|
||||||
try {
|
try {
|
||||||
bitmap = generateBarcode(entry.code, entry.format, 1024)
|
bitmap = generateBarcode(entry.code, entry.format, 1024)
|
||||||
} catch (e: Exception) {
|
} catch (_: Exception) {
|
||||||
bitmap = null
|
bitmap = null
|
||||||
Toast.makeText(
|
Toast.makeText(context, "Invalid barcode format", Toast.LENGTH_SHORT).show()
|
||||||
context,
|
|
||||||
"Invalid barcode: " + (e.message ?: "unsupported format"),
|
|
||||||
Toast.LENGTH_LONG
|
|
||||||
).show()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BackHandler {
|
BackHandler {
|
||||||
|
|||||||
@@ -1,89 +0,0 @@
|
|||||||
package net.helcel.fidelity.pluginSDK
|
|
||||||
|
|
||||||
import android.content.Context
|
|
||||||
import android.content.SharedPreferences
|
|
||||||
import androidx.core.content.edit
|
|
||||||
import org.json.JSONArray
|
|
||||||
import org.json.JSONException
|
|
||||||
|
|
||||||
|
|
||||||
object AccessManager {
|
|
||||||
private const val PREF_KEY_SCOPE = "scope"
|
|
||||||
private const val PREF_KEY_TOKEN = "token"
|
|
||||||
private const val PREF_HOSTS = "KP2A.PluginAccess.hosts"
|
|
||||||
|
|
||||||
private fun stringArrayToString(values: ArrayList<String?>): String? {
|
|
||||||
if (values.isEmpty()) return null
|
|
||||||
val a = JSONArray()
|
|
||||||
values.forEach { a.put(it) }
|
|
||||||
return a.toString()
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun stringToStringArray(s: String?): ArrayList<String> {
|
|
||||||
val strings = ArrayList<String>()
|
|
||||||
if (s.isNullOrEmpty()) return strings
|
|
||||||
|
|
||||||
try {
|
|
||||||
val a = JSONArray(s)
|
|
||||||
for (i in 0 until a.length())
|
|
||||||
strings.add(a.optString(i))
|
|
||||||
} catch (e: JSONException) {
|
|
||||||
e.printStackTrace()
|
|
||||||
}
|
|
||||||
return strings
|
|
||||||
}
|
|
||||||
|
|
||||||
fun storeAccessToken(
|
|
||||||
ctx: Context,
|
|
||||||
hostPackage: String?,
|
|
||||||
accessToken: String?,
|
|
||||||
scopes: ArrayList<String?>
|
|
||||||
) {
|
|
||||||
getPrefsForHost(ctx, hostPackage).edit {
|
|
||||||
putString(PREF_KEY_TOKEN, accessToken)
|
|
||||||
putString(PREF_KEY_SCOPE, stringArrayToString(scopes))
|
|
||||||
}
|
|
||||||
|
|
||||||
val hostPrefs = ctx.getSharedPreferences(PREF_HOSTS, Context.MODE_PRIVATE)
|
|
||||||
if (!hostPrefs.contains(hostPackage))
|
|
||||||
hostPrefs.edit { putString(hostPackage, "") }
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun getPrefsForHost(
|
|
||||||
ctx: Context,
|
|
||||||
hostPackage: String?
|
|
||||||
): SharedPreferences {
|
|
||||||
return ctx.getSharedPreferences("KP2A.PluginAccess.$hostPackage", Context.MODE_PRIVATE)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun tryGetAccessToken(ctx: Context, hostPackage: String?, scopes: ArrayList<String?>): String? {
|
|
||||||
if (hostPackage.isNullOrEmpty()) return null
|
|
||||||
|
|
||||||
val prefs = getPrefsForHost(ctx, hostPackage)
|
|
||||||
val scopesString = prefs.getString(PREF_KEY_SCOPE, "")
|
|
||||||
val currentScope = stringToStringArray(scopesString)
|
|
||||||
if (!isSubset(scopes, currentScope))
|
|
||||||
return null
|
|
||||||
return prefs.getString(PREF_KEY_TOKEN, null)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun isSubset(
|
|
||||||
requiredScopes: ArrayList<String?>,
|
|
||||||
availableScopes: ArrayList<String>
|
|
||||||
): Boolean {
|
|
||||||
return availableScopes.containsAll(requiredScopes)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun removeAccessToken(
|
|
||||||
ctx: Context, hostPackage: String?,
|
|
||||||
accessToken: String?
|
|
||||||
) {
|
|
||||||
val prefs = getPrefsForHost(ctx, hostPackage)
|
|
||||||
if (prefs.getString(PREF_KEY_TOKEN, "") == accessToken)
|
|
||||||
prefs.edit { clear() }
|
|
||||||
|
|
||||||
val hostPrefs = ctx.getSharedPreferences(PREF_HOSTS, Context.MODE_PRIVATE)
|
|
||||||
if (hostPrefs.contains(hostPackage))
|
|
||||||
hostPrefs.edit { remove(hostPackage) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
package net.helcel.fidelity.pluginSDK
|
|
||||||
|
|
||||||
@Suppress("unused")
|
|
||||||
object KeepassDef {
|
|
||||||
var TitleField: String = "Title"
|
|
||||||
var UserNameField: String = "UserName"
|
|
||||||
var PasswordField: String = "Password"
|
|
||||||
var UrlField: String = "URL"
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
package net.helcel.fidelity.pluginSDK
|
|
||||||
|
|
||||||
import android.content.Intent
|
|
||||||
import org.json.JSONException
|
|
||||||
import org.json.JSONObject
|
|
||||||
|
|
||||||
object Kp2aControl {
|
|
||||||
|
|
||||||
fun getAddEntryIntent(
|
|
||||||
fields: HashMap<String, String>,
|
|
||||||
protectedFields: ArrayList<String>?
|
|
||||||
): Intent {
|
|
||||||
val outputData = JSONObject((fields as Map<*, *>)).toString()
|
|
||||||
val startKp2aIntent = Intent(Strings.ACTION_START_WITH_TASK)
|
|
||||||
startKp2aIntent.addCategory(Intent.CATEGORY_DEFAULT)
|
|
||||||
startKp2aIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK)
|
|
||||||
startKp2aIntent.putExtra("KP2A_APPTASK", "CreateEntryThenCloseTask")
|
|
||||||
startKp2aIntent.putExtra("ShowUserNotifications", "true")
|
|
||||||
startKp2aIntent.putExtra(Strings.EXTRA_ENTRY_OUTPUT_DATA, outputData)
|
|
||||||
if (protectedFields != null)
|
|
||||||
startKp2aIntent.putStringArrayListExtra(
|
|
||||||
Strings.EXTRA_PROTECTED_FIELDS_LIST,
|
|
||||||
protectedFields
|
|
||||||
)
|
|
||||||
return startKp2aIntent
|
|
||||||
}
|
|
||||||
|
|
||||||
fun getQueryEntryForOwnPackageIntent(): Intent {
|
|
||||||
return Intent(Strings.ACTION_QUERY_CREDENTIALS_FOR_OWN_PACKAGE)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun getEntryFieldsFromIntent(intent: Intent?): HashMap<String, String> {
|
|
||||||
val res = HashMap<String, String>()
|
|
||||||
try {
|
|
||||||
val json = JSONObject(intent?.getStringExtra(Strings.EXTRA_ENTRY_OUTPUT_DATA) ?: "")
|
|
||||||
val itr = json.keys()
|
|
||||||
while (itr.hasNext()) {
|
|
||||||
val key = itr.next()
|
|
||||||
val value = json[key].toString()
|
|
||||||
res[key] = value
|
|
||||||
}
|
|
||||||
} catch (e: JSONException) {
|
|
||||||
e.printStackTrace()
|
|
||||||
} catch (e: NullPointerException) {
|
|
||||||
e.printStackTrace()
|
|
||||||
}
|
|
||||||
return res
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
package net.helcel.fidelity.pluginSDK
|
|
||||||
|
|
||||||
import android.content.BroadcastReceiver
|
|
||||||
import android.content.Context
|
|
||||||
import android.content.Intent
|
|
||||||
|
|
||||||
class PluginAccessBroadcastReceiver : BroadcastReceiver() {
|
|
||||||
override fun onReceive(ctx: Context, intent: Intent) {
|
|
||||||
val action = intent.action ?: return
|
|
||||||
when (action) {
|
|
||||||
Strings.ACTION_TRIGGER_REQUEST_ACCESS -> requestAccess(ctx, intent)
|
|
||||||
Strings.ACTION_RECEIVE_ACCESS -> receiveAccess(ctx, intent)
|
|
||||||
Strings.ACTION_REVOKE_ACCESS -> revokeAccess(ctx, intent)
|
|
||||||
else -> {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun revokeAccess(ctx: Context, intent: Intent) {
|
|
||||||
val senderPackage = intent.getStringExtra(Strings.EXTRA_SENDER)
|
|
||||||
val accessToken = intent.getStringExtra(Strings.EXTRA_ACCESS_TOKEN)
|
|
||||||
AccessManager.removeAccessToken(ctx, senderPackage, accessToken)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private fun receiveAccess(ctx: Context, intent: Intent) {
|
|
||||||
val senderPackage = intent.getStringExtra(Strings.EXTRA_SENDER)
|
|
||||||
val accessToken = intent.getStringExtra(Strings.EXTRA_ACCESS_TOKEN)
|
|
||||||
AccessManager.storeAccessToken(ctx, senderPackage, accessToken, scopes)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun requestAccess(ctx: Context, intent: Intent) {
|
|
||||||
val senderPackage = intent.getStringExtra(Strings.EXTRA_SENDER)
|
|
||||||
val requestToken = intent.getStringExtra(Strings.EXTRA_REQUEST_TOKEN)
|
|
||||||
val rpi = Intent(Strings.ACTION_REQUEST_ACCESS)
|
|
||||||
rpi.setPackage(senderPackage)
|
|
||||||
rpi.putExtra(Strings.EXTRA_SENDER, ctx.packageName)
|
|
||||||
rpi.putExtra(Strings.EXTRA_REQUEST_TOKEN, requestToken)
|
|
||||||
|
|
||||||
val token: String? = AccessManager.tryGetAccessToken(ctx, senderPackage, scopes)
|
|
||||||
rpi.putExtra(Strings.EXTRA_ACCESS_TOKEN, token)
|
|
||||||
|
|
||||||
rpi.putStringArrayListExtra(Strings.EXTRA_SCOPES, scopes)
|
|
||||||
ctx.sendBroadcast(rpi)
|
|
||||||
}
|
|
||||||
|
|
||||||
private val scopes: ArrayList<String?> = ArrayList(
|
|
||||||
listOf(
|
|
||||||
Strings.SCOPE_QUERY_CREDENTIALS_FOR_OWN_PACKAGE,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
package net.helcel.fidelity.pluginSDK
|
|
||||||
|
|
||||||
@Suppress("unused")
|
|
||||||
object Strings {
|
|
||||||
|
|
||||||
const val SCOPE_DATABASE_ACTIONS = "keepass2android.SCOPE_DATABASE_ACTIONS"
|
|
||||||
const val SCOPE_CURRENT_ENTRY = "keepass2android.SCOPE_CURRENT_ENTRY"
|
|
||||||
const val SCOPE_QUERY_CREDENTIALS_FOR_OWN_PACKAGE =
|
|
||||||
"keepass2android.SCOPE_QUERY_CREDENTIALS_FOR_OWN_PACKAGE"
|
|
||||||
const val SCOPE_QUERY_CREDENTIALS = "keepass2android.SCOPE_QUERY_CREDENTIALS"
|
|
||||||
|
|
||||||
const val EXTRA_SCOPES = "keepass2android.EXTRA_SCOPES"
|
|
||||||
const val EXTRA_PLUGIN_PACKAGE = "keepass2android.EXTRA_PLUGIN_PACKAGE"
|
|
||||||
|
|
||||||
const val EXTRA_SENDER = "keepass2android.EXTRA_SENDER"
|
|
||||||
const val EXTRA_REQUEST_TOKEN = "keepass2android.EXTRA_REQUEST_TOKEN"
|
|
||||||
const val ACTION_START_WITH_TASK = "keepass2android.ACTION_START_WITH_TASK"
|
|
||||||
|
|
||||||
const val ACTION_TRIGGER_REQUEST_ACCESS = "keepass2android.ACTION_TRIGGER_REQUEST_ACCESS"
|
|
||||||
const val ACTION_REQUEST_ACCESS = "keepass2android.ACTION_REQUEST_ACCESS"
|
|
||||||
const val ACTION_RECEIVE_ACCESS = "keepass2android.ACTION_RECEIVE_ACCESS"
|
|
||||||
const val ACTION_REVOKE_ACCESS = "keepass2android.ACTION_REVOKE_ACCESS"
|
|
||||||
|
|
||||||
|
|
||||||
const val EXTRA_ENTRY_OUTPUT_DATA = "keepass2android.EXTRA_ENTRY_OUTPUT_DATA"
|
|
||||||
const val EXTRA_PROTECTED_FIELDS_LIST = "keepass2android.EXTRA_PROTECTED_FIELDS_LIST"
|
|
||||||
const val EXTRA_ACCESS_TOKEN = "keepass2android.EXTRA_ACCESS_TOKEN"
|
|
||||||
const val EXTRA_ENTRY_ID = "keepass2android.EXTRA_ENTRY_ID"
|
|
||||||
|
|
||||||
const val ACTION_QUERY_CREDENTIALS_FOR_OWN_PACKAGE =
|
|
||||||
"keepass2android.ACTION_QUERY_CREDENTIALS_FOR_OWN_PACKAGE"
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
package net.helcel.fidelity.tools
|
|
||||||
|
|
||||||
import android.content.Context
|
|
||||||
import androidx.compose.runtime.mutableStateOf
|
|
||||||
import androidx.core.content.edit
|
|
||||||
|
|
||||||
const val FIDELITY_PREFS = "fidelity_prefs"
|
|
||||||
|
|
||||||
enum class AppMode {
|
|
||||||
/** Opens a KDBX file directly through the bundled KeePassDX engine. */
|
|
||||||
STANDALONE,
|
|
||||||
|
|
||||||
/** Delegates storage to the Keepass2Android app through its plugin interface. */
|
|
||||||
KP2A,
|
|
||||||
}
|
|
||||||
|
|
||||||
object AppModeStore {
|
|
||||||
private const val KEY_MODE = "app_mode"
|
|
||||||
|
|
||||||
/** Null until the user has picked a mode on the selection screen. */
|
|
||||||
val mode = mutableStateOf<AppMode?>(null)
|
|
||||||
|
|
||||||
val isKp2a: Boolean
|
|
||||||
get() = mode.value == AppMode.KP2A
|
|
||||||
|
|
||||||
fun load(context: Context): AppMode? {
|
|
||||||
val prefs = context.getSharedPreferences(FIDELITY_PREFS, Context.MODE_PRIVATE)
|
|
||||||
mode.value = prefs.getString(KEY_MODE, null)?.let { name ->
|
|
||||||
AppMode.entries.firstOrNull { it.name == name }
|
|
||||||
}
|
|
||||||
return mode.value
|
|
||||||
}
|
|
||||||
|
|
||||||
fun set(context: Context, newMode: AppMode) {
|
|
||||||
context.getSharedPreferences(FIDELITY_PREFS, Context.MODE_PRIVATE)
|
|
||||||
.edit { putString(KEY_MODE, newMode.name) }
|
|
||||||
mode.value = newMode
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -13,6 +13,7 @@ import com.google.zxing.common.HybridBinarizer
|
|||||||
import net.helcel.fidelity.tools.BarcodeFormatConverter.formatToString
|
import net.helcel.fidelity.tools.BarcodeFormatConverter.formatToString
|
||||||
import java.util.concurrent.Executors
|
import java.util.concurrent.Executors
|
||||||
|
|
||||||
|
|
||||||
@OptIn(ExperimentalGetImage::class)
|
@OptIn(ExperimentalGetImage::class)
|
||||||
object BarcodeScanner {
|
object BarcodeScanner {
|
||||||
|
|
||||||
@@ -55,4 +56,6 @@ object BarcodeScanner {
|
|||||||
fun bitmapUseCase(bitmap: Bitmap, cb: (String?, String?) -> Unit) {
|
fun bitmapUseCase(bitmap: Bitmap, cb: (String?, String?) -> Unit) {
|
||||||
processImage(bitmap, cb)
|
processImage(bitmap, cb)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -2,12 +2,9 @@ package net.helcel.fidelity.tools
|
|||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.net.Uri
|
import android.net.Uri
|
||||||
import android.os.Build
|
|
||||||
import android.security.keystore.KeyGenParameterSpec
|
import android.security.keystore.KeyGenParameterSpec
|
||||||
import android.security.keystore.KeyProperties
|
import android.security.keystore.KeyProperties
|
||||||
import android.util.Base64
|
import android.util.Base64
|
||||||
import android.widget.Toast
|
|
||||||
import androidx.biometric.BiometricManager
|
|
||||||
import androidx.biometric.BiometricPrompt
|
import androidx.biometric.BiometricPrompt
|
||||||
import androidx.core.content.ContextCompat
|
import androidx.core.content.ContextCompat
|
||||||
import javax.crypto.Cipher
|
import javax.crypto.Cipher
|
||||||
@@ -19,7 +16,6 @@ import com.kunzisoft.keepass.utils.parseUri
|
|||||||
import kotlinx.coroutines.ExperimentalCoroutinesApi
|
import kotlinx.coroutines.ExperimentalCoroutinesApi
|
||||||
import kotlinx.coroutines.flow.first
|
import kotlinx.coroutines.flow.first
|
||||||
import kotlinx.coroutines.suspendCancellableCoroutine
|
import kotlinx.coroutines.suspendCancellableCoroutine
|
||||||
import net.helcel.fidelity.activity.ToastHelper
|
|
||||||
import java.security.KeyStore
|
import java.security.KeyStore
|
||||||
import javax.crypto.KeyGenerator
|
import javax.crypto.KeyGenerator
|
||||||
import javax.crypto.SecretKey
|
import javax.crypto.SecretKey
|
||||||
@@ -40,17 +36,6 @@ sealed class CredentialResult {
|
|||||||
|
|
||||||
private const val KEY_ALIAS = "keepass_bio_key"
|
private const val KEY_ALIAS = "keepass_bio_key"
|
||||||
|
|
||||||
// Android 11+ can unlock a keystore key with the device PIN/pattern/password as well, which
|
|
||||||
// keeps standalone mode usable on devices without (enrolled) biometrics. Below that, a
|
|
||||||
// CryptoObject can only be released by a biometric.
|
|
||||||
private val deviceCredentialSupported = Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
|
|
||||||
|
|
||||||
private val allowedAuthenticators: Int
|
|
||||||
get() = if (deviceCredentialSupported)
|
|
||||||
BiometricManager.Authenticators.BIOMETRIC_STRONG or BiometricManager.Authenticators.DEVICE_CREDENTIAL
|
|
||||||
else
|
|
||||||
BiometricManager.Authenticators.BIOMETRIC_STRONG
|
|
||||||
|
|
||||||
fun getOrCreateBiometricKey(): SecretKey {
|
fun getOrCreateBiometricKey(): SecretKey {
|
||||||
val keyStore = KeyStore.getInstance("AndroidKeyStore").apply { load(null) }
|
val keyStore = KeyStore.getInstance("AndroidKeyStore").apply { load(null) }
|
||||||
keyStore.getKey(KEY_ALIAS, null)?.let { return it as SecretKey }
|
keyStore.getKey(KEY_ALIAS, null)?.let { return it as SecretKey }
|
||||||
@@ -62,12 +47,6 @@ fun getOrCreateBiometricKey(): SecretKey {
|
|||||||
).apply {
|
).apply {
|
||||||
setBlockModes(KeyProperties.BLOCK_MODE_GCM)
|
setBlockModes(KeyProperties.BLOCK_MODE_GCM)
|
||||||
setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_NONE)
|
setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_NONE)
|
||||||
if (deviceCredentialSupported)
|
|
||||||
setUserAuthenticationParameters(
|
|
||||||
0,
|
|
||||||
KeyProperties.AUTH_BIOMETRIC_STRONG or KeyProperties.AUTH_DEVICE_CREDENTIAL
|
|
||||||
)
|
|
||||||
else
|
|
||||||
setUserAuthenticationRequired(true)
|
setUserAuthenticationRequired(true)
|
||||||
setInvalidatedByBiometricEnrollment(true)
|
setInvalidatedByBiometricEnrollment(true)
|
||||||
}.build()
|
}.build()
|
||||||
@@ -129,44 +108,23 @@ object KeePassStore {
|
|||||||
suspend fun showBiometricPrompt(activity: FragmentActivity, enc: Boolean): Cipher? {
|
suspend fun showBiometricPrompt(activity: FragmentActivity, enc: Boolean): Cipher? {
|
||||||
val prefs = activity.securePrefs.data.first()
|
val prefs = activity.securePrefs.data.first()
|
||||||
return suspendCancellableCoroutine { cont ->
|
return suspendCancellableCoroutine { cont ->
|
||||||
val status = BiometricManager.from(activity).canAuthenticate(allowedAuthenticators)
|
|
||||||
if (status != BiometricManager.BIOMETRIC_SUCCESS) {
|
|
||||||
ToastHelper.show(
|
|
||||||
activity,
|
|
||||||
if (deviceCredentialSupported) "Set up a screen lock or fingerprint first"
|
|
||||||
else "Enroll a fingerprint first",
|
|
||||||
Toast.LENGTH_LONG
|
|
||||||
)
|
|
||||||
cont.resume(null) { _, _, _ -> }
|
|
||||||
return@suspendCancellableCoroutine
|
|
||||||
}
|
|
||||||
val executor = ContextCompat.getMainExecutor(activity)
|
val executor = ContextCompat.getMainExecutor(activity)
|
||||||
val biometricPrompt = BiometricPrompt(
|
val biometricPrompt = BiometricPrompt(
|
||||||
activity,
|
activity,
|
||||||
executor,
|
executor,
|
||||||
object : BiometricPrompt.AuthenticationCallback() {
|
object : BiometricPrompt.AuthenticationCallback() {
|
||||||
override fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) {
|
override fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) { cont.resume(result.cryptoObject?.cipher) {} }
|
||||||
cont.resume(result.cryptoObject?.cipher) { _, _, _ -> }
|
override fun onAuthenticationError(code: Int, msg: CharSequence) { cont.resume(null) {} }
|
||||||
}
|
override fun onAuthenticationFailed() { cont.resume(null) {} }
|
||||||
override fun onAuthenticationError(code: Int, msg: CharSequence) {
|
|
||||||
cont.resume(null) { _, _, _ -> }
|
|
||||||
}
|
|
||||||
// onAuthenticationFailed is a retryable miss: the prompt stays open, so the
|
|
||||||
// coroutine must stay suspended until it either succeeds or errors out.
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
val iv = if(enc) null else prefs[KeePassKeys.IV]?.let { Base64.decode(it, Base64.DEFAULT) }
|
val iv = if(enc) null else prefs[KeePassKeys.IV]?.let { Base64.decode(it, Base64.DEFAULT) }
|
||||||
if (!enc && iv == null) {
|
if (!enc && iv == null) { cont.resume(null) {} }
|
||||||
cont.resume(null) { _, _, _ -> }
|
|
||||||
return@suspendCancellableCoroutine
|
|
||||||
}
|
|
||||||
val cipher = getCipherForDecryption(getOrCreateBiometricKey(), iv)
|
val cipher = getCipherForDecryption(getOrCreateBiometricKey(), iv)
|
||||||
val promptInfo = BiometricPrompt.PromptInfo.Builder()
|
val promptInfo = BiometricPrompt.PromptInfo.Builder()
|
||||||
.setTitle("Unlock KeePass")
|
.setTitle("Unlock KeePass")
|
||||||
.setSubtitle("Authenticate to access your KeePass database")
|
.setSubtitle("Authenticate to access your KeePass database")
|
||||||
.setAllowedAuthenticators(allowedAuthenticators)
|
.setNegativeButtonText("Cancel")
|
||||||
// A negative button is mandatory without, and forbidden with, device credential.
|
|
||||||
.apply { if (!deviceCredentialSupported) setNegativeButtonText("Cancel") }
|
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
biometricPrompt.authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher))
|
biometricPrompt.authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher))
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
package net.helcel.fidelity.tools
|
|
||||||
|
|
||||||
import kotlinx.serialization.Serializable
|
|
||||||
|
|
||||||
/** Names of the custom KeePass fields a card is stored in. */
|
|
||||||
object FidelityKeepassFields {
|
|
||||||
const val FIDELITYFORMAT = "FidelityFormat"
|
|
||||||
const val FIDELITYCODE = "FidelityCode"
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A loyalty card as shown by the app.
|
|
||||||
*
|
|
||||||
* [uid] is the KeePass entry UUID in standalone mode, or the id Keepass2Android reports
|
|
||||||
* (falling back to a title-derived one) in plugin mode. The last three fields are
|
|
||||||
* per-device preferences that never reach the database.
|
|
||||||
*/
|
|
||||||
@Serializable
|
|
||||||
data class FidelityEntry(
|
|
||||||
val uid: String? = null,
|
|
||||||
val title: String = "",
|
|
||||||
val code: String = "",
|
|
||||||
val format: String = "",
|
|
||||||
val protected: Boolean = false,
|
|
||||||
|
|
||||||
val hidden: Boolean = false,
|
|
||||||
val pinned: Boolean = false,
|
|
||||||
val lastUse: Int = 0,
|
|
||||||
)
|
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
package net.helcel.fidelity.tools
|
|
||||||
|
|
||||||
import android.content.Context
|
|
||||||
import androidx.compose.runtime.mutableStateListOf
|
|
||||||
import androidx.compose.runtime.mutableStateOf
|
|
||||||
import androidx.core.content.edit
|
|
||||||
import kotlinx.serialization.builtins.ListSerializer
|
|
||||||
import kotlinx.serialization.json.Json
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The on-device list of cards shown by the launcher, persisted in shared preferences.
|
|
||||||
*
|
|
||||||
* In standalone mode it mirrors the cards found in the KDBX file (see
|
|
||||||
* [KeepassDatabase.importDB]); in Keepass2Android mode it is a cache of the entries the
|
|
||||||
* user has fetched so far.
|
|
||||||
*/
|
|
||||||
object FidelityRepository {
|
|
||||||
val entries = mutableStateListOf<FidelityEntry>()
|
|
||||||
|
|
||||||
/** Card being edited on the create screen. */
|
|
||||||
val activeEntry = mutableStateOf(FidelityEntry())
|
|
||||||
|
|
||||||
/** Entry handed over by Keepass2Android for viewing without being cached. */
|
|
||||||
val transientEntry = mutableStateOf<FidelityEntry?>(null)
|
|
||||||
|
|
||||||
// Each mode keeps its own cache: standalone uids are KDBX UUIDs, KP2A ones are not.
|
|
||||||
private fun entriesKey() = if (AppModeStore.isKp2a) "entries_kp2a" else "entries"
|
|
||||||
|
|
||||||
fun saveEntries(context: Context) {
|
|
||||||
val prefs = context.getSharedPreferences(FIDELITY_PREFS, Context.MODE_PRIVATE)
|
|
||||||
// In KP2A mode "protected" means the code must never leave the KP2A database.
|
|
||||||
val persisted = if (AppModeStore.isKp2a) entries.filter { !it.protected } else entries
|
|
||||||
prefs.edit { putString(entriesKey(), Json.encodeToString(
|
|
||||||
ListSerializer(FidelityEntry.serializer()),
|
|
||||||
persisted
|
|
||||||
)) }
|
|
||||||
}
|
|
||||||
|
|
||||||
fun loadEntries(context: Context) {
|
|
||||||
val prefs = context.getSharedPreferences(FIDELITY_PREFS, Context.MODE_PRIVATE)
|
|
||||||
entries.clear()
|
|
||||||
try {
|
|
||||||
val json = prefs.getString(entriesKey(), null) ?: return
|
|
||||||
val list = Json.decodeFromString(
|
|
||||||
ListSerializer(FidelityEntry.serializer()),
|
|
||||||
json
|
|
||||||
)
|
|
||||||
entries.addAll(list)
|
|
||||||
}catch(_: Exception){
|
|
||||||
prefs.edit{ putString(entriesKey(),Json.encodeToString(
|
|
||||||
ListSerializer(FidelityEntry.serializer()),emptyList()))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Upserts an entry coming from Keepass2Android into the local cache, keeping the
|
|
||||||
* per-device flags (pin/hide/last use) of the entry it replaces. Matching also
|
|
||||||
* falls back to title+code because an optimistically cached entry gets a local uid
|
|
||||||
* until KP2A returns it with its own.
|
|
||||||
*/
|
|
||||||
fun cacheEntry(context: Context, entry: FidelityEntry) {
|
|
||||||
val idx = entries.indexOfFirst {
|
|
||||||
it.uid == entry.uid || (it.title == entry.title && it.code == entry.code)
|
|
||||||
}
|
|
||||||
if (idx >= 0) {
|
|
||||||
val old = entries[idx]
|
|
||||||
entries[idx] = entry.copy(pinned = old.pinned, hidden = old.hidden, lastUse = old.lastUse)
|
|
||||||
} else {
|
|
||||||
entries.add(entry)
|
|
||||||
}
|
|
||||||
saveEntries(context)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun removeEntry(context: Context, entry: FidelityEntry) {
|
|
||||||
entries.removeIf { it.uid == entry.uid }
|
|
||||||
saveEntries(context)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun findEntry(uid: String?): FidelityEntry? =
|
|
||||||
entries.find { it.uid == uid } ?: transientEntry.value?.takeIf { it.uid == uid }
|
|
||||||
}
|
|
||||||
+67
-79
@@ -2,6 +2,12 @@ package net.helcel.fidelity.tools
|
|||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.net.Uri
|
import android.net.Uri
|
||||||
|
import androidx.compose.runtime.mutableStateListOf
|
||||||
|
import androidx.compose.runtime.mutableStateOf
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
import java.io.ByteArrayInputStream
|
||||||
|
import kotlinx.serialization.json.Json
|
||||||
|
import androidx.core.content.edit
|
||||||
import com.kunzisoft.keepass.database.element.Database
|
import com.kunzisoft.keepass.database.element.Database
|
||||||
import com.kunzisoft.keepass.database.element.Field
|
import com.kunzisoft.keepass.database.element.Field
|
||||||
import com.kunzisoft.keepass.database.element.Group
|
import com.kunzisoft.keepass.database.element.Group
|
||||||
@@ -11,75 +17,39 @@ import com.kunzisoft.keepass.database.element.node.NodeIdUUID
|
|||||||
import com.kunzisoft.keepass.database.element.security.ProtectedString
|
import com.kunzisoft.keepass.database.element.security.ProtectedString
|
||||||
import com.kunzisoft.keepass.hardware.HardwareKey
|
import com.kunzisoft.keepass.hardware.HardwareKey
|
||||||
import com.kunzisoft.keepass.utils.getBinaryDir
|
import com.kunzisoft.keepass.utils.getBinaryDir
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.serialization.builtins.ListSerializer
|
||||||
import kotlinx.coroutines.withContext
|
|
||||||
import net.helcel.fidelity.activity.ToastHelper
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.entries
|
|
||||||
import net.helcel.fidelity.tools.FidelityRepository.saveEntries
|
|
||||||
import net.helcel.fidelity.tools.KeePassStore.loadCredentials
|
|
||||||
import java.io.ByteArrayInputStream
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.util.UUID
|
import java.util.UUID
|
||||||
|
|
||||||
/**
|
object FidelityKeepassFields {
|
||||||
* Standalone mode: the KDBX file opened through the bundled KeePassDX engine.
|
const val FIDELITYFORMAT = "FidelityFormat"
|
||||||
*
|
const val FIDELITYCODE = "FidelityCode"
|
||||||
* [unlock] and [save] are the session-level operations the screens use; the rest is the
|
}
|
||||||
* raw file handling underneath them.
|
|
||||||
*/
|
@Serializable
|
||||||
object KeepassDatabase {
|
data class FidelityEntry(
|
||||||
|
val uid: String? = null,
|
||||||
|
val title: String = "",
|
||||||
|
val code: String = "",
|
||||||
|
val format: String = "",
|
||||||
|
val protected: Boolean = false,
|
||||||
|
|
||||||
|
val hidden: Boolean = false,
|
||||||
|
val pinned: Boolean = false,
|
||||||
|
val lastUse: Int = 0,
|
||||||
|
)
|
||||||
|
|
||||||
|
object FidelityRepository {
|
||||||
private var db: Database = Database()
|
private var db: Database = Database()
|
||||||
private var binaryDir: File? = null
|
private var binaryDir: File? = null
|
||||||
|
val entries = mutableStateListOf<FidelityEntry>()
|
||||||
|
val activeEntry = mutableStateOf(FidelityEntry())
|
||||||
|
|
||||||
/** Credentials released by the user for this process, so authentication happens once. */
|
|
||||||
var credentials: CredentialResult.Success? = null
|
|
||||||
|
|
||||||
fun getRoot(): Group? {
|
fun getRoot(): Group? {
|
||||||
return db.rootGroup
|
return db.rootGroup
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Makes sure [credentials] are available, asking the user to authenticate if needed. */
|
|
||||||
suspend fun ensureCredentials(context: Context): Boolean {
|
|
||||||
if (credentials != null) return true
|
|
||||||
return when (val res = loadCredentials(context)) {
|
|
||||||
is CredentialResult.Success -> {
|
|
||||||
credentials = res
|
|
||||||
true
|
|
||||||
}
|
|
||||||
CredentialResult.AuthFailed, CredentialResult.NoData -> {
|
|
||||||
ToastHelper.show(context, "Unable to Load Credentials")
|
|
||||||
false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Opens the file with [credentials] and imports its cards into [FidelityRepository]. */
|
|
||||||
suspend fun unlock(context: Context): Boolean {
|
|
||||||
val cred = credentials ?: return false
|
|
||||||
val opened = withContext(Dispatchers.IO) {
|
|
||||||
start(context, cred.db, genCredentials(context, cred))
|
|
||||||
}
|
|
||||||
if (!opened) {
|
|
||||||
ToastHelper.show(context, "Unable to open the database")
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
importDB(context)
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Writes the database back to its file. */
|
|
||||||
suspend fun save(context: Context): Boolean {
|
|
||||||
val cred = credentials ?: return false
|
|
||||||
val saved = try {
|
|
||||||
withContext(Dispatchers.IO) { end(context, cred.db, genCredentials(context, cred)) }
|
|
||||||
} catch (e: Exception) {
|
|
||||||
println(e)
|
|
||||||
false
|
|
||||||
}
|
|
||||||
if (!saved) ToastHelper.show(context, "Unable to save the database")
|
|
||||||
return saved
|
|
||||||
}
|
|
||||||
|
|
||||||
fun start(ctx: Context, uri: Uri?, c: MasterCredential): Boolean {
|
fun start(ctx: Context, uri: Uri?, c: MasterCredential): Boolean {
|
||||||
if (binaryDir == null) binaryDir = ctx.getBinaryDir()
|
if (binaryDir == null) binaryDir = ctx.getBinaryDir()
|
||||||
if (uri == null) return false
|
if (uri == null) return false
|
||||||
@@ -89,7 +59,7 @@ object KeepassDatabase {
|
|||||||
db.loadData(
|
db.loadData(
|
||||||
bitStream, c,
|
bitStream, c,
|
||||||
{ hardwareKey, seed -> retrieveResponseFromChallenge(hardwareKey, seed) },
|
{ hardwareKey, seed -> retrieveResponseFromChallenge(hardwareKey, seed) },
|
||||||
readOnly=false, allowUserVerification = false,binaryDir!!,
|
false, binaryDir!!,
|
||||||
{ BinaryData.canMemoryBeAllocatedInRAM(ctx, it) },
|
{ BinaryData.canMemoryBeAllocatedInRAM(ctx, it) },
|
||||||
false, null
|
false, null
|
||||||
)
|
)
|
||||||
@@ -114,13 +84,12 @@ object KeepassDatabase {
|
|||||||
hardwareKey: HardwareKey? = null
|
hardwareKey: HardwareKey? = null
|
||||||
): MasterCredential {
|
): MasterCredential {
|
||||||
return MasterCredential(
|
return MasterCredential(
|
||||||
cred.password.toCharArray(),
|
cred.password,
|
||||||
cred.key?.let { ctx.contentResolver.openInputStream(cred.key)?.readBytes() },
|
cred.key?.let { ctx.contentResolver.openInputStream(cred.key)?.readBytes() },
|
||||||
hardwareKey
|
hardwareKey
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Replaces the card list with the cards found in the database, keeping per-device flags. */
|
|
||||||
fun importDB(context: Context) {
|
fun importDB(context: Context) {
|
||||||
val seenID= arrayListOf<String>()
|
val seenID= arrayListOf<String>()
|
||||||
fun importDBRec(group: Group) {
|
fun importDBRec(group: Group) {
|
||||||
@@ -134,8 +103,8 @@ object KeepassDatabase {
|
|||||||
val newEntry = FidelityEntry(
|
val newEntry = FidelityEntry(
|
||||||
uid=it.nodeId.id.toString(),
|
uid=it.nodeId.id.toString(),
|
||||||
title=it.title,
|
title=it.title,
|
||||||
code=code.protectedValue.toString(),
|
code=code.protectedValue.stringValue,
|
||||||
format=format.protectedValue.toString(),
|
format=format.protectedValue.stringValue,
|
||||||
protected=code.protectedValue.isProtected,
|
protected=code.protectedValue.isProtected,
|
||||||
)
|
)
|
||||||
val idx = entries.indexOfFirst { e -> e.uid == newEntry.uid }
|
val idx = entries.indexOfFirst { e -> e.uid == newEntry.uid }
|
||||||
@@ -150,6 +119,8 @@ object KeepassDatabase {
|
|||||||
} else {
|
} else {
|
||||||
entries.add(newEntry)
|
entries.add(newEntry)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
group.getChildGroups().forEach { importDBRec(it) }
|
group.getChildGroups().forEach { importDBRec(it) }
|
||||||
}
|
}
|
||||||
@@ -162,19 +133,36 @@ object KeepassDatabase {
|
|||||||
saveEntries(context)
|
saveEntries(context)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
fun saveEntries(context: Context) {
|
||||||
* Writes the card into the loaded database. [FidelityEntry.uid] is either the id of an
|
val prefs = context.getSharedPreferences("fidelity_prefs", Context.MODE_PRIVATE)
|
||||||
* existing entry, which is updated in place, or the id of the group to create it in.
|
prefs.edit { putString("entries", Json.encodeToString(
|
||||||
*/
|
ListSerializer(FidelityEntry.serializer()),
|
||||||
|
entries
|
||||||
|
)) }
|
||||||
|
}
|
||||||
|
|
||||||
|
fun loadEntries(context: Context) {
|
||||||
|
val prefs = context.getSharedPreferences("fidelity_prefs", Context.MODE_PRIVATE)
|
||||||
|
try {
|
||||||
|
val json = prefs.getString("entries", null) ?: return
|
||||||
|
val list = Json.decodeFromString(
|
||||||
|
ListSerializer(FidelityEntry.serializer()),
|
||||||
|
json
|
||||||
|
)
|
||||||
|
|
||||||
|
entries.clear()
|
||||||
|
entries.addAll(list)
|
||||||
|
}catch(_: Exception){
|
||||||
|
prefs.edit{ putString("entries",Json.encodeToString(
|
||||||
|
ListSerializer(FidelityEntry.serializer()),emptyList()))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fun addEntry(ctx: Context, entry: FidelityEntry) {
|
fun addEntry(ctx: Context, entry: FidelityEntry) {
|
||||||
val id = NodeIdUUID(UUID.fromString(entry.uid))
|
val dbEntry = db.getEntryById(NodeIdUUID(UUID.fromString(entry.uid))) ?: db.createEntry()
|
||||||
val existing = db.getEntryById(id)
|
val dbParent = db.getGroupById(NodeIdUUID(UUID.fromString(entry.uid)))
|
||||||
val dbEntry = existing ?: db.createEntry() ?: return
|
dbEntry?.apply {
|
||||||
dbEntry.apply {
|
|
||||||
title = entry.title
|
|
||||||
// Keepass2Android lists entries for this app by URL, so cards written here stay
|
|
||||||
// reachable from KP2A mode as well.
|
|
||||||
if (url.isBlank()) url = Kp2a.appUrl(ctx)
|
|
||||||
putExtraField(
|
putExtraField(
|
||||||
Field(
|
Field(
|
||||||
FidelityKeepassFields.FIDELITYCODE,
|
FidelityKeepassFields.FIDELITYCODE,
|
||||||
@@ -184,14 +172,14 @@ object KeepassDatabase {
|
|||||||
putExtraField(
|
putExtraField(
|
||||||
Field(
|
Field(
|
||||||
FidelityKeepassFields.FIDELITYFORMAT,
|
FidelityKeepassFields.FIDELITYFORMAT,
|
||||||
ProtectedString(true, entry.format.toCharArray())
|
ProtectedString(string= entry.format)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
if(dbParent!=null) title = entry.title
|
||||||
|
dbParent?.addChildEntry(dbEntry)
|
||||||
}
|
}
|
||||||
if (existing != null) db.updateEntry(dbEntry)
|
|
||||||
else db.addEntryTo(dbEntry, db.getGroupById(id) ?: db.rootGroup ?: return)
|
|
||||||
entries.removeIf {it.uid == entry.uid}
|
entries.removeIf {it.uid == entry.uid}
|
||||||
entries.add(entry.copy(uid=dbEntry.nodeId.id.toString()))
|
entries.add(entry.copy(uid=dbEntry?.nodeId?.id.toString()))
|
||||||
saveEntries(ctx)
|
saveEntries(ctx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,109 +0,0 @@
|
|||||||
package net.helcel.fidelity.tools
|
|
||||||
|
|
||||||
import android.content.ActivityNotFoundException
|
|
||||||
import android.content.Context
|
|
||||||
import android.content.Intent
|
|
||||||
import androidx.activity.result.ActivityResultLauncher
|
|
||||||
import net.helcel.fidelity.activity.ToastHelper
|
|
||||||
import net.helcel.fidelity.pluginSDK.KeepassDef
|
|
||||||
import net.helcel.fidelity.pluginSDK.Kp2aControl
|
|
||||||
import net.helcel.fidelity.pluginSDK.Strings
|
|
||||||
import org.json.JSONArray
|
|
||||||
import org.json.JSONException
|
|
||||||
import java.util.UUID
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bridge between [FidelityEntry] and the Keepass2Android plugin interface.
|
|
||||||
*
|
|
||||||
* Entries live in the KP2A database; this app only keeps a local cache of the
|
|
||||||
* non-protected ones (see [FidelityRepository.cacheEntry]).
|
|
||||||
*/
|
|
||||||
object Kp2a {
|
|
||||||
private const val CODE_FIELD = FidelityKeepassFields.FIDELITYCODE
|
|
||||||
private const val FORMAT_FIELD = FidelityKeepassFields.FIDELITYFORMAT
|
|
||||||
|
|
||||||
// Legacy flag written by pre-1.3 versions: "true" means "do not cache locally".
|
|
||||||
private const val PROTECT_CODE_FIELD = "FidelityProtectedCode"
|
|
||||||
|
|
||||||
private const val NOT_INSTALLED = "Keepass2Android Not Installed"
|
|
||||||
|
|
||||||
/** URL that marks a database entry as belonging to this app. */
|
|
||||||
fun appUrl(context: Context): String = "androidapp://" + context.packageName
|
|
||||||
|
|
||||||
fun isAvailable(context: Context): Boolean =
|
|
||||||
Kp2aControl.getQueryEntryForOwnPackageIntent()
|
|
||||||
.resolveActivity(context.packageManager) != null
|
|
||||||
|
|
||||||
/** Asks KP2A to pick one of the entries whose URL points at this app. */
|
|
||||||
fun launchQuery(context: Context, launcher: ActivityResultLauncher<Intent>): Boolean {
|
|
||||||
return try {
|
|
||||||
launcher.launch(Kp2aControl.getQueryEntryForOwnPackageIntent())
|
|
||||||
true
|
|
||||||
} catch (_: ActivityNotFoundException) {
|
|
||||||
ToastHelper.show(context, NOT_INSTALLED)
|
|
||||||
false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Opens KP2A on a pre-filled "new entry" form. KP2A runs in its own task, so no
|
|
||||||
* activity result comes back: the caller must cache the entry optimistically.
|
|
||||||
*/
|
|
||||||
fun launchAdd(context: Context, entry: FidelityEntry): Boolean {
|
|
||||||
val fields = HashMap<String, String>()
|
|
||||||
fields[KeepassDef.TitleField] = entry.title
|
|
||||||
fields[KeepassDef.UrlField] = appUrl(context)
|
|
||||||
fields[CODE_FIELD] = entry.code
|
|
||||||
fields[FORMAT_FIELD] = entry.format
|
|
||||||
fields[PROTECT_CODE_FIELD] = entry.protected.toString()
|
|
||||||
val protectedFields = if (entry.protected) arrayListOf(CODE_FIELD) else null
|
|
||||||
|
|
||||||
return try {
|
|
||||||
context.startActivity(Kp2aControl.getAddEntryIntent(fields, protectedFields))
|
|
||||||
true
|
|
||||||
} catch (_: ActivityNotFoundException) {
|
|
||||||
ToastHelper.show(context, NOT_INSTALLED)
|
|
||||||
false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Stable id for entries KP2A did not tag with its own UUID. */
|
|
||||||
fun localUid(title: String): String =
|
|
||||||
UUID.nameUUIDFromBytes("kp2a:$title".toByteArray(Charsets.UTF_8)).toString()
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Extracts a fidelity entry from an intent produced by KP2A (query result, or the
|
|
||||||
* launch intent when the user opens this app from an entry). Returns null when the
|
|
||||||
* intent carries no fidelity data.
|
|
||||||
*/
|
|
||||||
fun entryFromIntent(intent: Intent?): FidelityEntry? {
|
|
||||||
if (intent?.hasExtra(Strings.EXTRA_ENTRY_OUTPUT_DATA) != true) return null
|
|
||||||
val fields = Kp2aControl.getEntryFieldsFromIntent(intent)
|
|
||||||
val code = fields[CODE_FIELD] ?: return null
|
|
||||||
val format = fields[FORMAT_FIELD] ?: return null
|
|
||||||
val title = fields[KeepassDef.TitleField] ?: ""
|
|
||||||
|
|
||||||
val protected = fields[PROTECT_CODE_FIELD]?.toBooleanStrictOrNull()
|
|
||||||
?: protectedFieldsFromIntent(intent).contains(CODE_FIELD)
|
|
||||||
|
|
||||||
return FidelityEntry(
|
|
||||||
uid = intent.getStringExtra(Strings.EXTRA_ENTRY_ID) ?: localUid(title),
|
|
||||||
title = title,
|
|
||||||
code = code,
|
|
||||||
format = format,
|
|
||||||
protected = protected,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
// KP2A sends the protected field names either as a string list or a JSON array.
|
|
||||||
private fun protectedFieldsFromIntent(intent: Intent): List<String> {
|
|
||||||
intent.getStringArrayListExtra(Strings.EXTRA_PROTECTED_FIELDS_LIST)?.let { return it }
|
|
||||||
val json = intent.getStringExtra(Strings.EXTRA_PROTECTED_FIELDS_LIST) ?: return emptyList()
|
|
||||||
return try {
|
|
||||||
val a = JSONArray(json)
|
|
||||||
List(a.length()) { a.optString(it) }
|
|
||||||
} catch (_: JSONException) {
|
|
||||||
emptyList()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-1
@@ -2,5 +2,4 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
+9
-7
@@ -1,14 +1,16 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.joda_time_version = '2.14.1'
|
// ext.kotlin_version = '1.8.20'
|
||||||
ext.commons_io_version = '2.21.0'
|
// ext.android_core_version = '1.10.1'
|
||||||
ext.android_test_version = '1.7.0'
|
// ext.android_appcompat_version = '1.6.1'
|
||||||
|
// ext.android_material_version = '1.9.0'
|
||||||
|
ext.android_test_version = '1.5.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.3.2' apply false
|
id 'com.android.application' version '8.13.0' apply false
|
||||||
id 'com.android.library' version '9.3.2' apply false
|
id 'com.android.library' version '8.13.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.19.2' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.4.1' apply true
|
||||||
}
|
}
|
||||||
Vendored
+1
-1
Submodule external/KeePassDX updated: 581df551ea...1b98bd740c
@@ -22,7 +22,3 @@ kotlin.code.style=official
|
|||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.onlyEnableUnitTestForTheTestedBuildType=false
|
|
||||||
android.uniquePackageNames=false
|
|
||||||
android.r8.strictFullModeForKeepRules=false
|
|
||||||
android.dependency.useConstraints=false
|
|
||||||
Vendored
BIN
Binary file not shown.
+1
-3
@@ -1,9 +1,7 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
retries=0
|
|
||||||
retryBackOffMs=500
|
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
# Darwin, MinGW, and NonStop.
|
# Darwin, MinGW, and NonStop.
|
||||||
#
|
#
|
||||||
# (3) This script is generated from the Groovy template
|
# (3) This script is generated from the Groovy template
|
||||||
# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||||
# within the Gradle project.
|
# within the Gradle project.
|
||||||
#
|
#
|
||||||
# You can find Gradle at https://github.com/gradle/gradle/.
|
# You can find Gradle at https://github.com/gradle/gradle/.
|
||||||
|
|||||||
Vendored
+21
-10
@@ -23,8 +23,8 @@
|
|||||||
@rem
|
@rem
|
||||||
@rem ##########################################################################
|
@rem ##########################################################################
|
||||||
|
|
||||||
@rem Set local scope for the variables, and ensure extensions are enabled
|
@rem Set local scope for the variables with windows NT shell
|
||||||
setlocal EnableExtensions
|
if "%OS%"=="Windows_NT" setlocal
|
||||||
|
|
||||||
set DIRNAME=%~dp0
|
set DIRNAME=%~dp0
|
||||||
if "%DIRNAME%"=="" set DIRNAME=.
|
if "%DIRNAME%"=="" set DIRNAME=.
|
||||||
@@ -51,7 +51,7 @@ echo. 1>&2
|
|||||||
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
||||||
echo location of your Java installation. 1>&2
|
echo location of your Java installation. 1>&2
|
||||||
|
|
||||||
"%COMSPEC%" /c exit 1
|
goto fail
|
||||||
|
|
||||||
:findJavaFromJavaHome
|
:findJavaFromJavaHome
|
||||||
set JAVA_HOME=%JAVA_HOME:"=%
|
set JAVA_HOME=%JAVA_HOME:"=%
|
||||||
@@ -65,7 +65,7 @@ echo. 1>&2
|
|||||||
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
||||||
echo location of your Java installation. 1>&2
|
echo location of your Java installation. 1>&2
|
||||||
|
|
||||||
"%COMSPEC%" /c exit 1
|
goto fail
|
||||||
|
|
||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
@@ -73,10 +73,21 @@ echo location of your Java installation. 1>&2
|
|||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
||||||
@rem which allows us to clear the local environment before executing the java command
|
|
||||||
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
|
|
||||||
|
|
||||||
:exitWithErrorLevel
|
:end
|
||||||
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
|
@rem End local scope for the variables with windows NT shell
|
||||||
"%COMSPEC%" /c exit %ERRORLEVEL%
|
if %ERRORLEVEL% equ 0 goto mainEnd
|
||||||
|
|
||||||
|
:fail
|
||||||
|
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
||||||
|
rem the _cmd.exe /c_ return code!
|
||||||
|
set EXIT_CODE=%ERRORLEVEL%
|
||||||
|
if %EXIT_CODE% equ 0 set EXIT_CODE=1
|
||||||
|
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
|
||||||
|
exit /b %EXIT_CODE%
|
||||||
|
|
||||||
|
:mainEnd
|
||||||
|
if "%OS%"=="Windows_NT" endlocal
|
||||||
|
|
||||||
|
:omega
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<p><i>Keepass-Fidelity</i> adds an interface to view&save barcodes (QR included) with a Keepass Database, either by opening a KDBX file directly (standalone) or through the Keepass2Android plugin interface.</p><p><br></p><ul><li><b>Launcher:</b> view and launch recent entries (a per entry flag can disable this behaviour)</li><li><b>View:</b> view entries from loaded from the database</li><li><b>Create:</b> add entries from the camera, an image of by filling out a form. The entry is then created in the database</li><li><b>Data:</b> the app uses the following data Title (entry name), barcode type (QR, UPC, ...), barcode content (number/text content) and a "secure" flag (enable/disable caching the entry).</li></ul>
|
<p><i>Keepass-Fidelity</i> adds an interface to view/save barcodes (QR included) to Keepass through the plugin interface of the Keepass2Android app.</p><p><br></p><ul><li><b>Launcher:</b> view and launch recent entries (a per entry flag can disable this behaviour)</li><li><b>View:</b> view entries from the history or queried from Keepass2Android</li><li><b>Create:</b> add entries from the camera, an image of by filling out a form. The entry is then created in the Keepass2Android app</li><li><b>Data:</b> the app uses the following data Title (entry name), barcode type (QR, UPC, ...), barcode content (number/text content) and a "secure" flag (enable/disable caching the entry).</li></ul>
|
||||||
@@ -1 +1 @@
|
|||||||
Fidelity (Membership/Loyalty) Card app with Keepass Database Storage
|
Fidelity (Membership/Loyalty) Card plugin for Keepass2Android
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
for file in external/KeePassDX/{crypto,database}/build.gradle; do
|
|
||||||
if [ -f "$file" ]; then
|
|
||||||
sed -i "/id 'kotlin-android'/d" "$file"
|
|
||||||
sed -i "/apply plugin: 'kotlin-android'/d" "$file"
|
|
||||||
sed -i '/kotlinOptions {/,/}/d' "$file"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user