38 lines
1 KiB
YAML
38 lines
1 KiB
YAML
|
Categories:
|
||
|
- Games
|
||
|
- Time
|
||
|
License: GPL-2.0-only
|
||
|
SourceCode: https://github.com/esahekmat/ChessWatch
|
||
|
IssueTracker: https://github.com/esahekmat/ChessWatch/issues
|
||
|
Changelog: https://github.com/esahekmat/ChessWatch/releases
|
||
|
|
||
|
AutoName: ChessWatch
|
||
|
Description: |-
|
||
|
Clock for games like chess. It uses [https://en.wikipedia.org/wiki/Time_control
|
||
|
Fischer-After time control] method. To use, you should provide time for each
|
||
|
player as initial time and delay time. After each move the delay time will be
|
||
|
added to the remaining time of the player.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/esahekmat/ChessWatch
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: v1.0
|
||
|
srclibs:
|
||
|
- 1:appcompat@v7
|
||
|
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
|
||
|
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 2
|
||
|
commit: v1.1
|
||
|
srclibs:
|
||
|
- 1:appcompat@v7
|
||
|
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.1'
|
||
|
CurrentVersionCode: 2
|