|
1 | | -# CodeTimer-Mobile |
2 | | -CodeTimer - Mobile App |
| 1 | +# CodeTimer-Mobile with QR Code Scanner |
3 | 2 |
|
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. |
5 | 4 |
|
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) |
7 | 42 |
|
8 | 43 | ## What is CodeTimer? |
9 | 44 | CodeTimer is simple small app to work with your Kimai software. You have to install Kimai app first to get CodeTimer working! |
10 | 45 |
|
11 | 46 | - More info about [Kimai](https://www.kimai.org/) |
12 | 47 | - [CodeTimer desktop](https://github.com/owlysk/CodeTimer) |
| 48 | +- [Original CodeTimer-Mobile](https://github.com/owlysk/CodeTimer-Mobile) |
13 | 49 |
|
14 | 50 | You can try CodeTimer with Kimai [DEMO](https://www.kimai.org/en/demo.html): |
15 | 51 | - Host : `https://demo.kimai.org` |
16 | 52 | - API token : `token_user` |
17 | 53 |
|
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: |
19 | 58 |
|
20 | 59 | <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> |
21 | 60 |
|
|
0 commit comments