1. 05 Feb, 2020 2 commits
    • Evan W. Patton's avatar
      Fix dictionary issues in runtime.scm (#2020) · 0e8f2ca8
      Evan W. Patton authored
      * Fix broken java-map->yail-dictionary coercion
      * Fix misspelt symbol in runtime.scm
      
      Change-Id: I284a030f81156a8830537229b1feb781a2c3c44c
      0e8f2ca8
    • Jeffrey I. Schiller's avatar
      Hotfix: Fix clouddb · 48dcb1bf
      Jeffrey I. Schiller authored
      CloudDB doesn’t deal with the new dictionary code so well, make sure we
      don’t use dictionaries when we fetch from CloudDB
      
      Change-Id: I8b23cd8c32041db2b252cad4822909862f969ece
      48dcb1bf
  2. 03 Feb, 2020 2 commits
  3. 02 Feb, 2020 3 commits
  4. 31 Jan, 2020 5 commits
  5. 30 Jan, 2020 3 commits
  6. 28 Jan, 2020 3 commits
  7. 27 Jan, 2020 4 commits
    • Evan W. Patton's avatar
      Send code after asset refresh, not before (#1959) · 9ae9b122
      Evan W. Patton authored
      If someone changes the image of a button by using the upload file
      feature, we will send the code with the new image property before the
      asset is sent to the device. This results in the button not getting
      the appropriate image. This change moves the operation to build the
      YAIL into the callback of refreshAssets. It also makes sure that the
      callback is called regardless of whether there are new assets to be
      sent so that YAIL generation doesn't break in the absense of assets.
      
      Change-Id: I14520d8a7945902aa4a9b345d3f9d164a3a9448e
      9ae9b122
    • Evan W. Patton's avatar
      Fix adaptive icon scaling in latest release · 7078f354
      Evan W. Patton authored
      Change-Id: I43c94d0c8c099174b10914b189e52afbf63f0ac3
      7078f354
    • Evan W. Patton's avatar
      Add READ_CALL_LOG permission for Android 9 · fec8a048
      Evan W. Patton authored
      Change-Id: I891d1c6f1be8cab5981c11d43aa4b80755084148
      fec8a048
    • Jerin Jacob's avatar
      Update build.xml · d172490d
      Jerin Jacob authored
      A '=' sign was missing in the comment which makes a little confusion for beginners.
      d172490d
  8. 24 Jan, 2020 2 commits
  9. 23 Jan, 2020 1 commit
  10. 22 Jan, 2020 1 commit
    • Evan W. Patton's avatar
      Add ant flag force.builddocs · 68365c94
      Evan W. Patton authored
      This change adds a property force.builddocs to the build script that
      controls whether a failure to successfully execute Jekyll constitutes
      a build failure or not. It defaults to false. In Jenkins we will set
      it to true so that builds fail if they cause jekyll to fail. This way
      people who do not have Jekyll installed can continue to work with the
      sources. Since everything needs to pass Jenkins before being merged,
      maintainers can run Jekyll to update the docs prior to merging.
      
      Change-Id: I9fb22eea7582fb5ba5a83069778c23a40c14aaa8
      68365c94
  11. 19 Jan, 2020 1 commit
  12. 17 Jan, 2020 2 commits
  13. 16 Jan, 2020 3 commits
  14. 13 Jan, 2020 5 commits
  15. 10 Jan, 2020 2 commits
  16. 09 Jan, 2020 1 commit