From dffc754cf956dda62193a9952ebc86f8f89ffb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= Date: Fri, 24 Jun 2022 20:40:24 -0300 Subject: [PATCH 1/2] p4a: Add metadata to maximize window https://phabricator.endlessm.com/T33607 --- .p4a | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.p4a b/.p4a index 41e05ec9..d1733d02 100644 --- a/.p4a +++ b/.p4a @@ -1,4 +1,3 @@ ---window --bootstrap "webview" --package "org.endlessos.Key" --name "Endless Key" @@ -24,3 +23,5 @@ --whitelist ./allowlist.txt --blacklist ./blocklist.txt --add-source src/java/ +--activity-meta-data WindowManagerPreference:FreeformWindowSize=maximize +--activity-meta-data WindowManagerPreference:FreeformWindowOrientation=landscape From bb944c4a3d5c44e3c02feeb12a4dd9dd5814aca0 Mon Sep 17 00:00:00 2001 From: Dylan McCall Date: Thu, 7 Jul 2022 11:19:01 -0700 Subject: [PATCH 2/2] Update pinned version of python-for-android --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e92ebb59..7b52f273 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ cython virtualenv -git+https://github.com/endlessm/python-for-android@b672ec47db60f66784d2e24a38c3347a265b61a5#egg=python-for-android +git+https://github.com/endlessm/python-for-android@3dcd0d377bc9eac1b7aabcce233bacd2e912270d#egg=python-for-android