1. 07 Feb, 2019 1 commit
  2. 04 Feb, 2019 1 commit
  3. 28 Jan, 2019 1 commit
  4. 25 Jan, 2019 2 commits
    • Evan W. Patton's avatar
      Implement default event handlers for GotFeatures and LoadError · 9c6edf75
      Evan W. Patton authored
      Until now, app developers needed to define event handlers for
      GotFeatures and LoadError to process map features being loaded
      dynamically onto a map. This is not intuitive for beginners. This
      change makes it so that if an event handler isn't defined, we will do
      basic handling of these events. App developers may still override the
      default behavior by defining their own event handling.
      
      Change-Id: Iaeb972e28aee51abc5957c84e8d499710b343b41
      9c6edf75
    • Evan W. Patton's avatar
      Implement conditional permissions for Texting and PhoneCall (#1506) · e94ed0b8
      Evan W. Patton authored
      * Implement conditional permissions for Texting and PhoneCall
      
      Change-Id: Id4b526eb0ebd83d9b811c137f6628e503333db84
      e94ed0b8
  5. 23 Jan, 2019 4 commits
  6. 21 Jan, 2019 2 commits
  7. 20 Jan, 2019 1 commit
    • Evan W. Patton's avatar
      Fix error 1101 on Android versions before Nougat (#1526) · 12188c75
      Evan W. Patton authored
      Installing a package via the QR code scanner fails on Android versions
      before SDK 24. The issue is that we switched to using content: URIs,
      which is required on SDK 24+, but this fails to resolve the package
      installer activity on SDK < 24. This commit adds a helper method for
      constructing the correct URI based on the device's SDK version.
      
      Change-Id: Ieaec37b79d6189f75535b5a9be4d0f38b756e63a
      12188c75
  8. 18 Jan, 2019 3 commits
  9. 07 Jan, 2019 1 commit
  10. 06 Jan, 2019 2 commits
  11. 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
  12. 03 Jan, 2019 1 commit
  13. 29 Dec, 2018 1 commit
  14. 28 Dec, 2018 3 commits
  15. 21 Dec, 2018 6 commits
  16. 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
  17. 15 Dec, 2018 2 commits
  18. 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
  19. 11 Dec, 2018 1 commit