Commit Graph

94 Commits (acb96b5d1ed6c5297a03ecf4f7a1452ccd50041c)

Author SHA1 Message Date
Gordon Williams 0300d3c08c Add code to allow terminal in BangleApps 2024-10-21 12:33:07 +01:00
Kendell R 02d7af99a6
use a crisper svg logo 2024-02-22 14:35:10 -07:00
Erik Andresen 9fbf9ce602 index: Add tag health 2023-11-12 22:10:30 +01:00
Gordon Williams 4c62777636 Add option to automatically reload the clock after uploading an app 2023-10-13 09:40:20 +01:00
Gordon Williams b9409dd328
Merge pull request #2901 from halemmerich/screenshots
apploader - Adds button for screenshots
2023-07-25 10:38:18 +01:00
Martin Boonk 7a7bcd3e09 apploader - Adds button for screenshots 2023-07-23 16:32:27 +02:00
Martin Boonk 65cd0a7418 apploader - Additional option to allow updates regardless of version 2023-07-23 16:32:14 +02:00
Gordon Williams 72861b4858 remove whitespace 2023-05-18 11:01:22 +01:00
Gordon Williams bf82abd104 Add button to reset Bangle's settings 2023-05-04 12:07:01 +01:00
Gordon Williams 92a5acdbca Add more tooltips, allow sorting by Clock Info 2023-04-28 09:58:39 +01:00
Gordon Williams eae351f63d Move 'Default Settings' into Advanced options 2023-04-28 08:15:56 +01:00
Rob Pilling 3224f48712 Show advanced options below translations 2023-04-27 18:10:32 +01:00
Rob Pilling d56de3048b Move minify setting into expandable area, and warn
This moves the minify option to an expandable advanced section, and changes the warning ("may" -> "will")

See #2562 for more details.
2023-04-25 22:35:12 +01:00
Gordon Williams f5d2653872 More explicit notes on minification 2023-02-23 11:47:02 +00:00
BartS23 125c595b80 fix </p> 2022-12-27 15:15:22 +01:00
BartS23 b4b3a3e88c add issue button, extend issue template 2022-12-27 12:54:33 +01:00
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