diff --git a/app/build.gradle b/app/build.gradle index 843fdd5a0..cc5864d07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/fastlane/metadata/android/en-US/changelogs/2003.txt b/fastlane/metadata/android/en-US/changelogs/2003.txt new file mode 100644 index 000000000..28dfe7edf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2003.txt @@ -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 \ 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 210150868..af3b2c4ae 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -12,12 +12,12 @@ Features:
  • Customizable ringtone;
  • Light, dark or system theme;
  • AMOLED mode for dark theme;
  • +
  • Customizable interface;
  • Digital or analog clock style;
  • Display home time when traveling;
  • Display the time in many cities around the world;
  • Timer, stopwatch and bedtime (experimental) included;
  • Possibility of sharing your stopwatch with your contacts;
  • -
  • Customizable interface;
  • Customizable screensaver;
  • Modern widgets;
  • Material design;
  • diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt index 3ee88c37e..3d90e354b 100644 --- a/fastlane/metadata/android/fr-FR/full_description.txt +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -12,12 +12,12 @@ Caractéristiques :
  • Sonnerie personnalisable ;
  • Thème clair, sombre ou système ;
  • Mode AMOLED pour le thèmes sombre ;
  • +
  • Interface personnalisable ;
  • Style d'horloge numérique ou analogique ;
  • Affichage de l'heure locale lors des voyages ;
  • Afficher l'heure dans de nombreuses villes du monde ;
  • Minuteur, chronomètre et mode coucher (expérimental) inclus;
  • Possibilité de partager votre chronomètre avec vos contacts ;
  • -
  • Interface personnalisable ;
  • Écran de veille personnalisable ;
  • Widgets modernes ;
  • Design material ;