Skip to content

Commit

Permalink
Upgrade version and fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed May 16, 2024
1 parent 709b448 commit 2861685
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.best.deskclock"
minSdk 23
targetSdk 34
versionCode 2002
versionName '2.1'
versionCode 2003
versionName '2.2'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Fix**
- Fix the size of the marker in the stopwatch circle;

**Improvements**
- Add the ability to change the accent color;
- Add the ability to hide/display card backgrounds (does not apply to settings);
- Add the ability to hide/display background borders (does not apply to settings);
- Add the ability to enable/disable vibrations to some UI elements (only devices equipped with a vibrator are affected);
- Vibrations are added to the settings switches (only devices equipped with a vibrator are affected);
- Remove essential permissions check when opening the app: now, if essential permissions are not granted, a message appears at the top of the settings;
- Screenshots updated (mainly for F-Droid) as discussed here: https://github.com/BlackyHawky/Clock/discussions/23#discussioncomment-9346357
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Features:
<li>Customizable ringtone;</li>
<li>Light, dark or system theme;</li>
<li>AMOLED mode for dark theme;</li>
<li>Customizable interface;</li>
<li>Digital or analog clock style;</li>
<li>Display home time when traveling;</li>
<li>Display the time in many cities around the world;</li>
<li>Timer, stopwatch and bedtime <i>(experimental)</i> included;</li>
<li>Possibility of sharing your stopwatch with your contacts;</li>
<li>Customizable interface;</li>
<li>Customizable screensaver;</li>
<li>Modern widgets;</li>
<li>Material design;</li>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Caractéristiques :
<li>Sonnerie personnalisable ;</li>
<li>Thème clair, sombre ou système ;</li>
<li>Mode AMOLED pour le thèmes sombre ;</li>
<li>Interface personnalisable ;</li>
<li>Style d'horloge numérique ou analogique ;</li>
<li>Affichage de l'heure locale lors des voyages ;</li>
<li>Afficher l'heure dans de nombreuses villes du monde ;</li>
<li>Minuteur, chronomètre et mode coucher <i>(expérimental)</i> inclus;</li>
<li>Possibilité de partager votre chronomètre avec vos contacts ;</li>
<li>Interface personnalisable ;</li>
<li>Écran de veille personnalisable ;</li>
<li>Widgets modernes ;</li>
<li>Design material ;</li>
Expand Down

0 comments on commit 2861685

Please sign in to comment.