From 7851e096d1866c82261b76c0b3bfdf3a60194f60 Mon Sep 17 00:00:00 2001 From: Christopher Z Date: Mon, 19 Jun 2023 23:27:11 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d11a17d..e71691e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -Commandroid is an open-source command prompt terminal widget designed for Android, built using Xamarin.Android. This is my first android project, it demonstrates how to make use of the AppWidgetProvider class, populating a listview while working within the context of RemoteViews, and the communication between these classes using BroadCast Receivers. It also makes use of the new Google Splash Screen API, and demonstrates the implementation of that. +Commandroid is an open-source command prompt terminal widget designed for Android, built using Xamarin.Android. This is my first android project, it demonstrates how to make use of the AppWidgetProvider class, populating a listview while working within the context of RemoteViews, and the communication between these classes using Broadcast Receivers. It also makes use of the new Google Splash Screen API, and android's SharedPreferences; demonstrating the implementation of both of those. Once installed you can add the Widget to your home screen by long pressing your homescreen, and tapping Widgets. From there you can long press CommAndroid, and drop it anywhere onto your home screen. I reccommend using the command 'help' to start. From b7998150aaaf9524a827c66e7a4e0f5640b61c5f Mon Sep 17 00:00:00 2001 From: Christopher Z Date: Tue, 20 Jun 2023 10:38:57 -0700 Subject: [PATCH 2/2] Create toBeAdded.txt --- toBeAdded.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 toBeAdded.txt diff --git a/toBeAdded.txt b/toBeAdded.txt new file mode 100644 index 0000000..ce24ea0 --- /dev/null +++ b/toBeAdded.txt @@ -0,0 +1,3 @@ +Content thats planned to be added: + +1. Customizable Terminal Themes