1. 27 Mar, 2020 8 commits
  2. 25 Mar, 2020 1 commit
  3. 24 Mar, 2020 3 commits
  4. 23 Mar, 2020 5 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
    • Evan W. Patton's avatar
      Fix multiselect issue when changing tabs/windows (#2108) · 59de9e87
      Evan W. Patton authored
      * Fix multiselect issue when changing tabs/windows
      
      Change-Id: Ic015672436e5a1b25d022eacc14998081b4b195b
      59de9e87
    • 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
    • Jeffrey I. Schiller's avatar
      Update Companion Build Dependencies · 175bbbb5
      Jeffrey I. Schiller authored
      Update dependencies so using “ant Emulator” will build all of the
      prerequisites (like “ant PlayApp” and “ant PlayAppExtras”). Note: You
      must still have the commit that adds back the package loader code in
      order for the built Emulator to be able to update itself.
      
      Change-Id: Ieeac79f7b8c31c67144a3b5639484967bc1391f1
      175bbbb5
  5. 20 Mar, 2020 7 commits
  6. 19 Mar, 2020 2 commits
  7. 18 Mar, 2020 2 commits
  8. 17 Mar, 2020 3 commits
  9. 13 Mar, 2020 1 commit
    • Jeffrey Schiller's avatar
      Fix Race Condition in Dyslexic font setting (#2100) · 40e0dbc7
      Jeffrey Schiller authored
      Need to move the browser reload to a callback to make sure the RPC call
      to change the user settings actually had time to run. This didn’t seem
      to be an issue with Chrome, but is with Firefox.
      
      Change-Id: If8233cd60c730f75f4a62c2a96365c9d63272b3e
      40e0dbc7
  10. 12 Mar, 2020 2 commits
  11. 10 Mar, 2020 2 commits
  12. 09 Mar, 2020 3 commits
  13. 06 Mar, 2020 1 commit