Commit Graph

78 Commits (0a285a80f192266604c1a5f32bc7c2996c598cc5)

Author SHA1 Message Date
Gordon Williams bf6e0ed5ca Use heatshrink/imageconverter from webtools - see https://github.com/espruino/BangleApps/pull/2299 2022-11-21 12:16:27 +00:00
Martin Boonk 906dcf1461 apploader - Load puck.js locally 2022-11-20 22:35:33 +01:00
Gordon Williams 6d7ffa72fa Added option for minification of apps. as mentioned on https://forum.espruino.com/conversations/381203/?offset=25#comment16758675 2022-11-11 14:26:53 +00:00
Gordon Williams 02f91e1bd0 rewording based on 6b80860889 (r89122343) 2022-11-07 14:09:07 +00:00
Gordon Williams 1ad66dd16e Misc tweaks - and linking to privacy policy for collected data 2022-11-07 09:22:36 +00:00
Gordon Williams d3c284ac8e Support for sort by installs/sort by favourites 2022-11-04 15:14:05 +00:00
Gordon Williams 13fd18ff8c Add option to send usage stats 2022-10-19 15:33:41 +01:00
Gordon Williams 7f9bf3a758 Add option to use lower write size for phones with potentially iffy Bluetooth stacks (fix #)1834 2022-05-16 14:32:35 +01:00
Gordon Williams 0369f1672b shorter tag name 2022-04-25 14:01:52 +01:00
Alessandro Cocco 499ec22dd8 [AppLoader] Add new chips 2022-04-25 14:09:33 +02:00
Gordon Williams 00f1de401a Add 'reinstall apps' button 2022-03-30 15:55:31 +01:00
Gordon Williams 373e967082 first hack at support for running the App Loader inside Gadgetbridge 2022-03-24 15:52:19 +00:00
Gordon Williams bd899c7f72 Added backup/restore buttons 2022-03-15 12:47:57 +00:00
Gordon Williams 55430085f2 update locale docs 2022-02-11 11:40:44 +00:00
Marco Heiming 07db0e35ac Add device info element to more page (hidden by default) 2022-01-30 21:39:40 +01:00
James Stanley c50cdc5468 Rename 'About' to 'More...' 2022-01-28 11:47:23 +00:00
Gordon Williams 85be6af02e Add menu option for language translations (fix #136) 2022-01-18 16:21:30 +00:00
James a28b3b78e4 Add spacing to layout, small css tweaks 2021-11-28 13:58:41 +00:00
Gordon Williams 641cd01230 Option to update device time automatically. And always fix it if time has obviously never been set 2021-10-27 16:42:54 +01:00
Gordon Williams d1935c3860 Add filtering for Bangle.js 1 and 2 2021-10-20 15:20:25 +01:00
Gordon Williams 300ed35bca remove bangle.js banner 2021-10-12 17:08:45 +01:00
Gordon Williams 71471d3779 quick kickstarter mention 2021-09-24 09:03:02 +01:00
Gordon Williams d86e4c4611 Link troubleshooting 2020-12-03 15:12:46 +00:00
Gordon Williams d10df7a638 Moving to git submodule for code app loader code 2020-09-01 11:37:38 +01:00
Gordon Williams fe53d9e8b7 fix custom/interface after refactoring 2020-08-24 11:59:52 +01:00
Gordon Williams f150f3d8da Refactoring of common code into 'core', in preparation for a generic 'Espruino App Loader' 2020-08-21 14:59:43 +01:00
Gordon Williams 46121e60a0 Fix `marked is not defined` error (and include in repo, just in case) 2020-06-01 08:43:33 +01:00
Gordon Williams 572a468cab Set page scaling better for mobile 2020-05-28 14:20:56 +01:00
Gordon Williams 8753767b91 Move espruinotools.js to lib as it seems a more sensible location 2020-05-28 08:28:50 +01:00
Gordon Williams b3e189ad87 Fix alignment of sort tab 2020-05-13 11:40:33 +01:00
Gordon Williams 746ea6c129 Allow sorting by modified as well as created date 2020-05-13 11:25:08 +01:00
Gordon Williams d03fb00f2d * URL fetch is now async
* Adding '#search' after the URL (when not the name of a 'filter' chip) will set up search for that term
* If `bin/pre-publish.sh` has been run and recent.csv created, add 'Sort By' chip* URL fetch is now async
2020-05-12 22:01:22 +01:00
Gordon Williams 0541a66640 * Included image and compression tools in repo
* Added better upload of large files (incl. compression)
2020-05-07 10:04:24 +01:00
Gordon Williams 0c08e16151 * Added code to handle Settings
* Added espruinotools.js for pretokenisation
2020-04-29 09:20:18 +01:00
Gordon Williams c065f3aa43 oops 2020-04-27 16:20:43 +01:00
Gordon Williams 727d7a1452 Online minification test 2020-04-27 16:12:13 +01:00
Gordon Williams 5fe7f48477 Add 'update all' button (fix #237) 2020-04-20 10:07:55 +01:00
MaBecker 0fa4b44990 add favourite functionality
* library select/unselect apps/widgets
* as library  section
* as upload
* deny unselect  for boot and setting
2020-04-14 08:52:04 +02:00
Gordon Williams 36a8957942 Remove 2v04 version warning, add links in About to official/developer versionsRemove 2020-04-08 08:53:40 +01:00
Gordon Williams 3b2558ddd8 Fix HTTPS warning positioning. Also doesn't matter for localhost 2020-04-07 10:53:02 +01:00
Gordon Williams 416e749b03
Merge branch 'master' into master 2020-04-07 08:38:06 +01:00
Paul Cockrell 44fff4a855 Add README to Mario Clock. Add README viewer to App installer 2020-04-06 16:36:18 +01:00
OmegaRogue 923dbe71e4 Switch second header to div
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:37:43 +02:00
OmegaRogue 8565d61c43 Made http warning and install footer floating
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:35:55 +02:00
OmegaRogue dfd98b2d3f fixed paths
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:23:53 +02:00
OmegaRogue 50ff8cfbb2 move icons to img/
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:21:14 +02:00
OmegaRogue 507327f9a1 tried getting pwa to work
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:18:33 +02:00
OmegaRogue 65d3539383 added service-worker.js
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-04 12:12:11 +02:00
OmegaRogue 37238239a2
Merge pull request #1 from espruino/master
Sync Repo changes
2020-04-03 19:12:29 +02:00
OmegaRogue e474c99c42 Move files from previous Commit to root
Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-03 19:09:20 +02:00