This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update production branch with latest master (#799)
* Update release notes for 1.3.1 (#769) * Scroll to top after change in list sort option (#751) * Add release steps for uploading dSYM to sentry (#770) * Prepare version 1.3.2 (#776) * SettingsListView: move done btn tap binding to presenter (#772) * SettingsListView: move btn bindings to presenter - moved setupNavbar method from viewWillAppear to viewDidLoad so that the done button was configured/available to bind before the presenters onViewReady was called * unit test done btn pressed * Add SettingListViewSpec unit test - test fails if you remove: `let _ = doneButton.target?.perform(doneButton.action)` * Try mocking the datastore to fix tests (#778) * Fix audio pausing when video starts (#777) * [#209] Move btn bindings to presenter (#779) * Move unLinkAccount btn binding from view to presenter * Update units tests for unLinkAccountButtonPressed - test fails in AccountSettingsPresenterSpec if the presenter does not subscribe to the button tap event - test fails in AccountSettingViewSpec if the .touchUpInside event is not sent * Move settings btn binding from view to presenter * Update Unit tests for settingsBtnPressed - AccountSettingPresenterSpec test fails if presenter does not subscribe to button tap event. * Adjust autofill UI for iPhone SE (#771) * Adjust autofill UI for iPhone SE * update autofill instructions screen for iphone se * Shutdown db when app is terminating (#780) * lock now button overrides autolock never setting (#763) * lock now button overrides autolock never setting * store forceLock value to keep screen locked * propose Pull Request template (#785) * add adjust event for sign in (#784) * add adjust event for sign in * add adjustmanager to wrap Adjust sdk * disable * update adjust manager per pr comments * add uid to telemetry extras (#783) * Fix lint issues (#790) * Add v1.3.2 release notes (#791) * Add v1.3.2 release notes * minor nits caps on AutoFill, attempt to focus on user value * Fix biometrics on launch (#796) * update release notes (#797)
- Loading branch information