Skip to content

Commit 5278c4e

Browse files
supgclaude
andcommitted
Update README with QR code scanner features and download links
- Added fork description and new features section - Added download links to releases - Added QR code scanner usage instructions - Updated installation instructions - Properly credited original author 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f1de9ad commit 5278c4e

1 file changed

Lines changed: 44 additions & 5 deletions

File tree

README.md

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,60 @@
1-
# CodeTimer-Mobile
2-
CodeTimer - Mobile App
1+
# CodeTimer-Mobile with QR Code Scanner
32

4-
For now, it will be only for Android OS.
3+
This is a fork of [CodeTimer-Mobile](https://github.com/owlysk/CodeTimer-Mobile) with added QR code scanning functionality for quick setup with the Kimai Mobile Setup plugin.
54

6-
<a href="https://play.google.com/store/apps/details?id=sk.owly.codetimermobile" target="_blank"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Google Play" width="250" /></a>
5+
## New Features in This Fork
6+
7+
### QR Code Scanner for Quick Setup
8+
- Scan QR codes from the Kimai Mobile Setup plugin
9+
- Automatically configure server URL and API token
10+
- No more manual typing of credentials
11+
- One-click setup process
12+
13+
[Download the Latest APK](https://github.com/supg/CodeTimer-Mobile-QRScan/releases/latest)
14+
15+
## Installation
16+
17+
### Option 1: Download Pre-built APK (Recommended)
18+
1. Go to [Releases](https://github.com/supg/CodeTimer-Mobile-QRScan/releases/latest)
19+
2. Download the debug APK: `CodeTimer-Mobile-QRScan-vX.X.X-debug.apk`
20+
3. Enable "Install from Unknown Sources" on your Android device
21+
4. Install the APK
22+
23+
### Option 2: Build from Source
24+
```bash
25+
git clone https://github.com/supg/CodeTimer-Mobile-QRScan.git
26+
cd CodeTimer-Mobile-QRScan
27+
npm install
28+
cordova platform add android
29+
cordova build android
30+
```
31+
32+
## How to Use QR Code Scanner
33+
34+
1. Open the CodeTimer Mobile app
35+
2. Go to **Settings** (gear icon)
36+
3. Click **"Scan QR Code"** (green button)
37+
4. Allow camera permissions when prompted
38+
5. Scan the QR code from your Kimai Mobile Setup plugin
39+
6. Click **"Save"** to complete setup
40+
41+
For detailed documentation, see [BARCODE_SETUP.md](BARCODE_SETUP.md)
742

843
## What is CodeTimer?
944
CodeTimer is simple small app to work with your Kimai software. You have to install Kimai app first to get CodeTimer working!
1045

1146
- More info about [Kimai](https://www.kimai.org/)
1247
- [CodeTimer desktop](https://github.com/owlysk/CodeTimer)
48+
- [Original CodeTimer-Mobile](https://github.com/owlysk/CodeTimer-Mobile)
1349

1450
You can try CodeTimer with Kimai [DEMO](https://www.kimai.org/en/demo.html):
1551
- Host : `https://demo.kimai.org`
1652
- API token : `token_user`
1753

18-
If you enjoy my app, I appreciate if you buy me a coffee :)
54+
## Credits
55+
56+
Original CodeTimer-Mobile by Martin Lačný - Owly
57+
If you enjoy the original app, support the developer:
1958

2059
<a href="https://www.buymeacoffee.com/owlysk" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Buy Me A Coffee" height="41" width="174"></a>
2160

0 commit comments

Comments
 (0)