mirror of https://github.com/espruino/BangleApps
cards: added changelog and used libraries
parent
d5c445f472
commit
56f9788034
|
@ -0,0 +1 @@
|
|||
0.01: Simple app to display loyalty cards
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
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)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "0.1",
|
||||
"description": "Display loyalty cards",
|
||||
"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",
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
|
|
Loading…
Reference in New Issue