1. 05 Nov, 2020 2 commits
    • Jeffrey I. Schiller's avatar
      The New Gallery · 72e0a501
      Jeffrey I. Schiller authored
      This commit adds the interface support for the new gallery.
      
      The new gallery is a separate system run on its own
      infrastructure (which today consists of a horizontally scale-able
      collection of Linux virtual servers).
      
      It is configured via three system properties (out of
      appengine-web.xml). They are:
      
      gallery.enabled –  Set this to “true” to enable the Gallery
      gallery.id –       This is a string which is used to identify this
                         instance of App Inventor to the gallery. It is
                         also used to identify the shared keys needed
                         to authenticate tokens sent to the Gallery
      gallery.location – The location (URL) of the gallery itself.
      
      Change-Id: I30745a65c976cadd288650f779a9bf546097567a
      72e0a501
    • Jeffrey I. Schiller's avatar
      Remove old Gallery · bafdb08e
      Jeffrey I. Schiller authored
      This change removes the original “integrated” Gallery.
      
      Change-Id: I782834a6c86a379c5f47de7a5da1d24547bcd829
      bafdb08e
  2. 21 Oct, 2020 4 commits
  3. 05 Oct, 2020 1 commit
  4. 21 Sep, 2020 2 commits
  5. 10 Sep, 2020 4 commits
  6. 04 Sep, 2020 2 commits
  7. 02 Sep, 2020 1 commit
  8. 31 Aug, 2020 3 commits
  9. 27 Aug, 2020 1 commit
  10. 26 Aug, 2020 1 commit
  11. 21 Aug, 2020 2 commits
    • Evan W. Patton's avatar
      Make specific drop targets to reduce chances of inadvertent drop capture · 9638c167
      Evan W. Patton authored
      Change-Id: Idd7b231e4c57da44b008ba4c5fbb700cf4342d78
      9638c167
    • Evan W. Patton's avatar
      Implement LegacyMode for File component · 0fc9fd19
      Evan W. Patton authored
      With the nb184 change, apps that previously worked on Android 10 may
      no longer work if the app in question stored files based on the
      external storage root (e.g., /sdcard). While Google isn't enforcing
      read/write access to directories outside of the app-private path just
      yet (this will be true in Android 11), we switched over most file
      operations to use the app-private path anyway starting with Android
      Q. New apps will read/write files without issue, however apps that are
      used to using the old path on Android 10 have no way to read files
      they may have written.
      
      This change adds a LegacyMode property to File, which is False by
      default, that allows a developer to access files relative to the root
      of the external storage on Android 10 and higher. I've included a note
      that the use of this property may cause apps to fail starting with
      Android 11.
      
      Change-Id: I4ab0d26e54d2a74535b4a691cfd63826543d29a4
      0fc9fd19
  12. 12 Aug, 2020 7 commits
  13. 11 Aug, 2020 1 commit
  14. 29 Jul, 2020 5 commits
  15. 24 Jul, 2020 1 commit
    • Evan W. Patton's avatar
      Add osmdroid.jar as dependency of Navigation component · c796aca8
      Evan W. Patton authored
      The Navigation component makes use of org.osmdroid.util.GeoPoint, but
      if it is included in a project without also including a Map component,
      compiled apps fail due to the fact that GeoPoint is not in the final
      binary. This change asserts that the Navigation component is dependent
      on osmdroid.jar when building apps.
      
      Change-Id: I1111c710e3b53a6dc85d65668ef140d6286ec585
      c796aca8
  16. 21 Jul, 2020 2 commits
  17. 15 Jul, 2020 1 commit