Skip to content

Commit

Permalink
Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtCode committed Sep 22, 2021
1 parent 3321318 commit ed90463
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 6 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# <img src="brand/banner.svg"/>
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.

## Installation
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.

Please note that this app only supports Android version 9 or higher.

## Debug Environment
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.

## Note
This project is part of a matura paper.
4 changes: 2 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Smartphone Maus</string>
<string name="app_name">SmartMouse</string>
<string name="drawer_home">Home</string>
<string name="drawer_connect">Verbinden</string>
<string name="drawer_mouse">Maus</string>
Expand Down Expand Up @@ -129,7 +129,7 @@
<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>
<string name="about_matura">Diese App ist auch teil einer Maturaarbeit von Joshua Stalder.</string>
<string name="about_author">Entwickelt von Joshua Stalder</string>
<string name="about_github">Der Quellcode für diese App ist öffentlich auf <a href="https://github.com/VirtCode">GitHub</a>.</string>
<string name="about_github">Der Quellcode für diese App ist öffentlich auf <a href="https://github.com/VirtCode/SmartMouse">GitHub</a>.</string>
<string name="drawer_debug">Debugger</string>
<string name="title_debug">Debugger</string>
<string name="dialog_debug_sheet_done">Fertig</string>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Smartphone Mouse</string>
<string name="app_name">SmartMouse</string>
<string name="drawer_home">Home</string>
<string name="drawer_connect">Connect</string>
<string name="drawer_mouse">Mouse</string>
Expand Down Expand Up @@ -120,15 +120,15 @@
<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>
<string name="dialog_add_request_setting_title">Enable Location</string>
<string name="title_about">About</string>
<string name="app_version" translatable="false">1.1.0</string>
<string name="app_version" translatable="false">1.3.0</string>
<string name="about_title_version">Version:&#160;</string>
<string name="about_title_date">Last Updated at:&#160;</string>
<string name="app_date" translatable="false">17.09.21</string>
<string name="app_date" translatable="false">21.09.21</string>
<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>
<string name="about_matura">This app is also part of a Matura Paper by Joshua Stalder.</string>
<string name="about_author">Developed by Joshua Stalder</string>
<string name="about_copyright" translatable="false">© 2021</string>
<string name="about_github">The source code for this app is available on <a href="https://github.com/VirtCode">GitHub</a>.</string>
<string name="about_github">The source code for this app is available on <a href="https://github.com/VirtCode/SmartMouse">GitHub</a>.</string>
<string name="drawer_debug">Debugger</string>
<string name="title_debug">Debugger</string>
<string name="dialog_debug_sheet_done">Done</string>
Expand Down
22 changes: 22 additions & 0 deletions brand/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions brand/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions brand/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ed90463

Please sign in to comment.