- 06 May, 2019 1 commit
-
-
Susan Rati Lane authored
German translation with multiple authors: Author: Marina de Queiroz Tavares <dqtm@zhaw.ch> Author: Matthias Müller <matthias.mueller.2@uni-jena.de> Author: Lyndsey Bonelli <lyn.bonelli@gmail.com>
-
- 26 Apr, 2019 1 commit
-
-
Evan W. Patton authored
* Use DomHelper to show Do It error dialog * Disable Do It when companion not connected
-
- 25 Apr, 2019 1 commit
-
-
Evan W. Patton authored
The onProjectAdded method of ProjectList will sort and refresh the table, which is an `O(n log n)` operation. However, when we load the list of projects initially, this will get called `O(n)` times, resulting in `O(n^2 log n)` performance. For many users, the number of projects might be small and this load time may appear negligible. However, for more prolific users with hunders of projects, this may result in multiple seconds wait time while the list is first loaded. This fix defers sorting the list until all projects have been added. Change-Id: I50332dd8f2993883428c79e8dafbebbe32e2c1fa
-
- 24 Apr, 2019 1 commit
-
-
Pavitra Golchha authored
Replace JarSigner with ApkSigner
-
- 16 Apr, 2019 2 commits
-
-
Andrew Godwin authored
-
Evan W. Patton authored
Change-Id: I6b527f899b08e488a191b39bcfc37976e5fe5af6
-
- 12 Apr, 2019 1 commit
-
-
suvamjain authored
* Updated Texting documents for Google Voice no receiving issue
-
- 04 Apr, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I25a6e14773fb75a43a556bee57d49e8aa292d036
-
- 02 Apr, 2019 4 commits
-
-
Jeffrey I. Schiller authored
When the “OK” button on the Companion Update dialog is pressed, properly hide the ConnectProgressBar as we are now no longer connecting. Change-Id: I4c5f24a5e8979757d6e7066c734ba40078e4a8ce
-
Evan W. Patton authored
For non-English users of App Inventor, if they go to the main page or click a link without a locale specified, for example, a repo link, then they will be presented App Inventor in English. This is bad from a UX perspective as the user then has to change the language and wait for the site to reload. It also interrupts whatever workflow they were currently doing (e.g., when opening a template project). This change stores the last locale from the query string as the user's preferred locale. When a locale isn't specified in the URL, we will check the locale and if it is set, redirect to that page automatically. To also save on performing actions that would be canceled by the redirect, we also reorder some initialization of Ode so that it only occurs if the redirect won't happen. Change-Id: I1b9ffa756aa08f05495832768b242341e4a30c38
-
Evan W. Patton authored
Change-Id: I2502bb3bce93db98575655bfb0e0cf8dd92f1119
-
Evan W. Patton authored
Change-Id: I44ce7d4cda5623b482283c30ebb63aea9053da83
-
- 28 Mar, 2019 3 commits
-
-
Evan W. Patton authored
-
Evan W. Patton authored
Change-Id: Ia732cb6a35725ef49bb5605f1ab0bc6a808fe33b
-
Evan W. Patton authored
Change-Id: I103da79effba61d8255d6189b6e0bcef55b8875d
-
- 27 Mar, 2019 1 commit
-
-
Evan W. Patton authored
-
- 25 Mar, 2019 1 commit
-
-
皮皮蟹 authored
Null value shouldn't add to map, and blocks under a disabled block should be ignored.
-
- 22 Mar, 2019 7 commits
-
-
Evan W. Patton authored
Change-Id: Id58ad71b23a4132db983e8a2c9d8dce6919c4433
-
Evan W. Patton authored
PR #1605 made components manage parts of the classpath instead of the buildserver. This move means that all of AndroidRuntime's dependencies are managed within components/build.xml, and so we can further simplify the classpath for all of the targets within the components module. This change introduces an AndroidRuntime.path reference that is constructed from the dependencies set created by the aforementioned PR. It becomes a single point to introduce dependencies targetting the Android platform, including extension writing, and is used both for compilation and unit test evaluation.
-
Evan W. Patton authored
The conditional properties change added the ability to use a default value when a property isn't specified. However, there is a logic bug due to the fact that the empty string is falsey in JavaScript. This fix also checks specifically for the empty string as well so that the default value will be sent.
-
Evan W. Patton authored
-
Susan Rati Lane authored
Hungarian translation by Faragó Csaba and Zsolt Kolbay
-
hsun1316 authored
-
Ujjwal Kumar authored
-
- 20 Mar, 2019 1 commit
-
-
Jeffrey Schiller authored
* First Step and Using the Website CSS for documentation * Change “Create Apps!” to “Go Back” in header * Fix dead links
-
- 12 Mar, 2019 2 commits
-
-
jerry73204 authored
This method misses URLEncode.encode() encapsulation, which leaves the danger of URL injection.
-
Evan W. Patton authored
PR #1569 moved some constants into the shared ComponentConstants.jar file. Building the full system works with this change, but only due to implicit relationships in the order of how targets are executed. Unfortunately, these implicit relationships are not present when running either `ant extensions` or `ant RunLocalBuildServer`, which results in a broken build. This changes does two things: 1. Add an explicit dependency to CopyToRunLibDir in buildserver on the target to build ComponentConstants.jar 2. Breaks a cyclic dependency of the components module on the buildserver module on the components module due to the extensions mechanism wanting to build the buildserver to aggregate the dependencies of the AndroidRuntime into a single directory. This is accomplished by breaking the move into two parts, one which moves the files into the public build directory, which is now populated by the components build.xml, and the second which copies them into the buildserver in its build.xml. This allows the extensions mechanism to use the public directory so it no longer needs to reference the buildserver. Change-Id: I8df1a373dbb4e98a53e9a41817a15b1dfd4856c6
-
- 08 Mar, 2019 1 commit
-
-
Susan Rati Lane authored
Change-Id: I00d6063b297aa17da1e30cd140cf0403b0d3642c
-
- 05 Mar, 2019 2 commits
-
-
Xueyuan(Sherry) Wang authored
-
ZhengCornell authored
-
- 03 Mar, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I32f1bba6e7f1db17321665612a8ff2c2236446fb
-
- 01 Mar, 2019 1 commit
-
-
Colin Yang authored
-
- 26 Feb, 2019 3 commits
-
-
ZhengCornell authored
-
Susan Rati Lane authored
Change-Id: I7d3f5864bd65c3607a0f7083e8df44aef79c8cb9
-
ramiAbdou authored
Fixed Issue #1352: 1. Cursor changes to pointer when hovering over the backpack and zoom elements on the right side of screen. 2. Zoom elements and trashcan are now black to increase their visibility on the screen, especially when the grey sidebar is extended over them. 3. Shifted the positioning of the zoom control images from the sprites.png image so that no more ugly lines display around the controls.
-
- 22 Feb, 2019 1 commit
-
-
ZhengCornell authored
-
- 21 Feb, 2019 1 commit
-
-
hsun1316 authored
Change-Id: I07d684643df2f5ceaa63be8c2f45c39c8a3c0099
-
- 19 Feb, 2019 1 commit
-
-
Susan Rati Lane authored
Change-Id: Ib180d8e18b6056e9f75e882c4bd9b8faf49f5548
-
- 15 Feb, 2019 2 commits
-
-
nicholec authored
-
Susan Rati Lane authored
Fixes #1449 Screen1 Documentation Fixes #1450 Screen Development Guidance Fixes #1452 Procedure Blocks Change-Id: I572cc17f088ae443a45c6126298f3fdcb46ba46a
-