- 05 Jul, 2018 1 commit
-
-
ChitiSims authored
Closes #1036 Change-Id: I616d845134a42b9f93186d0403d4683c1200af35
-
- 03 Jul, 2018 4 commits
-
-
Jeffrey I. Schiller authored
When we update App Inventor to a later Android API, the requirement that webview interface have the annotation will be enforced. This one was missing Change-Id: I61dca27b000fb7b9166fe75bdd34ba00f2077841
-
Conor Shipp authored
This commit adds two new properties to the FusionTables component. The first property is "LoadingDialogMessage". This allows the user to customise the default "Please wait loading..." text which is shown in the dialog after calling the .SendQuery function. The second property is "ShowLoadingDialog" this allows the user to choose whether or not to show the dialog. Change-Id: Ia034d66dcab4960ad3ef972e17c0d89336aca75d
-
Evan W. Patton authored
Change-Id: Ibae0a6e0b9b4a06e809f4cf8265a1f10f86382aa
-
Jeffrey I. Schiller authored
Reference #!null directly in the while macro instead of via the *the-null-value* which apparently isn’t always bound. Change-Id: I2e178f4c6a0317d4014d115912c16b9689bf1dd5
-
- 28 Jun, 2018 2 commits
-
-
Jeffrey Schiller authored
Modified the “while” macro to avoid a bug in the Kawa in-line optimizer. Change-Id: I4247adab9fbf80e2e3396f67c4aac5f4a21fa752
-
Evan W. Patton authored
Due to an optimization that reused the component references in blocks to determine the names of components, components with event handlers would have their init-thunks called before components without events. This would result in different initialization paths between the REPL and compiled apps. This change makes the ordering of init-thunks consistent by always using the order created by walking the Form's JSON description. Fixes #1279 Change-Id: I5ea1070df17a1dd96923cff2f0adfd6889a987b2
-
- 20 Jun, 2018 1 commit
-
-
Evan W. Patton authored
Fixes #1230 Change-Id: I1eb4579f4873d2e60b357acd463dbbd77261c936
-
- 19 Jun, 2018 2 commits
-
-
Evan W. Patton authored
Change-Id: Id0995d95294c4e604b17eebf495f3ee04b87c36d
-
Evan W. Patton authored
Change-Id: I86ad3e3f63315d7b78765f59d1b5763b4f63104c
-
- 18 Jun, 2018 1 commit
-
-
Evan W. Patton authored
The Android SDK provided zoom controls used by osmdroid are not scaled by ScaledFrameLayout, and so do not work correctly when Sizing is Fixed. Further, the ZoomButtonsController is deprecated starting with SDK 26 and Google recommends that developers provide custom views for zoom controls. This change implements zoom controls for the Map component similar to those shown in the designer. Change-Id: If5d15ea1387161f42a9bd6b59b210ea23baa85a0
-
- 17 Jun, 2018 1 commit
-
-
User authored
Move compass to the right side as shown in the designer.
-
- 11 Jun, 2018 1 commit
-
-
ChitiSims authored
Users could rotate the map but not programmatically. This change adds blocks to allow developers to programmatically change the map rotation. Fixes #1082 Change-Id: I476263bb834cf32f4ab8c74c3f525ab0224362d8
-
- 17 May, 2018 1 commit
-
-
Jeffrey I. Schiller authored
The recent update to the Clock component broke three unit tests (the tests were actually checking for the incorrect behavior). This change updates the tests to check for the correct behavior. Change-Id: I8fafefeb5a673104c8446c9421b8a0bb98f46553
-
- 10 May, 2018 1 commit
-
-
Farzeen Harunani authored
Fixes #1204. Also fix some typos in the documentation. Change-Id: I7811a2ed368478e3306c9f54ee347f7adfd33fea
-
- 09 May, 2018 2 commits
- 10 Apr, 2018 1 commit
-
-
ColinTree authored
-
- 17 Mar, 2018 1 commit
-
-
Next Mobile Development authored
Fix for missing ripple/touch effect on buttons when color was changed (#1184). Change-Id: I92d922dc9e485cd2259315ea79faf98214a6bcad
-
- 10 Mar, 2018 1 commit
-
-
hal authored
This adds a break block that can be used to break out of for-range, for-each, and while loops. Running excuting break terminate execution of the innermost loop. It is an error to have a break block that is not contained in a loop. Note that this change does not implement continue, only break. Change-Id: Ib480b03d0db70d85016a7400579b8fe14435b12a
-
- 26 Feb, 2018 2 commits
-
-
ColinTree authored
Fixes #907
-
Red Panda Apps authored
Added UrlDecode function to the Web Component
-
- 08 Feb, 2018 1 commit
-
-
Evan W. Patton authored
When setting a BoundingBox to a specific set of coordinates we attempt to cast a value to double that isn't necessarily double. If coming directly from blocks, the values are Kawa DFloNum values. This commit uses GeometryUtil's coerseToDouble helper function to convert the value into a double. Fixes #1145 Change-Id: I6404c783caa81fb31e03557e58cabc5474f2eb38
-
- 23 Jan, 2018 1 commit
-
-
Evan W. Patton authored
When importing a project that requires an upgrade involving project settings, if any screen loaded before Screen1 would fail to upgrade. Attempting to build a project in this state would only generate YAIL files for the successfully loaded screens. The build server would attempt to generate YAIL for the missing screens using the AI1 YAIL generator, which no longer exists. The error message doesn't give any indication that this is the problem. This change defers loading of screens other than Screen1 until Screen1's form is loaded. At this point the upgrade of the Form and the project settings will have occurred, and then we can proceed to load the additional screens. Change-Id: Ibde055171a8939a9e9ae5ed8ea5ce3954fb5ccf1
-
- 19 Jan, 2018 3 commits
-
-
Jeffrey I. Schiller authored
-
Evan W. Patton authored
DatePicker, TimePicker, and Notifier create dialogs that do not have the appropriate color. This commit adds behavior to the compiler to output styling information for dialogs so that these components properly reflect the user's chosen AccentColor. Change-Id: I770dcdff555b9f40a28c75e435e938e6258ab3c5
-
Evan W. Patton authored
Projects using relatively sized markers are unable to load correctly because the width/height is set before the MockMap is ready. This change introduces a needsUpdate flag that is set when this occurs. The size is then updated when addToMap is called once the map has been set. This also fixes a minor bug where markers with image assets do not end up being the correct size in the designer after toggling visibility. Fixes #1136 and fixes #1137 Change-Id: Ic800b19241b9bcf33cd07db17308b7c61d13b81e
-
- 18 Jan, 2018 1 commit
-
-
Evan W. Patton authored
Setting Theme is sufficient and an interaction with default values breaks some upgraded apps. Change-Id: Idf36857bcc314b7fba45d730986c5d2d6749d727
-
- 17 Jan, 2018 1 commit
-
-
Evan W. Patton authored
Fixes #1125 Change-Id: I6dbb8cae01fbd1cb556fe9c20f73c82fa2075051
-
- 12 Jan, 2018 1 commit
-
-
Evan W. Patton authored
Fixes #1121 Change-Id: I64c464a96614ee9f0d4f5b9f55ab350ddeeb12f5
-
- 11 Jan, 2018 1 commit
-
-
User authored
Fixed #1120 Change-Id: Idd679d701cfad71580cbd841a093dd35b558fc5f
-
- 08 Jan, 2018 7 commits
-
-
Evan W. Patton authored
When a string such as "permission," is used with @UsesPermission, it results in an empty string appearing in the permission list, and in the <uses-permission> annotation in AndroidManifest.xml. Google Play Store will reject such apps. This commit filters out empty strings during component processing and during compilation to fix this issue. Fixes #1108 Change-Id: Icafe2fa658f83f046dacfec98d3f0cb8f8b90755
-
Evan W. Patton authored
Change-Id: If66538c363b19b001a065ebc72e73a73927da7a7
-
Evan W. Patton authored
Fixes #1109 Change-Id: Ic34ac78f5fda8af8f2286d2f604f2b4d4c2e84e0
-
Evan W. Patton authored
Fixes #1118 Change-Id: Ib08fb391529b26ca107b5e8f67acb329e70e958e
-
Evan W. Patton authored
Many issues were reported with the theme update. This change updates the Form version and adds a new "Classic" theme that will be default for projects. Users can change to the new themes by using the other theme options. Fixes #1105, #1092, #1089, #1086, #1081 Change-Id: I9aa23a3d07d782fd61eb593e4d282a64b5941572
-
Jeffrey I. Schiller authored
Change-Id: Ib0a330ed53fb3fed1f8a128908026602fc058d74
-
Jeffrey I. Schiller authored
-
- 05 Jan, 2018 1 commit
-
-
Evan W. Patton authored
The version called wasn't introduced until 2.5, we use 2.0.1 Change-Id: I6cf1273ead751c29102f7e9bca07767c3b8241b8
-
- 04 Jan, 2018 1 commit
-
-
Evan W. Patton authored
1. Makes the GeoJSON asset picker show "None..." instead of "..." when nothing is selected 2. Makes MockFeatureCollection icon show when dragging from the palette 3. Centers the "From URL" dialog that appears when retrieving GeoJSON from a URL Fixes #1074 Change-Id: Ib88eb768df5421b8be4defb472e4b516a3ca94fa
-