- 12 Dec, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: Ie2bf23e58047bb19d6e0ae289f4021940f1b8324
-
- 11 Dec, 2019 1 commit
-
-
Bart Mathijssen authored
-
- 10 Dec, 2019 2 commits
-
-
Evan W. Patton authored
* Add Vagrantfile for development environment bootstrapping Change-Id: I2fb08206d96f2ff0da73954f820134b7a0684aef
-
Evan W. Patton authored
Change-Id: I2fca8de2941613c938eaa0e9be0d391fa67c48f5
-
- 09 Dec, 2019 2 commits
-
-
ellelili2025 authored
Fixes #1140
-
Conor Shipp authored
#1928 fixed being able to use the typeblock to create generic blocks for the Form, but they could still be accessed by using the "Make Generic" context menu item. This commit removes the "Make Generic" button from the Form blocks.
-
- 04 Dec, 2019 2 commits
-
-
ellelili2025 authored
Fixes #1862
-
Evan W. Patton authored
Change-Id: Ic9c1a3046c06dcbc582194f013f895d2ed512fc1
-
- 02 Dec, 2019 3 commits
-
-
Bart Mathijssen authored
-
Shivani singh authored
the old link was directing to the google group which is not active anymore and it took me a while to join the community via new link. I hope this new link will minimise the confusion and will help other new contributors too.
-
Evan W. Patton authored
Change-Id: I3d1846ce60d6b2a4cfedaa4be2895500aad0ee31
-
- 27 Nov, 2019 1 commit
-
-
Evan W. Patton authored
In earlier versions of App Inventor, the deprecated flag was stored as the string 'true' or 'false'. More recently, we made the flag output a Boolean rather than a string (i.e., `true` or `false`). However, the code to handle creating the blocks for the drawer wasn't updated to handle this scenario. Luckily, it was a sensible fallback such that the block showed, but that means that deprecated blocks show when they shouldn't. This change fixes this by checking for both the string version (to support extensions that use the old format) and the Boolean version. Change-Id: I6ae272d8e36887ea4259a7948a56badb62f817d6
-
- 26 Nov, 2019 2 commits
-
-
Evan W. Patton authored
Change-Id: I76fb8e7f4cfacaa9ad6377790c9cd4d59d379767
-
Evan W. Patton authored
The change that produced calls to EventDispatcher's unregister method for disabled blocks did not account for the scenario where both an active and inactive event handler exist for the same component-event combination. This change makes it so that unregister calls are only output if there isn't a matching active event handler. Change-Id: If33b577f5af03c64f7abb8fe5b587d576886889b
-
- 22 Nov, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Moved the FusionTablesControl from the STORAGE to the INTERNAL category. This means that projects that include the control can load, but people working on new projects cannot add the control to their project. Also updated the documentation to include the warning that it is shutdown. Change-Id: Ie05d54b9df0a5bae21661529ded01ce0a549347c
-
- 21 Nov, 2019 3 commits
-
-
Evan W. Patton authored
Change-Id: Icd6fd74d49ae11cbc13a6321112e0cf002308186
-
Evan W. Patton authored
Change-Id: I7632af43369c42eecc07f2098bb2d4cbf8eb50fe
-
kalsheikh authored
-
- 18 Nov, 2019 1 commit
-
-
皮皮蟹 authored
-
- 14 Nov, 2019 2 commits
-
-
Evan W. Patton authored
Change-Id: Ib3142c60ecb389da2b304d96c30308cb08939ebb
-
Matthew Coufal authored
* Enable multiple component selection using shift key presses * Add highlight to select components and show number of components selected * Make selected component properties default when there is no full intersection * Allow unselection of already selected components
-
- 13 Nov, 2019 1 commit
-
-
Evan W. Patton authored
The global keyword that prefixes global variables is translated, and this translation ends up in the Blockly XML. We need to keep the translation separate from the underlying representation so that projects still work when switching between languages. Change-Id: I7bc88f0a26c8dce6d256010c188d7233d8cc43f8
-
- 08 Nov, 2019 1 commit
-
-
Evan W. Patton authored
Autoload behavior can be overriden per session by including autoload=false or autoload=true in the query string when loading App Inventor. This commit also refactors the menu construction into individual pieces so that they can be called to be reconfigured. At the moment, this feature is only used for the Settings menu, but it makes the creation of each menu independent of any other menu. Change-Id: Id220991cef5f7643465ef9648f663a52be1486ae
-
- 01 Nov, 2019 8 commits
-
-
Evan W. Patton authored
Change-Id: I59456500e2e89b0ce43f0f80f5d447dae8b8a2ea
-
Evan W. Patton authored
Change-Id: Iae1a102a0323a65a936b21cfa36326c686e3a2c5
-
Evan W. Patton authored
Change-Id: I81b2f7bfc1f6806f3a0d1aef9e658050b46050fd
-
Evan W. Patton authored
Change-Id: I9a087d73674b4afe842a300693324ff559afa1cd
-
Evan W. Patton authored
Change-Id: I7be76fd01960ae8f333ea7bd54d8cd8f33dc51e8
-
Evan W. Patton authored
Change-Id: I9fc9e5516c329ac8b286fc075ad0b863018164bb
-
Evan W. Patton authored
Change-Id: Iaac765df9371acb8672df71bb12b22e02fd40cb9
-
Pavitra Golchha authored
-
- 30 Oct, 2019 3 commits
-
-
Bart Mathijssen authored
-
Himani authored
This functionality keeps the deleted project in a folder called Trash and if the project is accidentally deleted will not directly go away from App Inventor but will exist in Trash. In Trash Window users will have functionality to permanently delete the project or restore back to My Projects or simply keep in Trash.
-
Bart Mathijssen authored
-
- 10 Oct, 2019 2 commits
-
-
Evan W. Patton authored
* Raise error when using boxed primitive types in component APIs * Make ComponentProcessor error messages private
-
Matthew Coufal authored
* Cache checkbox state for each screen * Make hidden components checkbox screen-dependent
-
- 09 Oct, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I34fc7bb333208d59e9186800fe2696621c9971af
-
- 08 Oct, 2019 1 commit
-
-
Bart Mathijssen authored
* Reenable convert number block translations in zh_tw, zh_cn
-
- 07 Oct, 2019 1 commit
-
-
Diego Barreiro authored
-
- 03 Oct, 2019 1 commit
-
-
Evan W. Patton authored
On macOS, the application icon preparation step causes Java AWT to create an app window. This window gains focus, even though the buildserver is a background process. This really only affects developers working with the sources on OS X. This change sets a flag to inform AWT to run in headless mode, which prevents it from creating the app window. Change-Id: Ida725b80e67c55777437cdd69392a3fab4dcf00a
-