Commit Graph

52 Commits (master)

Author SHA1 Message Date
Greg Alexander feeee312bd First draft of API to launch activities
2 years ago
Greg Alexander 7d4d2a040c Bumping to target android SDK 30, which will be necessary to upgrade on
2 years ago
Greg Alexander f3e3fcda17 bump to version 27
3 years ago
Greg Alexander e948d1cb12 restart the daemon when the app is upgraded, if Start on Boot is enabled
3 years ago
Greg Alexander c9d81b5f33 Add new "Enable /sdcard" menu option that requests the
3 years ago
Greg Alexander e37a4bed87 Change target API to 29, and enable requestLegacyExternalStorage so that
3 years ago
Greg Alexander 0711c4d0ab Bump to version 26.
3 years ago
Greg Alexander a67b8000cb Bump to version 25.
3 years ago
Greg Alexander cf41fb58d0 Update dropbear version in "About" message
3 years ago
Greg Alexander 88455ed03d Move versionCode/versionName into build.gradle (instead of
3 years ago
Greg Alexander abfff92c92 Bump to SDK 30, apparently without incident.
3 years ago
Greg Alexander 4571859754 bump to version 24
4 years ago
Greg Alexander 98e4e194d5 And scale down the new TV banner for the launcher icon.
5 years ago
Greg Alexander a2aa4a2d1c Implement the hack from stackoverflow to detect if the task is really in
5 years ago
Greg Alexander 01b3a65a05 make all startService calls go through
5 years ago
Greg Alexander a6018cfada bump to version 23
5 years ago
Greg Alexander bbbbb36795 If launching an http intent fails, then fallback to WebView (because
5 years ago
Greg Alexander 6a61e61a74 make it so nextFocusUp/Down specify a convenient order for visiting all
5 years ago
Greg Alexander edd7bb4bbc And now my buttons have a background that is discernably different when
5 years ago
Greg Alexander 213a5808e3 styled the option buttons so that it's easier to change them
5 years ago
Greg Alexander 42c88f330e don't allow focusing on the log/ip view, which messed up D-pad visit order
5 years ago
Greg Alexander 97989bce7f move the option menu items into their own _clicked functions
5 years ago
Greg Alexander f0cef36573 moved the options menu into the main_tv layout (non-functional).
5 years ago
Greg Alexander 51ca87cc18 whoops, using a static function to differentiate derived classes...dumb.
5 years ago
Greg Alexander 616052e03f put bigger and more readable fonts in the TV banner
5 years ago
Greg Alexander 8952d008f2 TV-LM: add launcher target for android TV (leanback)
5 years ago
Greg Alexander d5ad84d781 TV-LB (banner icon for TV launcher)
5 years ago
Greg Alexander ad119a4da0 bump to version 22
5 years ago
Greg Alexander 823591055a Factor out the idiom for startService() vs startForegroundService(), and
5 years ago
Greg Alexander ebbdac1787 add org.galexander.sshd.START and org.galexander.sshd.STOP broadcast receiver
5 years ago
Greg Alexander c682560ada bump to version 21
5 years ago
Greg Alexander cf84ff9379 fix restart after a crash (it would not restart if there was a stale pid
5 years ago
Greg Alexander f5270f56c5 Bump to version 20!
5 years ago
Greg Alexander 51559e5798 Add allowBackup="false" so that updating to the new SDK doesn't cause
5 years ago
Greg Alexander 445c2957ec Don't call startForegroundService() except on Oreo and above, because
5 years ago
Greg Alexander 23a2bda614 Limit to only displaying 5 IPs at once (the android emulator sets up
5 years ago
Greg Alexander c5fb42b1f1 Update dropbear version in "About" string.
5 years ago
Greg Alexander 7f58879b35 Implement a sanity check of settings so that if onboot is selected,
5 years ago
Greg Alexander 83b5dd496d If asked to start at boot in background on Oreo, give a toast so the user
5 years ago
Greg Alexander e0151fa757 Now can start-on-boot on Oreo/Pie, with the caveat that start-on-boot
5 years ago
Greg Alexander 38f477e63c To work on Android 28 (Pie), we have to explicitly declare the
5 years ago
Greg Alexander 9b451c9b29 Define the channel for the notification, which requires using
5 years ago
Greg Alexander 993fe96b73 I let Android Studio upgrade the project to the newest version of Gradle
5 years ago
Greg Alexander 1656a5b9c4 AndroidStudio tells me the sdk version setting in AndroidManifest is a
5 years ago
Greg Alexander 190c8588e9 request the SD card permission if it hasn't already been granted or
5 years ago
Greg Alexander 0a53e627d2 manually specify last colors...
5 years ago
Greg Alexander 22d7993e23 Find native lib directory the correct way, using
5 years ago
Greg Alexander 611c57bcc9 Add android.permission.REQUEST_INSTALL_PACKAGES, which doesn't seem to
5 years ago
Greg Alexander ec91693308 update AndroidManifest to also specify sdk 16 (JB 4.2)
5 years ago
Greg Alexander edbaacbf82 Fix white-on-white text.
5 years ago