From 038f3898ededee19bd10ee2536d1e6661ffbb2ce Mon Sep 17 00:00:00 2001 From: brodeurlv Date: Mon, 1 Apr 2024 21:47:37 +0200 Subject: [PATCH] publication of 0.20.6 --- CHANGELOG.md | 6 ++++++ app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 9 ++++++--- app/src/main/res/values/about.xml | 19 +++++++------------ 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0257eaa..45d97767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Change Log +### 0.20.6: April 01, 2024 +- Enhancement: New tracking of body photos (#268) +- Enhancement: Added OpenScale weight import (#272) +- Bug: Fixed crop image (#273) +- Bug: Fixed min/max for free records (#271) + ### 0.20.5.1: February 22, 2022 - Bug: Fixed start issue (#252) - Bug: Fixed Dutch translation diff --git a/app/build.gradle b/app/build.gradle index 238a53e7..ace49846 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,9 +7,9 @@ android { defaultConfig { applicationId "com.easyfitness" minSdkVersion 21 - targetSdkVersion 30 - versionCode 63 - versionName "0.20.5.1" + targetSdkVersion 33 + versionCode 65 + versionName "0.20.6" vectorDrawables.useSupportLibrary true } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b9547d24..7c9854bc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,7 +33,8 @@ android:name=".MainActivity" android:configChanges="orientation|screenSize" android:label="@string/app_name" - android:windowSoftInputMode="stateUnchanged"> + android:windowSoftInputMode="stateUnchanged" + android:exported="true"> @@ -42,10 +43,12 @@ + android:theme="@style/Theme.Intro" + android:exported="false"/> + android:theme="@style/Base.Theme.AppCompat" + android:exported="true"/> - 0.20.5.1 + 0.20.6 Database version: - Copyright(c) 2022 - Charles Combes - All rights reserved. + Copyright(c) 2024 - Charles Combes - All rights reserved. BSD 3 Charles Combes Open-source URL: @@ -11,16 +11,11 @@ fastnfitnessapp@gmail.com Revision History: \n -0.20.5.1: February 22, 2022\n - \t- Bug: Fixed start issue (#252)\n - \t- Bug: Fixed Dutch translation\n -0.20.5: February 6, 2022\n - \t- Enhancement: Changes csv column names. Please refer to github WIKI documentation for details (#49, #209)\n - \t- Enhancement: Added program and program templates to csv export (#228) \n - \t- Enhancement: Made csv import more flexible \n - \t- Enhancement: Added feature to calculate BMR and daily calories based on activity level (#248, Thank you @a124557) \n - \t- Bug: Moved program template value to record value to avoid discrepancies in case of program update \n - \t- Bug: Fixed small UI issues (#244)\n +0.20.6: April 01, 2024\n +\t- Enhancement: New tracking of body photos (#268)\n +\t- Enhancement: Added OpenScale weight import (#272)\n +\t- Bug: Fixed crop image (#273)\n +\t- Bug: Fixed min/max for free records (#271)\n Libraries used in this app: MPAndroidChart (Apache 2.0)