Tim Mickel
|
70ddc00913
|
Merge pull request #56 from tmickel/bugfix/storystarter-autosave
Prevent new projects via autosave in story-starter mode
|
2016-04-11 14:37:51 -04:00 |
|
Tim Mickel
|
7fd14cc6d4
|
Add missing line-break in UI.js
|
2016-04-11 14:31:04 -04:00 |
|
Tim Mickel
|
5dd0bc964e
|
Prevent new projects via autosave in story-starter mode
|
2016-04-11 14:13:45 -04:00 |
|
Tim Mickel
|
ae52b67863
|
Disable autosave when onHold, Project.saving, or info box open
|
2016-04-11 14:01:26 -04:00 |
|
Tim Mickel
|
c49870dd6b
|
Add link for gear icon to settings page
|
2016-03-24 15:57:36 -04:00 |
|
Tim Mickel
|
b9a232d90b
|
Add gear icon to top right of splash page
|
2016-03-24 15:46:15 -04:00 |
|
Tim Mickel
|
693698c514
|
SVG2Canvas.processXMLnode to not getElementById
This addresses #29 in iOS, which was causing photos in thumbnails to not crop. A note about what was going on is included in the code.
|
2016-03-24 14:05:45 -04:00 |
|
Tim Mickel
|
6676b37a80
|
Remove for-of loop which requires Symbol polyfill
|
2016-02-08 12:43:12 -05:00 |
|
Tim Mickel
|
db3724072f
|
Only polyfill window.Intl when it doesn't exist
The Chrome Webview already had an existing window.Intl. This was causing an assignment error.
|
2016-02-08 12:33:33 -05:00 |
|
Tim Mickel
|
9f45c2f7a8
|
Add config for disabling the lobby settings page
In some editions we may not have completed translations. For these, the settings page can be hidden.
|
2016-02-03 15:51:16 -05:00 |
|
Tim Mickel
|
09773e3186
|
Add analytics event for changing the language
|
2016-02-03 15:34:41 -05:00 |
|
Tim Mickel
|
f715c5054c
|
Fix IO.refreshLobby for modules
|
2016-02-03 12:02:57 -05:00 |
|
Tim Mickel
|
de99fabacc
|
Fixing broken iOS import in ScratchAudio
|
2016-02-03 11:32:46 -05:00 |
|
Tim Mickel
|
6cde452728
|
Add getter for currentLocale to Localization.js #465
|
2016-02-03 11:19:28 -05:00 |
|
Tim Mickel
|
ad7e80adfd
|
Adding about page localizations for PBS KIDS
|
2016-02-02 18:31:27 -05:00 |
|
Tim Mickel
|
1a0801b74d
|
Reconciliation of PBS KIDS edition splash page
|
2016-02-02 18:19:06 -05:00 |
|
Tim Mickel
|
1da87914cc
|
Refactor app.js entry-point to have different JS files for each page
|
2016-02-02 17:43:22 -05:00 |
|
Tim Mickel
|
9814b2a7ce
|
Provide top-level window.ScratchAudio to iframes
|
2016-02-02 17:31:16 -05:00 |
|
Tim Mickel
|
b8f4e84bc9
|
Restructure of entry/app.js to load CSS first
|
2016-02-02 16:51:40 -05:00 |
|
Tim Mickel
|
ce419f1b7a
|
Moving inappAbout call out of iOS.waitForInterface
|
2016-02-02 16:41:02 -05:00 |
|
Tim Mickel
|
7b28c13f84
|
blocks.html, interface.html, paint.html remaining scripts
Moved to app.js entry
|
2016-02-02 16:38:31 -05:00 |
|
Tim Mickel
|
fdbf07b6d9
|
Includes and code stubs for rest of in-app help
|
2016-02-01 12:05:40 -05:00 |
|
Tim Mickel
|
def37de218
|
Adding module about page and include roots
Localization, MediaLib, and Settings loads need an adjustable path for now because inapp/ pages are in a subdirectory.
|
2016-02-01 11:57:41 -05:00 |
|
Tim Mickel
|
b102d7a100
|
Use app bundle JS for getting started video
|
2016-01-22 16:44:46 -05:00 |
|
Tim Mickel
|
2f2d36dd86
|
Merge entry-points and bundles for editor, home, index
|
2016-01-22 16:20:18 -05:00 |
|
Tim Mickel
|
3e0a600953
|
Fixing window.Settings in Localization util
|
2016-01-22 16:20:03 -05:00 |
|
Tim Mickel
|
1849431ccd
|
Asynchronous loading of MediaLib
|
2016-01-22 16:19:51 -05:00 |
|
Tim Mickel
|
d062dbf4ac
|
Make Localization.includeLocales async
|
2016-01-22 15:42:56 -05:00 |
|
Tim Mickel
|
0c65882bd0
|
Moving Settings to window.Settings
|
2016-01-22 15:42:42 -05:00 |
|
Tim Mickel
|
13b983bd57
|
Adding ontouchstart function to trigger focus for spriteform
|
2016-01-22 14:52:31 -05:00 |
|
Tim Mickel
|
8c2a26a070
|
Adding Camera and iOS to window globals
|
2016-01-22 14:15:15 -05:00 |
|
Tim Mickel
|
5ba2f40efc
|
Fixing Paint splash and splashshade requests
|
2016-01-22 14:01:50 -05:00 |
|
Tim Mickel
|
527d8d7129
|
Disambiguation of Paint vs. editor frame
|
2016-01-21 16:53:03 -05:00 |
|
Tim Mickel
|
878e5597b3
|
Fixing value of Events.dragDiv
|
2016-01-21 16:49:58 -05:00 |
|
Tim Mickel
|
f2bd87d60f
|
Library frame vs. editor frame disambiguation
|
2016-01-21 16:49:41 -05:00 |
|
Tim Mickel
|
e492858569
|
Fixing UI.js references to window.gDW, gDH
|
2016-01-21 16:15:03 -05:00 |
|
Tim Mickel
|
c194ca8c2b
|
Adding requires for Intl.js locale-data
|
2016-01-21 16:12:04 -05:00 |
|
Tim Mickel
|
d984dba0a6
|
Adding getter for Project.js loadIcon
|
2016-01-21 15:50:15 -05:00 |
|
Tim Mickel
|
c2f4c82ff0
|
Fixing imports
|
2016-01-21 15:47:25 -05:00 |
|
Tim Mickel
|
581a0f9acc
|
Remove extra imports from Paint.js
|
2016-01-21 15:37:46 -05:00 |
|
Tim Mickel
|
1c32ecf0a5
|
Convert remaining modules
|
2016-01-21 15:32:41 -05:00 |
|
Tim Mickel
|
bf07d98ccd
|
Modularize remaining objects with static methods
|
2016-01-21 15:10:18 -05:00 |
|
Tim Mickel
|
55d8b40691
|
Module version of ScratchJr.js
|
2016-01-20 17:27:30 -05:00 |
|
Tim Mickel
|
de405ce7f9
|
Fixing editor.js entry script
|
2016-01-20 16:43:35 -05:00 |
|
Tim Mickel
|
5c65dff9c9
|
Converting broken exports to getters/setters
|
2016-01-20 16:33:27 -05:00 |
|
Tim Mickel
|
b01ba1efa0
|
Fixing iOS.js exports
|
2016-01-20 15:44:47 -05:00 |
|
Tim Mickel
|
b22973207a
|
Fixing SVG2Canvas "dispatch tables"
|
2016-01-13 18:58:39 -05:00 |
|
Tim Mickel
|
2a5ce50122
|
Fixing broken imports
|
2016-01-13 18:55:15 -05:00 |
|
Tim Mickel
|
0650f47071
|
Fixing broken static function in Home.js, SVG2Canvas.js
|
2016-01-13 18:55:03 -05:00 |
|
Tim Mickel
|
45b5b5c343
|
Camera.js module
|
2016-01-13 18:49:14 -05:00 |
|