cards: added changelog and used libraries

pull/2977/head
Gabriele Monaco 2023-08-15 15:31:18 +02:00
parent d5c445f472
commit 56f9788034
3 changed files with 9 additions and 2 deletions

1
apps/cards/ChangeLog Normal file
View File

@ -0,0 +1 @@
0.01: Simple app to display loyalty cards

View File

@ -1,6 +1,6 @@
# Cards # Cards
Basic viewer for loyalty cards synced from Catima through GadgetBridge. Simple app to display loyalty cards synced from Catima through GadgetBridge.
The app can display the cards' info (balance, expiration, note, etc.) and tapping on the appropriate field will display the code, if the type is supported. The app can display the cards' info (balance, expiration, note, etc.) and tapping on the appropriate field will display the code, if the type is supported.
Double tapping on the code will come back to the visualization of the card's details. Double tapping on the code will come back to the visualization of the card's details.
@ -42,3 +42,9 @@ _android.cards.json_
} }
] ]
``` ```
### Credits
Barcode generation adapted from [lindell/JsBarcode](https://github.com/lindell/JsBarcode)
QR code generation adapted from [ricmoo/QRCode](https://github.com/ricmoo/QRCode)

View File

@ -4,7 +4,7 @@
"version": "0.1", "version": "0.1",
"description": "Display loyalty cards", "description": "Display loyalty cards",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"screenshot_cards_overview.png"}, {"url":"screenshot_cards_event1.png"}, {"url":"screenshot_cards_barcode.png"}, {"url":"screenshot_cards_qrcode.png"}], "screenshots": [{"url":"screenshot_cards_overview.png"}, {"url":"screenshot_cards_card1.png"}, {"url":"screenshot_cards_barcode.png"}, {"url":"screenshot_cards_qrcode.png"}],
"tags": "cards", "tags": "cards",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md", "readme": "README.md",