You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Redid layout
* Made prettier (changed fonts/colors - possibly not to Avamander's rigorous
artisanal standards)
* Floating action button w/material icon from Google
* Use fab or keyboard as ENTER key
* clear input/request focus per command (and on start)
* Enter command> prompt tells you when it's ready for input
* you now see the command you entered
* better scrolling (and auto-scroll to bottom)
* wrap text instead of having to manually swipe to see text
* much more!
TODO:
* The console's back button seems to be disabled. Not new, just noticed that.
* Bug: Stop HTML tags in commands from being interpreted (not big deal)
* Would be nice: Timeouton terminal "lockups" or non-returning commands
* Feature: Remember previous commands and use up/down arrows to select
Copy file name to clipboardExpand all lines: cSploit/res/values/strings.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@
37
37
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38
38
See the GNU General Public License for more details.
39
39
You should have received a copy of the GNU General Public License along with this program.
40
-
If not, see http://www.gnu.org/licenses/.
40
+
If not, see http://www.gnu.org/licenses/.\n\nAdditionally, some icons have been distributed under the CC-BY 4.0 license and are copyrighted by Google, Inc.
41
+
The full icon set is available at https://www.google.com/design/icons .
41
42
</string>
42
43
<stringname="service">Service</string>
43
44
<stringname="stopped">Stopped…</string>
@@ -441,7 +442,7 @@
441
442
<stringname="sessions_title">Open a shell by clicking on a session, or see more options by long press on it.</string>
0 commit comments