This repository was archived by the owner on Dec 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 minSdkVersion 24
2222 // noinspection OldTargetApi
2323 targetSdkVersion 28
24- versionCode 5215
25- versionName " 3.0.1 "
24+ versionCode 5361
25+ versionName " 3.1.0 "
2626 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2727 // The following argument makes the Android Test Orchestrator run its
2828 // "pm clear" command after each test invocation. This command ensures
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 3.1.0 (Build 5361)
4+
5+ Improve autofill detection and increase target SDK to 28.
6+
7+ All changes since version 3.0.1:
8+
9+ - Hide soft keyboard on unlock with pin (#1024 )
10+ - Fixup crash in isButton with Java/Kotlin null dereference (#1039 )
11+ - Make autofill detection more robust (#1031 )
12+ - Increase target sdk to 28 (#1026 )
13+ - Remove color state change on hostname when clicking outside of the cardview (#1030 )
14+ - Remove name field from edit view (#1025 )
15+
316## 3.0.1 (Build 5215)
417
518Improve threading and log in keyboard experience.
You can’t perform that action at this time.
0 commit comments