1. 27 Mar, 2019 1 commit
  2. 25 Mar, 2019 2 commits
    • Evan W. Patton's avatar
    • Jeffrey I. Schiller's avatar
      Have Companion Create a unique ID · 41597f9b
      Jeffrey I. Schiller authored
      Have the Companion create a unique “InstallationId” which it reports to
      the Rendezvous Server. This will help us keep track of how many
      Companions are out there and what version of Android (and the Companion)
      they are running on.
      
      Note: The id is generated by the ACRA Library and is persistent across
      upgrades of the Companion. However it will be re-created if the
      Companion is uninstalled and then re-installed. It is not related in any
      way to any Android provided identifier, which minimizes the privacy
      impact of this identifier.
      
      Change-Id: I7b85afe1451f4d44b4e0d412b3f37904425e3112
      41597f9b
  3. 23 Mar, 2019 9 commits
  4. 07 Mar, 2019 4 commits
  5. 06 Mar, 2019 2 commits
  6. 05 Mar, 2019 2 commits
  7. 04 Mar, 2019 2 commits
  8. 03 Mar, 2019 1 commit
  9. 01 Mar, 2019 3 commits
  10. 26 Feb, 2019 3 commits
  11. 22 Feb, 2019 2 commits
  12. 21 Feb, 2019 1 commit
  13. 19 Feb, 2019 1 commit
  14. 15 Feb, 2019 4 commits
  15. 08 Feb, 2019 1 commit
    • Jeffrey I. Schiller's avatar
      Limit Certain Permissions · 30f86098
      Jeffrey I. Schiller authored
      Google has defined a set of permissions that they consider “dangerous”
      and can only be used in an application under certain specific
      circumstances and then only with special permission from Google. This is
      enforced when an application is submitted to the Google Play Store, not
      on a device.
      
      This change causes these permissions to not be included in the MIT AI2
      Companion. However it is controlled by the “limitPermissions()” flag in
      the AppInventor features module. Change the return value to “false” to
      give the Companion these permissions.
      
      Change-Id: I0fa3b2e928e7aa53c70cd339f50ed11008fe1876
      30f86098
  16. 07 Feb, 2019 2 commits