Skip to content

Commit

Permalink
Updated CHANGELOG and generated latest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eBardX committed Apr 2, 2018
1 parent 0cd417a commit 03ddca9
Show file tree
Hide file tree
Showing 215 changed files with 9,706 additions and 1,481 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 2.6.0 (2018-04-02)

Adds support for three new monitor classes: `ScreenBrightnessMonitor`,
`ScreenModeMonitor`, and `TextViewTextMonitor`.

# 2.5.0 (2018-03-21)

* Adds support for new monitor class: `WindowMonitor`.
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions Sources/Core/Other/TextViewTextMonitor.swift
Expand Up @@ -13,10 +13,10 @@
import UIKit

///
/// A `TextViewMonitor` instance monitors a text view for changes to its
/// text.
/// A `TextViewTextMonitor` instance monitors a text view for changes to
/// its text.
///
internal class TextViewTextMonitor: BaseNotificationMonitor {
public class TextViewTextMonitor: BaseNotificationMonitor {
///
/// Encapsulates changes to the text of the text view.
///
Expand Down Expand Up @@ -73,7 +73,7 @@
}

///
/// Initializes a new `TextViewMonitor`.
/// Initializes a new `TextViewTextMonitor`.
///
/// - Parameters:
/// - textview: The text view to monitor.
Expand Down
4 changes: 2 additions & 2 deletions XestiMonitors.xcodeproj/project.pbxproj
Expand Up @@ -527,7 +527,7 @@
F1DDBBBB142E980C281BDF78DFED8C02 /* XestiMonitorsTests-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "XestiMonitorsTests-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
10C3C5C32785ABCC0A2B668EBCC2B1E5 /* XestiMonitorsTests-macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "XestiMonitorsTests-macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
649E4A743CE6B4E1F047487649FDCC3C /* XestiMonitorsTests-tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "XestiMonitorsTests-tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
1FC2E2F0588D922AFE3C9100C4CED74C /* generate-docs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "generate-docs.sh"; sourceTree = "<group>"; };
1BBBA140EE3559DDC98DF9EF73CA4F43 /* generate_docs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = generate_docs.sh; sourceTree = "<group>"; };
02B99E3B50A1FCBF4D13E86586BDB271 /* issue_template.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = issue_template.md; path = .github/issue_template.md; sourceTree = "<group>"; };
F27B4A414F8542A3B02BE746C6A13DCD /* pull_request_template.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = pull_request_template.md; path = .github/pull_request_template.md; sourceTree = "<group>"; };
0728E987EF7674FE7380D7E5AFA0775E /* uniquify_projects.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = uniquify_projects.sh; sourceTree = "<group>"; };
Expand Down Expand Up @@ -608,7 +608,7 @@
1EFE73BEE0129DA604919F6122A4DF52 /* Scripts */ = {
isa = PBXGroup;
children = (
1FC2E2F0588D922AFE3C9100C4CED74C /* generate-docs.sh */,
1BBBA140EE3559DDC98DF9EF73CA4F43 /* generate_docs.sh */,
0728E987EF7674FE7380D7E5AFA0775E /* uniquify_projects.sh */,
);
path = Scripts;
Expand Down
21 changes: 18 additions & 3 deletions docs/Accessibility Monitor Classes.html
Expand Up @@ -238,6 +238,12 @@
<li class="nav-group-task">
<a href="Classes/ScreenBrightnessMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor.html">ScreenModeMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor/Event.html">– Event</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -303,6 +309,15 @@
<li class="nav-group-task">
<a href="Classes/PasteboardMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor.html">TextViewTextMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/UbiquitousKeyValueStoreMonitor.html">UbiquitousKeyValueStoreMonitor</a>
</li>
Expand Down Expand Up @@ -375,7 +390,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Accessibility/AccessibilityAnnouncementMonitor.swift#L19-L90">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Accessibility/AccessibilityAnnouncementMonitor.swift#L19-L90">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -411,7 +426,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Accessibility/AccessibilityElementMonitor.swift#L19-L85">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Accessibility/AccessibilityElementMonitor.swift#L19-L85">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -447,7 +462,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Accessibility/AccessibilityStatusMonitor.swift#L19-L541">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Accessibility/AccessibilityStatusMonitor.swift#L19-L541">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
29 changes: 22 additions & 7 deletions docs/Application Monitor Classes.html
Expand Up @@ -238,6 +238,12 @@
<li class="nav-group-task">
<a href="Classes/ScreenBrightnessMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor.html">ScreenModeMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor/Event.html">– Event</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -303,6 +309,15 @@
<li class="nav-group-task">
<a href="Classes/PasteboardMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor.html">TextViewTextMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/UbiquitousKeyValueStoreMonitor.html">UbiquitousKeyValueStoreMonitor</a>
</li>
Expand Down Expand Up @@ -375,7 +390,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/ApplicationStateMonitor.swift#L19-L213">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/ApplicationStateMonitor.swift#L19-L213">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -411,7 +426,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/BackgroundRefreshMonitor.swift#L19-L67">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/BackgroundRefreshMonitor.swift#L19-L67">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -447,7 +462,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/MemoryMonitor.swift#L19-L60">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/MemoryMonitor.swift#L19-L60">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -483,7 +498,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/ProtectedDataMonitor.swift#L19-L145">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/ProtectedDataMonitor.swift#L19-L145">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -518,7 +533,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/ScreenshotMonitor.swift#L18-L58">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/ScreenshotMonitor.swift#L18-L58">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -554,7 +569,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/StatusBarMonitor.swift#L19-L202">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/StatusBarMonitor.swift#L19-L202">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -590,7 +605,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Application/TimeMonitor.swift#L19-L58">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Application/TimeMonitor.swift#L19-L58">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
19 changes: 17 additions & 2 deletions docs/Base Monitor Classes.html
Expand Up @@ -238,6 +238,12 @@
<li class="nav-group-task">
<a href="Classes/ScreenBrightnessMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor.html">ScreenModeMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/ScreenModeMonitor/Event.html">– Event</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -303,6 +309,15 @@
<li class="nav-group-task">
<a href="Classes/PasteboardMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor.html">TextViewTextMonitor</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Event.html">– Event</a>
</li>
<li class="nav-group-task">
<a href="Classes/TextViewTextMonitor/Options.html">– Options</a>
</li>
<li class="nav-group-task">
<a href="Classes/UbiquitousKeyValueStoreMonitor.html">UbiquitousKeyValueStoreMonitor</a>
</li>
Expand Down Expand Up @@ -374,7 +389,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Base/BaseMonitor.swift#L13-L69">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Base/BaseMonitor.swift#L13-L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -410,7 +425,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/eBardX/XestiMonitors/tree/10fda1cb24ef0ebe347b0189c261f3da148a138e/Sources/Core/Base/BaseNotificationMonitor.swift#L16-L93">Show on GitHub</a>
<a href="https://github.com/eBardX/XestiMonitors/tree/0cd417ac0ca3eb26a66c4125eba0c1ca984b2dc2/Sources/Core/Base/BaseNotificationMonitor.swift#L16-L93">Show on GitHub</a>
</div>
</section>
</div>
Expand Down

0 comments on commit 03ddca9

Please sign in to comment.