fdroiddata/metadata/com.nextcloudpasswords.yml

100 lines
3.4 KiB
YAML
Raw Permalink Normal View History

2019-04-27 21:33:33 +00:00
Categories:
- Security
License: GPL-3.0-only
AuthorName: daper
AuthorEmail: david@daper.email
SourceCode: https://github.com/daper/nextcloud-passwords-app
IssueTracker: https://github.com/daper/nextcloud-passwords-app/issues
AutoName: NextcloudPasswords
Description: |-
Nextcloud Passwords allows you to:
* Organize your passwords
* Generate new passwords with different options
* Sync all your passwords between the app and your Nextcloud instance
* Copy your passwords to clipboard
* View the details of your passwords and edit them
* Search trough your passwords
* Fingerprint support
RepoType: git
Repo: https://github.com/daper/nextcloud-passwords-app
Builds:
- versionName: '1.10'
versionCode: 11
commit: v1.10
subdir: android/app/
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
- yes
rm:
- node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node
prebuild:
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules
2019-05-05 20:55:01 +00:00
- versionName: '1.11'
versionCode: 12
commit: v1.11
subdir: android/app/
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
- yes
rm:
- node_modules/sqlite3/lib/binding/node-v*-linux-x64/node_sqlite3.node
2019-05-05 20:55:01 +00:00
prebuild:
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
2019-05-05 20:55:01 +00:00
scanignore:
- android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules
2020-03-09 08:52:23 +00:00
2020-03-11 12:14:31 +00:00
- versionName: '1.14'
versionCode: 15
2020-04-06 10:45:33 +00:00
disable: fails to build
2020-03-11 12:14:31 +00:00
commit: v1.14
subdir: android/app/
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
- yes
rm:
- node_modules/sqlite3/lib/binding/node-v*-linux-x64/node_sqlite3.node
prebuild:
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle
2020-04-06 10:45:33 +00:00
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
2020-03-20 22:47:40 +00:00
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
2020-03-11 12:14:31 +00:00
scanignore:
- android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules
2019-04-27 21:33:33 +00:00
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
2020-03-11 12:14:31 +00:00
CurrentVersion: '1.14'
CurrentVersionCode: 15