Skip to content

Releases: agilebits/onepassword-app-extension

1.6.2

16 Oct 21:01
Compare
Choose a tag to compare

[IMPROVED] Updated the Javascript code for Web View Filling. {#260, #261}

1.6.1

22 Sep 19:18
Compare
Choose a tag to compare

[IMPROVED] Improved the header documentation. {#262, #263}
[IMPROVED] Updated the in-code documentation for the improved Change Password capability. {#264}

1.6

16 Sep 17:51
Compare
Choose a tag to compare
1.6

[NEW] Added Swift demo apps. {#101 #257}
[NEW] Added newsletter sign up in the README. {#252}

[IMPROVED] Improved compatibility with Xcode 7.
[IMPROVED] Clarifying the use of the URL string in the README. {#253, #254}

[FIXED] Fixed the social media URL for CocoaPods. {#247}

1.5

20 Aug 15:50
Compare
Choose a tag to compare
1.5

[NEW] Added the ability to retrieve the generated One-Time Password from the 1Password Login if available. {#163, #199}
[NEW] Added the ability to specify unsupported characters when using the password generator options. {#36}
[NEW] Added nullability for improved compatibility with Swift projects. {#218, #241,#245}
[NEW] Our demo apps, ACME and ACME Browser are now written in Swift 1.2 and Swift 2.0 too. {#101}
[NEW] Added ability to use the WKWebView code when the Deployment Target is iOS 7.1 or earlier. {#214}

[IMPROVED] Simplified Web View Filling. {#200}
[IMPROVED] Fully compatible with iOS 9 and Xcode 7. {#238, #241}
[IMPROVED] Improved compatibility with the latest version of CocoaPods. {#187, #235}
[IMPROVED] Improved the README, the in-code documentation and spring cleaned the entire codebase. {#200, #202, #203, #206, 241}
[IMPROVED] Improved the password generator options. {#36}
[IMPROVED] Updated the collect and fill scripts for the latest 1Password Brain. {#193}
[IMPROVED] We now assert when the sender parameter is nil on iPad. {#226, #241}
[IMPROVED] Improved Google Search in ACME Browser. {#240}
[IMPROVED] ACME Browser is now a Universal app. {#242}

[FIXED] Fixed all xcassets warnings {#196}
[FIXED] Fixed an issue where the Password Generator length keys were not honoured in 1Password 5.5. {#35}
[FIXED] Fixed typo for the AppExtensionPasswordGeneratorOptionsKey constant. {#191}

1.2

30 Mar 14:59
Compare
Choose a tag to compare
1.2

[NEW] Added the all new Fill into Browser capability. This enables the 1Password Extension to show alongside other activities and to fill Credit Cards and Identities into your browser's web views. {#186}
[NEW] Added Swift compatibility for CocoaPods 0.36 or later. {#182}

[IMPROVED] The latest and greatest filling Brain in 1Password 5.3 or later will automatically be used for the Web View Login and Browser filling capabilities when filling Logins, Credit Cards and Identities. {#171, #172, #178 and #184}
[IMPROVED] Updated the README, the Best Practices and the in-code documentation in general. {#183 and #186}
[IMPROVED] Improved the in-code documentation and simplified the change password capability. {#185}
[IMPROVED] Added "facebook.com" as a quick link in ACME Browser for easier and faster testing. {#170}

1.1.2

05 Feb 22:13
Compare
Choose a tag to compare

[FIXED] Fixed issue that was causing the 1Password 5.3 Beta Extension to crash when attempting to fill into UIWebViews.

1.1.1

04 Feb 17:09
Compare
Choose a tag to compare

[NEW] Added support for the iPhone 6 and 6 Plus for ACME and ACME Browser.
[NEW] Added support for Carthage in the add-framework-support branch.
[NEW] Added light-coloured assets for the 1Password Button.

[IMPROVED] Updated filling code for the upcoming filling brain in 1Password. (1Password 5.3 betas are required)
[IMPROVED] We now validate that the new password and the old password are not the same when changing the password in ACME.
[IMPROVED] Minimized the scope of some string constants to help prevent "duplicate symbol" linker errors when this code is included more than once in an app (because one or more libraries includes this code).

[FIXED] Fixed problem where passwords containling \ did not properly fill.
[FIXED] Removed the weak/strong self dance when not necessary.
[FIXED] Replaced the email for beta access alert with a link to get 1Password from the App Store when 1Password is not installed.
[FIXED] Fixed warning about multiple length methods in Xcode.
[FIXED] Fixed issue with some shadowed error variables.

1.1

29 Oct 18:49
Compare
Choose a tag to compare
1.1
  • Updated the README.
  • Improved error messages and the code in general.
  • Replaced all occurrences of typeof with typeof which fixes build errors for some users.
  • Fix clang warning concerning some local variables.
  • Fixed crash that could occur when the 1Password extension is invoked before the web view is fully loaded.

1.0.9

18 Sep 21:43
Compare
Choose a tag to compare
  • Added @3x icons.
  • Improvements in the README.

1.0.8

22 Aug 03:39
Compare
Choose a tag to compare
  • Bug fixes and improvements in the change password method.