- 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 4 commits
-
-
nicholec authored
-
Susan Rati Lane authored
Fixes #1449 Screen1 Documentation Fixes #1450 Screen Development Guidance Fixes #1452 Procedure Blocks Change-Id: I572cc17f088ae443a45c6126298f3fdcb46ba46a
-
ZhengCornell authored
Resolves #1428
-
Steven Ye authored
-
- 08 Feb, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Google has defined a set of permissions that they consider “dangerous” and can only be used in an application under certain specific circumstances and then only with special permission from Google. This is enforced when an application is submitted to the Google Play Store, not on a device. This change causes these permissions to not be included in the MIT AI2 Companion. However it is controlled by the “limitPermissions()” flag in the AppInventor features module. Change the return value to “false” to give the Companion these permissions. Change-Id: I0fa3b2e928e7aa53c70cd339f50ed11008fe1876
-
- 07 Feb, 2019 2 commits
-
-
Jeffrey I. Schiller authored
Change-Id: Ib22f2b97c0bdec3a8f24f9c60b3f5cfcc8287d7c
-
Jeffrey I. Schiller authored
Change-Id: I85a11627c9d118822f91710495942def4fcd5e7d
-
- 04 Feb, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: Ia3b29e30091e88e1db0fb5ec02c6b0d270c17f15
-
- 28 Jan, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: Id03a84c068f1fbf698f968dc0b7f1b48c5e1888a
-
- 25 Jan, 2019 2 commits
-
-
Evan W. Patton authored
Until now, app developers needed to define event handlers for GotFeatures and LoadError to process map features being loaded dynamically onto a map. This is not intuitive for beginners. This change makes it so that if an event handler isn't defined, we will do basic handling of these events. App developers may still override the default behavior by defining their own event handling. Change-Id: Iaeb972e28aee51abc5957c84e8d499710b343b41
-
Evan W. Patton authored
* Implement conditional permissions for Texting and PhoneCall Change-Id: Id4b526eb0ebd83d9b811c137f6628e503333db84
-
- 23 Jan, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: Iea7872a0896e39c30353cd89d950c6d3779370bf
-
Jeffrey Schiller authored
WebRTC Connections can take a while to negotiate. This change gives the user some feedback while negotiation is taking place. We remove the ProgressBarDialog functionality from AssetManager and place it in a new module which is called from AssetManager and from replmgr.js. This permits us to put up the progress dialog at connection attempt time instead of at asset download time. Change-Id: I28772eb92a49b8ed2aa9af9ab84b1ea10d915bcc
-
Evan W. Patton authored
Change-Id: I35b143a3dbe3aecdc6c57352468c73e9baf40b72
-
Jeffrey I. Schiller authored
Use the “urls” property of ICEServer instead of the deprecated “url” property. Change-Id: I391f06eaffd26261a7a106e9fb35eedf2e0d84ee
-
- 21 Jan, 2019 2 commits
-
-
Arda Çebi authored
Change-Id: I98cb72ed416705d43228525b7196a86f889fe970
-
Evan W. Patton authored
Change-Id: I09c53561646b6172fd85746e54b08db612bbbe95
-
- 20 Jan, 2019 1 commit
-
-
Evan W. Patton authored
Installing a package via the QR code scanner fails on Android versions before SDK 24. The issue is that we switched to using content: URIs, which is required on SDK 24+, but this fails to resolve the package installer activity on SDK < 24. This commit adds a helper method for constructing the correct URI based on the device's SDK version. Change-Id: Ieaec37b79d6189f75535b5a9be4d0f38b756e63a
-
- 18 Jan, 2019 3 commits
-
-
Susan Rati Lane authored
* Make help for neg block match the actual neg block Issue ##1368 * Refine TinyDB documentation * Fix link for tinywebdb server * Add TinyDB namespace documentation Change-Id: I7c844ce85ada92ab63f46d747ac1d7782506bfa1
-
Jeffrey I. Schiller authored
Google will be turning off Fusion Tables on December 3, 2019. This change provides a warning when a FusiontablesControl is dragged into a project. Change-Id: I275ab12eeb664252a312602598afab94ef5c52c3
-
Susan Rati Lane authored
Also changed related anchor links to relative links Change-Id: I6433975f0055a29a86843a1ba32e6c0f6a9513e8
-
- 07 Jan, 2019 1 commit
-
-
Conor Shipp authored
-
- 06 Jan, 2019 2 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I627e10b911c013482e2dfa153f4aedf341733942
-
Jeffrey I. Schiller authored
-
- 04 Jan, 2019 1 commit
-
-
Evan W. Patton authored
When one dynamically loads map content from the web, one might want to manipulate that content. To do that today, you must add one of each of the relevant types to a Map and make them invisible so that the "Any ..." tree items are shown. This change makes it so that as long as the Map exists it will add the any component options for Marker (Point), LineString, and Polygon components. Change-Id: Ifb6837be89231c7f713a140318858da366113c21
-
- 03 Jan, 2019 1 commit
-
-
Susan Rati Lane authored
* Updates HELPURL links so that all HELP context menu options should work. * Add HELPURLs for Maps components Also made whitespace in METHODS_HELPURLS match the rest of the document Change-Id: I5044ceb07befa2db74590bd00de2b4f1cba70b9c
-