- 27 Mar, 2020 2 commits
-
-
Evan W. Patton authored
Change-Id: I9ef4fdb1bda35fbd023e908b41fa9aa5cc1b5e43
-
Evaldas Latoškinas authored
-
- 24 Mar, 2020 2 commits
-
-
nitinseshadri authored
-
Diego Barreiro authored
Add Kodular implementation of a Magnetic Field Sensor, which can be used to detect changes in the magnetic field around the phone. It is useful, for example, to interact with magnetic buttons and trigger actions.
-
- 23 Mar, 2020 3 commits
-
-
Jeffrey I. Schiller authored
When the Companion is used to scan a bar code, if it finds a string that begins with http:// it calls the package installer (or in the case of the Play Store version, it hands it off to the on-phone browser). This functionality was added a while ago to deal with the case where people used the Companion to scan the barcode resulting from a package build. Basically people got confused between scanning a QR Code for connection to the browser and scanning the QR code of a packaged app. However it turns out that this was a useful feature because it lets people use the Companion to install their created apk’s so they do not have to have a separate bar code scanning app installed. This is particularly useful in a school setting in that it reduces the amount of work that staff have to do to setup devices. This commit updates the code to also call the installer when the string begins with https as well as http. Given that we will soon serve MIT App Inventor over https, packaged URL’s will soon begin with https. Change-Id: I5797f998749b1a309c9504088fa03d5aaf4eb06e
-
Pavitra Golchha authored
https://community.appinventor.mit.edu/t/ondestroy-not-fired/5341 Change-Id: Id4ed0ed02ab23cc33b904c90c3d41c702e4bc019
-
Evan W. Patton authored
Navigation component made use of java.nio.charset.StandardCharsets, which wasn't added to Android until API 19. This change passes "UTF-8" instead and lets the system handle the charset lookup. Change-Id: I646decde6be9b22780ddc6f067244a446fdcf5ad
-
- 20 Mar, 2020 4 commits
-
-
Diego Barreiro authored
-
rgangela99 authored
Change-Id: Iaae8b8ca29b2006953b2283e305167eeba6b8588 Co-authored-by: Evan W. Patton <ewpatton@mit.edu>
-
Suyash Jain authored
* Handle special cases of sin, cos, tan
-
Li Li authored
Change-Id: I872e3740a1db8a7ddf97ee38b030f90fc2a00b53
-
- 19 Mar, 2020 2 commits
-
-
Evan W. Patton authored
Change-Id: I0fc55ee8864add3341d9ea90ce12103a04b9a2d0
-
nitinseshadri authored
-
- 18 Mar, 2020 1 commit
-
-
Beka Westberg authored
-
- 17 Mar, 2020 1 commit
-
-
Beka Westberg authored
* Remove recursive dictionary to list coercion. Before dictionaries that were children of dictionaries would be coerced into a list when the parent was coerced into a list. This was determined to not be the expected behavior, so it has been removed. * Add dict to list coercion test * Maybe fix dict test?
-
- 12 Mar, 2020 1 commit
-
-
Evaldas Latoškinas authored
* Refactor & implement highlighting of selected item (both via blocks and listeners) * Fix NPE with regards to last seen view in ListView selection
-
- 10 Mar, 2020 2 commits
-
-
Bart Mathijssen authored
-
Conor Shipp authored
Co-authored-by: Evan W. Patton <ewpatton@mit.edu>
-
- 09 Mar, 2020 1 commit
-
-
Evan W. Patton authored
Change-Id: I0aa290a74d286d6f8681b4698ea7c6212b36ecb6
-
- 06 Mar, 2020 1 commit
-
-
hal authored
If the value of an "Extra" argument is a list instead of a string we convert it to a java array of strings, which is the way to provide multiple values to an Android Intent. Change-Id: Ica965cfdfa5ea42c941b7b5d6650cfb78c04d4e8 Co-authored-by: Evan W. Patton <ewpatton@mit.edu>
-
- 26 Feb, 2020 1 commit
-
-
ellelili2025 authored
-
- 24 Feb, 2020 3 commits
-
-
Evan W. Patton authored
* Add Platform and PlatformVersion properties to Screen Change-Id: I29297997707d8172ef6492585053e8d9907dae57 * Updated YOUNG_ANDROID_VERSION to 198 Co-authored-by: ellelili2025 <58433071+ellelili2025@users.noreply.github.com>
-
Evan W. Patton authored
Change-Id: I674f86a18d8082dcba93d8cc8a1bbd8b3ebd93b5
-
Evan W. Patton authored
Change-Id: I85ed935936facb8d337b5abc471c5227e3de21d9
-
- 22 Feb, 2020 1 commit
-
-
Dhruv Gupta authored
-
- 21 Feb, 2020 1 commit
-
-
Beka Westberg authored
-
- 20 Feb, 2020 1 commit
-
-
Bart Mathijssen authored
-
- 19 Feb, 2020 7 commits
-
-
Conor Shipp authored
Change-Id: I8b10d3723b68a578ba9bd9d900f200c6529bce5b
-
moliata authored
-
singhalsara8 authored
-
Pavitra Golchha authored
-
ellelili2025 authored
Fixes #1035
-
Beka Westberg authored
-
Beka Westberg authored
-
- 18 Feb, 2020 4 commits
-
-
Evan W. Patton authored
We decided that since the changes in the release are bugfixes only and introduce no major API changes to the companion that this change did not warrant a major version number change. Change-Id: I654682a0436fbac88b9d68320ecff43a8802cf41
-
Jeffrey I. Schiller authored
Change-Id: Ib4d3034c2ce901b26d03f26afb43943f3bef44d1
-
Evan W. Patton authored
Change-Id: Iefc8b15e7064d8f460865a77aca2bcdbcf244f65
-
Evan W. Patton authored
Change-Id: If4549950bac9bd0aa35efdb7f5f77f70242cfe38
-
- 05 Feb, 2020 2 commits
-
-
Susan Rati Lane authored
Change-Id: I49945b654fb131740c6d44028df095bc9cfefeb8
-
Jeffrey I. Schiller authored
Change-Id: I85ac5189c0749705b1e5c9f0b95e995596d8e492
-