1. 07 Jun, 2019 1 commit
  2. 05 Jun, 2019 1 commit
  3. 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
  4. 28 May, 2019 3 commits
  5. 25 May, 2019 1 commit
  6. 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
  7. 23 May, 2019 1 commit
  8. 22 May, 2019 4 commits
  9. 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
  10. 18 May, 2019 4 commits
  11. 17 May, 2019 1 commit
  12. 15 May, 2019 3 commits
  13. 10 May, 2019 1 commit
  14. 08 May, 2019 1 commit
  15. 07 May, 2019 5 commits
  16. 06 May, 2019 2 commits
    • Jeffrey I. Schiller's avatar
      Add support for a “secondary” Rendezvous Server · 67407991
      Jeffrey I. Schiller authored
      The primary rendezvous server is used for the initial rendezvous,
      whether using WebRTC or not (Legacy Mode). This change provides the
      location for a secondary rendezvous server to use for the WebRTC
      negotiation. This is only done if the Companion indicates that it
      supports this feature (sets “r2” to true in the JSON object it
      posts). Any information provided by the Companion can be used by the
      primary rendezvous server to determine which secondary server to use.
      
      Change-Id: I8706c4f0fe66a0e902595689896003feff9cdff7
      67407991
    • Susan Rati Lane's avatar
      1439 german translation for ai (#1671) · e11af9db
      Susan Rati Lane authored
      German translation with multiple authors:
      Author: Marina de Queiroz Tavares <dqtm@zhaw.ch>
      Author: Matthias Müller <matthias.mueller.2@uni-jena.de>
      Author: Lyndsey Bonelli <lyn.bonelli@gmail.com>
      e11af9db
  17. 26 Apr, 2019 1 commit
  18. 25 Apr, 2019 1 commit
    • Evan W. Patton's avatar
      Fix performance issue in project list (#1663) · c0193fea
      Evan W. Patton authored
      The onProjectAdded method of ProjectList will sort and refresh the
      table, which is an `O(n log n)` operation. However, when we load the
      list of projects initially, this will get called `O(n)` times,
      resulting in `O(n^2 log n)` performance. For many users, the number of
      projects might be small and this load time may appear
      negligible. However, for more prolific users with hunders of projects,
      this may result in multiple seconds wait time while the list is first
      loaded. This fix defers sorting the list until all projects have been
      added.
      
      Change-Id: I50332dd8f2993883428c79e8dafbebbe32e2c1fa
      c0193fea
  19. 24 Apr, 2019 1 commit