1. 23 Jan, 2019 1 commit
    • Jeffrey I. Schiller's avatar
      Fix for WebRTC on Safari · 048fa5a3
      Jeffrey I. Schiller authored
      Use the “urls” property of ICEServer instead of the deprecated “url”
      property.
      
      Change-Id: I391f06eaffd26261a7a106e9fb35eedf2e0d84ee
      048fa5a3
  2. 21 Jan, 2019 2 commits
  3. 18 Jan, 2019 3 commits
  4. 07 Jan, 2019 1 commit
  5. 06 Jan, 2019 2 commits
  6. 04 Jan, 2019 1 commit
    • Evan W. Patton's avatar
      Allow for Any Marker, LineString, and Polygon with Maps · 19dffa0a
      Evan W. Patton authored
      When one dynamically loads map content from the web, one might want to
      manipulate that content. To do that today, you must add one of each of
      the relevant types to a Map and make them invisible so that the "Any
      ..." tree items are shown. This change makes it so that as long as the
      Map exists it will add the any component options for Marker (Point),
      LineString, and Polygon components.
      
      Change-Id: Ifb6837be89231c7f713a140318858da366113c21
      19dffa0a
  7. 03 Jan, 2019 1 commit
  8. 29 Dec, 2018 1 commit
  9. 28 Dec, 2018 3 commits
  10. 21 Dec, 2018 6 commits
  11. 20 Dec, 2018 4 commits
    • ethanhon's avatar
      Add two css styles to textarea · d128b796
      ethanhon authored
      d128b796
    • Conor Shipp's avatar
      Added context menu items to show and hide all comments · eb811262
      Conor Shipp authored
      This commit adds two new options to the block editor's context menu to
      show and hide all the comments on the workspace.
      Resolves #1422
      eb811262
    • Jeffrey Schiller's avatar
      Chunk large Messages to the Companion · f4a2749a
      Jeffrey Schiller authored
      WebRTC can only safely send messages of 16K. So we will only send up to
      8K characters (ok, a margin of safety). Most projects do not need to
      send YAIL forms larger then this, but a few do.
      
      To “chunk” the code into smaller pieces would normally require changes
      both on the browser side and the Companion side. However we wish to
      avoid changing the Companion at this time. So instead, we break the
      large YAIL forms into smaller YAIL forms that can each be evaled on the
      device correctly.
      
      Change-Id: I865e39cad3c55ea35b2a56582d50136f8303e90e
      f4a2749a
    • Evan W. Patton's avatar
      Patch Blockly core to fix extension blocks in Backpack · 5448a4a7
      Evan W. Patton authored
      Change-Id: I6d4299fc43c8d3e4ea17053af950b36906f4ef39
      5448a4a7
  12. 15 Dec, 2018 2 commits
  13. 12 Dec, 2018 3 commits
    • Evan W. Patton's avatar
      Implement versionName and dateBuilt annotation fields · 04738ccc
      Evan W. Patton authored
      This change adds two new fields toe @DesignerComponent. The first is a
      versionName field so that extensions can display custom version names
      rather than the version number. This can be used to mark an extension
      build as beta or a release candidate, for example. The second change
      is a dateBuilt field that is populated by ComponentProcessor at
      compile time. This is useful for knowing when an extension is
      compiled. Both pieces of information appear in the component help
      widget, and version name is preferred over version if provided.
      
      Change-Id: I12c97c9c0a3b18abd64a539f1c5072b975d47d14
      04738ccc
    • Evan W. Patton's avatar
      Fix backpack icon state with multiple screens · 63738ecb
      Evan W. Patton authored
      Change-Id: Ib55f66b4b15aea0ca2889916d8bb76dda9f3fa70
      63738ecb
    • Evan W. Patton's avatar
      Fix permissions handling on older Android versions · 9b779a05
      Evan W. Patton authored
      Change-Id: If93a3e452908781c35e577c5d72df88eb028ade8
      9b779a05
  14. 11 Dec, 2018 1 commit
  15. 07 Dec, 2018 2 commits
  16. 06 Dec, 2018 5 commits
  17. 03 Dec, 2018 1 commit
  18. 29 Nov, 2018 1 commit