Skip to content

Commit 51d0cde

Browse files
committed
Update version code and changelogs
1 parent 268e62d commit 51d0cde

File tree

8 files changed

+35
-7
lines changed

8 files changed

+35
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android
1919
targetSdkVersion var_compile_sdk
2020

2121
// Versioning
22-
versionCode 59
23-
versionName "v7.2.0"
22+
versionCode 60
23+
versionName "v7.3.0"
2424
}
2525

2626
// Build types always include debug (hidden by default)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v7.3.0 (60) - 13/05/2023
2+
NEW THINGS
3+
- Close apps touch target (@SteveM)
4+
- Date-only clock formats (@KevinR)
5+
- Italian translation by Rhapsodizer
6+
IMPROVEMENTS
7+
- Visual feedback on TV (@xi7)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v7.3.0 (60) - 13/05/2023
2+
NOUVEAUTÉS
3+
- Cible de clic fermer applications (@SteveM)
4+
- Formats d'horloge date seule (@KevinR)
5+
- Traduction italienne par Rhapsodizer
6+
AMÉLIORATIONS
7+
- Retour visuel sur TV (@xi7)

app/src/main/java/com/vincent_falzon/discreetlauncher/core/FolderIcon.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ public void draw(Canvas canvas)
9191
}
9292

9393

94-
// Needed to extend Drawable.
94+
// Needed to extend Drawable
9595
@Override
9696
public void setAlpha(int alpha)
9797
{
9898
paint.setAlpha(alpha) ;
9999
}
100100

101101

102-
// Needed to extend Drawable.
102+
// Needed to extend Drawable
103103
@Override
104104
public void setColorFilter(ColorFilter colorFilter)
105105
{

app/src/main/res/values-nb-rNO/strings_settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<item>Analog</item>
8080
<item>Dato og klokkeslett</item>
8181
<item>Full dato og klokkeslett</item>
82-
<!-- NEED UPDATE --><item>Date without time</item>
83-
<!-- NEED UPDATE --><item>Full date without time</item>
82+
<item>Dato uten klokkeslett</item>
83+
<item>Full dato uten klokkeslett</item>
8484
</string-array>
8585

8686
<!-- Clock position (double spaces are intentional) -->

app/src/main/res/values-tr/strings_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<string name="set_clock_size">Boyutu</string>
102102
<string-array name="set_clock_size_entries">
103103
<item>Küçük</item>
104-
<item>Orta</item>
104+
<item>Orta</item>
105105
<item>Büyük</item>
106106
</string-array>
107107

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v7.3.0 (60) - 13/05/2023
2+
NEW THINGS
3+
- Close apps touch target (@SteveM)
4+
- Date-only clock formats (@KevinR)
5+
- Italian translation by Rhapsodizer
6+
IMPROVEMENTS
7+
- Visual feedback on TV (@xi7)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v7.3.0 (60) - 13/05/2023
2+
NOUVEAUTÉS
3+
- Cible de clic fermer applications (@SteveM)
4+
- Formats d'horloge date seule (@KevinR)
5+
- Traduction italienne par Rhapsodizer
6+
AMÉLIORATIONS
7+
- Retour visuel sur TV (@xi7)

0 commit comments

Comments
 (0)