Skip to content

Releases: Adonit/Adonit-iOS-SDK

Version 3.0.4

04 Mar 17:01
Compare
Choose a tag to compare
  • Fixed an issue that could cause JotStroke ended events to have a nil view property.
  • Fixed an issue that could cause JotStroke ended events to have an incorrect location.
  • Minor performance and stability updates.

3.0.3

04 Dec 21:07
Compare
Choose a tag to compare

-Fixed an issue where repeatedly connecting and disconnecting a stylus could cause a crash.
-Fixed an issue where quick multiple strokes could cause a crash.
-Fixed an issue where an end stroke could jump down to a users onscreen palm.

Version 3.0.2

22 Oct 19:05
Compare
Choose a tag to compare

Improved Performance, Bug Fixes, and iOS 9 Compatibility:

  • Improved temporal pressure fidelity.
  • Improved temporal stylus location accuracy with coalesced stroke support.
  • Improved palm rejection in iOS 8 and above.
  • Fixed an issue where multiple disconnect commands could cause a crash.
  • Fixed an issue in iOS that could cause a crash when switching apps with a connected stylus.
  • Added Done button automatically when Settings UI controller changes size class via multitasking in iOS 9.
  • Added support for bit code with our framework.
  • Moved our config file server location to comply with iOS 9 and HTTPS.

New APIs and Framework Improvements:

  • Renamed JotTouchSDK to AdonitSDK.
  • New and improved JotStroke class replaces JotTouch Class.
  • Added coalesced JotStrokes to match UITouch Coalesced Touches.
  • New connected stylus properties make it easier to support current and future styluses:
    • NSString *stylusFriendlyName
    • BOOL stylusSupportsPressureSensitivity
    • NSUInteger stylusShortcutButtonCount
  • New delegate jotStroke event methods ensures best compatibility with current and future iPads.
  • Cleaned up header files, and removed anything private. (Making it easier to find what you actually need.)
  • Increased compatibility with apps built using Swift.

Version 2.7

24 Mar 14:29
Compare
Choose a tag to compare
  • added settings and connection UI
  • improved wavy line correction
  • improved dropped stroke connections
  • removed the tap to connect connection style
  • removed support for iOS 6
  • other miscellaneous bug fixes and improvements

Version 2.6.5

21 Jan 21:31
Compare
Choose a tag to compare
  • fixes issues with dropped strokes
  • improved rejection of palm touches
  • improved palm rejection performance (less latency)
  • increased small detail and writing clarity in correction of wavy-line
  • improved stylus support for iPad Air 2
  • deprecated the tap to connect connection style
  • other miscellaneous bug fixes and improvements

Version 2.6.4

07 Nov 17:12
Compare
Choose a tag to compare
  • NOTE: JotTouchSDK now requires SytemConfiguration.framework to be added to apps
  • SDK uses reachability to detect when it can download updated configuration file
  • fixes issues with iPad Air 2 and wavy-lines
  • fixes issues with iPad mini 3 and wavy-lines
  • improved wavy-line correction for older iPads
  • fixes excessive failed battery check logging
  • fixes crash when app goes into the background
  • other miscellaneous bug fixes and improvements

Version 2.6.3

15 Oct 13:39
Compare
Choose a tag to compare
  • fixes issue where SDK might disconnect from a stylus that goes off screen
  • fixes issue with sending commands to already disconnected stylii during connection process

Version 2.6.2

26 Sep 14:13
Compare
Choose a tag to compare
  • fixes offset and palm rejection issues when compiled against iOS 8 SDK with Xcode 6
  • fixes issues around registering/unregistering views that could cause a leak
  • fixes a crash when switching between different Jot stylii
  • fixes issues where JotTouch events could arrive out of order or multiple times
  • fixes issues where stylii could disconnect unexpectedly
  • fixes issues where palm rejection could interfere with gesture recognizers
  • other miscellaneous bug fixes and improvements

Version 2.6.1

28 Aug 13:35
Compare
Choose a tag to compare
  • fix a possible conflict with popular UIColor category that added red/green/blue methods
  • fix caching issue with pen commands
  • fix a tableview inconsistency crash when showing the settings detail view and switching apps

Version 2.6.0

12 Aug 18:48
Compare
Choose a tag to compare
  • Added the ability to report diagnostic and usage data
  • Fixed pressure curve issues with some Jot Touch Pixel Points
  • Allow suggestionToEnableGestureDelay to be zero
  • Miscellaneous bug fixes and improvements