- 20 Aug, 2019 2 commits
-
-
Evan W. Patton authored
Change-Id: Ibacdc5f81f57ab6e49dc906daec47ae593fc94bc
-
Evan W. Patton authored
Previous versions of ScaledFrameLayout saved the entire layer. This isn't great for performance reasons, but it also had the side effect on Android > 8.0 of messing with how WebView draws to the screen since it is drawing to a back buffer. This change switches to only calling save(), which saves the various transformations without creating a secondary buffer. This seems to make the WebView happy again. Change-Id: I9188e68d943fdc56bca7a57a24d0d17b2f9b49e7
-
- 19 Aug, 2019 2 commits
-
-
Jeffrey I. Schiller authored
The knownIssues and ReleaseNotes pages here are ancient. These pages are now served from our website (and have been for the last 7 years!), so it is time to flush them from here! Change-Id: If109b83c02b6454ec1ae7c55ec7e96efd83f9547
-
Bart Mathijssen authored
This commit specifies installation using commands based on Google Cloud SDK instead of App Engine SDK.
-
- 16 Aug, 2019 1 commit
-
-
Jeffrey Schiller authored
Fixes #1747 Change-Id: I03fdbcc0ba553fb43e0ffc401a0b462bc89ddb01
-
- 13 Aug, 2019 2 commits
-
-
Susan Rati Lane authored
Change-Id: I4a399d8a3defb239f7cd74384a3ba4b465710234
-
Susan Rati Lane authored
Change-Id: Id33564e88afac4a331296e4af4af48b769e6120a
-
- 08 Aug, 2019 1 commit
-
-
Susan Rati Lane authored
Change-Id: Id1365f151e87f28c15e130e81e19885694158a0f
-
- 04 Aug, 2019 4 commits
-
-
Pavitra Golchha authored
-
Jeffrey I. Schiller authored
Change-Id: I5376ce35f0b858b11563c903a32c820e25f1aa2d
-
Colin Yang authored
-
Susan Rati Lane authored
Logic that finds the screen name by taking the form name and removing everything up to the first _ character broke when the screen name contains an underscore. Change-Id: I5503b302477df77eaab5cdf5804e33acd35cc941
-
- 03 Aug, 2019 1 commit
-
-
Colin Yang authored
-
- 30 Jul, 2019 4 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I4c1447b782279a6c461ba89d2393df05d74d0a3f
-
Jeffrey I. Schiller authored
Change-Id: I27ce62c8a2bd67ad9af419e023cc90f52702aad7
-
Susan Rati Lane authored
Feature adapted from Lynda Tang's graduate work. Adds project-level property "BlocksToolkit" (internally also called SubsetJSON), which is a JSON string describing UI components and code blocks to be displayed in the Designer and Blocks Editor. This allows projects to limit the options in the GUI to fit the curriculum and not overwhelm students. Change-Id: Ie37ecbaa31398fcfcc57320a01dd1f67d1b13522
-
Evan W. Patton authored
Change-Id: Id830f9bad0ff873a8df6ddc29c58e24e98fae452
-
- 03 Jul, 2019 1 commit
-
-
Conor Shipp authored
Fixes #1735
-
- 12 Jun, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: Id3df87c907e20a3cc1241337a64594ca48c6ad29
-
- 07 Jun, 2019 1 commit
-
-
Amerkashi authored
-
- 05 Jun, 2019 2 commits
-
-
Ankriti Sachan authored
The major changes in this commit involve implementing IntentBasedSpeechRecognizer and ServiceBasedSpeechRecognizer. UseLegacy property has also been added. Resolves #1013 Change-Id: I56f94cdadda486576d6462f798dbf78c29ea905b
-
Xueyuan(Sherry) Wang authored
Change-Id: Ia27c0510d7a19b3715dd21040320676d06b9b281
-
- 03 Jun, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Change the scope of the “selectedProjects” variable so we do not call “getProjectList()” when we are not on the PROJECTS tab. This fixes an issue with “oneproject” mode (which isn’t in this source tree). Change-Id: I515a9c25fad12339810712b1f5b995c3a8a3855b
-
- 28 May, 2019 3 commits
-
-
hsun1316 authored
Change-Id: I19869c5f2fa32f384b3dbbd7d07c4cadd821ecd5
-
ZhengCornell authored
Change-Id: I110d180f67feef0a0cd34b12902dbc182cbf5e43
-
ZhengCornell authored
Fixes #1467
-
- 25 May, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I13f194f1d0030757fbff37b36c312cfcbf1619dc
-
- 24 May, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: If82b8a5bdb43b686680a27cdc473fd118a42edb5
-
Jeffrey I. Schiller authored
Re-Enable the “Update Companion” Menu Item, but limit its use to the Emulator. Change-Id: I86e530b65fd7845de42cdccecb5550af6215db3c
-
Jeffrey I. Schiller authored
This set of changes appears to cause WebRTC to negotiate ICE Candidates in just about all reasonable cases. Change-Id: Iff20c75c4ca2611e4dce2a8f8f11badafe002253
-
Evan W. Patton authored
* Enable import/export block code as PNGs This commit adds a feature to download individual blocks as PNG files. In the PNG file there will be a code chunk that stores the Blockly XML representation for the block. Dragging and dropping one of these images into the blocks editor will import that block. This can be useful for writing tutorials because the images of the blocks will also contain the code, so one can drag the block image into the workspace from another page. In order for the cross-site drag to work, the server serving the document must allow CORS from the App Inventor server. Change-Id: I524bbfbef739554884caa31a8b677ce1bcc893d1
-
- 23 May, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I4edeb1edf44fefe5b5ada27b528ac76cefb81746
-
- 22 May, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: I886416cefa1a0eb34311e656847fb5dc4c433bf0
-
Evan W. Patton authored
Android apps are binary blobs, not UTF-8. It's possible that the archive includes byte sequences that are invalid UTF-8 and we can't expect clients to do the right thing when they encounter such data. Change-Id: Iad16c06f7e977c44e2c71ab3f7952036a03fb22e
-
Evan W. Patton authored
Change-Id: Ia72226088534933b61021100a990fc74979c1d5e
-
Jeffrey I. Schiller authored
Add the source fingerprint, which is the git commit hash, to crash reports in the log. Change-Id: Icba88d8a26655fe3ee0917736888bcf973b7af85
-
- 20 May, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: If0ed5ffc8c8fbb4cc4306f6de2949ca733e0f482
-
ankritisachan authored
This commit specifies installation of 32-bit libraries needed in 64-bit Linux Systems
-
Jeffrey I. Schiller authored
The previous commit updates the Companion to better handle the case where the Rendezvous server is far away from the user (long round trip time). This commit does a mitigation, at the cost of 5 seconds, in replmgr.js that results in older Companions being more likely to connect with a long round trip time. Change-Id: Ice6b86b11a3c21beedf2c066ac46593659651713
-
Jeffrey I. Schiller authored
Improve the stability of the WebRTC IceCandidate negotiation when the round trip time to the Rendezvous server is large (> 400ms) which can be the case when the Rendezvous server is on the other side of the planet! Change-Id: I7a8883d30696ada2ea13393fde82f1d8f49bbc0c
-