From adb6a4fd9ec3a23c04d5e4c2ce799448237915c4 Mon Sep 17 00:00:00 2001 From: JustZvan Date: Fri, 6 Feb 2026 13:38:36 +0100 Subject: feat: initial commit --- app/src/main/res/values/colors.xml | 10 ++++ app/src/main/res/values/strings.xml | 91 +++++++++++++++++++++++++++++++++++++ app/src/main/res/values/themes.xml | 5 ++ 3 files changed, 106 insertions(+) create mode 100644 app/src/main/res/values/colors.xml create mode 100644 app/src/main/res/values/strings.xml create mode 100644 app/src/main/res/values/themes.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..f8c6127 --- /dev/null +++ b/app/src/main/res/values/colors.xml @@ -0,0 +1,10 @@ + + + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FF000000 + #FFFFFFFF + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..14b013a --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,91 @@ + + Buddy + + + Buddy monitors messages in WhatsApp, Signal, and SimpleX to help keep you safe. This service reads message content on screen to detect and report activity. + Unknown + + + WhatsApp + Signal + SimpleX + + + Buddy is watching out 🐶 + Secure connection active + Buddy Background Connection + + + Connected + Buddy is running + Connected + + + Main Screen + + + Settings Screen + + + Welcome to Buddy + This app must be set up on the child\'s phone + Next + Back + + + Notifications + Buddy needs to be able to read notifications in order to prevent your child from doing bad stuff on the internet! + Notification permission: %s + Notification access (listener): %s + Granted + Not granted + Enabled + Not enabled + Grant notification permission + Enable notification access + Complete both steps above to continue. + + + Accessibility + Buddy needs accessibility access to help protect your child from harmful content + Accessibility service: %s + Enable accessibility access + Enable Buddy\'s accessibility service to continue. + + + Background + Buddy needs to run in the background + Disabled for Buddy + Enabled (may stop Buddy) + Battery optimization: %s + Allow running in background + Open battery optimization settings + Disable battery optimization for Buddy to finish setup. + + + Contacts + Buddy needs access to contacts to help keep your child safe + Contacts permission: %s + Grant contacts permission + Grant contacts permission to continue. + + + VPN + Buddy uses a VPN to help filter and monitor traffic. Please enable it before logging in. + Active + Not detected + VPN status: %s + Open VPN settings + I enabled the VPN + Enable VPN (or confirm it\'s enabled) to continue. + + + Account + Use your parent account details to link this device + Login + Logging in… + Email + Password + Error: %s + Linked successfully + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..54de2ae --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,5 @@ + + + +