Commit Graph

38 Commits (d166c4224a64d39e4d35f0606ad39ce9f6d0cce2)

Author SHA1 Message Date
Gordon Williams 1a3f338a17 Add short name for QR codes 2023-03-03 10:25:23 +00:00
Gordon Williams bf6e0ed5ca Use heatshrink/imageconverter from webtools - see https://github.com/espruino/BangleApps/pull/2299 2022-11-21 12:16:27 +00:00
julowe 433f8adc18 qrcode: add MeCard (contact info) creation
add html elements and script for First & Last Names, Phone Number, Email, and Website elements of meCard format. Bump to v0.06
2022-06-15 10:27:51 -07:00
Adam Schmalhofer cec31972b5 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +01:00
Martin Boonk e4eea377d7 Allow changing qr code brightness on touch 2021-12-28 12:38:19 +01:00
Martin Boonk 29b231bf65 Remove wrong parenthesis 2021-12-28 12:38:19 +01:00
Martin Boonk 30689e6430 Bump version to 0.04 2021-12-12 10:41:56 +01:00
Martin Boonk 63811b361f Add function for scanning QR codes from camera or file 2021-12-12 10:41:56 +01:00
Martin Boonk d28bbdd286 Move the additional options group down to make the qr visible 2021-12-07 23:13:09 +01:00
Martin Boonk e97c3041d8 Adds option to prevent integer scaling 2021-12-07 23:12:35 +01:00
Martin Boonk 8c313c446e Update changelog 2021-12-07 23:01:19 +01:00
Martin Boonk 59a4fda701 Adds some primitive error handling 2021-12-07 23:01:19 +01:00
Martin Boonk 9a5d01899b Adds configuration for error correction level 2021-12-07 22:59:03 +01:00
Martin Boonk f245ac3d5b Allow configuration of backlight for runtime of QR app 2021-12-07 22:55:21 +01:00
Martin Boonk 1bcc8b205f Repurposes URL field for generic text entry 2021-12-07 22:55:21 +01:00
Martin Boonk 8cc770a69e Only use integer scaling for clearer QR codes 2021-12-07 22:55:21 +01:00
Martin Boonk fd8c1c237f Allow hiding the description 2021-12-07 22:55:21 +01:00
Martin Boonk 57e25085dc Fix redundant parenthesis 2021-12-07 22:55:21 +01:00
Gordon Williams ffbd2b5d60 Add support for 'customConnect' so custom app loaders can tailor what they upload based on the device 2021-09-02 11:51:17 +01:00
Gordon Williams 8ad5d13516 Allow customised apps to be minified/pretokenised 2020-09-01 14:43:54 +01:00
Gordon Williams fe53d9e8b7 fix custom/interface after refactoring 2020-08-24 11:59:52 +01:00
v1nc 58b0ce31b5
fix typo, change event back to "change" 2020-05-11 11:52:26 +00:00
v1nc 237bf48583
change "change" to "click" event for radio inputs
I dont get why it doesnt work with change event..
2020-05-11 11:41:58 +00:00
v1nc 8386f0ba9d
make url default, add event for radio onchange 2020-05-11 11:29:00 +00:00
v1nc 312ba418a5
add changelog 2020-05-11 11:21:45 +00:00
v1nc f79e7e5222
change label, connect radio boxes 2020-05-11 11:18:50 +00:00
v1nc 21e3d659c9
fix typo, remove label 2020-05-11 11:15:09 +00:00
v1nc 8e5c1202d9
fix typo, add radio input, display ssid on device 2020-05-11 11:10:00 +00:00
v1nc 45a76871be
replace jquery inArray 2020-05-11 10:51:24 +00:00
v1nc de6cc1bd90
fix typo 2020-05-11 10:47:07 +00:00
v1nc dc4bc9860a
implement wifi qr code
add input for ssid, password, encryption type and if wifi is hidden.
generate wifi qr code.
2020-05-11 10:43:25 +00:00
Gordon Williams 0541a66640 * Included image and compression tools in repo
* Added better upload of large files (incl. compression)
2020-05-07 10:04:24 +01:00
Gordon Williams f5480bfa0f Tidy up QR code customiser. No change to app, but now we don't have to store icon in HTML 2020-05-06 09:50:47 +01:00
Gordon Williams 909a2b4641 style 2020-03-04 16:41:10 +00:00
Gordon Williams 50e3c852fb MASSIVE REFACTOR
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams a703e15455 Add GPS Recorder with companion code in Bangle App Loader that allows the data to be read back as a KML 2020-02-10 13:49:36 +00:00
Gordon Williams 31a2131da7 fix regressions caused by #50 2019-11-20 15:54:57 +00:00
ra100 da1d4d768c
🚚 Move apps to subfolders #46 2019-11-17 23:43:58 +01:00