mmcwilliams
d67d55d82f
Target version 9
2020-07-24 14:07:12 -04:00
mmcwilliams
2e2751ad1b
Add experimental pkg build process for creating portable binaries for debian
2020-07-23 18:04:11 -04:00
mmcwilliams
8ef21c4991
Motor key is now printable without supports inside the set screw void and the hobbled rod void.
2020-07-09 09:15:11 -04:00
mmcwilliams
1b9abd897d
Build script updates config.xml file for cordova build process.
2020-05-20 01:45:45 -04:00
mmcwilliams
8a221f1969
Increment version for release
2020-05-19 23:28:31 -04:00
mmcwilliams
020b273ab2
Monitor the progress of an advanced sequence
2020-05-19 23:23:42 -04:00
mmcwilliams
05af031cba
Resolves #19 . Resolves #18 . Resolves #17 .
...
Creates an "advanced" screen with UI for explicitly declaring the number of loops.
2020-05-19 18:40:19 -04:00
mmcwilliams
7d779bc5c9
Compile ble module with typescript. Add globals file to prevent errors.
2020-05-19 17:31:55 -04:00
mmcwilliams
b4091bf06b
Fixed single line issue
2020-05-19 17:28:14 -04:00
mmcwilliams
31ad5286de
Set sequence state to false when done.
2020-05-19 17:06:36 -04:00
mmcwilliams
d4acede481
Install uuid for build script. Increment patch
2020-05-19 17:06:24 -04:00
mmcwilliams
f03f83f33e
Create a build script for tagging the current build
2020-05-19 17:04:47 -04:00
mmcwilliams
f52b1cc861
Move install script into ./scripts
2020-05-19 17:04:36 -04:00
mmcwilliams
27f996684b
Throw warning containing raw bluetooth response if JSON parser fails.
2020-05-18 21:45:20 -04:00
Matt
476708de94
Add license to Readme.md
2020-05-17 16:00:36 -04:00
mmcwilliams
2e3cc409b0
PWA wifi functions were not attached to DOM elements, only mobile ones. getWifi, setWifi and editWifi bindings were added to both pwa.init and mobile.init functions and DOM elements were bound to the generic functions. Resolves #7
2020-05-15 23:06:57 -04:00
mmcwilliams
319e7a72ae
Add a default icon for app builds
2020-05-15 23:04:08 -04:00
mmcwilliams
e6b8d5b723
Update cordova-ios (due to errors on `cordova build ios`). Increment patch to 1.0.6
2020-05-15 21:40:50 -04:00
mmcwilliams
2dc24ce64e
Caught issue where frame function doesn't work after sequence is run.
2020-05-15 21:26:04 -04:00
mmcwilliams
31dd4288f3
Typo
2020-05-07 14:02:56 -04:00
mmcwilliams
a4d27955f7
Add web app link. Update parts list.
2020-05-07 13:48:16 -04:00
mmcwilliams
9fa6335c48
STATE.sequence is not being reset to false when over. UI issue #20 is appearing in web app as well as iOS app, so this problem is likely occuring in intval3.core.js or replicated in all apps.
2020-05-07 13:23:59 -04:00
mmcwilliams
f7d5d0e79a
Merge remote-tracking branch 'origin/master'
2020-05-07 13:22:37 -04:00
mmcwilliams
a7f6745cf7
Add MIT license to project. Was implicitly MIT licensed before but making it explicit.
2020-05-07 13:22:02 -04:00
mmcwilliams
b144faa8e3
No arg.label, just label
2020-01-14 13:34:31 -05:00
mmcwilliams
888cd074e6
Typo in createLogger
2020-01-14 13:33:13 -05:00
mmcwilliams
3ca335b113
Merge branch 'master' of https://github.com/sixteenmillimeter/intval3
2020-01-14 12:00:22 -05:00
mmcwilliams
c83bce13f7
update
2020-01-14 11:59:35 -05:00
mmcwilliams
1cf581602b
New log format that is more readable, not json. Has timestamps.
2020-01-14 11:59:29 -05:00
mmcwilliams
94e6982adb
Remove excessive log point to make them less noisy.
2020-01-14 11:59:12 -05:00
litter
30c78ba58d
Got build working again with AppCenter distrobution.
2020-01-02 16:55:22 -05:00
litter
a87e81f128
Merge branch 'master' of https://github.com/sixteenmillimeter/intval3
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Merge server changes with more recent app changes.
2020-01-02 12:41:39 -05:00
litter
d4f04ec9f1
Fix error message on app startup. Test to determine this doesn't break functionality with connected app. Must run "getState()" on wake as well as startup.
2020-01-02 12:40:40 -05:00
mmcwilliams
e745ce404d
update
2019-12-27 19:49:36 -05:00
mmcwilliams
ee6c3d1a81
Mortally stupid typo
2019-12-27 19:49:31 -05:00
mmcwilliams
a328e824fb
update
2019-12-27 18:57:39 -05:00
mmcwilliams
1013ff1176
Broke the index page. I can't believe I let that slip.
2019-12-27 18:57:08 -05:00
mmcwilliams
07229c7925
Refactored wifi and ble into typescript and converted logic to async/await for most methods. Compiles without errors ATM.
2019-11-26 22:10:59 -05:00
mmcwilliams
de481ee185
Add bleno types.
2019-11-26 21:16:13 -05:00
mmcwilliams
a627143c22
update
2019-11-26 11:42:04 -05:00
mmcwilliams
d04b0a1d09
Installed pkg as dev module for building a binary on the pi (maybe). Added build scripts for automatically handling versioning on new commits.
2019-11-26 11:41:59 -05:00
mmcwilliams
8986014a82
Refactor wifi lib into Typescript. Only used one "any" on a custom module require that I need to revisit. (log). Yeeha!
2019-11-26 11:41:15 -05:00
mmcwilliams
84ee49a71c
Compile ble and wifi as is.
2019-11-26 10:44:08 -05:00
mmcwilliams
9d1163926f
Copy ble and wifi modules as .ts source. Begin refactor into typescript as is before addressing bug issues.
2019-11-26 10:43:54 -05:00
mmcwilliams
883187a591
Change "build" script to "compile" which is semantic. Adding a new "build" process of packaging app into a binary with pkg.js (maybe). Would make deployments faster and easier.
2019-11-26 10:43:05 -05:00
Matt
defa0afe7f
Use node LTS on latest raspian (buster)
2019-11-17 20:58:13 -05:00
Matt
f201e50536
Use node LTS on latest raspian (buster)
2019-11-17 20:57:40 -05:00
mmcwilliams
d06ae6e563
Reference to sequence._state eliminated in index.js
2019-10-31 11:24:09 -04:00
mmcwilliams
cb1eb16864
Wrong again!
2019-10-31 02:22:40 -04:00
mmcwilliams
b30c13bad9
Last boneheaded error of the night triple promise
2019-10-31 02:21:21 -04:00