Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
BUGFIX: Fixed extra band being visible even in 4 band mode when the a…
Browse files Browse the repository at this point in the history
…pp starts.
  • Loading branch information
ktprograms committed Mar 18, 2021
1 parent 762d205 commit 7afcca6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BUGFIX: Fixed extra band being visible even in 4 band mode when the app starts.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<i>Ohms Now!</i> 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.

0 comments on commit 7afcca6

Please sign in to comment.