1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Colored Dots tutorial (multuple screens) More... over 13 years ago
updade known issues page More... over 13 years ago
Updated logo to beta and watermark to blank More... over 13 years ago
Modified Docs pages and corrected StatusPanel More... over 13 years ago
Modified status panel with new TOS link. Also, added version number to buildserver vars. More... over 13 years ago
Add known issue page. Remove warning message on designer page. Add link to known issues on deswigner page Stop generating obfuscated java More... over 13 years ago
This change includes: More... over 13 years ago
Fix a bug that I introduced yesterday in ObjectifyStorageIo that only affected tests (and was caught by FileExporterImplTest). I changed one loop into two (one inside a transaction and one outside) but didn't remove the incrementing of a file counter from one of the loops. Now only count the entries that actually go into the zip. Also, removed some redundant checks for which files to put in the zip. More... over 13 years ago
Pulled and merged changeset 80 More... over 13 years ago
Fix "bad value" when using back button with multiple screens. Change wording of "this is not a project archive" error message. Change title of designer page from experimental to beta. More... over 13 years ago
This change list includes several fixes to help us either avoid or better diagnose intermittent server errors related to blobs. It also updates the App Engine libraries to 1.6.2.1 (which may also help with the errors but we're not sure about that---it seems like a good idea in any case). In particular: More... over 13 years ago
This change addresses issues 86 (https://code.google.com/p/app-inventor/issues/detail?id=86) about setting the file name for blobs and 91 (https://code.google.com/p/app-inventor/issues/detail?id=91) about deleting orphaned blobs when we delete a project or fail during project creation. More... over 13 years ago
Add --requiredHosts and --debug to BuildServer command line. Synchronous entries to the buildserver now only work if --debug is specified. If --requiredHosts are supplied (multiple hosts permitted), only those hosts may use the buildserver. More... over 13 years ago
Added appengine app version id to buildserver callback url. More... over 13 years ago
Changed target location of component-doc.html to be the same as that of the other files generated by the annotation processor. More... over 13 years ago
Make the logo image be served as a static file instead of bundled in the Images Bundle. This allows us to customize the logo image after the App Engine app has been compiled, avoiding the problem where we'd have a released version of the system with a "+" in its Mercurial version number. More... over 13 years ago
Fixed issue 97: Need extra arguments to jarsigner for JDK 7 More... over 13 years ago
Solved issue 77: Investigate why we might get KeyNotFound exceptions in the server Fixed issue 96: Code should not continue after failing to decrypt user/project id More... over 13 years ago
Added more logging and vars to monitor More... over 13 years ago
Add ability for an admin to download other users' projects given the userid or email address and projectid or project name. More... over 13 years ago
Updated activity starter documentation for new "plain text" blocks More... over 13 years ago
Fixed issue 71: Add feature to upload, download, and delete android.keystore More... over 13 years ago
Restrict uploaded files to valid Ascii characters More... over 13 years ago
Log better error messages when we get exceptions from Blobstore. Previously we were erroneously converting too many to FileNotFound, which was confusing. Also, changes a couple of places where blob writes were non-fatal to make them fatal. More... over 13 years ago
Added support for insecure bluetooth connections. More... over 13 years ago
Extend mutiple screen communication to handle lists as well as text More... over 13 years ago
Make the build server clean up all temp files. More... over 13 years ago
Make build server check for version incompatibility. More... over 13 years ago
Fix case where a project had no files. More... over 13 years ago
Fixed dependency checking for ant builds. More... over 13 years ago