<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Who-am-I/views, branch master</title>
<subtitle>Charades mobile web application built for the Viggle platform | TVnext hack 2013.04.28</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/'/>
<entry>
<title>Get rid of Parse.com API keys</title>
<updated>2013-05-03T12:06:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-05-03T12:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=1d4df38337b11d3de554b1b6c0d0d3382ecfef2a'/>
<id>1d4df38337b11d3de554b1b6c0d0d3382ecfef2a</id>
<content type='text'>
Deciding to not completely clear them from history, so don't use them
please.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deciding to not completely clear them from history, so don't use them
please.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some Viggle calls</title>
<updated>2013-04-28T18:51:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T18:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=ad3f3cbd961c4881084386cd9294e5e7a8b675c3'/>
<id>ad3f3cbd961c4881084386cd9294e5e7a8b675c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce size of type on 'Sorry' screen</title>
<updated>2013-04-28T18:40:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T18:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=649d336bc48743038c703a8f275b1d115151969d'/>
<id>649d336bc48743038c703a8f275b1d115151969d</id>
<content type='text'>
Because otherwise it extends off the screen in the Viggle app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because otherwise it extends off the screen in the Viggle app.
</pre>
</div>
</content>
</entry>
<entry>
<title>When you pick a character, show a dialog</title>
<updated>2013-04-28T18:36:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T18:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=1c57161d94906820b0dc9dce23d8b5d8e9b181d1'/>
<id>1c57161d94906820b0dc9dce23d8b5d8e9b181d1</id>
<content type='text'>
The dialog contains a message based on whether or not you had the
correct answer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dialog contains a message based on whether or not you had the
correct answer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create the &lt;video&gt; element in JavaScript</title>
<updated>2013-04-28T16:51:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T16:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=c96f4f998089589c698acabbf7ecfec93efb0a51'/>
<id>c96f4f998089589c698acabbf7ecfec93efb0a51</id>
<content type='text'>
Wasn't working on the phone when I had a &lt;video&gt; el with an empty src
in the raw HTMl. So create a &lt;video&gt; el with the right src in JS and
then insert it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wasn't working on the phone when I had a &lt;video&gt; el with an empty src
in the raw HTMl. So create a &lt;video&gt; el with the right src in JS and
then insert it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test of video for phone</title>
<updated>2013-04-28T16:48:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T16:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=f486c32b0b2cb6194eb4ef96c7809723cc5620b5'/>
<id>f486c32b0b2cb6194eb4ef96c7809723cc5620b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get video from Parse and add to DOM</title>
<updated>2013-04-28T16:41:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T16:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=afcb492f8b32b9146e160fbfa0ea1e4691463568'/>
<id>afcb492f8b32b9146e160fbfa0ea1e4691463568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganise JS and get characters from lasest video</title>
<updated>2013-04-28T15:36:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T15:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=cf5c3a783a25a5a094be82b41cd66988c073df80'/>
<id>cf5c3a783a25a5a094be82b41cd66988c073df80</id>
<content type='text'>
* Reorganise frontend JavaScript to make it more compartmentalised
* Grab characters from the latest video
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reorganise frontend JavaScript to make it more compartmentalised
* Grab characters from the latest video
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix height of character images in coverflow</title>
<updated>2013-04-28T14:44:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T14:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=d2d778bbeb3b119dcac41dda8d9d2509e28e3ea8'/>
<id>d2d778bbeb3b119dcac41dda8d9d2509e28e3ea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to different coverflow plugin</title>
<updated>2013-04-28T14:27:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2013-04-28T14:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Who-am-I/commit/?id=51e8ccc4efbf9fe5b5e88c7fa587672a83e8e035'/>
<id>51e8ccc4efbf9fe5b5e88c7fa587672a83e8e035</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
