Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micrusa committed Aug 12, 2020
1 parent 6980209 commit 2023398
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/9389ce1c8136678546c2/maintainability)](https://codeclimate.com/github/micrusa/AmazTimer/maintainability) [![Actions Status](https://github.com/micrusa/amaztimer/workflows/CI/badge.svg)](https://github.com/micrusa/amaztimer/actions) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/migueelcs) [![latest release](https://img.shields.io/github/release/micrusa/AmazTimer.svg?label=latest%20release&style=flat)](https://github.com/micrusa/AmazTimer/releases/latest) [![commit activity](https://img.shields.io/github/commit-activity/m/micrusa/AmazTimer)](https://github.com/micrusa/AmazTimer/commits/master)

## Description
This app is an interval/reps/workout timer for amazfit devices to do trainings with HR monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want
This app is an interval/reps/workout timer for amazfit devices to do trainings with HR/kcal monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want

## Bugs and suggestions
This app is in continuous development and I don't have every device to test, so you may find bugs, if you find any please create an issue with logcat and I'll try to fix it as fast as I can. Don't report bugs that are already reported or listed in release's description
This app is in continuous development and I don't have every device to test, so you may find bugs, if you find any please create an issue with logcat and I'll try to fix it as fast as I can. Don't report bugs that are already reported.
If you have any suggestions open an issue or answer the XDA thread

## Compatible devices
Any amazfit device running android 5.1 MIPS (Pace, stratos 1/2/3, verge)

## Notes
- Everything that needs more CPU time doesn't run in UI Thread, so if there are lags I can't fix them. This lags are more common on S3.
- TCX files are saved in "Internal Storage/AmazTimer", for some reason windows sometimes can't read it, so you can get them using `adb pull /sdcard/AmazTimer` or through AmazMod

## HW Buttons
Expand Down

0 comments on commit 2023398

Please sign in to comment.