- 01 Mar, 2021 1 commit
-
-
Evan W. Patton authored
Change-Id: I00848e83a355e209f7c1e13335c21a1a42687522
-
- 19 Feb, 2021 1 commit
-
-
Beka Westberg authored
-
- 08 Feb, 2021 1 commit
-
-
Jeffrey I. Schiller authored
The UpdateDone event means that a store operation (StoreValue, AppendValueToList or ClearTags) has completed. Because some applications, such as SketchAndGuess can cause numerous store operations in a short period of time, there is a risk that these events may overload the sending device. In the case of a large number of update events, only one UpdateDone event will be triggered per tag updated once the backlog of update operations is cleared. The most likely use case for UpdateDone is to handle storage of large objects. All store operations are performed in the background, so this event permits apps to know for sure when an update operation is complete. Change-Id: Ia6ff5760ad622efecc9a8d235a177b9c3e00c6a9
-
- 05 Feb, 2021 1 commit
-
-
Jeffrey I. Schiller authored
Internally we use the Java “Jedis” library to communicate with CloudDB. However this library is tuned for high speed low latency connections. In particular it provides for a 2 second timeout on transactions. This is not always sufficient in a wide area network situations that a lot of devices will be. Most transactions work, but when storing larger objects this 2 second timeout can be exceeded. This change updates the timeout to be 20 seconds instead of 2. It also works around a minor issue in the Jedis library that was causing the authentication (login) transaction to be duplicated. This was not a real problem, but it still should be fixed, and is in this change. Change-Id: I00056d5bcf6f79fc783da2b22ed68c17e946e0e5
-
- 01 Feb, 2021 1 commit
-
-
Joy Yu authored
-
- 04 Dec, 2020 1 commit
-
-
Evan W. Patton authored
Change-Id: I5e715f22b21f1f5c18a80d8ff73a59ed4cedbdc1
-
- 01 Dec, 2020 1 commit
-
-
Blueknight10001 authored
-
- 08 Oct, 2020 2 commits
-
-
Evan W. Patton authored
The ability to reference assets using http://localhost/ as an authority fail on older versions of Android due to a NullPointerException caused by the MIME type lookup returning null rather than a valid MIME type. This can happen even for common file types like JavaScript files. Newer versions of Android have a more complete MIME type table and don't exhibit this issue. Change-Id: I3f1b3846262f0c1613ad7807c1758a7d24fb246d
-
Evan W. Patton authored
Change-Id: I2868f68705f5dcea167782bcad9d4f2161793f42
-
- 05 Oct, 2020 1 commit
-
-
vu-projektai authored
Co-authored-by: gabrielestup <63961529+gabrielestup@users.noreply.github.com> Co-authored-by: gabrielestup <gabriele.dauksaite@gmail.com>
-
- 21 Sep, 2020 2 commits
-
-
Jerin Jacob authored
-
Sarthak Handa authored
-
- 10 Sep, 2020 4 commits
-
-
Beka Westberg authored
-
alanabreu106 authored
-
Jerin Jacob authored
-
ellelili2025 authored
-
- 04 Sep, 2020 2 commits
-
-
Pavitra Golchha authored
-
Diego Barreiro authored
-
- 02 Sep, 2020 1 commit
-
-
Evan W. Patton authored
Change-Id: Ib91443ae157b8c2152b04015800e429f88103731
-
- 31 Aug, 2020 3 commits
-
-
Jeffrey I. Schiller authored
Change-Id: Ifd5df82e0e60abb256edb2e5f17cf7d682c5d9d5
-
Jeffrey I. Schiller authored
Change-Id: Iee98a12ae75f9da3a175378fcac35fe2bb902307
-
Evan W. Patton authored
Change-Id: Ieea9dbb42095308f365831ba9c036d9e1f88276a
-
- 27 Aug, 2020 1 commit
-
-
Beka Westberg authored
-
- 26 Aug, 2020 1 commit
-
-
Evan W. Patton authored
* Implement a universal URL format for assets in WebViewer * Allow file:///appinventor_asset/ for WebViewer assets Change-Id: I7950e38baf30d1c7eddaea5f8de230a5381eabaf
-
- 21 Aug, 2020 2 commits
-
-
Evan W. Patton authored
Change-Id: Idd7b231e4c57da44b008ba4c5fbb700cf4342d78
-
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
-
- 12 Aug, 2020 7 commits
-
-
Evan W. Patton authored
Change-Id: I9897d3efca47a8f55fd2f9d1c7651904ccc184bf
-
Evan W. Patton authored
Change-Id: Ie2c1087e4c7bb4c686abc826d93b885850cd0169
-
Evan W. Patton authored
Change-Id: I24455d6b3a7e488e36652520de6b7c7a954a73e5
-
Pavitra Golchha authored
-
Sarthak Handa authored
-
Evan W. Patton authored
Change-Id: I560c183fd5bcb125898f2ede8ef54674b0fa98a3
-
Jeffrey I. Schiller authored
When viewing the Trash List, do not permit projects to open if clicked on. Change-Id: If6faee5775334e99aba7d481a8dd6525a6e987e7
-
- 11 Aug, 2020 1 commit
-
-
Evan W. Patton authored
Change-Id: If38192743fbc840e2752fc9a8267c884a8a7b490
-
- 29 Jul, 2020 5 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I9e15974cbe5dfcb0432a2ba33d702110d3f74cc4
-
Jeffrey I. Schiller authored
Change-Id: I2e81b36d7130354afd119da8045347be6365ca16
-
Jeffrey I. Schiller authored
Fix permission requests for the Web, CloudDB and Canvas components. In the case of the Canvas component permission is only required if the Save() or SaveAs() methods are used. Change-Id: Ic0191295fd6d93ade19d21994be9c68b2d355e4e
-
Evan W. Patton authored
Change-Id: I9c2e0b4531e9ff9242e108fe6427acc7a5ab0739
-
ellelili2025 authored
* Update documentation for uselegacy in SpeechRecognizer
-
- 24 Jul, 2020 1 commit
-
-
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
-