- 09 Feb, 2024 2 commits
-
-
Rino Jonathan authored
-
Susan Rati Lane authored
Co-authored-by: Rika Suzuki <rika.1116szk@gmail.com>
-
- 07 Feb, 2024 1 commit
-
-
Evan W. Patton authored
Change-Id: I238cd7ce9db090895488d9a50676ac517735a555
-
- 28 Jan, 2024 1 commit
-
-
Evan W. Patton authored
* Add accessibility link and update copyright year Change-Id: I51c4814d2e4901d0f67201fa11a7660a9118aae7
-
- 26 Jan, 2024 1 commit
-
-
Evan W. Patton authored
Set form editor when initializing blocks editor first Change-Id: I34ab0eebff8528f26a6e363313ba4846655bd8cf
-
- 23 Jan, 2024 1 commit
-
-
Evan W. Patton authored
Change-Id: I12e0f5bc03c5302a2c124e7ed7242b56b286fbc2
-
- 20 Jan, 2024 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I561790c2175ba331f434cb1997d0d2c882ee584c
-
- 19 Jan, 2024 2 commits
-
-
SusanRatiLane authored
Translation update by Dr. David Tseng <nissin@cavedu.com> Change-Id: I38e3972872ab107eac1f7550dddb062bdf9540c2
-
Evan W. Patton authored
Change-Id: Id7b28db3d1c44c1a01a43a40c6e350b0b67b5687
-
- 18 Jan, 2024 2 commits
-
-
Evan W. Patton authored
-
Evan W. Patton authored
* Add support for d8 to buildserver * Update modules to support Java 11 builds * Make unit tests work on Java 11 * Update self-hosted buildserver to work with Java 11 * Remove the JSR libraries, they are not needed with Java 11 * Listen on address 0.0.0.0 instead of localhost to facilitate operation in a docker container. Change-Id: I75667567e55017ff11e0e9dc94b93ed1abb9ecb1
-
- 11 Jan, 2024 3 commits
-
-
Preet Vadaliya authored
-
Evan W. Patton authored
Change-Id: I447ae711f9013d64b0fdabf76151b52ae5a20598
-
echorand (Amit Saha) authored
Add the instruction for obtaining the dependencies before building in the vagrant workflow
-
- 18 Dec, 2023 2 commits
-
-
Evan W. Patton authored
Change-Id: I92addb390e48490e8da938893f7206af7b7e5bce
-
Evan W. Patton authored
Change-Id: I59e4b4aef48e0bef7f655adb2ab4dd4d5d61c542
-
- 09 Dec, 2023 1 commit
-
-
Susan Rati Lane authored
Co-authored-by: Володимир Українець <e4v0gq+appinventor@gmail.com>
-
- 07 Dec, 2023 1 commit
-
-
Evan W. Patton authored
Change-Id: I95043befc229b6998eda59bc74e9f0e39330e1d3
-
- 06 Dec, 2023 5 commits
-
-
Evan W. Patton authored
Change-Id: I28fed35925818e44f0ae6c9139458b61a1e6258e
-
Kashish Sharma authored
Change-Id: I94a5a939516d90350d098b9a45dbe05bf6df3ed2
-
Evan W. Patton authored
Change-Id: Ife9f9be47c5306c490a2b830813e34267ba98507
-
Viktoriya Tabunshchyk authored
Change-Id: I0ff5fe4fa0e9b85d93c637593856e97d5133a212
-
Evan W. Patton authored
Change-Id: Iaafebd3a16bfa2d533a2c578f28285e6cc126cae
-
- 05 Dec, 2023 3 commits
-
-
Linda Xue authored
Change-Id: I083f05fe0eefe8dbe5bc798a6e1a4b93f7d83164
-
Evan W. Patton authored
Change-Id: I3f6f8f90ed39cf9888fb3a6e9611c033a63807a0
-
David Young-Jae Kim authored
-
- 28 Nov, 2023 1 commit
-
-
Evan W. Patton authored
Change-Id: I911883347cfff6f1bae58da711cc306447403026
-
- 27 Nov, 2023 2 commits
-
-
Evan W. Patton authored
Change-Id: I3571fc5d198a69fc04a2f66066a23a7f1db679a0
-
Evan W. Patton authored
Change-Id: Iaa638a74b3e992caf05ef7376de5ff7aab57ab6f
-
- 22 Nov, 2023 4 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I00bc304b54f57b7fca2544b276b1ccb324afa9c1
-
Jeffrey I. Schiller authored
Change-Id: I737edd29a73335e84a2f7fe3bb6a919731d16b90
-
Jeffrey I. Schiller authored
Google reports out crash statistics in the Play Store console. If we have too many crashes, Google threatens to negatively impact our store listing. This change addresses the top two crashes we are seeing in the console. 1. ConcurrentModificationException in the EventDispatcher. I was unable to reproduce this behavior. This fix synchronizes access to the HashMap, to guard against access from more then one thread. It also uses COW semantics for event dispatcher (@author Evan Patton) to guard against modification from the same thread. 2. Crash out of MediaUtil. I was able to reproduce this one by attempting to set an image to the string "\/\/" which results in an IllegalArgumentException out of URI.create(), at least on Android 10, which this is most reported. This change converts the IllegalArgumentException into an IOException which we handle (at least by logged it). More importantly, we don't crash the Companion on an IOException. Future work might want to better handle exceptions on background threads, where [2] happens. Perhaps by doing a Notification on the UI thread. But that is a change for another time. Change-Id: I954ef77b1d4ba63f43de04c2fa344b29dc36af23
-
Jeffrey I. Schiller authored
Make the value of DEFAULT_THEME in ComponentConstants.java match the value in project.properties. This resolves an issue where Dark Mode on Samsung devices did not display properly on the device when using the Companion App. Change-Id: I585d2916167e3354098036ff9b31fd79480c0314
-
- 21 Nov, 2023 1 commit
-
-
Evan W. Patton authored
* Fix buttons not taking a translucent background color Change-Id: I7781e710b4c3efd41c9585e2e5cd4c6cc2d50736
-
- 20 Nov, 2023 1 commit
-
-
Evan W. Patton authored
Change-Id: I69b8f148383ec36d3efaf733002a30eb20bbdcc1
-
- 15 Nov, 2023 5 commits
-
-
Evan W. Patton authored
Change-Id: I47fe00a41504ad37432c850f3fcf616e1168091b
-
Evan W. Patton authored
Change-Id: I74ac1637a7c4bbb5a3ac95f1a3ab31463733b426
-
Evan W. Patton authored
Change-Id: I4b2e0183bc9c434699ccf78f086491901061788e
-
Evan W. Patton authored
Change-Id: I1c2b42c0ea525d45cb4abc129f6e49cb85a54642
-
Evan W. Patton authored
Change-Id: Ic060ed9e8e10d3372bd34abc0ea1432dff41e6d6
-