1. 17 Dec, 2011 1 commit
    • Liz Looney's avatar
      Show Mercurial version and id in blocks editor (lower left) and · 64e4d6a3
      Liz Looney authored
      build server (stdout).
      
      Include the Mercurial build id in the CrashReport extra info.
      
      Added java class MercurialBuildId, which is generated during the ant
      build from a template file called MercurialBuildId.template and the
      results of executing "hg id -n -i".
      
      Made a new target in common/build.xml called CommonVersion, which
      builds CommonVersion.jar and CommonVersion-gwt.jar. These jars contain
      classes named AppInventorFeatures and MercurialBuildId. These jars
      have no external dependencies and can be used on Java 5.
      
      Moved AppInventorFeatures from CommonUtils.jar (which contains some
      other classes that require Java 6) to CommonVersion.jar so that it
      can be used by any part of App Inventor, including the blocks editor
      running on Java 5.
      64e4d6a3
  2. 16 Dec, 2011 1 commit
  3. 15 Dec, 2011 1 commit
    • Ellen Spertus's avatar
      Changed cache directives for JNLP-related files so they can be cached. · 624cdc44
      Ellen Spertus authored
      Specifically, instead of being non-cacheable (no-store), they can be
      privately cached but must be revalidated by comparing server-side the
      date of the prior response with the date of the last build.
      
      Changed behavior so that if build date cannot be determined, the
      response payload cannot be cached at all.
      624cdc44
  4. 14 Dec, 2011 3 commits
  5. 13 Dec, 2011 3 commits
  6. 10 Dec, 2011 2 commits
  7. 09 Dec, 2011 2 commits
  8. 08 Dec, 2011 4 commits
  9. 06 Dec, 2011 6 commits
  10. 05 Dec, 2011 1 commit
  11. 02 Dec, 2011 1 commit
  12. 01 Dec, 2011 2 commits
    • Liz Looney's avatar
      Fixed issue 41 - Add support for multi-screen applications · 40b2ee8e
      Liz Looney authored
      Added the "Remove Screen" button to the designer toolbar.
      
      Show a tab bar (with one tab for each screen, scrollable if
      necessary) in the designer.
      
      Check that the form is Screen1 before setting the application icon
      in the project settings when the icon property is changed.
      
      Added blocks for opening another screen into the Control drawer. The
      block genuses already existed, but until now they were not added to
      any drawers.
      
      Show the form name (along with the project name) in the blocks editor
      title bar and header pane.
      
      Modified YABlockCompiler so that the code generated for REPL includes
      code that adjusts the screen name.
      
      Modified Form.java so that closing the application works correctly
      when there are multiple activities.
      40b2ee8e
    • Liz Looney's avatar
      655a3833
  13. 29 Nov, 2011 6 commits
  14. 24 Nov, 2011 2 commits
  15. 23 Nov, 2011 2 commits
  16. 22 Nov, 2011 1 commit
  17. 18 Nov, 2011 2 commits