Skip to content

Releases: agilebits/onepassword-app-extension

1.8.6

30 Jan 21:36
ba96cf1
Compare
Choose a tag to compare

[IMPROVED] Moves all projects forward to Xcode 11 format
[IMPROVED] Updates build settings and localization targets
[IMPROVED] Converts swift projects to Swift 5
[IMPROVED] Moves the bar forward from iOS 7 to iOS 9
[IMPROVED] Removes all support for UIWebView
[IMPROVED] Removes the deprecated call - (void)fillLoginIntoWebView:(nonnull id)webView forViewController:(nonnull UIViewController *)viewController sender:(nullable id)sender completion:(nonnull OnePasswordSuccessCompletionBlock)completion;
[FIXED] Updates Readme.md urls, removes mention of a newsletter
[FIXED] Updated OnePasswordExtension.(h|m) to include our MIT license in the header

1.8.5

13 Dec 19:32
@gks gks
82000ca
Compare
Choose a tag to compare

[IMPROVED] Swift demo projects are now compatible with Swift 4 and Xcode 9.2.
[IMPROVED] Updated Fill and Collect scripts to match our latest stable browser extensions.

1.8.4

28 Sep 18:42
@gks gks
Compare
Choose a tag to compare

[FIXED] Fixed build errors on Xcode 8 for the Swift sample apps {#346}

1.8.3

09 Aug 13:42
Compare
Choose a tag to compare

[NEW] Added typedefs for completion blocks for more flexibility. {#339}

[IMPROVED] Updated the Javascript code for Web View Filling. {#335}
[IMPROVED] All the completion blocks from the API are now nonnull. {#341}

[FIXED] Fixed minor typo in the documentation. {#340}

1.8.2

24 May 12:32
Compare
Choose a tag to compare

[IMPROVED] Updated the Javascript code for Web View Filling. {#324}

[FIXED] Fixed a crash caused by unwrapping an Optional value while running ACME Swift on iPad. {#323}

1.8.1

20 Apr 13:18
Compare
Choose a tag to compare

[NEW] Added metadata badges to the README. {#319. #321}

[IMPROVED] Updated the Javascript code for Web View Filling. {#316}

[FIXED] Fixed casting to NSString of CFStringRef constants. {#317}

1.8

15 Feb 16:20
Compare
Choose a tag to compare
1.8

[NEW] Added documentation to the Wiki. Thank you for reaching and for contributing. Feel free to open issues to request Wiki documentation.

[IMPROVED] Improved compatibility with CocoaPods 1.0.0. {#302}
[IMPROVED] Updated the Javascript code for Web View Filling. {#303}
[IMPROVED] Improved the instructions for the Rich Icons submission in the Best Practice section. {#290}
[IMPROVED] Updated the documentation to mention all the required frameworks to link for projects targeting iOS 7.1 or earlier. {#294, #296}
[IMPROVED] Improved the header documentation. {#298}
[IMPROVED] Listing all the required frameworks in the podspec file. {#297}
[IMPROVED] Removed extra new lines for a clearer code in the README. {#293}
[IMPROVED] Removed usless semicolons from Swift code. {#295}

[FIXED] Fixed status bar inconsistencies between the Objective-C and the Swift versions of ACME. {#292}
[FIXED] Fixed outdated header comments for the demo apps. {#299}
[FIXED] Fixed indentation in the podspec file. {#305}

1.7

09 Dec 15:28
Compare
Choose a tag to compare
1.7

[IMPROVED] Improved compatibility with Xcode 7.2. {#279}
[IMPROVED] Updated the README to mention that SFSafariViewController now works on devices running iOS 9.2 or later. {#239, #280}
[IMPROVED] Updated the Javascript code for Web View Filling. {#281}

[FIXED] Fixed warnings caused by missing icons for the demo apps. {#279}
[FIXED] Fixed an issue where ACME (Swift) was a Universal app, causing a crash at launch on iPad. {#279}

1.6.4

09 Nov 21:48
Compare
Choose a tag to compare

[IMPROVED] Improved the compatibility of the Demo apps with Xcode 7.1. {#272}

[FIXED] Fixed typo in error message. {#274}

1.6.3

17 Oct 18:22
Compare
Choose a tag to compare

[IMPROVED] Improved compatibility with CocoaPods 0.39.0. {#268, #270}