mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-14 02:59:05 +00:00
A little todo list maintenance.
This commit is contained in:
parent
ecf6efb562
commit
c02ac3d306
9
NOTES
9
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 <uses-permission-sdk-23 android:name="android.permission.SEND_SMS" />
|
||||
XXX - ability to dynamically request <uses-permission-sdk-23 android:name="android.permission.SEND_SMS" /> (and if that's dynamic, could we make the install app permission also dynamic??)
|
||||
XXX - restart the daemon on app upgrade
|
||||
<receiver android:name="com.google.android.apps.youtube.app.PackageReplacedReceiver">
|
||||
<intent-filter>
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user