Commit Graph

11881 Commits (b73c41baa4f14d45337591c9b6d25e7a9f231010)

Author SHA1 Message Date
Gordon Williams b73c41baa4 Merge branch 'master' of github.com:espruino/BangleApps 2022-07-08 08:56:16 +01:00
Gordon Williams f8117221b5
Merge pull request #2031 from pidajo/agpswidget
[New] AGPS Widget
2022-07-08 08:35:03 +01:00
Gordon Williams cddeef0156 update main changelog 2022-07-08 08:31:17 +01:00
Gordon Williams c12e2101f2
Merge pull request #1996 from seanhagen/master
Rewrite Bowser clock to use ClockFace
2022-07-08 08:30:30 +01:00
Gordon Williams d1f3837e2a
Merge pull request #2030 from LeonMatthes/minbat
Add "minimal" versions of battery and Bluetooth widget
2022-07-08 08:26:38 +01:00
pidajo 101ec7d753
Update README.md 2022-07-08 00:03:15 +02:00
pidajo 61ef5f3772
Create README.md 2022-07-08 00:00:48 +02:00
pidajo 74334e09c6
Add files via upload 2022-07-07 23:57:58 +02:00
pidajo 7402bdc7fe
Create metadata.json 2022-07-07 23:56:38 +02:00
pidajo 66d8770059
Create ChangeLog 2022-07-07 23:53:56 +02:00
pidajo 295cdb7e81
Create widget.js 2022-07-07 23:52:45 +02:00
Leon Matthes f781f34200 Minimal battery: Optimizations 2022-07-07 19:38:42 +02:00
Leon Matthes 2a1eb5ade2 Minimal Bluetooth Widget 2022-07-07 19:38:42 +02:00
Leon Matthes e097da43dd Add Minimal Battery widget 2022-07-07 19:38:42 +02:00
Sean Patrick Hagen d79bc3b73f
Updating CHANGELOG & metadata 2022-07-07 10:18:35 -07:00
Gordon Williams 789e3a7ec5 0.06: Bangle.js 2 enhancements - remove offscreen buffer and render direct 2022-07-07 11:00:18 +01:00
Gordon Williams 970de6bf9b
Merge pull request #2005 from myxor/message_buzz_pattern_for_calls
Messages: Separate buzz pattern for incoming calls
2022-07-07 10:27:58 +01:00
Gordon Williams 84c9c82c96
Merge pull request #2029 from pebl-hank/master
Fixed FG/BG color for Teatimer
2022-07-07 09:44:01 +01:00
Hank 3aace6daff Teatimer: Fix BG/FG color 2022-07-07 08:58:14 +02:00
Marco H f06168af97 Merge branch 'master' into message_buzz_pattern_for_calls 2022-07-07 07:30:47 +02:00
pebl-hank b3569f7f36
Merge branch 'espruino:master' into master 2022-07-06 14:12:13 +02:00
Hank 50ba9ed566 Revert "Flappy: Tweked for Bangle.js 2"
This reverts commit f357111bab.
2022-07-06 14:11:30 +02:00
Hank f357111bab Flappy: Tweked for Bangle.js 2 2022-07-06 14:06:47 +02:00
Gordon Williams de876c06e5
Merge pull request #2027 from xxpasixx/newIcons
Add new Icons Airbnb & Warnwetter
2022-07-06 11:37:48 +01:00
xxpasixx 095f1c6dd5
Update metadata.json 2022-07-06 12:19:47 +02:00
xxpasixx 5c04d60da2
Update ChangeLog 2022-07-06 12:19:25 +02:00
xxpasixx ab33e7adae
add warnapp Logo 2022-07-06 12:12:25 +02:00
Marco Heiming 39e6ccb823 Merge branch 'master' into message_buzz_pattern_for_calls 2022-07-06 11:32:41 +02:00
xxpasixx 6f1697f868
add airbnb icon 2022-07-06 11:24:00 +02:00
Gordon Williams 9d65537dc2
Merge pull request #2026 from myxor/owm_interface_update
OpenWeatherMap: minor update
2022-07-06 09:45:38 +01:00
Gordon Williams bc4746ef45
Merge pull request #2023 from LeonMatthes/master
Fix "Vibrate: off" being ignored by messages app
2022-07-06 09:45:08 +01:00
Gordon Williams 70d5bf40de teatimer Fix issue setting colors after showMessage (fix #2025) 2022-07-06 09:42:31 +01:00
Gordon Williams b6f501b6bf check for badly named changelogs, fix some more (ref #2024) 2022-07-06 09:30:44 +01:00
Gordon Williams 1e9a35cc1a
Merge pull request #2024 from buergi/fixing_changelog_case
Fixed existance of multiple change logs with different cases
2022-07-06 09:24:44 +01:00
Gordon Williams 3afd03653f
Merge pull request #2022 from thyttan/messagesmusic
[Messagesmusic] Remove unnecessary line of code
2022-07-06 09:22:58 +01:00
Marco H a256bbed00 Use official writing of OpenWeatherMap
Short documentation on how to get a OWN API key
2022-07-06 08:12:33 +02:00
Marco Heiming d82454f942 Fix messages ignoring "Vibrate: Off" setting (from PR #2023) 2022-07-06 07:49:16 +02:00
buergi b615abd9b6 Fixed existance of multiple change logs with different cases 2022-07-05 23:48:24 +02:00
Leon Matthes b00c6e48c4 Fix "Vibrate: off" being ignored by messages app 2022-07-05 23:18:11 +02:00
thyttan 8c6bfd96c6
tested with messages v0.41 fw2v14 2022-07-05 18:50:34 +02:00
thyttan 39a792d9ef
Update metadata.json 2022-07-05 18:43:33 +02:00
thyttan 13a7998098
Update ChangeLog 2022-07-05 18:43:06 +02:00
thyttan a7f4b83927
Remove unnecessary line of code
This change doesn't change functionality of the app. But it does make it compatible with @rigrig's version of the messages app. I think it's something to do with asynchronous code - but I'm really not qualified to say.
2022-07-05 18:38:41 +02:00
thyttan b99371e278
Music Messages -> Messages Music 2022-07-05 17:40:57 +02:00
Gordon Williams 970c344c11 Merge branch 'master' of github.com:espruino/BangleApps 2022-07-05 15:31:57 +01:00
Gordon Williams 70f15ae1ed fixing more warnings from CI test - where no changelog was added 2022-07-05 15:31:47 +01:00
Gordon Williams b6cb080670
Merge pull request #2021 from deirdreobyrne/locale_en_IE
Adding en_IE
2022-07-05 15:03:55 +01:00
Gordon Williams cbdbe20b34
Merge pull request #2020 from pebl-hank/master
hidcam: Bangle.js 2 support
2022-07-05 11:18:54 +01:00
Hank 94aa001760 Mod changelog 2022-07-05 12:14:19 +02:00
Hank e48bf98739 Fix tabs 2022-07-05 12:05:17 +02:00