Skip to content

Releases: square/Aardvark

Fix iPad activity sheet crash on iOS 7

03 Sep 17:21
Compare
Choose a tag to compare

• Aardvark no longer crashes when getting logs off a device via the share sheet (UIActivity​View​Controller) on iPads running iOS 7.

Better iPad support

24 Aug 05:38
Compare
Choose a tag to compare

• Properly present log viewer action item popover on iPad
• Made ARKLogDistributor's defaultLogStore nonnull so it could be used as a parameter in nonnull methods
• Cleaned up ARKLogStore initialization, properly declaring init and new as NS_UNAVAILABLE

Work around iOS 9 bug which prevented filing multiple bugs

05 Aug 21:38
Compare
Choose a tag to compare

• Worked around iOS 9 bug (see #11). Fix does not affect iOS 8.
• Exposed unavailable init methods in the header for compile-time checking.
• More reliable tests.

Declared all methods and variables as nullable or nonnull

23 Jul 00:29
Compare
Choose a tag to compare

• Better support for Swift
• Fixed Xcode 7 / iOS 9 build issue (per #8)
• Requires Xcode 6.3 or later

Add convenience methods

06 Jul 23:05
Compare
Choose a tag to compare
  • Add logStores accessor to ARKLogDistributor
  • Add ability to turn off name prefixing when ARKLogStore prints to console via prefixNameWhenPrintingToConsole

Fix deprecation warning

06 Jul 23:02
Compare
Choose a tag to compare
  • Use getBytes:length: instead of getBytes:

Initial Release

06 Jul 23:01
Compare
Choose a tag to compare