-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- filtering gif - metadata updates
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |