Commit Graph

56 Commits (82ed79ed761a8cde54e8e8e083027e56e09fdc23)

Author SHA1 Message Date
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
OmegaRogue c60be707d8 Added PWA and Browser Theme Support
Add more favicon resolutions
Add Progressive Web App Support
Add Theme and Icon support for Safari
Add Theme and Icon Support for Windows Metro
Add Theme and Icon Support for Android Chrome

Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
2020-04-03 17:37:54 +02:00
Gordon Williams 9b918055da Fix progress bar - now goes smoothly up over the course of the app upload.
Also tidy it up significantly and reduce duplication
2020-04-03 14:27:45 +01:00
Gordon Williams 91e78238bb Remove un-needed dependency 2020-03-31 13:18:50 +01:00
Gordon Williams b40c9031e1 refactor - move JS into its own directory 2020-03-31 13:18:31 +01:00
Gordon Williams bfa79c9632 Added 'outdoor' chip 2020-03-25 07:49:44 +00:00
Gordon Williams 77ad48f016 Add github link to repo in the app overview (fix #127) 2020-03-16 09:04:13 +00:00
Gordon Williams 6c7c9c2bc1 Make 2v04 text less annoying 2020-03-11 16:30:51 +00:00
Gordon Williams dc750df4a9 Fix 'My Apps' page
Fix minor formatting gotcha
2020-02-28 15:34:58 +00:00
Gordon Williams 8220765c11 Added bin/sanitycheck.js to perform a bunch of tests to make sure everything is correct 2020-02-28 14:17:22 +00:00
Gordon Williams 3726a44fb5 New notes about breaking changes 2020-02-28 12:16:57 +00:00
Gordon Williams 50e3c852fb MASSIVE REFACTOR
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams d1fe3c5c97 Remove 'My Files' tab for now - it slowed down app uploads, may have confused non-techy users, and didn't cope with StorageFile.
https://www.espruino.com/ide/ now has a shiny file loader that allows  viewing, deleting, and saving along with StorageFiles
Issue open for 2 weeks and no interest either way so I'm assuming this is ok - shame though as it was a really neat addition (fix #99).
2020-02-25 14:05:59 +00:00
Gordon Williams 692ff509e5 Add button clear everything and reload default apps 2020-02-04 16:13:06 +00:00
feugy 5278ec9929 feat: "my files" tab to list and download files 2019-12-24 14:47:02 +01:00
Gordon Williams f979f29ea6 add extra filter options 2019-11-13 17:43:59 +00:00
gdorsi 8a240cca37 adds search and filters to the app library, closes #2 2019-11-13 18:33:54 +01:00
gdorsi 1734a4e229 corrects toast location when scrolling, closes #36 2019-11-13 17:43:09 +01:00
gdorsi d18ce375ad update the connection button at every connection change 2019-11-12 11:56:31 +01:00
gdorsi 2d702859fa added connect button 2019-11-12 00:59:52 +01:00
Gordon Williams e7a6cbedfd firmware maker 2019-11-10 10:22:33 +00:00
Gordon Williams 5e9d2e010a Logo, about page, set time + erase all apps option 2019-11-07 09:26:46 +00:00
Gordon Williams eb71f80ef2 Added customised app loading 2019-11-06 17:25:02 +00:00