- 26 Sep, 2019 1 commit
-
-
Evan W. Patton authored
* Add GitHub templates
-
- 24 Sep, 2019 2 commits
-
-
Evan W. Patton authored
Change-Id: Ib3e663aae8135694ddf423611ebcf7a7caffbd39
-
Evan W. Patton authored
-
- 12 Sep, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Give a warning when a project that uses the FusiontablesControl is loaded. Google will be shutting down the Fusiontables service on December 3rd, 2019. Change-Id: I6a56853ea8a56790495b4462b1c59d5c3059eaef
-
- 11 Sep, 2019 1 commit
-
-
皮皮蟹 authored
-
- 10 Sep, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: Ic374dbabd9fad57c06b1b070ab3d84a63ba0b4e6
-
Bart Mathijssen authored
-
ramiAbdou authored
Change-Id: I9802f22cbe9fba8ed768de995d40b315ec3483ed
-
Evan W. Patton authored
Prior to this change, YaFormEditor and YaBlocksEditor are registered in loadDesigner, which is called from onShow. This is problematic because if the screen hasn't been opened in the current session and the user deletes an extension, the unopened screens are not notified of the change. When the project is reloaded, it will fail to load because the unopened screens still referenced the deleted extension. This change moves the registration of YaFormEditor and YaBlocksEditor as FormChangeListeners to the onFileLoaded method so that they are made aware of project-level changes (like removing an extension) even if they are never viewed in a session. Change-Id: I8306ede85f5fb3576d810c9bd213e5e00df938ff
-
- 09 Sep, 2019 3 commits
-
-
Xueyuan(Sherry) Wang authored
Change-Id: If1fe3358fb87be47a90dd90a79c794a751ab7288
-
Evan W. Patton authored
App Inventor doesn't present a type hierarchy even though internally it makes sense for objects to have shared methods defined in super classes. However, the documentation for the properties, methods, and events of an App Inventor component shared in this way must typically be written generic enough so that they make sense when shown on concrete classes. This can lead to either awkward/generic sounding documentation or requires that the component author override all of the relevant features on the component to provide component-specific descriptions. This change makes it so that descriptions of components, properties, methods, and events can contain one or more %type% tokens that can be substituted with the name of the concrete representation shown to the App Inventor user. This allows for documentation to be shared at the super class level while still making it sound specific to the individual component type. Change-Id: Ida4eb22bec12b2e33ac73de2bb5706d1683b227a
-
Aaron Suarez authored
Change-Id: I6702e49a89777c1aa65c6a9fb766e0980d0fc380
-
- 07 Sep, 2019 1 commit
-
-
Bart Mathijssen authored
-
- 06 Sep, 2019 5 commits
-
-
Evan W. Patton authored
* Implement substring search on components palette
-
Bart Mathijssen authored
-
Evan W. Patton authored
Change-Id: I7fdc2d77430473420ed2d0e17d798a485ea16325
-
Evan W. Patton authored
Change-Id: Ia4964537d457316824325bdf351a26820a51144a
-
Ellen Spertus authored
-
- 28 Aug, 2019 1 commit
-
-
Bart Mathijssen authored
-
- 27 Aug, 2019 2 commits
-
-
Evan W. Patton authored
* Fix missing tooltips in extension blocks * Add regression testing for component blocks translation Change-Id: I524b4639234b51d55b82f84a02abdca0db40a4a7
-
Ellen Spertus authored
-
- 26 Aug, 2019 3 commits
-
-
Pavitra Golchha authored
-
Bart Mathijssen authored
-
Bart Mathijssen authored
-
- 23 Aug, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: I004e2beda3cd26a1f25e19f38370cca4f2f1fbf5
-
Jeffrey I. Schiller authored
Change-Id: I6ffef0b3bc66d55adea643bccf34ed4dae2d6d57
-
Evan W. Patton authored
Change-Id: Ibe01541a106b37bffbde21f05ea7f1b2c134070a
-
Jeffrey I. Schiller authored
Change-Id: Ied75987e7ca273d32923342963b54028335d8a46
-
- 22 Aug, 2019 2 commits
-
-
Evan W. Patton authored
Change-Id: I3f616e1a4c42416b8e33b40fb3183e65cc862e58
-
Bart Mathijssen authored
-
- 21 Aug, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I558443f2afbe08ee192d06f468bcd173f31997d0
-
- 20 Aug, 2019 6 commits
-
-
Evan W. Patton authored
Change-Id: Ibacdc5f81f57ab6e49dc906daec47ae593fc94bc
-
Susan Rati Lane authored
Translation Credit to: Krzysztof Kucner Change-Id: I29298525dd017abdf4880e9d2f80a23aa4936a82
-
Bart Mathijssen authored
Change-Id: I331cfcebc9e9053dec399d5b724495f8ef7a51f0
-
Evan W. Patton authored
Change-Id: If71bbaee9000dc6332d1452cb02be63a1c3402e2
-
Susan Rati Lane authored
-
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
-