1. 08 Aug, 2019 1 commit
  2. 04 Aug, 2019 4 commits
  3. 03 Aug, 2019 1 commit
  4. 30 Jul, 2019 4 commits
  5. 03 Jul, 2019 1 commit
  6. 12 Jun, 2019 1 commit
  7. 07 Jun, 2019 1 commit
  8. 05 Jun, 2019 2 commits
  9. 03 Jun, 2019 1 commit
    • Jeffrey I. Schiller's avatar
      Fix export projects in oneProject mode · 445a274e
      Jeffrey I. Schiller authored
      Change the scope of the “selectedProjects” variable so we do not call
      “getProjectList()” when we are not on the PROJECTS tab. This fixes an
      issue with “oneproject” mode (which isn’t in this source tree).
      
      Change-Id: I515a9c25fad12339810712b1f5b995c3a8a3855b
      445a274e
  10. 28 May, 2019 3 commits
  11. 25 May, 2019 1 commit
  12. 24 May, 2019 4 commits
    • Evan W. Patton's avatar
      Add Switch style for Classic theme · 01db2486
      Evan W. Patton authored
      Change-Id: If82b8a5bdb43b686680a27cdc473fd118a42edb5
      01db2486
    • Jeffrey I. Schiller's avatar
      Re-Enable the “Update Companion” Menu Item · 939a2521
      Jeffrey I. Schiller authored
      Re-Enable the “Update Companion” Menu Item, but limit its use to the
      Emulator.
      
      Change-Id: I86e530b65fd7845de42cdccecb5550af6215db3c
      939a2521
    • Jeffrey I. Schiller's avatar
      More WebRTC fixes · f0a4c723
      Jeffrey I. Schiller authored
      This set of changes appears to cause WebRTC to negotiate ICE Candidates
      in just about all reasonable cases.
      
      Change-Id: Iff20c75c4ca2611e4dce2a8f8f11badafe002253
      f0a4c723
    • Evan W. Patton's avatar
      Enable import/export block code as PNGs (#1706) · 8b749ef1
      Evan W. Patton authored
      * Enable import/export block code as PNGs
      
      This commit adds a feature to download individual blocks as PNG
      files. In the PNG file there will be a code chunk that stores the
      Blockly XML representation for the block. Dragging and dropping one of
      these images into the blocks editor will import that block. This can
      be useful for writing tutorials because the images of the blocks will
      also contain the code, so one can drag the block image into the
      workspace from another page. In order for the cross-site drag to work,
      the server serving the document must allow CORS from the App Inventor
      server.
      
      Change-Id: I524bbfbef739554884caa31a8b677ce1bcc893d1
      8b749ef1
  13. 23 May, 2019 1 commit
  14. 22 May, 2019 4 commits
  15. 20 May, 2019 4 commits
    • Evan W. Patton's avatar
      Fix warning counter going to -1 · 9b4ae78e
      Evan W. Patton authored
      Change-Id: If0ed5ffc8c8fbb4cc4306f6de2949ca733e0f482
      9b4ae78e
    • ankritisachan's avatar
      Update README · d3f9111d
      ankritisachan authored
      This commit specifies installation of 32-bit libraries needed in 64-bit Linux Systems
      d3f9111d
    • Jeffrey I. Schiller's avatar
      Mitigate WebRTC Issue · 534826d6
      Jeffrey I. Schiller authored
      The previous commit updates the Companion to better handle the case
      where the Rendezvous server is far away from the user (long round trip
      time).
      
      This commit does a mitigation, at the cost of 5 seconds, in replmgr.js
      that results in older Companions being more likely to connect with a
      long round trip time.
      
      Change-Id: Ice6b86b11a3c21beedf2c066ac46593659651713
      534826d6
    • Jeffrey I. Schiller's avatar
      Improve WebRTC Stability · 42112f1e
      Jeffrey I. Schiller authored
      Improve the stability of the WebRTC IceCandidate negotiation when the
      round trip time to the Rendezvous server is large (> 400ms) which can be
      the case when the Rendezvous server is on the other side of the planet!
      
      Change-Id: I7a8883d30696ada2ea13393fde82f1d8f49bbc0c
      42112f1e
  16. 18 May, 2019 4 commits
  17. 17 May, 2019 1 commit
  18. 15 May, 2019 2 commits