Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
Christoph Wendt committed Oct 13, 2019
2 parents d1d245d + 9b0baaa commit e5f2e90
Show file tree
Hide file tree
Showing 58 changed files with 453 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module: Capable
readme: README.md
output: Documentation
theme: apple
clean: false
clean: true
sdk: iphone
xcodebuild_arguments: [-scheme, Capable, -project, ./Capable.xcodeproj]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Version 1.1.0

### Features
* [Support iOS 13 accessibility settings](https://github.com/chrs1885/Capable/issues/43)
* [Support caption color calculation for background images](https://github.com/chrs1885/Capable/issues/45)

## Version 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion Capable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capable'
s.version = '1.0.1'
s.version = '1.1.0'
s.summary = 'Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.'

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Capable Docs</a> (97% documented)</p>
<p><a href="index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -243,8 +243,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
86 changes: 62 additions & 24 deletions Documentation/Enums/CapableFeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="CapableFeature Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Capable Docs</a> (97% documented)</p>
<p><a href="../index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -200,16 +200,16 @@ <h1>CapableFeature</h1>
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Element/shakeToUndo" class="dashAnchor"></a>
<a class="token" href="#/">shakeToUndo</a>
<a name="//apple_ref/swift/Element/onOffSwitchLabels" class="dashAnchor"></a>
<a class="token" href="#/">onOffSwitchLabels</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Deletes the last command by shaking the phone.</p>
<p>Displays on/off labels for UISwitch controls.</p>

</div>
</section>
Expand All @@ -219,16 +219,16 @@ <h1>CapableFeature</h1>
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Element/speakScreen" class="dashAnchor"></a>
<a class="token" href="#/">speakScreen</a>
<a name="//apple_ref/swift/Element/shakeToUndo" class="dashAnchor"></a>
<a class="token" href="#/">shakeToUndo</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Reads out the content of the current screen.</p>
<p>Deletes the last command by shaking the phone.</p>

</div>
</section>
Expand All @@ -238,16 +238,16 @@ <h1>CapableFeature</h1>
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Element/speakSelection" class="dashAnchor"></a>
<a class="token" href="#/">speakSelection</a>
<a name="//apple_ref/swift/Element/speakScreen" class="dashAnchor"></a>
<a class="token" href="#/">speakScreen</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Reads out the selected content.</p>
<p>Reads out the content of the current screen.</p>

</div>
</section>
Expand All @@ -256,26 +256,18 @@ <h1>CapableFeature</h1>
<li class="item">
<div>
<code>
<a name="/s:7Capable0A7FeatureO25differentiateWithoutColoryA2CmF"></a>
<a name="//apple_ref/swift/Element/differentiateWithoutColor" class="dashAnchor"></a>
<a class="token" href="#/s:7Capable0A7FeatureO25differentiateWithoutColoryA2CmF">differentiateWithoutColor</a>
<a name="/"></a>
<a name="//apple_ref/swift/Element/speakSelection" class="dashAnchor"></a>
<a class="token" href="#/">speakSelection</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Helps color blind users to differentiate settings differently, e.g. by using shapes rather than colors.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">differentiateWithoutColor</span></code></pre>
<p>Reads out the selected content.</p>

</div>
</div>
</section>
</div>
Expand Down Expand Up @@ -391,6 +383,25 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Element/videoAutoplay" class="dashAnchor"></a>
<a class="token" href="#/">videoAutoplay</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Allows users who are sensitive to motion to disable automatic video playback.</p>

</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand All @@ -410,6 +421,33 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:7Capable0A7FeatureO25differentiateWithoutColoryA2CmF"></a>
<a name="//apple_ref/swift/Element/differentiateWithoutColor" class="dashAnchor"></a>
<a class="token" href="#/s:7Capable0A7FeatureO25differentiateWithoutColoryA2CmF">differentiateWithoutColor</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Helps color blind users to differentiate settings differently, e.g. by using shapes rather than colors.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">differentiateWithoutColor</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -619,8 +657,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Enums/ConformanceLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ConformanceLevel Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Capable Docs</a> (97% documented)</p>
<p><a href="../index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -334,8 +334,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Enums/HandicapEnabledMode.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="HandicapEnabledMode Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Capable Docs</a> (97% documented)</p>
<p><a href="../index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -179,8 +179,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Enums/ImageArea.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ImageArea Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Capable Docs</a> (97% documented)</p>
<p><a href="../index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -584,8 +584,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
8 changes: 4 additions & 4 deletions Documentation/Extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Capable Docs</a> (97% documented)</p>
<p><a href="index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -135,7 +135,7 @@ <h1>Extensions</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt"><a href="Typealiases.html#/Color">Color</a></span> <span class="o">=</span> <span class="kt">NSColor</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt"><a href="Typealiases.html#/Color">Color</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -194,8 +194,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
8 changes: 4 additions & 4 deletions Documentation/Extensions/Color.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Color Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Capable Docs</a> (97% documented)</p>
<p><a href="../index.html">Capable Docs</a> (98% documented)</p>
<p class="header-right"><a href="https://github.com/chrs1885/Capable"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -110,7 +110,7 @@
<h1>Color</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt"><a href="../Typealiases.html#/Color">Color</a></span> <span class="o">=</span> <span class="kt">NSColor</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt"><a href="../Typealiases.html#/Color">Color</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -598,8 +598,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/chrs1885" target="_blank" rel="external">Christoph Wendt</a>. All rights reserved. (Last updated: 2019-10-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit e5f2e90

Please sign in to comment.