diff --git a/buildozer/buildozer.spec b/buildozer/buildozer.spec index 246f55d9..924a49b4 100644 --- a/buildozer/buildozer.spec +++ b/buildozer/buildozer.spec @@ -20,6 +20,7 @@ source.dir = ./tmp # (list) Source files to exclude (let empty to not exclude anything) #source.exclude_exts = spec +source.exclude_exts = spec,gif # (list) List of directory to exclude (let empty to not exclude anything) #source.exclude_dirs = tests, bin, venv diff --git a/fastlane/metadata/android/en-US/changelogs/102122100.txt b/fastlane/metadata/android/en-US/changelogs/102122100.txt index 14e0d419..24e37cdc 100644 --- a/fastlane/metadata/android/en-US/changelogs/102122100.txt +++ b/fastlane/metadata/android/en-US/changelogs/102122100.txt @@ -1,10 +1,11 @@ Android specific: -- Temporary screen orientation lock added. Long tap (5 seconds) to the - playground locks/unlocks (toggle) automatic screen rotation. +- Temporary screen orientation lock added. Long tap (2.5 seconds) to the + playground locks screen rotation. - Toolbar: configuration of displayed toolbar buttons added to options menu. - Toolbar: dynamic updates on Toolbar and Options settings. -- Toolbar buttons for 'new deal' and 'restart' have now a delayed - functionality. This prevents from accidental execution. +- Toolbar buttons for 'new deal' and 'restart' have now display a + toast instead of executing immediatley. Tap to the toast accept. +- Implementation of full picture hint for the new puzzle type games. Main version: - consult NEWS.asscidoc or html-src/news.html on github for more change informations.