Skip to content

Tags: xDShack/appinventor-sources

Tags

v186a

Toggle v186a's commit message
De-bounce the Publish to Gallery button

Some people were double-clicking this button which results in two copies
of the project being sent to the Gallery simultaneously. This results in
two entries for the project appearing in the Gallery. Then when the
author next goes to update it, the Gallery finds two copies and fails.

We will be adding a uniqueness constraint to the Gallery database which
will prevent this. However this will result in one of the two
transactions failing. Depending on the exact timing of things this can
still result in the end-user receiving an error.

This change “de-bounces” the Publish button so while one button push is
still being processed, a second is ignored silently.

Change-Id: Idd7506773b5e2a27500250d82a1350602b634a77

v186

Toggle v186's commit message

Verified

This commit was signed with the committer’s verified signature.
jisqyv Jeffrey Schiller
The New Gallery

This commit adds the interface support for the new gallery.

The new gallery is a separate system run on its own
infrastructure (which today consists of a horizontally scale-able
collection of Linux virtual servers).

It is configured via three system properties (out of
appengine-web.xml). They are:

gallery.enabled –  Set this to “true” to enable the Gallery
gallery.id –       This is a string which is used to identify this
                   instance of App Inventor to the gallery. It is
                   also used to identify the shared keys needed
                   to authenticate tokens sent to the Gallery
gallery.location – The location (URL) of the gallery itself.

Change-Id: I30745a65c976cadd288650f779a9bf546097567a

v185a

Toggle v185a's commit message

Verified

This tag was signed with the committer’s verified signature.
ewpatton Evan W. Patton
Open source release of MIT App Inventor version 185a

v185

Toggle v185's commit message

Verified

This commit was signed with the committer’s verified signature.
jisqyv Jeffrey Schiller
Update Companion Version to 2.60

Change-Id: Ifd5df82e0e60abb256edb2e5f17cf7d682c5d9d5

v184

Toggle v184's commit message

Verified

This commit was signed with the committer’s verified signature.
jisqyv Jeffrey Schiller
Update Companion Version to 2.59

Change-Id: I9e15974cbe5dfcb0432a2ba33d702110d3f74cc4

v183c

Toggle v183c's commit message
Remove Column and Row properties from Form

Change-Id: I986ce001d40ff7ea4423e7a21d29e3fad3e2eabc

v183b

Toggle v183b's commit message
Add missing READ_EXTERNAL_STORAGE permission for Player and VideoPlayer

Change-Id: Icebd59c7b7a7e112f42514a3531cb78ef1537c01

v183a

Toggle v183a's commit message

Verified

This commit was signed with the committer’s verified signature.
jisqyv Jeffrey Schiller
Another fix for WebRTC

Cleanup the code that deals with detecting connection failures. This
change results in a more stable experience on Firefox. It also ensures
that any closed WebRTC connection is cleaned up properly. This means
that if the Companion disconnects due to the Companion being closed, or
a network failure, a new connection can be made reliably without having
to reload App Inventor in the browser.

Change-Id: I35ccba26729d7c870201165cb3821991a6f523ee

v183

Toggle v183's commit message

Verified

This commit was signed with the committer’s verified signature.
jisqyv Jeffrey Schiller
Update Companion Version to 2.58

Change-Id: Ib4d3034c2ce901b26d03f26afb43943f3bef44d2

v182b

Toggle v182b's commit message
Restore HeightPercent for Slider

Change-Id: Iefc8b15e7064d8f460865a77aca2bcdbcf244f65