Skip to content

Commit ed90463

Browse files
committed
Branding
1 parent 3321318 commit ed90463

File tree

7 files changed

+92
-6
lines changed

7 files changed

+92
-6
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# <img src="brand/banner.svg"/>
2+
This app allows one to use their smartphone as a computer mouse. The movement of the smartphone is measured over an accelerometer and is then transmitted over Bluetooth to a computer.
3+
4+
## Installation
5+
To install this app, you can download an APK from the [release section](https://github.com/VirtCode/SmartMouse/releases). This debug APK can then be installed on an Android device. Sometimes, sideloading apps must be enabled in the device settings.
6+
7+
Please note that this app only supports Android version 9 or higher.
8+
9+
## Debug Environment
10+
To debug this app or to navigate its source code conveniently, you may clone this repository and open the Gradle project in Android Studio or another IDE.
11+
12+
## Note
13+
This project is part of a matura paper.

app/src/main/res/values-de/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">Smartphone Maus</string>
3+
<string name="app_name">SmartMouse</string>
44
<string name="drawer_home">Home</string>
55
<string name="drawer_connect">Verbinden</string>
66
<string name="drawer_mouse">Maus</string>
@@ -129,7 +129,7 @@
129129
<string name="about_feasibility">Diese App ist eine Machbarkeitststudie darüber, ob es möglich ist, ein Smartphone als normale Computer Maus zu verwenden. Deshalb sollte diese App nicht als ein fertiges Produkt behandelt werden.</string>
130130
<string name="about_matura">Diese App ist auch teil einer Maturaarbeit von Joshua Stalder.</string>
131131
<string name="about_author">Entwickelt von Joshua Stalder</string>
132-
<string name="about_github">Der Quellcode für diese App ist öffentlich auf <a href="https://github.com/VirtCode">GitHub</a>.</string>
132+
<string name="about_github">Der Quellcode für diese App ist öffentlich auf <a href="https://github.com/VirtCode/SmartMouse">GitHub</a>.</string>
133133
<string name="drawer_debug">Debugger</string>
134134
<string name="title_debug">Debugger</string>
135135
<string name="dialog_debug_sheet_done">Fertig</string>

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">Smartphone Mouse</string>
2+
<string name="app_name">SmartMouse</string>
33
<string name="drawer_home">Home</string>
44
<string name="drawer_connect">Connect</string>
55
<string name="drawer_mouse">Mouse</string>
@@ -120,15 +120,15 @@
120120
<string name="dialog_add_request_setting_message">In order to see nearby devices, you must have location turn on. If you don\'t want to enable location, you can still add a device manually.</string>
121121
<string name="dialog_add_request_setting_title">Enable Location</string>
122122
<string name="title_about">About</string>
123-
<string name="app_version" translatable="false">1.1.0</string>
123+
<string name="app_version" translatable="false">1.3.0</string>
124124
<string name="about_title_version">Version:&#160;</string>
125125
<string name="about_title_date">Last Updated at:&#160;</string>
126-
<string name="app_date" translatable="false">17.09.21</string>
126+
<string name="app_date" translatable="false">21.09.21</string>
127127
<string name="about_feasibility">This app is a feasibility study about whether it is possible to use a smartphone as a normal computer mouse. As a result, the app should not be treated as a finished product.</string>
128128
<string name="about_matura">This app is also part of a Matura Paper by Joshua Stalder.</string>
129129
<string name="about_author">Developed by Joshua Stalder</string>
130130
<string name="about_copyright" translatable="false">© 2021</string>
131-
<string name="about_github">The source code for this app is available on <a href="https://github.com/VirtCode">GitHub</a>.</string>
131+
<string name="about_github">The source code for this app is available on <a href="https://github.com/VirtCode/SmartMouse">GitHub</a>.</string>
132132
<string name="drawer_debug">Debugger</string>
133133
<string name="title_debug">Debugger</string>
134134
<string name="dialog_debug_sheet_done">Done</string>

brand/background.svg

Lines changed: 22 additions & 0 deletions
Loading

brand/badge.svg

Lines changed: 20 additions & 0 deletions
Loading

brand/banner.svg

Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)