Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

NO LONGER USED. This repository is now at https://github.com/czlee/debatekeeper. This version kept only for history.

License

Notifications You must be signed in to change notification settings

czlee/debatekeeper-old

 
 

Repository files navigation

Debatekeeper — a timekeeper for debate speeches

Debatekeeper is an Android app that times speeches in debates and rings bells automatically at the correct times. It supports most parliamentary styles of debating, including British Parliamentary, Australasian, Asian, Australian, American Parliamentary, certain forms of Canadian Parliamentary and all New Zealand styles.

The app rings a bell, vibrates and/or flashes the screen white (or any combination of the three) at bell times. It also rings overtime bells, which are configurable.

The website for this app is at http://tryingtoreason.wordpress.com/debatekeeper.

You can install the app on the Google Play Store:

Get this app on Google Play

Licence

This app (and all source code, with exceptions noted below) is licensed under the GNU General Public Licence version 3. You can find a copy of this licence in the "license.txt" file, or go to http://www.gnu.org/licenses/gpl-3.0.html.

This app makes use of Mike Novak's NumberPicker for Android library. The NumberPicker library is licensed under the Apache 2.0 Licence (not the GPLv3). A handful of related files that I've written, but put in the main repository, are also licensed under the Apache 2.0 Licence; those exceptions are noted in the files in question.

The other exclusion in this repository is the bell sound. I bought the bell sound from SFXsource, so I can't make it freely available. If you want to contribute and need this file, get in touch with me.

Getting started

Before you can build this project, you'll need to:

  1. Check out this repository (and put it somewhere useful)

  2. Add the numberpicker library to your set-up. This source code for the NumberPicker component isn't in this repository. To build this app, you will need to check out that repository and put it in ../numberpicker (relative to the directory where this repository is checked out on your computer).

    If you're using Eclipse with ADT, you'll then need to open the project in ../numberpicker/lib (so you now have two new projects in your workspace). Then add that library as an Android Classpath Container to the Java Build Path (via Add Library…) in the Debatekeeper project's properties.

    If you're using another environment, I can't help you, sorry. I spent ages trying to figure out how to include this library, so if you have a better way, I'm really keen to hear from you.

  3. Add the bell sound at res/raw/desk_bell.mp3. You won't be able to build this app without a sound file of some sort there. Any sound file will do, but if you want to help with this app, it'll probably be useful for it to be the same one I'm using. In that case, contact me at the details below.

Adding debate styles

I've included all the parliamentary debate styles I can find, but I obviously don't know about all the different styles in the world. If there's a style you'd like me to add, please do any of the following, in order of preference:

  1. Fork this repository, add your debate format XML file to the assets directory, and submit a pull request. This is preferred because it's easiest for me and means your contribution is recorded in the repository commits.

  2. Send me your debate format XML file (contact details below), and I'll add it to the repository.

  3. Describe the debate style to me (speech times, bell times, names of positions, etc.) at the contact details below and I'll write the XML file and add it to the repository.

I've written a page on how to write a debate format XML file. But it is probably easiest in the first instance to look in the assets/formats directory for the XML files there, and follow those.

This app doesn't (yet) do the public forum, Lincoln-Douglas or policy debate styles. There are other Android apps that do this. The reason this app can't currently do this is because it doesn't currently support preparation time that can be used by teams between speeches at their election. I may or may not add this in future.

Contributions

If you want to contribute to this project (in other ways), I'm keen to hear from you. Contact me at the details below, or just fork this repository and then submit a pull request.

Contacting the author

You can find my e-mail address by checking out this repository and looking at the commit authors, or alternatively message me on Facebook (cz.lee) or Twitter (@czlee11).

About

NO LONGER USED. This repository is now at https://github.com/czlee/debatekeeper. This version kept only for history.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Python 3.1%