Motivate Clock is an incredibly simple and absolutely free time tracking assistant for anyone working with a computer.
It is based on Adobe AIR and is written in ActionScript3. Currently app is translated to EN, RU and UK languages.
The app works in tandem with browser extensions: Chrome, Firefox, Opera.
Follow Motivate Clock on Twitter, Facebook and Instagram for important announcements.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install:
- Apache Flex SDK;
- Java Development Kit;
- Inno Setup (For OS Windows);
A step by step series of examples that tell you how to get a development env running:
- Define path to Flex SDK inside build.properties:
FLEX_HOME=X:\sdk
- Define path to Inno Setup inside build.properties:
WIN_INSTALLER_DIR=X:\Program Files (x86)\Inno Setup 6
- Perform ANT target to serve, compile and launch app in debug mode:
start
- Perform ANT target to compile and package app into installer:
package
Read more about running Apache Ant targets.
- Adobe AIR - Adobe AIR is a cross-platform runtime system developed by Adobe Systems for building desktop applications and mobile applications, programmed using Adobe Animate, ActionScript and optionally Apache Flex.
- Apache Ant - Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.
- PurePDF - purePDF is a complete PDF library for Actionscript.
- Tweener - Tweener library for Actionscript.
- Inno Setup - Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Valerii Bashtovoi - Development
- Dmitriy Starishev - Design
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details