Forráskód Böngészése

Updated TODO with goRoku code base and 2 more

  I've completed the port of the goRoku project's code-base over to this
base.

  I've got build scripts which can build linux amd64 (my desktop), linux arm64 (raspberry pis), and android (my phone).

  I've seen it working under android (and while appears buggy and the
gui isn't quite so nice under both desktop and mobile compared to
goRoku's layout).
Apollo 2 éve
szülő
commit
ee61caedb1
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      TODO.md

+ 4 - 4
TODO.md

@@ -2,13 +2,13 @@
 
 ## v1.0-dev
 
-- [ ] Ported goRoku's code-base
+- [x] Ported goRoku's code-base
 - [ ] Tested code-base (as best we can)
-- [ ] Linux desktop app
+- [x] Linux desktop app
 - [ ] More testing, this time on the Linux desktop app (thank you Fyne, you support testing app development)
-- [ ] Android app
+- [x] Android app
 - [ ] Hmm testing, yup, this time on the Android app (if needed, to get the Android app it should just be asking Fyne to make a android executable then coping it onto a test device to play around with)
-- [ ] Simple build process for desktop and mobile (script it)
+- [x] Simple build process for desktop and mobile (script it)
 
 ## v1.0-rel