diff --git a/CHANGELOG.md b/CHANGELOG.md index d21aa67..318ebb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelogs +### V 0.1.4 Beta +- BUGFIX: Fixed extra band being visible even in 4 band mode when the app starts. + +>MD5: 4e5de4b8c68fcf940450f6650002e3f0 +> +>SHA1: 676bdc0d52bd3923c8028a9b615ebe2d932975fe + + ### V 0.1.3 Beta - Added 3 and 5 band resistor support. diff --git a/app/build.gradle b/app/build.gradle index 434a3c2..7251f42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { applicationId "com.ktprograms.ohmsnow" minSdkVersion 16 targetSdkVersion 30 - versionCode 4 - versionName "v0.1.3-beta" + versionCode 5 + versionName "v0.1.4-beta" vectorDrawables.useSupportLibrary true } diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 1399416..fcc0c92 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -108,6 +108,7 @@ android:adjustViewBounds="true" android:background="@null" android:scaleType="fitCenter" + android:visibility="invisible" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="parent" diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..1e8ecdf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1 @@ +BUGFIX: Fixed extra band being visible even in 4 band mode when the app starts. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 8f1eb6b..ce91749 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,5 +1,7 @@ Ohms Now! is a simple app that helps you decode resistor colour bands. Simply tap on each band to change its colour. Once you have set all the bands to match your resistor's colours, you can then read its value in the text field below. + By long pressing on a band, a popup menu shows up to let you choose the band's color. + You can swipe left/right to go to the previous/next E series value. \ No newline at end of file