Skip to content

Commit 8b0c24d

Browse files
committed
Added README and images
1 parent 912454d commit 8b0c24d

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# QuickCalc - Simple calculator app for WearOS
2+
3+
I got a Pixel Watch 2 and was surprised to find that there was no calculator app. So I made a quick and simple one that does the job. I know you could just use Google Assistant, but I wanted something that I could use without having to speak to my watch in public lol.
4+
5+
I designed it specifically for the Pixel Watch 2 (which is round), so it might not look great on other watches.
6+
7+
I based it on the stock Pixel calculator, and styled it to match my Material You colour scheme. Feel free to fork and change the colours to match your own theme.
8+
9+
## Features
10+
11+
- Horiztonal scrollable display
12+
- Backspace button
13+
- Stock appearance
14+
15+
## Screenshots
16+
17+
![main interface](readme/Screenshot_20231111_123128.png)
18+
![scrolled left with long expression](readme/image.png)
19+
![scrolled right with long expression](readme/image-1.png)
20+
21+
## Installation
22+
23+
1. Download the latest release from the [releases page](releases)
24+
2. Activate Developer Mode on your watch (click on the build number 7 times)
25+
3. Enable Wireless Debugging in Developer Options
26+
4. Use ADB on your computer to Pair and Connect to your watch via Wireless Debugging. Official instructions on that [here](https://developer.android.com/training/wearables/get-started/debugging)
27+
5. Once connected, type `adb install <path to QuickCalc.apk>`
28+
29+
## Known issues
30+
31+
- Most cases are covered but there are probably some edge cases that I haven't thought of. ex.: it will let you type operators after a `-` which shouldn't be allowed.
32+
- It is a tiny bit slow when typing numbers, but I think that's just because of the way I'm handling the input. If I find a better way to do it I'll update the app.
33+
34+
## To do
35+
36+
- [ ] put on Google Play Store

readme/image-1.png

23.8 KB
Loading

readme/image.png

24.5 KB
Loading

0 commit comments

Comments
 (0)