We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6affd commit bb4a344Copy full SHA for bb4a344
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Version 1.2.3
2
+
3
+ Disable focus on the filter text input when loading list views
4
5
Version 1.2.2
6
7
Technical upgrade (migrate to Gradle)
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "net.ducksmanager.whattheduck"
9
minSdkVersion 15
10
targetSdkVersion 19
11
- versionCode 10
12
- versionName "1.2.1"
+ versionCode 12
+ versionName "1.2.3"
13
}
14
buildTypes {
15
release {
app/src/main/res/layout/wtd_list.xml
@@ -13,8 +13,6 @@
android:hint="@string/filter"
android:visibility="visible"
android:layout_alignParentLeft="true">
16
-
17
- <requestFocus />
18
</EditText>
19
20
<ListView
0 commit comments