Commit Graph

3904 Commits (8bbfabfb77ace876d27deee1d393a6d5a982891f)

Author SHA1 Message Date
Jorge Pérez Ramos 223ccb7e38
Delete algo.txt 2021-07-12 21:26:49 +02:00
Jorge Pérez Ramos 8d9b078a48
Delete widget.js 2021-07-12 21:26:42 +02:00
Jorge Pérez Ramos b20e1ff2de
Add files via upload 2021-07-12 21:25:12 +02:00
Jorge Pérez Ramos 5838f49683
Add files via upload 2021-07-12 21:21:02 +02:00
Jorge Pérez Ramos 284beede2a
Add files via upload 2021-07-12 21:13:23 +02:00
Jorge Pérez Ramos 51f380099c
Rename connection.wid.js to widget.js 2021-07-12 21:04:45 +02:00
Jorge Pérez Ramos 6caa55054f
Add files via upload 2021-07-12 21:02:22 +02:00
Jorge Pérez Ramos 596fcfd01c
Delete widget.js 2021-07-12 21:02:08 +02:00
Jorge Pérez Ramos 749eed2a61
Add files via upload 2021-07-12 20:59:49 +02:00
Jorge Pérez Ramos f39f1d6804
Add files via upload 2021-07-12 20:56:31 +02:00
fxiii b166efc912 Magic 8 Ball Italiano : like Magic 8 Ball but in italian :D 2021-07-11 21:47:34 +02:00
fxiii c341947e7d Red torch: like torch but red :D 2021-07-11 21:27:09 +02:00
fxiii d62dec7dcb App Manager: Allow negative numbers when manual-sorting 2021-07-11 21:18:13 +02:00
fxiii fc0989ca41 Desktop Launcher: reset to clock after 2 mins of inactivity 2021-07-11 21:13:18 +02:00
fxiii c882c52b27 Black Jack game: ignoring buttons events on pauses 2021-07-11 21:07:20 +02:00
Gordon Williams 4a01fa1c6c
Merge pull request #770 from epw/master
Add support for dismissing Gadgetbridge notifications through notify
2021-07-10 19:41:38 +01:00
Eric Willisson 3e41465d64 Fix tabbing 2021-07-09 20:10:13 -04:00
Eric Willisson c3e91b4a30 Adds support for dismissing Gadgetbridge notifications through notify app.
Most of the support was already there, so this is just a few small steps:
- notify.js gets a dismiss_and_hide() exported function that can send the "notify-" event to Gadgetbridge, if installed
- dismiss_and_hide() is called when the Bangle.js screen is touched, instead of just hide()
- Gadgetbridge's widget.js saves "notify"-type events to a variable
- Gadgetbridge's widget.js sends a DISMISS action back to the Android app on "notify-" events, using the saved event data

Note that this is a limited implementation. For example, only the most recent notfication is saved (when a new one comes in, the old one is overridden in the variable), so it will be dismissed on the phone. A more advanced implementation might make it possible to choose which notification to dismiss.

From my own testing, this does properly count as a "swipe-away" style dismiss event in Android, so apps that react to notifications being swiped away will be triggered as expected.
2021-07-09 14:56:19 -04:00
Gordon Williams 6670d51724 new firmware 2021-07-09 17:43:21 +01:00
Gordon Williams c9559961b4 ability to package all files up into a binary blob 2021-07-08 11:12:49 +01:00
Gordon Williams 3979665634 0.22: Ensure Bangle.setGPSPower uses 'gpsrec' as a tag 2021-07-05 10:01:11 +01:00
Gordon Williams fcc6a234d7 capitals 2021-06-30 16:22:49 +01:00
Gordon Williams 2b53e6f84d correct default light theme 2021-06-30 13:52:52 +01:00
Gordon Williams 294c544a84 Bangle.js 2 tweaks 2021-06-30 13:24:58 +01:00
Gordon Williams 97e6d54f89 Quick about tweak to make it work if only one button 2021-06-30 10:18:21 +01:00
Gordon Williams 8e11e1811c Add Bangle.js 2 scroll launcher 2021-06-30 10:17:55 +01:00
Gordon Williams 8b4af27cfc swap nob2 tag to bno2 to allow us to filter on search term 'b2' more easily 2021-06-30 10:13:24 +01:00
Gordon Williams a4358600a0 verticalface 0.09: Fix time when minutes<10 and hours>9 (fix #767) 2021-06-28 11:13:47 +01:00
Jorge Pérez Ramos 0188dbeff5
Add files via upload 2021-06-25 20:25:56 +02:00
Jorge Pérez Ramos d552bb8e8a
Add files via upload 2021-06-25 20:17:26 +02:00
Jorge Pérez Ramos 058047bf6d
Create algo.txt 2021-06-25 20:16:49 +02:00
Jorge Pérez Ramos b49335181d
Delete apps/Banglebridge directory 2021-06-25 20:16:21 +02:00
Jorge Pérez Ramos 2984fd5fc8
Add files via upload 2021-06-25 20:05:40 +02:00
Jorge Pérez Ramos f89da0b8c1
Create some.js 2021-06-25 19:56:38 +02:00
Jorge Pérez Ramos 3cb1d3481f
Delete apps/BangleBridge directory 2021-06-25 19:56:10 +02:00
Jorge Pérez Ramos 5f769e2fe2
Update apps.json 2021-06-25 19:50:07 +02:00
Jorge Pérez Ramos 8b9df4ec79
Update apps.json 2021-06-25 19:44:22 +02:00
Jorge Pérez Ramos f53554d63c
Update Visuals 2021-06-25 19:36:45 +02:00
Jorge Pérez Ramos 7f9f767809
Fix of inofrmation display 2021-06-25 19:31:46 +02:00
Jorge Pérez Ramos efb67968d8
First commit to App Loader 2021-06-25 19:12:36 +02:00
Jorge Pérez Ramos 31225385f1
Update apps.json 2021-06-25 19:10:31 +02:00
Jorge Pérez Ramos e79680ae59
Update apps.json 2021-06-25 19:02:22 +02:00
Jorge Pérez Ramos dfa901c673
Create some.js 2021-06-25 18:02:53 +02:00
Gordon Williams 0688d79d3f Merge branch 'master' of github.com:espruino/BangleApps 2021-06-25 10:50:31 +01:00
Gordon Williams 1ebd554ef8 tweak for #766 to copy with very slow file reads 2021-06-25 10:50:23 +01:00
Gordon Williams 25b3a4a8d2
Merge pull request #765 from hughbarney/master
kicthen: added stepo2 as a combination replacement for stepo and digi watch faces
2021-06-25 08:08:11 +01:00
hughbarney 5730d8cc23 kitchen: added stepo2 as a replacement for stepo and digi 2021-06-24 21:15:25 +01:00
hughbarney 48033a47b4 Merge remote-tracking branch 'upstream/master' 2021-06-24 20:38:08 +01:00
hughbarney df2b229a1d Added stepo2, a combo of stepo and digi 2021-06-24 20:36:45 +01:00
Gordon Williams ede6318ac6 add settings theme menu 2021-06-24 16:09:40 +01:00