Skip to content

Commit

Permalink
Fix monochrome icon and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwom committed Jul 25, 2023
1 parent bda35bd commit 63e9e34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.moekadu.metronome"
minSdkVersion 23
targetSdkVersion 34
versionCode 55
versionName "4.9.0"
versionCode 56
versionName "4.9.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
6 changes: 1 addition & 5 deletions app/src/main/res/drawable/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M-0,0h108v108h-108z"
android:strokeWidth="7"
android:fillColor="#ffffff"
android:strokeColor="#00000000"/>

<path
android:pathData="m41.92,28.42c4.26,8.23 8.69,16.63 12.4,23.7 -1.04,0.07 -2.1,0.33 -3.11,0.76 -3.87,1.64 -6,5.33 -4.77,8.24 1.23,2.91 5.37,3.94 9.24,2.3 3.87,-1.64 6,-5.33 4.77,-8.24 -3.81,-7.22 -7.68,-14.61 -11.5,-21.9 7.18,-4.48 17.52,-1.08 23.06,5.76 6.34,7.83 7.11,21.31 0.96,29.3 -7.91,10.27 -19.65,11.99 -29.66,9.03l-0.9,1.73C54.23,84.55 68.3,81.13 76.29,70.85 84.28,60.58 84.14,46.11 75.95,36 70.83,29.68 62.56,25.72 55.67,25.66c-6.88,-0.06 -9.58,1 -13.75,2.77z"
android:fillColor="#000000"/>
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v4.9.1:
- Fix monochrome icon

v4.9.0:
- New icon
- Option for setting delay of visual feedback
- Don't animate notes anymore but use an advance marker
(more precise feel)

v4.8.0:
- Add option for larger tick animations on the adjustment circle
- More accurate tap in (averaging over up to 100 values)

0 comments on commit 63e9e34

Please sign in to comment.