1. 07 Feb, 2015 2 commits
    • carlosperate's avatar
      Functionality added to plain arduino webapp: · cf10b9e9
      carlosperate authored
      Load blocks from XML file
      Save blocks from XML file
      Send Arduino code to the ArduServerCompiler
      CSS Modal window to display data back
      Alert to indicate settings are not yet implemented.
      cf10b9e9
    • carlosperate's avatar
      Several fixes to the plain Arduino webapp: · 7ded1409
      carlosperate authored
      Fix carlosperate/ardublockly#1 , not it is working in IE.
      Moved toolbox to XML file.
      Updated blocks to be used and js source file calls.
      Fixed double click in touchscreens.
      Fix blocks tab width issue.
      CSS and HTML cleanup
      7ded1409
  2. 06 Feb, 2015 7 commits
  3. 05 Feb, 2015 3 commits
  4. 04 Feb, 2015 5 commits
  5. 30 Jan, 2015 2 commits
  6. 29 Jan, 2015 2 commits
  7. 28 Jan, 2015 1 commit
    • carlosperate's avatar
      Updated IO arduino code generation: · 7e7d5670
      carlosperate authored
      * IO blocks moved into the blocks folder, within an Arduino subfolder (as it does not apply to the other language generators).
      * Hue of blocks separated to global variable, for possible change on Blockly injection
      * Simpler block wording, and all in lower case (as suggested by Blockly guidelines)
      * Digital inputs now take the state as an input block
      * Arduino web app toolbox updated to have one State block included inside the digital write.
      7e7d5670
  8. 27 Jan, 2015 3 commits
    • carlosperate's avatar
      Minor changes to Arduino with Material design webapp and JS Ajax: · e0fa38e2
      carlosperate authored
      * Toolbox hr tag has changed to sep in blockly
      * Icon for examples changed
      * Equalised the size of the "view" and "hide" toolbox icons.
      * Removed the Content-length and Connection headers from Ajax calls, as they should be filled by the browser and Chrome complains about it.
      e0fa38e2
    • carlosperate's avatar
    • carlosperate's avatar
      Added Arduino IDE output data to web app: · c9cdf219
      carlosperate authored
      * The server captures the Arduino CLI output data and sends it back to the web app.
      * Text is formatted to show success or failure.
      * It now also checks if settings have been set and indicates if something is not set correctly.
      * If the sketch is only opened in the IDE, it will now send a response right back instead of waiting to collect output data which only happens when the application is closed.
      * The Ajax code has been updated accordingly.
      * The Arduino with Material design web app has been updated to implement this.
      c9cdf219
  9. 26 Jan, 2015 9 commits
  10. 25 Jan, 2015 4 commits
  11. 24 Jan, 2015 2 commits