* batch run on readme files
* Some manual fixes that couldn't parse
* Some more batch fixes
* Fixed final two edge cases
* Manual fix of a parse error
* Missed bad md whitespace
* Another manual fix of parser error
* Some minor parse fixes
Squashed:
commit 2ac78b0fd667bd4a6b6165612025683868669717
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 13:39:12 2014 -1000
Refactor: Cleared duplicate code
commit 0ba553f796aeae7ebc0173e5aa8a53a28ec8da73
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 13:35:56 2014 -1000
Refactored out dead PrivacyViewController c'tor
commit cd1c39583039d043c246f5ca69f2634f8bf779f8
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 12:37:11 2014 -1000
Update confirmation
commit a88242422a634e4291d5cee1fc1effc9b24f8ce4
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 11:40:22 2014 -1000
Fixed constraint
commit d1f1d2422fefce00181900ae815c92bba5578b5a
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 11:27:57 2014 -1000
Switched to Factory pattern for detail controller
commit d94e718175090a55fa1bd28f8b00fd32115a9a5e
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 10:31:32 2014 -1000
Backport to 32
commit eca96c0ec73c8901e8f5b525e99a230d21e99dac
Author: Larry O'Brien <lobrien@knowing.net>
Date: Fri Oct 31 09:37:51 2014 -1000
Notifications
Added Notifications support, which entailed modifying AppDelegate, since that receives the delegate event method.
commit eb25128405d5db16bd141f99bc0bf5a21d860d40
Author: Larry O'Brien <lobrien@knowing.net>
Date: Thu Oct 30 17:08:13 2014 -1000
Motion Activity
Custom view controller demonstrating technique for determining authorization.
There is no direct API to check authorization. If that changes, this should change.
commit 195833be23a3753a0dc88c10fdf2f024ace40827
Author: Larry O'Brien <lobrien@knowing.net>
Date: Thu Oct 30 15:52:36 2014 -1000
Added Video & async AVCaptureDevice
Demonstrates AVCaptureDevice.RequestAccessForMediaTypeAsync
commit ed12d7919d34c85f1d561550c3b3db28f9d15968
Author: Larry O'Brien <lobrien@knowing.net>
Date: Thu Oct 30 15:26:40 2014 -1000
Location Manager
Added new location privacy stuff. Added MKMapView and output of location.
commit 6bb1da4efe156f41cad1735dd4beacb35303259d
Author: Larry O'Brien <lobrien@knowing.net>
Date: Thu Oct 30 13:27:20 2014 -1000
Converted "check" from alert to ()->string
This allows me to pass in the Func<string>, as in the original program, but instead of using an alert, show the results in the status label.
commit 0b2c48c9bd5c4c5c63c6d66d08b95521afc211b6
Author: Larry O'Brien <lobrien@knowing.net>
Date: Thu Oct 30 12:51:26 2014 -1000
Code-based PrivacyViewController
This should allow me to create custom subtypes.
commit b5a0a1de5ac79b330864066a66ee0ec399fe607a
Author: Larry O'Brien <lobrien@knowing.net>
Date: Wed Oct 29 15:11:36 2014 -1000
64-bit migration