mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
108 lines
3 KiB
YAML
108 lines
3 KiB
YAML
Categories:
|
|
- Connectivity
|
|
- Security
|
|
License: Apache-2.0
|
|
AuthorName: Anton Tananaev
|
|
AuthorEmail: anton.tananaev@gmail.com
|
|
SourceCode: https://github.com/tananaev/passport-reader
|
|
IssueTracker: https://github.com/tananaev/passport-reader/issues
|
|
|
|
AutoName: e-Passport Reader
|
|
Description: |-
|
|
Android app that uses the NFC chip to communicate with an electronic passport.
|
|
It supports action, so third party apps can use it to retrieve passport data.
|
|
Please visit website for more information.
|
|
The app is completely open source, so anyone is welcome to validate that it
|
|
doesn't collect any personal information. Data is kept only in memory and
|
|
removed as soon as you close the app. Passport data is never uploaded to any
|
|
remote server.
|
|
App had been successfully tested with Russian passport. It might not work
|
|
with some other passports. If it doesn't work, please create GitHub issue to
|
|
help me fix the issue instead of leaving negative feedback.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tananaev/passport-reader.git
|
|
|
|
Builds:
|
|
- versionName: '2.1'
|
|
versionCode: 16
|
|
commit: v2.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r21d
|
|
|
|
- versionName: '2.3'
|
|
versionCode: 18
|
|
commit: v2.3
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r23b
|
|
|
|
- versionName: '3.0'
|
|
versionCode: 19
|
|
commit: be0d99601e815065b7f4d2a62bdbf9c3d51d3ca5
|
|
subdir: app
|
|
gradle:
|
|
- regular
|
|
prebuild: sed -i -e '/com.google/d' ../build.gradle
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r23b
|
|
|
|
- versionName: '3.1'
|
|
versionCode: 20
|
|
commit: 91b8146ffeda43836ce442ec65fb960646671885
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- regular
|
|
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
|
|
build.gradle ../build.gradle
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r23b
|
|
|
|
- versionName: '3.2'
|
|
versionCode: 21
|
|
commit: 34626baf1c13a240d7c738213004bf3511021b9e
|
|
subdir: app
|
|
gradle:
|
|
- regular
|
|
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
|
|
build.gradle ../build.gradle
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r23b
|
|
|
|
- versionName: '3.3'
|
|
versionCode: 22
|
|
commit: 098af441b35b4064f3feae4718d6f55702f8cbc3
|
|
subdir: app
|
|
gradle:
|
|
- regular
|
|
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
|
|
build.gradle ../build.gradle
|
|
scanignore:
|
|
- app/src/main/assets/masterList
|
|
ndk: r23b
|
|
|
|
MaintainerNotes: masterList is a bundle of x509 certificates the scanner otherwise
|
|
blocks
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '3.3'
|
|
CurrentVersionCode: 22
|