Commit Graph

870 Commits (1bea7a450e1fd8986c6f5ca356aac2272e1e552f)

Author SHA1 Message Date
Richard de Boer 1bea7a450e gbridge: don't turn on screen at start of every song
Do draw the notification, so you can still look up what is playing.
2020-04-07 22:08:29 +02:00
Gordon Williams 3b2558ddd8 Fix HTTPS warning positioning. Also doesn't matter for localhost 2020-04-07 10:53:02 +01:00
Gordon Williams 9f91b5559b
Merge pull request #242 from rigrig/updater
Improve update process
2020-04-07 09:08:51 +01:00
Gordon Williams dbf2d31316 update checks 2020-04-07 09:04:06 +01:00
Gordon Williams 858d979f00
Merge pull request #230 from rigrig/welcome
Move loading of welcome to boot.js
2020-04-07 09:02:09 +01:00
Gordon Williams fc2060e7f0 tweaks and docs for readme file 2020-04-07 08:59:24 +01:00
Gordon Williams a884905384
Merge pull request #240 from paulcockrell/master
Apps Installer [Enhancement] - Add README.md viewer
2020-04-07 08:38:14 +01:00
Gordon Williams 416e749b03
Merge branch 'master' into master 2020-04-07 08:38:06 +01:00
Gordon Williams 1778909e86
Merge pull request #215 from rigrig/gbridge
Gadgetbridge: move config to settings menu
2020-04-07 08:22:22 +01:00
Richard de Boer 4a9cf92acb Readme: welcome.js is no longer special (they now use *.boot.js) 2020-04-07 00:27:06 +02:00
Richard de Boer 8a7c61aa65 Move NodeConfEU 2019 'First Start' Sequence to ncstart.boot.js
fix ncstart
2020-04-07 00:27:06 +02:00
Richard de Boer f8ef03bade Move welcome loader into welcome.boot.js 2020-04-07 00:27:06 +02:00
Richard de Boer 27c02f05e4 Gadgetbridge: move config to settings menu
gbridge: remove `gbridge.app.js` from `apps.json`

This file no longer exists, so don't mention it anymore.
2020-04-06 21:52:56 +02:00
Richard de Boer d8da81ef68 Improve update process:
- Always fill appsInstalled before uploading
- Install: if app already on device, update instead
- Update: get files to remove from appid.info, only remove files which
          won't be overwritten anyway
- Remove: get files to remove from appid.info
2020-04-06 21:37:27 +02:00
Paul Cockrell 085bacdf1a Remove superflous function to check if readme key exists in apps.json for each app 2020-04-06 18:42:46 +01:00
Paul Cockrell 7df6bafdf9 Let user define README file in apps.json. Only show Read More link if one present 2020-04-06 18:29:34 +01:00
Paul Cockrell f384d01c34 Now we have a readme, shrink the Mario clock apps.json description 2020-04-06 18:16:24 +01:00
Paul Cockrell 3794dd542e Move Readme link to below general description 2020-04-06 17:40:17 +01:00
Paul Cockrell abca6359c2 Fix alignment 2020-04-06 17:36:38 +01:00
Paul Cockrell 74809b8bf5 Try images 2020-04-06 17:27:09 +01:00
Paul Cockrell e4431987d8 Correctly set shouldEscapeHtml variable default 2020-04-06 17:15:25 +01:00
Paul Cockrell 094d518180 Test 2020-04-06 17:01:41 +01:00
Paul Cockrell 65078cffef Add argument to not escape html (in case of markdown->html for README 2020-04-06 16:49:42 +01:00
Paul Cockrell 44fff4a855 Add README to Mario Clock. Add README viewer to App installer 2020-04-06 16:36:18 +01:00
Paul Cockrell ebf8e01dd5 Tidy up code 2020-04-06 16:11:05 +01:00
Gordon Williams a96f32a015
Merge pull request #228 from OmegaRogue/master
Add PWA Support
2020-04-06 10:15:45 +01:00
Gordon Williams 7cf9f117d4
Merge pull request #236 from paulcockrell/master
Mario Clock [Enhancement] - Multi characters and Night Mode
2020-04-06 10:08:59 +01:00
Gordon Williams 3b859838b0
Merge pull request #234 from detached/lcd-brightness-setting
Adds LCD brightness setting
2020-04-06 10:04:47 +01:00
Gordon Williams 2dfbbfd64e
Merge branch 'master' into lcd-brightness-setting 2020-04-06 10:03:28 +01:00
Gordon Williams 292ad8f99d
Merge pull request #232 from rigrig/widbatpc
widbatpc: Draw percentage as inverted on monochrome battery
2020-04-06 09:26:28 +01:00
Gordon Williams ddc72ab1b8
Merge pull request #233 from brainfart-be/master
Rewrite and add asked feature  on issue #210
2020-04-06 09:21:35 +01:00
Gordon Williams 00d13800a3
Merge pull request #231 from nikmartin/aclck-face
Analog Clock (aclock) fixes for widget area
2020-04-06 09:20:19 +01:00
Gordon Williams 128544a193
Merge pull request #227 from Purple-Tentacle/daysleft
Changed string display in widget
2020-04-06 09:02:07 +01:00
Gordon Williams c45cfb47b1
Merge pull request #225 from detached/auto-on-settings
Add lcd wake-up settings
2020-04-06 08:47:36 +01:00
Gordon Williams 961b6a8eb7
Merge pull request #224 from msdeibel/master
Minor code fixes and fix for ChangeLog ordering
2020-04-06 08:33:49 +01:00
Paul Cockrell b673b26a0e Add futher instructions to apps.json 2020-04-06 08:28:54 +01:00
Paul Cockrell 44797315cb Add instructions to apps.json 2020-04-06 08:25:19 +01:00
Paul Cockrell 915f2a35c7 Bump version 2020-04-06 07:48:25 +01:00
Paul Cockrell 761a6108b6 Swipe to change character and night mode 2020-04-06 07:43:46 +01:00
Paul Cockrell a7d813978c Keep trees our of sky, more performance enhancements 2020-04-06 07:43:46 +01:00
Simon Weis da0aa84705 Adds LCD brightness setting 2020-04-05 16:30:55 +02:00
Dimitri Gigot 1189595bb4 setTimeout became useless and has to be removed 2020-04-05 00:18:51 +00:00
Dimitri Gigot 32dc0d6d7f Complete rewrite to add animation and loop ( issue #210 ) 2020-04-05 00:12:04 +00:00
Richard de Boer f7e9bde0b9 widbatpc: Draw percentage as inverted on monochrome battery 2020-04-04 21:17:30 +02:00
OmegaRogue 823aac5ce5 Remove Temporary File html_code.html
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 20:18:21 +02:00
Nik Martin b2743ee6d1 shift face down for widgets
localize date
maximize face
2020-04-04 12:58:34 -05:00
OmegaRogue 2151187f26 fix scope
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 18:08:57 +02:00
Christian Hemker 745b3c42e2 Update version and version info 2020-04-04 18:05:53 +02:00
OmegaRogue 96bb428a11 adjust start_url for banglejs.com/apps
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 18:05:37 +02:00
Christian Hemker 10b044997d change string sizes and positions 2020-04-04 17:59:01 +02:00