- 20 May, 2019 2 commits
-
-
Jeffrey I. Schiller authored
The previous commit updates the Companion to better handle the case where the Rendezvous server is far away from the user (long round trip time). This commit does a mitigation, at the cost of 5 seconds, in replmgr.js that results in older Companions being more likely to connect with a long round trip time. Change-Id: Ice6b86b11a3c21beedf2c066ac46593659651713
-
Jeffrey I. Schiller authored
Improve the stability of the WebRTC IceCandidate negotiation when the round trip time to the Rendezvous server is large (> 400ms) which can be the case when the Rendezvous server is on the other side of the planet! Change-Id: I7a8883d30696ada2ea13393fde82f1d8f49bbc0c
-
- 18 May, 2019 4 commits
-
-
Evan W. Patton authored
Change-Id: I708b6f4f2d602ed227a1a6343461ee60273b40f8
-
Evan W. Patton authored
Change-Id: I7720bb0df1e312769dfed12819a56ebb45e44e65
-
Evan W. Patton authored
Change-Id: I2dcc304bbca68827c0b92dd5b1ef012d21de1db1
-
Evan W. Patton authored
Change-Id: I89f5cd0b2ab49c08ea263323ce2d8a058b6cc8fb
-
- 17 May, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I588d0b4e6f8c4dcf896f88cdee67a79b883cd006
-
- 15 May, 2019 3 commits
-
-
Evan W. Patton authored
Change-Id: I44526bf5fce726673f615e8d61d1fe21e57d4deb
-
Evan W. Patton authored
Change-Id: I326f2f64f03fcc43a85c6f498e22b36da407815c
-
Evan W. Patton authored
Change-Id: I11fcadeac62427a9f03a5ef1173c3ca3a2523b06
-
- 10 May, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I98a2aa0ccb8b231634b4122044e7a82ee9e801bd
-
- 08 May, 2019 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I31b6218b4e851822c701cc65eb7812d76895a83b
-
- 07 May, 2019 5 commits
-
-
Jeffrey I. Schiller authored
Change-Id: Ia306d6a821dd00695d9721ead97bc81845ef7231
-
Jeffrey I. Schiller authored
Change-Id: Ie2703ed5833eb05628b0cc04548f7bb812bc1c5e
-
Jeffrey I. Schiller authored
Fix issues related to the merge of the translation into master Change-Id: If23bfb96f811467ee609ea92aa9ef53f518f4b92
-
Evan W. Patton authored
We now need to build three different companions for every release. This change makes it so that we can build all three with a single run of ant rather than having to configure multiple different companions and performing three separate builds of App Inventor for a components release. Change-Id: Ia0ed7e85513081e1fbaff606223f7d88b4dbc638
-
Jeffrey I. Schiller authored
Remove calls to the Package Installer in order to be compliant with Google Play Store rules. Change-Id: Iab89c09e815af14728f08682d02e4447077aed55
-
- 06 May, 2019 2 commits
-
-
Jeffrey I. Schiller authored
The primary rendezvous server is used for the initial rendezvous, whether using WebRTC or not (Legacy Mode). This change provides the location for a secondary rendezvous server to use for the WebRTC negotiation. This is only done if the Companion indicates that it supports this feature (sets “r2” to true in the JSON object it posts). Any information provided by the Companion can be used by the primary rendezvous server to determine which secondary server to use. Change-Id: I8706c4f0fe66a0e902595689896003feff9cdff7
-
Susan Rati Lane authored
German translation with multiple authors: Author: Marina de Queiroz Tavares <dqtm@zhaw.ch> Author: Matthias Müller <matthias.mueller.2@uni-jena.de> Author: Lyndsey Bonelli <lyn.bonelli@gmail.com>
-
- 26 Apr, 2019 1 commit
-
-
Evan W. Patton authored
* Use DomHelper to show Do It error dialog * Disable Do It when companion not connected
-
- 25 Apr, 2019 1 commit
-
-
Evan W. Patton authored
The onProjectAdded method of ProjectList will sort and refresh the table, which is an `O(n log n)` operation. However, when we load the list of projects initially, this will get called `O(n)` times, resulting in `O(n^2 log n)` performance. For many users, the number of projects might be small and this load time may appear negligible. However, for more prolific users with hunders of projects, this may result in multiple seconds wait time while the list is first loaded. This fix defers sorting the list until all projects have been added. Change-Id: I50332dd8f2993883428c79e8dafbebbe32e2c1fa
-
- 24 Apr, 2019 1 commit
-
-
Pavitra Golchha authored
Replace JarSigner with ApkSigner
-
- 16 Apr, 2019 2 commits
-
-
Andrew Godwin authored
-
Evan W. Patton authored
Change-Id: I6b527f899b08e488a191b39bcfc37976e5fe5af6
-
- 12 Apr, 2019 2 commits
-
-
suvamjain authored
* Updated Texting documents for Google Voice no receiving issue
-
Evan W. Patton authored
Change-Id: I0548b10a840678e25baa2636e2891838a5c6775b
-
- 10 Apr, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I9b23ee39bb46e63d56e4bd7b6cc24b8d32cdade3
-
- 04 Apr, 2019 1 commit
-
-
Evan W. Patton authored
Change-Id: I25a6e14773fb75a43a556bee57d49e8aa292d036
-
- 02 Apr, 2019 4 commits
-
-
Jeffrey I. Schiller authored
When the “OK” button on the Companion Update dialog is pressed, properly hide the ConnectProgressBar as we are now no longer connecting. Change-Id: I4c5f24a5e8979757d6e7066c734ba40078e4a8ce
-
Evan W. Patton authored
For non-English users of App Inventor, if they go to the main page or click a link without a locale specified, for example, a repo link, then they will be presented App Inventor in English. This is bad from a UX perspective as the user then has to change the language and wait for the site to reload. It also interrupts whatever workflow they were currently doing (e.g., when opening a template project). This change stores the last locale from the query string as the user's preferred locale. When a locale isn't specified in the URL, we will check the locale and if it is set, redirect to that page automatically. To also save on performing actions that would be canceled by the redirect, we also reorder some initialization of Ode so that it only occurs if the redirect won't happen. Change-Id: I1b9ffa756aa08f05495832768b242341e4a30c38
-
Evan W. Patton authored
Change-Id: I2502bb3bce93db98575655bfb0e0cf8dd92f1119
-
Evan W. Patton authored
Change-Id: I44ce7d4cda5623b482283c30ebb63aea9053da83
-
- 28 Mar, 2019 5 commits
-
-
Colin Yang authored
* Unified file provider source
-
Evan W. Patton authored
-
Evan W. Patton authored
Change-Id: Ia732cb6a35725ef49bb5605f1ab0bc6a808fe33b
-
Evan W. Patton authored
The change to make component reference blocks usable in globals changed the ordering of initialization in such a way that components that rely on the theme applied to Screen1 end up getting the wrong theme. This corrects the order of initialization so that Screen1's properties are set immediately before any other components are created.
-
Evan W. Patton authored
Change-Id: I103da79effba61d8255d6189b6e0bcef55b8875d
-
- 27 Mar, 2019 2 commits
-
-
Evan W. Patton authored
-
Evan W. Patton authored
-
- 25 Mar, 2019 1 commit
-
-
皮皮蟹 authored
Null value shouldn't add to map, and blocks under a disabled block should be ignored.
-