From c02ac3d3060c642c53d21012d9427c94960d476f Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 29 Dec 2020 00:38:27 -0500 Subject: [PATCH] A little todo list maintenance. --- NOTES | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/NOTES b/NOTES index 1eca699..6115ab9 100644 --- a/NOTES +++ b/NOTES @@ -1301,16 +1301,15 @@ Looking at the list of things to expect when updating to SDK 30, the only one that looks relevant is "scoped storage enforcement", which is just the /sdcard nightmare that we've known all along is getting worse. -XXX - move versionCode into build.gradle from AndroidManifest XXX - Vitalii suggests giving an error message for unrecognized key types (ed25519) that are encountered in authorized_keys, so the user doesn't have to stab in the dark XXX - on android 6 (duckling moto g2), the notification is white-on-white? -XXX - test Settings and Notifications colors in Pie (or Quiche?) "dark mode" for Alexander Chobot, and for Fionn Behrens +XXX - test Settings and Notifications colors in Pie (or Quiche?) "dark mode" for Alexander Chobot, and for Fionn Behrens (https://developer.android.com/guide/topics/ui/look-and-feel/darktheme) XXX - crash.20200109 XXX - if the unlink(authorized_keys) fails, or if the open() fails for permission reasons, generate a Toast for the user. (confirmed that restorecon -F authorized_keys works) -XXX - ability to dynamically request +XXX - ability to dynamically request (and if that's dynamic, could we make the install app permission also dynamic??) XXX - restart the daemon on app upgrade @@ -1325,8 +1324,4 @@ XXX - test file renaming in /storage/emulated/0/download on Quiche for Ben Reave --- new release -XXX - see if settings looks better with SDK26, if not, hack it so that the ones with strings have their states shown - -XXX - try /data/data/com.termux/files/usr/bin/zsh as login shell - XXX - libiconv? HAVE_ICONV_H etc