msdeibel
8fa7fd0e43
Improved buzz timing and rendering
2020-04-04 08:50:55 +02:00
msdeibel
a55efc5740
Merge branch 'master' of https://github.com/espruino/BangleApps
2020-04-04 08:48:16 +02:00
Gordon Williams
28c8437cce
Merge pull request #209 from articnet/master
...
Fixed icon
2020-04-03 21:17:38 +01:00
Richard de Boer
048a042ffa
Revert "Settings: load app settings in their own scope"
...
> Actually eval('('+appSettings+')') is significantly worse I'm afraid.
>
> Basically, if you do Storage.read you get a pointer to external memory
> Any functions have their code kept in that memory so it saves loads of
> RAM. The second you append to the string it has to copy everything to
> RAM - so now every function ends up in RAM, not Flash :(
This reverts commit c135c70f
2020-04-03 21:32:05 +02:00
Richard de Boer
443e818d36
Merge branch 'master' into app_settings
2020-04-03 21:28:35 +02:00
ArticNet
18e69603dd
Fixed icon
2020-04-04 04:22:41 +09:00
Gordon Williams
561f381a4d
Merge pull request #207 from MaBecker/update_app_miclock
...
update_app_miclock
2020-04-03 19:46:46 +01:00
Gordon Williams
9c15ff4b05
Merge branch 'master' into master
2020-04-03 19:43:56 +01:00
MaBecker
3a70e315b8
update_app_miclock
...
no commands before jshint
2020-04-03 20:41:33 +02:00
MaBecker
9d57514058
add cs_CZ
...
with support from Standa
2020-04-03 20:34:38 +02:00
ArticNet
3b056d9e85
Added Dot Clock
...
initial release
2020-04-04 03:12:26 +09:00
Richard de Boer
fc7e61e2ca
Settings: minor reformat
2020-04-03 19:59:15 +02:00
Richard de Boer
c135c70f7e
Settings: load app settings in their own scope
2020-04-03 19:56:30 +02:00
Richard de Boer
361d7b838f
Merge branch 'master' into app_settings
2020-04-03 19:31:56 +02:00
Gordon Williams
fbce9aaa7c
stopwatch - Added widgets
2020-04-03 15:24:09 +01:00
Gordon Williams
f66aab5823
Add page to export files from Stopwatch, save files in better format and with better filename
2020-04-03 15:15:06 +01:00
Gordon Williams
86ab3706ea
Gadgetbridge App 'Connected' state is no longer toggleable
2020-04-03 13:42:31 +01:00
Gordon Williams
155270f668
Merge branch 'master' into call-notifications
2020-04-03 13:25:38 +01:00
MaBecker
7b79074cb7
add wigdet moon phase
2020-04-03 13:13:14 +02:00
Stefano Baldan
6bac8e982b
RPG dice app
2020-04-03 11:37:43 +02:00
Paul Cockrell
50322a0f05
Lint
2020-04-03 09:18:05 +01:00
Paul Cockrell
4f60a45022
Bug fix - use 12 / 24 hr clock based on user settings
2020-04-03 09:16:22 +01:00
Gordon Williams
b135c097cf
Add unicode flags for Language
2020-04-03 08:16:42 +01:00
Gordon Williams
a0ddb73d99
Merge pull request #197 from nic/patch-1
...
Addded Portuguese from Brazil 🇧🇷
2020-04-03 08:09:30 +01:00
nic
2ed00456bf
Addded Portuguese from Brazil
2020-04-03 00:34:18 -03:00
Richard de Boer
39621bfae0
Settings: Add support for app/widget settings
...
Apps and widgets can add a `<appid>.settings.js` file which can be
opened from the "App/widget settings" submenu.
This file should define a single function to configure the app/widget.
The function is passed a `back` argument, which can be used to return to
the settings menu by calling `back()`.
Example `<appid>.settings.js`:
```
function settings(back) {
const mySettingsMenu = {
'': { 'title': 'My Widget' },
'< Back': back, // go back to settings menu
'Sound': {
value: false,
format: s => s ? 'on' : 'off',
onchange: s => {if(s) Bangle.beep()} // TODO: save new value
},
};
E.showMenu(mySettingsMenu)
}
```
2020-04-03 01:46:43 +02:00
Dimitri Gigot
f143f3eac5
Increase version
2020-04-02 20:31:21 +00:00
Dimitri Gigot
e7c8ea9813
add touch and swipe support
2020-04-02 20:29:37 +00:00
Gordon Williams
282ff71577
Merge pull request #190 from Purple-Tentacle/master
...
Moonphase, added GPS and more buttons
2020-04-02 20:37:18 +01:00
Gordon Williams
668f7bb549
Merge pull request #189 from Xaseron/gbridge
...
Gadgetbridge notification optimization
2020-04-02 20:36:35 +01:00
Gordon Williams
87f43ad21e
Merge branch 'master' into master
2020-04-02 20:35:34 +01:00
Gordon Williams
512045f54e
Merge pull request #184 from paulcockrell/master
...
Astrocalc, Sun and Moon info calculator
2020-04-02 20:32:11 +01:00
Purple-Tentacle
4792189adc
Merge pull request #3 from Purple-Tentacle/moonphase
...
Moonphase
2020-04-02 21:27:58 +02:00
Christian Hemker
c7b5e3e586
added version information
2020-04-02 21:27:05 +02:00
Christian Hemker
5ad34face0
added gps
2020-04-02 21:23:04 +02:00
Michael Werner
9692204ce0
Bump Gadgetbridge version to 0.05
2020-04-02 21:20:56 +02:00
Michael Werner
792e79c3a8
Gbridge: Limit title length
...
Some group chats like in whatsapp have really long title as they consist of group chat name + person name
2020-04-02 21:20:56 +02:00
Michael Werner
8468899a80
Fix indention
2020-04-02 21:20:56 +02:00
Michael Werner
0af2cb7a6f
Gbridge: change animation timeout
...
a litte bit slower animation looks more fluent
2020-04-02 21:20:56 +02:00
Dimitri Gigot
dd93f2be15
add Toucher icon
2020-04-02 18:49:06 +00:00
Simon Weis
d60af1dabd
Remove lost break
2020-04-02 20:40:56 +02:00
Dimitri Gigot
0db4324e7b
clean up
2020-04-02 18:38:12 +00:00
Simon Weis
63d4dbb101
Inline variables and restore notification code
2020-04-02 20:36:58 +02:00
Dimitri Gigot
44a94c8058
App: Toucher - Touch enabled launcher
2020-04-02 18:36:19 +00:00
ArPhil
8ff0ba0c59
Create ChangeLog
2020-04-02 20:09:24 +02:00
ArPhil
05a14ed2a2
Create app-icon.js
2020-04-02 19:58:29 +02:00
ArPhil
b5a1909dbc
Add files via upload
2020-04-02 19:57:08 +02:00
ArPhil
ea0cefaa64
Create app.js
2020-04-02 19:56:44 +02:00
Christian Hemker
8d84d4d0dd
refactor, btn2 for today
2020-04-02 19:30:12 +02:00
MaBecker
dea01151a9
switch_to_local_name
2020-04-02 17:16:01 +02:00