diff --git a/buildozer/aversion b/buildozer/aversion index a0de048a..cda9f261 100755 --- a/buildozer/aversion +++ b/buildozer/aversion @@ -9,7 +9,7 @@ else fi # current android version mumber. -version="3.1.2" +version="3.2.0" sversion=$(echo $version | sed -E "s:(.*)\..*:\1:") tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):") diff --git a/buildozer/buildozer.spec b/buildozer/buildozer.spec index 9167fdb1..38b804bf 100644 --- a/buildozer/buildozer.spec +++ b/buildozer/buildozer.spec @@ -103,7 +103,7 @@ android.permissions = WRITE_EXTERNAL_STORAGE, MANAGE_EXTERNAL_STORAGE #android.features = android.hardware.usb.host # (int) Target Android API, should be as high as possible. -android.api = 33 +android.api = 34 # (int) Minimum API your APK / AAB will support. #android.minapi = 21 diff --git a/buildozer/fdroid.init b/buildozer/fdroid.init index f669899c..0ff603d0 100755 --- a/buildozer/fdroid.init +++ b/buildozer/fdroid.init @@ -6,7 +6,7 @@ then exit 1 fi -virtualenv FINIT +python3 -m venv FINIT source FINIT/bin/activate pip3 install attrs @@ -43,7 +43,7 @@ sed -r "s:#? ?source\.exclude_patterns =.*:source.exclude_patterns = README.*,AU sed -r "s:#? ?android\.skip_update =.*:android.skip_update = True:" -i buildozer.spec sed -r "s:#? ?android\.accept_sdk_license =.*:android.accept_sdk_license = False:" -i buildozer.spec sed -r "s:#? ?log_level =.*:log_level = 2:" -i buildozer.spec - +sed -r "s:#? ?warn_on_root =.*:warn_on_root = 0:" -i buildozer.spec echo '### end init' diff --git a/buildozer/pubspec.json b/buildozer/pubspec.json index 50c950da..c9284803 100644 --- a/buildozer/pubspec.json +++ b/buildozer/pubspec.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 102130102, - "versionName": "3.1.2", + "versionCode": 102130200, + "versionName": "3.2.0", "outputFile": "pysolfc-release.apk" } ], diff --git a/fastlane/metadata/android/en-US/changelogs/102130200.txt b/fastlane/metadata/android/en-US/changelogs/102130200.txt new file mode 100644 index 00000000..a9776568 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/102130200.txt @@ -0,0 +1,3 @@ + +- menu entry to select random games. +- enhancements and bug fixes (see https://pysolfc.sourceforge.io) diff --git a/locale/de/LC_MESSAGES/pysol.mo b/locale/de/LC_MESSAGES/pysol.mo index 2361be41..34c31da5 100644 Binary files a/locale/de/LC_MESSAGES/pysol.mo and b/locale/de/LC_MESSAGES/pysol.mo differ diff --git a/locale/fr/LC_MESSAGES/pysol.mo b/locale/fr/LC_MESSAGES/pysol.mo index c5d7880d..7bc6022d 100644 Binary files a/locale/fr/LC_MESSAGES/pysol.mo and b/locale/fr/LC_MESSAGES/pysol.mo differ diff --git a/locale/it/LC_MESSAGES/pysol.mo b/locale/it/LC_MESSAGES/pysol.mo index 2962319e..33dee85f 100644 Binary files a/locale/it/LC_MESSAGES/pysol.mo and b/locale/it/LC_MESSAGES/pysol.mo differ diff --git a/locale/pl/LC_MESSAGES/pysol.mo b/locale/pl/LC_MESSAGES/pysol.mo index 3c9f0bc7..030b2274 100644 Binary files a/locale/pl/LC_MESSAGES/pysol.mo and b/locale/pl/LC_MESSAGES/pysol.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/pysol.mo b/locale/pt_BR/LC_MESSAGES/pysol.mo index e0a01683..5fc622fe 100644 Binary files a/locale/pt_BR/LC_MESSAGES/pysol.mo and b/locale/pt_BR/LC_MESSAGES/pysol.mo differ diff --git a/locale/ru/LC_MESSAGES/pysol.mo b/locale/ru/LC_MESSAGES/pysol.mo index 3d33b27a..625dd292 100644 Binary files a/locale/ru/LC_MESSAGES/pysol.mo and b/locale/ru/LC_MESSAGES/pysol.mo differ