1. 03 May, 2013 2 commits
  2. 30 Apr, 2013 1 commit
  3. 28 Apr, 2013 4 commits
  4. 27 Apr, 2013 2 commits
    • Colm Bennett's avatar
      Fix for Image mock component issue where doing a Pixel size didn't show a... · 69ebd508
      Colm Bennett authored
      Fix for Image mock component issue where doing a Pixel size didn't show a resize for the image in Designer.
      
      Change-Id: Ie1d66f1997b60b2e9f82ba500c3c2e42d36386a5
      69ebd508
    • kkashi's avatar
      Added Slider visible component. A Slider is like a ProgressBar that adds · 43d46d20
      kkashi authored
      a draggable thumb. You can touch the thumb and drag left or right to set the
      current slider position. This triggers PositionChanged, reporting current
      position of the slider thumb.
      The slider has min, max and initialPosition properties.
      The reported thumb position can be used to dynamically change another
      component property; such as TextBox font size or Ball radius.
      
      Change-Id: I30d6714c3b6307776c6b211ae8797cd0c81edec8
      43d46d20
  5. 22 Apr, 2013 1 commit
  6. 20 Apr, 2013 1 commit
    • josmas's avatar
      Upgrade: · b854e699
      josmas authored
        - Upgrade to twitter4j version 3.0.3 which is fully compatible with Twitter API 1.1, in which Search is now a REST endpoint.
      Fixes:
        - Authentication problems with stored tokens when re-starting the app
        - Authentication problems with Twitter service not finishing the auth process successfully
        - Adding checks to methods to make sure the user is authenticated and avoiding crashing the app if not
      
      Change-Id: Ifdbdf35f792553fe5325e10d5dac3127900299fc
      b854e699
  7. 13 Apr, 2013 1 commit
  8. 07 Apr, 2013 1 commit
  9. 27 Mar, 2013 1 commit
  10. 26 Mar, 2013 1 commit
  11. 22 Mar, 2013 1 commit
    • Jeffrey I. Schiller's avatar
      Move the whitelist to the database to the App Engine Datastore. · 74e821fc
      Jeffrey I. Schiller authored
      Move the WhiteList to the datastore from a white deployed with the App
      Engine Instance. This includes adding access to the App Engine standard
      remote access api (also implemented in the "manhole" app) which will
      be used by the whitelist update script. The sample whitelist, used
      for when the white list was part of the deployment, has been removed.
      
      Change-Id: I8bab244e1297bf606ea0aa24c3c378c9dfba3b12
      74e821fc
  12. 20 Mar, 2013 2 commits
  13. 18 Mar, 2013 1 commit
    • Jeffrey I. Schiller's avatar
      Add node.js version of Rendezvous server. · 23519237
      Jeffrey I. Schiller authored
      Add node.js version of Rendezvous server. This version uses memcache
      for storing rendezvous data. It logs information from phones to a
      CouchDB Database.
      
      Change-Id: I2b76750681e20b8aea56c507a7727c33ca3c2987
      23519237
  14. 09 Mar, 2013 1 commit
  15. 26 Feb, 2013 1 commit
  16. 23 Feb, 2013 1 commit
    • Jeffrey I. Schiller's avatar
      Update Wireless Connection Dialog · 2c0a3de3
      Jeffrey I. Schiller authored
      Update Wireless Connection Dialog to properly give the name of the MIT
      AI Companion App so people know where to look on their phone for it.
      
      Change-Id: Ie71e72d4e793291306f03e3e8aa2b3f5360052c1
      2c0a3de3
  17. 21 Feb, 2013 1 commit
  18. 16 Feb, 2013 1 commit
    • Jeffrey I. Schiller's avatar
      Add the ability of the WebViewer component to put up a dialog box · d591a9cd
      Jeffrey I. Schiller authored
      requesting  the end-users  permission  to use  her  location when  the
      Javascript location API is used in the component.
      
      We add two new properties:
      
        UsesLocation =>  Declares that this WebViewer uses  the location API
        and arranges  for the packaged  app to have the  appropriate Android
        permissions.
      
        PromptForpermission =>  Causes the Webviewer to  prompt the end-user
        for permission to use their  location. Defaults to "True." If set to
        False,  the  end-user is  not  prompted  (but  presumably has  given
        implicit permission when the app was installed with Android location
        permissions).
      
      Change-Id: Ie6db11f6fba6eb7b016c20f088b37fc2490d9559
      d591a9cd
  19. 04 Feb, 2013 1 commit
  20. 23 Jan, 2013 1 commit
  21. 20 Jan, 2013 1 commit
    • Jeffrey I. Schiller's avatar
      Only use Bugsense for the Wireless MIT AICompanion (and *not* for the · 2cb70490
      Jeffrey I. Schiller authored
      USB Debugger) and send exceptions from Kawa so we get exceptions on
      the Main UI thread as well as background threads. Upgrade to Bugsense
      3.1.
      
      Move the Bugsense API Key to GitBuildId template. You provide it at
      compile time on the "ant" build command line as "-Dbugsense.apikey=<key>"
      If you do not provide it, Bugsense is diabled.
      
      Change-Id: I127d3f84636687721bce1557139acb5a781e8f3c
      2cb70490
  22. 19 Jan, 2013 1 commit
  23. 13 Jan, 2013 2 commits
  24. 11 Jan, 2013 1 commit
  25. 05 Jan, 2013 1 commit
  26. 03 Jan, 2013 2 commits
  27. 02 Jan, 2013 1 commit
  28. 24 Dec, 2012 1 commit
  29. 21 Dec, 2012 1 commit
  30. 20 Dec, 2012 1 commit
  31. 19 Dec, 2012 1 commit
  32. 17 Dec, 2012 1 commit
    • Jeffrey I. Schiller's avatar
      Fix issue #309 · 78f6e0c7
      Jeffrey I. Schiller authored
      declare $define as protected in Form.java because it needs to be
      overridden by Screen1 which is always in a different package.
      
      Change-Id: I318d453fa435700c72dfde310afac11a197ff456
      78f6e0c7