Commit Graph

452 Commits (bb70d3f359ea74d76ed145cd32f51b74859840e5)

Author SHA1 Message Date
Marek Ventur bb70d3f359
Merge branch 'master' into mstratford-dialogs 2018-09-16 16:29:10 +01:00
Marek Ventur 49036697e6
don't bootstrap this app 2018-09-16 16:27:36 +01:00
Marek Ventur bef3fea0fe
Merge pull request #109 from AnthonyMann/master
Initial Aerospace badge
2018-09-16 16:27:11 +01:00
Marek Ventur 7ab2c9e18a
clarify "brainfuck" 2018-09-16 16:26:27 +01:00
Marek Ventur b635e388ae
Merge pull request #112 from mitxela/master
simple bf interpreter
2018-09-16 16:25:33 +01:00
Marek Ventur f2230aa52b
Merge pull request #116 from crc48/master
Cards against EMF
2018-09-16 16:23:12 +01:00
Marek Ventur fd5a03a09d
Merge pull request #119 from Trikkitt/orbs
Orbs
2018-09-16 16:21:20 +01:00
Marek Ventur 9a30c6667c
Merge pull request #127 from catalin-ursachi/mass-storage-confirm
Add warning prompt to mass_storage
2018-09-16 16:20:45 +01:00
Marek Ventur 2d335fd6f6
Merge pull request #136 from Illlin/master
Add DevRant client to TiLDA-Mk4
2018-09-16 16:15:22 +01:00
Marek Ventur 51462746e6
Merge pull request #137 from mallyhubz/nyan_home
nyan cat homescreen
2018-09-16 16:14:04 +01:00
Marek Ventur df9b1cf9e3
Merge pull request #140 from tswsl1989/setlauncher
Allow default launcher to be changed
2018-09-16 16:13:21 +01:00
Marek Ventur 7716ee6056
Merge pull request #151 from FLamparski/docs
Fix database.py docstring
2018-09-16 16:12:45 +01:00
Marek Ventur 64d719f08d
Merge pull request #146 from davea/use-update-endpoint
Call /update instead of /install on the backend when updating apps
2018-09-16 16:11:45 +01:00
Filip Wieland f14fb67fd9 Fix database.py docstring 2018-09-16 12:16:15 +01:00
Marek Ventur 3c228d161b
Merge pull request #147 from oscitancy/master
+ Added function to exit the Holland app
2018-09-15 23:23:52 +01:00
Marek Ventur a0038d98ac
Merge pull request #149 from Molive-0/master
Add Arp music synth
2018-09-15 23:23:34 +01:00
Marek Ventur de4fe0fb64
Merge pull request #150 from FLamparski/trains
Add Trains app
2018-09-15 23:22:38 +01:00
Filip Wieland ff7c10636e Show wifi wait message 2018-09-15 23:01:29 +01:00
Filip Wieland 825741bdd5 Bottom label, quit with MENU 2018-09-15 22:28:38 +01:00
Filip Wieland e86d5955a3 Settings screen, spit and polish 2018-09-15 22:20:20 +01:00
Matthew Stratford 484f7c4063 Fix right-alignment (clipping) on WaitingMessage 2018-09-15 16:08:32 +01:00
Matthew Stratford 7316522b0e Give updating dialog a nice title 2018-09-15 16:01:31 +01:00
Matthew Stratford d5c64f4de7 Back from Install page to category 2018-09-15 15:59:37 +01:00
Matthew Stratford 268ef625f2 Allow scrolling of labels by \n 2018-09-15 15:52:59 +01:00
Kimball Johnson 4a6271de07 Add homescreen for PyCon 2018-09-15 09:53:09 +01:00
Matthew Stratford 705167983d
Merge branch 'master' into mstratford-dialogs 2018-09-14 23:34:22 +01:00
Matthew Stratford 6683e2bc8d Tidy up with .format() 2018-09-14 23:26:48 +01:00
Filip Wieland f160547e7d Departure board for Deptford 2018-09-12 22:26:48 +01:00
Molive fade33fd3d
Add Arp music synth 2018-09-12 22:17:02 +01:00
Thomas Lake edb57cbe3b Allow default launcher selection
This allows e.g. speedlauncher to be used with any of the homescreen apps
2018-09-12 21:06:20 +01:00
Emily 1a4b656270 + Added function to exit app 2018-09-11 18:22:32 +01:00
Dave Arter 1ee0067f23 Call /update instead of /install on the backend when updating apps
The badge has no way of knowing whether an installed app came from the
badge store or local development, so simply requests all installed apps
when doing an update. The default /install path on the backend will
return a 404 if any of the requested apps aren't in the repo.

This commit calls /update instead, which doesn't 404 if an app is
missing.

Depends on emfcamp/Mk4-Backend#2

Fixes #57
2018-09-10 14:15:41 +01:00
Dave Arter 49125fc3d2 Fix badge store app installation when custom apps are present
Fixes #85.
See also #57, though doesn’t fix ‘update all apps’ functionality.
2018-09-10 13:36:12 +01:00
Bob Clough 6fb00ff971
Merge pull request #141 from tswsl1989/limitsync
Optionally limit sync to bootstrapped apps
2018-09-10 10:08:47 +01:00
Dave Arter bdae1dba3b Allow ‘z’ key to be typed on keypad
oops.
2018-09-09 21:01:24 +01:00
Thomas Lake dbb8515fb8 Don't remove paths explicitly specified on command line 2018-09-09 18:45:11 +01:00
Thomas Lake d72cdc9272 Optionally limit sync to bootstrapped apps
tilda_tools sync # Syncs everything, as before
tilda_tools --bootstrapped-apps sync # Removes any apps not marked as bootstrapped in their main.py

Fixes #123
2018-09-09 18:39:43 +01:00
Dave Arter 68a08fc47d
Merge pull request #139 from robberwick/horse_melon
Add Horse Praise and Melon Worship app
2018-09-09 17:29:23 +01:00
Rob Berwick c6342ff214 Add Horse Praise and Melon Worship app 2018-09-09 16:21:57 +01:00
Filip Wieland bc0fa1f8cb Trains - Initial commit 2018-09-09 13:14:30 +01:00
Dave Arter f5e61c6b9a
Merge pull request #108 from mellmann/nyan
nyan cat animation
2018-09-09 10:28:04 +01:00
Heinrich Mellmann 49d0356991 removed unnecessary images
show every frame
2018-09-09 11:14:18 +02:00
Dave Arter ce478e2aa2 Show badge firmware version in sysinfo app 2018-09-08 11:05:09 +01:00
Dave Arter 7835018432 Remove lib/random dependency from pong 2018-09-07 21:29:14 +01:00
Dave Arter d696b27ba1
Merge pull request #129 from catalin-ursachi/fix-tildr
TILDR-1073 - Fix profile initialization
2018-09-07 21:15:27 +01:00
Dave Arter 593ee2a469
Merge pull request #120 from MisguidedEmails/pride
Pride add selection of flags
2018-09-07 21:10:05 +01:00
Dave Arter c4f6bc8549
Merge pull request #138 from mbooth101/settlers
Initial version of a Catan game board generator
2018-09-07 21:05:18 +01:00
Dave Arter 9b0c1006ef
Merge pull request #117 from cibomahto/pong
Pong!
2018-09-07 21:00:33 +01:00
Dave Arter a391ab48f8
Merge pull request #115 from victorloux/master
App: speed launcher
2018-09-07 20:47:40 +01:00
Dave Arter d185a9c92c Remove EMF category 2018-09-07 20:38:08 +01:00