GitXplorerGitXplorer
c

Random-Timer

public
2 stars
3 forks
5 issues

Commits

List of commits on branch master.
Unverified
58d4f2c1e187b52b979d0af2d1a314b25f83fa41

Fix a comment typo

ccadewey committed 10 years ago
Unverified
1109ec4591c6e3d9fc7914f68b94bd666a3cfc8f

Migrate project from Eclipse to Android Studio

ccadewey committed 10 years ago
Unverified
6afda97ceb4391f910fb4e3ed313fd54354b1ddc

Indentation weirdness

ccadewey committed 10 years ago
Unverified
7de158933259e66032d772fde384f2d92e1194dd

Try to support very small screens

ccadewey committed 10 years ago
Unverified
f6b67ddcefa39183b760a669cb04a955bb4e8fd3

Workaround for LGE bug

ccadewey committed 10 years ago
Unverified
e2455df0b2345e3abf17a0761616faaf946cb947

Attempt to work around bug on Samsung's 4.2.2 ROM

ccadewey committed 10 years ago

README

The README file for this repository.

Random Timer

Random Timer is an app designed for party games and other situations where you need a countdown that will expire after a randomized amount of time and without the participants knowing how much time is remaining. Current features include:

  • Configurable maximum and minimum values, that will be used when randomly picking a starting time
  • A choice of notification methods, including an alert sound or vibration
  • Continuous mode, for quick back-to-back rounds of gaming
  • Easy to use, one-button interface
  • Clear visual notification when time is running or stopped
  • Dark or light theme

The most recent version of Random Timer is available on Google Play.

Building the source

You'll need Android Studio to build Random Timer. It has the following dependencies, which gradle will attempt to pull in for you automagically:

You shouldn't need to do anything special; just clone the repo, open the project in Android Studio and build.

License

Random Timer is licenced under the GPLv3. See the LICENSE file for the full text of the license.