- 09 May, 2018 1 commit
-
-
Mark Sherman authored
-
- 12 Apr, 2018 1 commit
-
-
josmas authored
-
- 28 Mar, 2018 1 commit
-
-
Jos authored
-
- 22 Mar, 2018 1 commit
-
-
Jeffrey Schiller authored
Fix several minor issues (Fixes #928) Change-Id: Idecd5a1eae1fadcf0b0db105ecc7c2ccc5afb499
-
- 21 Mar, 2018 1 commit
-
-
Pavitra authored
-
- 19 Mar, 2018 1 commit
-
-
Jeffrey I. Schiller authored
Document the AfterFileSaved Event for the File Component Change-Id: Ice7cbdf7ada7e063897821c20d060bd8f2023445
-
- 15 Mar, 2018 2 commits
-
-
Evan W. Patton authored
Author: Evan W. Patton <ewpatton@mit.edu> Make sure that touches select the components Implement drag-and-drop to reorder components Closes #1020 Change-Id: If33b569dbf76d08df411185e0efac546df253409
-
Pavitra Golchha authored
-
- 08 Mar, 2018 2 commits
-
-
Jeffrey Schiller authored
We no longer use the “AccountName” property and it has been removed from CloudDB.java. However a reference remained in MockCloudDB which causes a problem when a project with a CloudDB component is upgraded due to an increment in YOUNG_ANDROID_VERSION. Change-Id: I8a6234993df32ff087fbcbd79edf447c3e39c9c5
-
ColinTree authored
Fixed #1107
-
- 05 Mar, 2018 3 commits
-
-
Jeffrey Schiller authored
A shared backpack is enabled at SSO login time[1] by providing a backPackId parameter in the SSO Token. Once enabled backpack contents are not stored with the user account but instead in a specific location defined by the backPackId. Multiple users can use the same shared backpack at the same time. Each time the shared backpack is opened a fresh copy is loaded from the server. There is still a race condition if two users attempt to store blocks at the same time. One will win and the other’s changes will not be added to the backpack. This may be corrected or mitigated in a future release. [1] Note: SSO Login is not currently implemented in the App Engine version of MIT App Inventor. This commit updates the Backpack code to be in alignment with the code we use in our Hong Kong deployment which is not run in App Engine. We plan to implement SSO login in the App Engine version in the near future. Change-Id: I5957a42999ff14d7263a47993efaf8f3492c016g
-
Jeffrey I. Schiller authored
Update whitelist.py so it works with the latest App Engine SDK. Also update permissions on /remote_api to be compatible with the latest App Engine SDK. Note: The change appears to remove the requirement for admin rights to use the /remote_api facility. However this admin requirement is now enforced by the Google supplied code which runs behind /remote_api. Performing the additional check in web.xml just causes an error about too many authentication attempts. Also remove excess catch statement in Whitelist.java that has been giving us compilation warnings for a very long time. Note: Whitelist.java is no longer in use, but can be enabled via a simple edit to OdeAuthFilter.java, so we are not removing it yet. Change-Id: I30cbb0eba3fba3f20d8443a94dae837c827f0b20
-
ColinTree authored
-
- 21 Feb, 2018 1 commit
-
-
ColinTree authored
-
- 19 Feb, 2018 1 commit
-
-
Pavitra authored
"alignemt" => "alignment"
-
- 08 Feb, 2018 1 commit
-
-
Thng Kai Yuan authored
-
- 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 6 commits
-
-
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
-
Evan W. Patton authored
The new companion is too large to fit in the emulator's 8 MB memory limit all at one time. This commit changes NanoHTTPD so that for PUT operations the contents of the file being PUT are first written to a temporary location rather than being kept fully in memory. Fixes #1077 Change-Id: I61207c57d7d3dca8e8a2f65ba1b0afe676e6342b
-
Evan W. Patton authored
A hard-coded '/' breaks builds involving Maps on Windows. This commit switches to using File.getName() to get the name of archive before stripping its '.aar' file extension. Change-Id: I2b43569011975ef1d1ee33f28fbc4d1270e5f331
-
conorshipp authored
Resolves #1090
-
User authored
Fix IO not closed properly.
-
paulolc authored
Change-Id: I2ba2ca38c9cf22decc0e3cf18f96f7fd74488efb
-
- 03 Jan, 2018 1 commit
-
-
User authored
-
- 28 Dec, 2017 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I99edf1b7b150415936b159b6c365f7832d34faf8
-