- 03 May, 2013 2 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I1c2a1111d578d3be99919acfecf5562223734b6f
-
hal authored
Ensure that slide min, max, and thumposition are consistent Add slide leftcolor and rightcolor Do some refactoring of the code Do some minor cleanup Change-Id: Ia131262c80db3aa99568a3bd59016a99376a43bf
-
- 30 Apr, 2013 1 commit
-
-
josmas authored
Change-Id: If601bafd70beb7e0b5bf995727055f3685a8a03d
-
- 28 Apr, 2013 4 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I76957ee90c0dd4f7efc56a81f1f9e0b8e2a906a2
-
Jeffrey I. Schiller authored
Update Version Number of Companion to 2.06 (versionCode 206). Make instruction text smaller so the connect buttons don't scroll off the screen on some devices. Update version Skew to handle compatibility between master and release v133. Change-Id: Ic67cfeb64970ebf72171e04b762c678bc677c491
-
josmas authored
background. They used to get clipped instead of resizing correctly, only in the Designer. Change-Id: I445c542b5fcc158b28b3306bf97e3a53a4f125a0
-
josmas authored
Change-Id: I74cb511921b222cae57b38783c414587824ac6cf
-
- 27 Apr, 2013 2 commits
-
-
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
-
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
-
- 22 Apr, 2013 1 commit
-
-
halatmit authored
that the error is caught. Change-Id: Id032cd6fb1e27040b86337c71180eab098beb00b
-
- 20 Apr, 2013 1 commit
-
-
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
-
- 13 Apr, 2013 1 commit
-
-
Colm Bennett authored
where Shape changes don't work in Firefox. Also gets past an asset in GWT dev mode. Change-Id: I324de1d62f4a91c5c2d29ad7fb675aafaf426314
-
- 07 Apr, 2013 1 commit
-
-
kkashi authored
to specify if they want visual feedback to be shown for a button that has an image. Change-Id: I57371642955c025b24f47ad2dc07684556381bcd
-
- 27 Mar, 2013 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I6c4b8b5d498b03cb6d1ff1e1ade7efe060f8a38b
-
- 26 Mar, 2013 1 commit
-
-
Andrew McKinney authored
Change-Id: I51dabf18eb9feff48bebd3b00111a9c006a6fb22
-
- 22 Mar, 2013 1 commit
-
-
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
-
- 20 Mar, 2013 2 commits
-
-
josmas authored
Fix for building apks in Windows; Failed getting the path to SCreen1. Patch contributed by Gary Frederick Change-Id: If809e5ae01a929620929b77a4fd9e9a6a033a161
-
Andrew McKinney authored
Change-Id: I62df91577048aa8a76f79025cc84417c317237be
-
- 18 Mar, 2013 1 commit
-
-
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
-
- 09 Mar, 2013 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Iba724b4213d23e920c6b4c1653fdbba300839535
-
- 26 Feb, 2013 1 commit
-
-
josmas authored
Change-Id: Idbf57b2bc5ad04bc352d149714469eb352776f92
-
- 23 Feb, 2013 1 commit
-
-
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
-
- 21 Feb, 2013 1 commit
-
-
Josmas Flores authored
Change-Id: I199a5d42d2611d2abe9939722f8c87008c0ef334
-
- 16 Feb, 2013 1 commit
-
-
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
-
- 04 Feb, 2013 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I3bb38fcdbc53d732fcd73ebae926a28dd698738f
-
- 23 Jan, 2013 1 commit
-
-
Hossein Amerkashi authored
the button does not provide visual feedback when its pressed. Added logic so that when such buttons are pressed, it will give user a visual feedback by changing the button background. Change-Id: I8dcd6113cf6696d55c4477165de7ebe3fe0905e8
-
- 20 Jan, 2013 1 commit
-
-
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
-
- 19 Jan, 2013 1 commit
-
-
M. Hossein Amerkashi authored
Cancel button based on a new arg to indicate cancelable state. Change-Id: Iff57b61e3f821b8e2d9d7d69e20e3fd5f8d4f241
-
- 13 Jan, 2013 2 commits
-
-
halatmit authored
Change-Id: I2edfdad4ed3b56519fa8d29d2e54f193c276febf
-
Jeffrey I. Schiller authored
FusiontablesControl.java. Note: Two warnings are expected in BluetoothReflection due to references to a newer version of the Android SDK then we are normally linked with. Change-Id: I60fef39d8f7215e593d9382a45e66db6cc15d429
-
- 11 Jan, 2013 1 commit
-
-
halatmit authored
Change-Id: Id3473ad588ebd31d5f85082c77c7380256081d02
-
- 05 Jan, 2013 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I792e4cffd2675b7c253fbb1cb3702a3ab17528ea
-
- 03 Jan, 2013 2 commits
-
-
Jeffrey I. Schiller authored
either be always received including when the app is in the background, in which case a notification will be displayed (ALWAYS), received only when the app is running (FOREGROUND) or never received (OFF). Change-Id: I750ccf32dc2dba680114bbd949bf15dd1b531ca0
-
halatmit authored
Vertical Arrangment in designer when width/length is automatic. Disable Vertical Alignment for Screen when Scrollable is set. Added BadProprtyEditorException Moved arrangement editor getters to utilities file Change-Id: I300f734ed2cc2bd8ba5acf224d38fa6b4597170d
-
- 02 Jan, 2013 1 commit
-
-
halatmit authored
Change-Id: I5c0b2da704b34707ca5418dc28d37aa95750d4e9
-
- 24 Dec, 2012 1 commit
-
-
halatmit authored
This is needed in order to correctly store the result of an integer division in TinyDB or TinyWebDB Change-Id: Ieaafd14cd0a55d70bdcdb2d8aabd7b421493bbd8
-
- 21 Dec, 2012 1 commit
-
-
Jeffrey I. Schiller authored
range of devices that the Google Play Store will permit the Companion App to be loaded on. Change-Id: If20704d8621a1c93d6dd8c87861929d9497c2458
-
- 20 Dec, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I64189e388ca721a33922ae63dec130ce42ade51e
-
- 19 Dec, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Idfb5b28cc294776653fc304170c044fe0f101a93
-
- 17 Dec, 2012 1 commit
-
-
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
-