Rob Pilling
f43971ef1f
Merge pull request #3698 from dormio/master
...
[clockcal] Added an option to show weeks prior to the current week on clock calendar
2024-12-20 21:08:39 +00:00
Rob Pilling
0ac4c515ed
Merge pull request #3695 from tnyeanderson/agenda-fix
...
fix(agenda): all day event offsets, locale display
2024-12-20 21:08:28 +00:00
Rob Pilling
bc5fb818c2
Merge pull request #3674 from pavelmachek/m_42_spacer
...
spacer: Compare GPS with Baido and Glonass
2024-12-20 21:08:18 +00:00
dormio
794e40f12d
Update metadata.json
...
Changed version number
2024-12-19 09:50:28 -05:00
dormio
751a4247cd
Update app.js
2024-12-17 23:18:15 -05:00
dormio
a0c42670a1
Update settings.js
2024-12-17 23:16:05 -05:00
dormio
d4351c3b9d
Update app.js
...
Added logic in drawWatch to account for CAL_ROWS_PRIOR
2024-12-17 23:15:46 -05:00
dormio
e46bdcb922
Update settings.js
...
Added CAL_ROWS_PRIOR
2024-12-17 23:12:54 -05:00
dormio
a633a9f4ba
Update ChangeLog
2024-12-17 23:11:12 -05:00
thomas
bcf88c31f1
fix(agenda): all day event offsets, locale display
...
Currently, allDay events are off by one day for negative timezones. Per
the CalendarContract:
If allDay is set to 1 eventTimezone must be "UTC" and the time must
correspond to a midnight boundary.
For example, in GMT-2:00, an all day event on December 2nd (beginning at
00:00:00) will be wrongly displayed as starting on December 1st, since
the locale will determine that the event's start time is actually
22:00:00 on Dec 1.
Source:
https://developer.android.com/reference/android/provider/CalendarContract.Events.html
This commit:
* Corrects the offset back to UTC 00:00:00 for allDay events
* Fixes the conditional for single-day all day events in showEvent()
* Fixes the display of formatDateShort() for some English locales by
also removing any trailing commas or whitespace when the year is
removed
2024-12-16 17:30:34 -05:00
thyttan
6e11c5647a
Merge pull request #3691 from vovcia-clug/master
...
A Tea Timer application
2024-12-14 19:38:09 +01:00
vovcia
80173b9851
Change icon, rename internal timer, display running timer on app restart
...
Start timer on button press
Invert icon, update metadata
Update ChangeLog
2024-12-14 19:09:07 +01:00
vovcia-clug
ad24e33a81
Merge branch 'espruino:master' into master
2024-12-13 22:27:39 +01:00
vovcia
d744d4d9d9
Refactored to use sched API
2024-12-13 22:26:50 +01:00
Pavel Machek
97911d7b7a
spacer: fix exception when sys is undefined
2024-12-11 23:52:25 +01:00
Rob Pilling
f96440520e
Merge pull request #3682 from bobrippling/feat/promenu-remove
...
promenu: call `options.remove` when removed
2024-12-11 18:40:02 +00:00
Gordon Williams
516b74f051
openstmap - allow usage of black&white map layer
2024-12-11 16:24:49 +00:00
user
85fdc4be5c
A Tea Timer application
2024-12-11 00:19:38 +01:00
Gordon Williams
1ec19d47b1
Update dependabot.yml to mention gfwilliams
2024-12-09 16:56:52 +00:00
Gordon Williams
4ce5aff1d6
Show 'update complete' message after bootloader update so as not to freak people out
2024-12-09 16:52:48 +00:00
Gordon Williams
fdffbf2933
Merge pull request #3688 from pavelmachek/m_43_agps
...
assistedgps: Fix combination of all systems
2024-12-09 16:46:55 +00:00
Gordon Williams
b51b2af641
Fix update that dependabot shouldn't have pushed in
2024-12-09 16:44:03 +00:00
Gordon Williams
c26fcd0738
DFU
2024-12-09 12:37:59 +00:00
Gordon Williams
3d56d6acba
recommend 2v25
2024-12-09 12:29:33 +00:00
Gordon Williams
144f483217
2v25 firmware, and put the 'upload' button nearer the top!
2024-12-09 12:28:52 +00:00
thyttan
00f2a390df
Merge pull request #3689 from espruino/dependabot/submodules/core-1985313
...
build(deps): bump core from `08dee6d` to `1985313`
2024-12-09 09:37:23 +01:00
dependabot[bot]
a3ffcf78ee
build(deps): bump core from `08dee6d` to `1985313`
...
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore ) from `08dee6d` to `1985313`.
- [Commits](08dee6d584...1985313fdf )
---
updated-dependencies:
- dependency-name: core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 00:51:26 +00:00
Pavel Machek
d18278df16
assistedgps: Fix combination of all systems
2024-12-08 16:33:51 +01:00
thyttan
7238266124
Merge pull request #3687 from espruino/dependabot/submodules/core-08dee6d
...
build(deps): bump core from `ea066f9` to `08dee6d`
2024-12-06 09:40:26 +01:00
dependabot[bot]
4415576d17
build(deps): bump core from `ea066f9` to `08dee6d`
...
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore ) from `ea066f9` to `08dee6d`.
- [Commits](ea066f9ec6...08dee6d584 )
---
updated-dependencies:
- dependency-name: core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 00:18:18 +00:00
Pavel Machek
c7a3c602e2
spacer: display (no data) when data are not available.
2024-12-03 23:57:43 +01:00
Rob Pilling
615ab14c74
Merge pull request #3681 from bobrippling/feat/widbtstates-opt
...
widbtstates: generate better js indexing
2024-12-03 22:27:33 +00:00
thyttan
d24aefc846
Merge pull request #3684 from thyttan/dtlaunch
...
dtlaunch: info re settings in readme
2024-12-03 21:04:12 +01:00
thyttan
b6d61d5d6a
dtlaunch: info re settings in readme
2024-12-03 21:02:10 +01:00
Rob Pilling
ab3944efda
Generate typescript
2024-12-03 18:15:09 +00:00
Rob Pilling
9987a2def9
Merge branch 'master' into feat/promenu-remove
2024-12-03 18:12:15 +00:00
Rob Pilling
b01901c8b7
Merge pull request #3678 from cbkerr/andark-fastload-queue
...
andark: queue redraws and enable fastload
2024-12-03 12:17:57 +00:00
Rob Pilling
b2ff2eb47f
promenu: call `options.remove` when removed
2024-12-03 12:16:33 +00:00
Rob Pilling
7a431011df
widbtstates: generate better js indexing
...
with a slight typescript hack - avoid generating a new string when
we can use a boolean
2024-12-03 12:12:52 +00:00
Pavel Machek
a311899f2a
spacer: merge satellite view
2024-12-02 19:52:55 +01:00
Rob Pilling
22078e87cc
Merge pull request #3679 from gsuarezc/master
...
owmweather: Fix infinite loop when settings.updated is not defined
2024-11-30 19:42:00 +00:00
gsuarezc
9563658c4e
owmweather: Fix infinite loop when settings.updated is not defined
2024-11-30 17:43:52 +00:00
Rob Pilling
dfde43404c
Merge pull request #3675 from gsuarezc/master
...
Undo change to One Call API 3.0
2024-11-29 22:02:37 +00:00
Rob Pilling
352c15bba3
Merge pull request #3676 from espruino/dependabot/submodules/webtools-eb1a20c
...
build(deps): bump webtools from `93d2ce5` to `eb1a20c`
2024-11-29 22:01:30 +00:00
Rob Pilling
f16f521482
Merge pull request #3642 from thyttan/dtlaunch
...
dtlaunch: remember page between dtlaunch instances
2024-11-29 22:01:15 +00:00
Rob Pilling
1bd657ad2f
Merge pull request #3677 from thyttan/messagegui
...
messagegui: fix assign entry to menu, not msg obj
2024-11-29 21:56:07 +00:00
Corwin Kerr
aea8ff9001
andark: move changelog to one line
2024-11-29 16:53:14 -05:00
Corwin Kerr
177e624a71
andark: update version and changelog
2024-11-29 16:50:06 -05:00
Corwin Kerr
3bbb156468
andark: enable fast loading
2024-11-29 16:50:06 -05:00
Corwin Kerr
b5fdb79b7f
andark: queue draw to the exact second
2024-11-29 16:50:06 -05:00