1. 28 Jan, 2019 1 commit
  2. 23 Jan, 2019 3 commits
    • Evan W. Patton's avatar
      Fix mapview invalidation when Marker visibility changed · 0e3f0ac5
      Evan W. Patton authored
      Change-Id: Iea7872a0896e39c30353cd89d950c6d3779370bf
      0e3f0ac5
    • Jeffrey Schiller's avatar
      Create a Connection Progress Bar (#1534) · 302f30fc
      Jeffrey Schiller authored
      WebRTC Connections can take a while to negotiate. This change gives the
      user some feedback while negotiation is taking place.
      
      We remove the ProgressBarDialog functionality from AssetManager and
      place it in a new module which is called from AssetManager and from
      replmgr.js. This permits us to put up the progress dialog at connection
      attempt time instead of at asset download time.
      
      Change-Id: I28772eb92a49b8ed2aa9af9ab84b1ea10d915bcc
      302f30fc
    • 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
  3. 21 Jan, 2019 2 commits
  4. 18 Jan, 2019 3 commits
  5. 07 Jan, 2019 1 commit
  6. 06 Jan, 2019 2 commits
  7. 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
  8. 03 Jan, 2019 1 commit
  9. 29 Dec, 2018 1 commit
  10. 28 Dec, 2018 3 commits
  11. 21 Dec, 2018 6 commits
  12. 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
  13. 15 Dec, 2018 2 commits
  14. 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
  15. 11 Dec, 2018 1 commit
  16. 07 Dec, 2018 2 commits
  17. 06 Dec, 2018 4 commits