From 60776cc0385dd0cddeb2faa6d78e094cfa45bb73 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 3 Jan 2022 09:13:43 +0200 Subject: Android: Build date and release notes --- CMakeLists.txt | 2 +- res/about/android-version.gmi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70c76505..211da6db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif () if (ANDROID) set (PROJECT_VERSION 1.10) set (ANDROID_BUILD_VERSION a3) # remember to update Gradle, AndroidManifest.xml - set (ANDROID_BUILD_DATE "2022-01-01") + set (ANDROID_BUILD_DATE "2022-01-03") endif () # Defaults that depend on environment. diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi index 610e35b0..fc7b444b 100644 --- a/res/about/android-version.gmi +++ b/res/about/android-version.gmi @@ -10,6 +10,7 @@ * Added Android-specific release notes. * Added Settings > UI > Toolbar Actions: customize the two leftmost phone toolbar buttons. * Show build version in Settings > About. +* Changed return key behavior to insert newlines where possible. * Fixed sizing of the UI when the device has on-screen system keys. * Fixed the copy/paste menu staying hidden behind the keyboard. * Fixed system Auto-Rotate setting not locking the screen orientation. -- cgit v1.2.3