<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut/Demo, branch 2.3.3</title>
<subtitle>Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/'/>
<entry>
<title>Japanese localization</title>
<updated>2015-10-14T09:44:06+00:00</updated>
<author>
<name>shinya takahashi</name>
</author>
<published>2015-10-14T09:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=09b7364130841e3c979e2165033455ea644eb396'/>
<id>09b7364130841e3c979e2165033455ea644eb396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Czech localization.</title>
<updated>2015-08-18T12:00:09+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-08-18T12:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=814934072aef7050f0efc880a6496c97aa288d3a'/>
<id>814934072aef7050f0efc880a6496c97aa288d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved screenshot quality.</title>
<updated>2015-01-19T14:47:35+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-19T14:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=fd6885abdb15a8306f0130c42cca421df3b19bee'/>
<id>fd6885abdb15a8306f0130c42cca421df3b19bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Smaller screenshot.</title>
<updated>2015-01-19T14:28:31+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-19T14:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=bd0510c74da08075a81a5f2ae054dd9d073ee77e'/>
<id>bd0510c74da08075a81a5f2ae054dd9d073ee77e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a list of features and a screenshot of the demo project.</title>
<updated>2015-01-19T14:27:36+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-19T14:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=15dda682e4887e31db4179679b30126c2e0f04d1'/>
<id>15dda682e4887e31db4179679b30126c2e0f04d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for older OS X releases back to 10.6 included.</title>
<updated>2015-01-12T16:10:20+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-09T11:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=86a32313986fb9da606df40bc937298b2abeed35'/>
<id>86a32313986fb9da606df40bc937298b2abeed35</id>
<content type='text'>
Apart from turning off Auto Layout for the Demo project, the only
thing remaining was several __weak qualifiers to prevent retain
cycles in blocks. I have replaced them with __unsafe_unretained
since __weak is not supported on 10.6. There should be no safety
concerns here, since we are certain the pointers will remain valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apart from turning off Auto Layout for the Demo project, the only
thing remaining was several __weak qualifiers to prevent retain
cycles in blocks. I have replaced them with __unsafe_unretained
since __weak is not supported on 10.6. There should be no safety
concerns here, since we are certain the pointers will remain valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Xcode warnings and fix the hard-coded shortcut.</title>
<updated>2015-01-09T19:04:10+00:00</updated>
<author>
<name>Vadim Shpakovski</name>
</author>
<published>2015-01-09T19:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=0a0619461d473085608af0aa1e00540bf6253a9c'/>
<id>0a0619461d473085608af0aa1e00540bf6253a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expanded demo functionality (preparing for 2.0.0, see #54).</title>
<updated>2015-01-09T09:53:45+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-09T09:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=f63c21e11cfad4fb8408effae2efb07164ad5760'/>
<id>f63c21e11cfad4fb8408effae2efb07164ad5760</id>
<content type='text'>
Mostly back to the previous version with enable/disable checkboxes &amp;
one settable and one hard-coded shortcut. I have tried to come up with
a nicer pattern to watch the enabled/disabled checkboxes, but without
external dependencies like Facebook’s KVOController I didn’t come up
with anything better than plain old KVO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly back to the previous version with enable/disable checkboxes &amp;
one settable and one hard-coded shortcut. I have tried to come up with
a nicer pattern to watch the enabled/disabled checkboxes, but without
external dependencies like Facebook’s KVOController I didn’t come up
with anything better than plain old KVO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified and updated the demo project.</title>
<updated>2015-01-08T13:16:26+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-08T13:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=fc43b570c7ea4802c648670b39586425ce330cec'/>
<id>fc43b570c7ea4802c648670b39586425ce330cec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a simplified binding API for MASShortcutView.</title>
<updated>2015-01-07T14:42:22+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2014-08-07T10:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=46aa323115c2ebe7128aba39c0296634d232bbf6'/>
<id>46aa323115c2ebe7128aba39c0296634d232bbf6</id>
<content type='text'>
This returns the associatedUserDefaultsKey property used in previous code
versions, only the implementation uses less magic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns the associatedUserDefaultsKey property used in previous code
versions, only the implementation uses less magic.
</pre>
</div>
</content>
</entry>
</feed>
