mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
add tananaev passport reader
This commit is contained in:
parent
3d07785712
commit
30ce27fab2
2 changed files with 43 additions and 0 deletions
42
metadata/com.tananaev.passportreader.yml
Normal file
42
metadata/com.tananaev.passportreader.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
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
|
||||
|
||||
Builds:
|
||||
- versionName: '2.1'
|
||||
versionCode: 16
|
||||
commit: v2.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- app/src/main/assets/masterList
|
||||
|
||||
MaintainerNotes: masterList is a bundle of x509 certificates the scanner otherwise
|
||||
blocks
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 16
|
||||
1
metadata/com.tananaev.passportreader/en-US/summary.txt
Normal file
1
metadata/com.tananaev.passportreader/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
use the NFC chip to communicate with an electronic passport
|
||||
Loading…
Reference in a new issue