1. 27 Mar, 2020 2 commits
  2. 24 Mar, 2020 2 commits
  3. 23 Mar, 2020 3 commits
    • Jeffrey I. Schiller's avatar
      Permit Companion to install from https · a08f09c9
      Jeffrey I. Schiller authored
      When the Companion is used to scan a bar code, if it finds a string that
      begins with http:// it calls the package installer (or in the case of
      the Play Store version, it hands it off to the on-phone browser). This
      functionality was added a while ago to deal with the case where people
      used the Companion to scan the barcode resulting from a package
      build. Basically people got confused between scanning a QR Code for
      connection to the browser and scanning the QR code of a packaged app.
      
      However it turns out that this was a useful feature because it lets
      people use the Companion to install their created apk’s so they do not
      have to have a separate bar code scanning app installed. This is
      particularly useful in a school setting in that it reduces the amount of
      work that staff have to do to setup devices.
      
      This commit updates the code to also call the installer when the string
      begins with https as well as http. Given that we will soon serve MIT App
      Inventor over https, packaged URL’s will soon begin with https.
      
      Change-Id: I5797f998749b1a309c9504088fa03d5aaf4eb06e
      a08f09c9
    • Pavitra Golchha's avatar
      Fix: OnDestroyListener doesn't fire · e5220480
      Pavitra Golchha authored
      https://community.appinventor.mit.edu/t/ondestroy-not-fired/5341
      
      Change-Id: Id4ed0ed02ab23cc33b904c90c3d41c702e4bc019
      e5220480
    • Evan W. Patton's avatar
      Fix crash in Navigation component · a63a8b78
      Evan W. Patton authored
      Navigation component made use of java.nio.charset.StandardCharsets,
      which wasn't added to Android until API 19. This change passes "UTF-8"
      instead and lets the system handle the charset lookup.
      
      Change-Id: I646decde6be9b22780ddc6f067244a446fdcf5ad
      a63a8b78
  4. 20 Mar, 2020 4 commits
  5. 19 Mar, 2020 2 commits
  6. 18 Mar, 2020 1 commit
  7. 17 Mar, 2020 1 commit
    • Beka Westberg's avatar
      Fix dictionary to list coercion (#2091) · f3e9b096
      Beka Westberg authored
      * Remove recursive dictionary to list coercion.
      
      Before dictionaries that were children of dictionaries would be coerced
      into a list when the parent was coerced into a list. This was
      determined to not be the expected behavior, so it has been removed.
      
      * Add dict to list coercion test
      
      * Maybe fix dict test?
      f3e9b096
  8. 12 Mar, 2020 1 commit
  9. 10 Mar, 2020 2 commits
  10. 09 Mar, 2020 1 commit
  11. 06 Mar, 2020 1 commit
  12. 26 Feb, 2020 1 commit
  13. 24 Feb, 2020 3 commits
  14. 22 Feb, 2020 1 commit
  15. 21 Feb, 2020 1 commit
  16. 20 Feb, 2020 1 commit
  17. 19 Feb, 2020 7 commits
  18. 18 Feb, 2020 4 commits
  19. 05 Feb, 2020 2 commits