Git Product home page Git Product logo

android-time-tracking's Introduction

Time Tracking for Android

This project is a time tracker for Android, eventually to be compatible with the Hamster time tracker app.

Directory Structure

  • TimeTracker -- Contains the main app implementation.

  • docs -- Documentation.

  • scripts -- (eventually) scripts to take data from the time tracker into the Hamster database.

android-time-tracking's People

Watchers

 avatar  avatar  avatar  avatar

Forkers

tedks

android-time-tracking's Issues

Need to add tests (using Robotium)

I've imported the robotium library for Android, we need to write some tests for the overall app experience, covering different types of behavior.

Need a widget that allows you visualize events over time.

Hamster has this, I'm thinking that we can use an Android plotting package for this:

http://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android

has a bunch of them.

Ideally, I'd like to be able to:

  • Have this allow you to change event durations,
    • with checks to make sure they are disjoint.
  • Be scrollable / pinchable.
  • Allow you to reorder things.
  • Do the thing with showing consecutive series of events that hamster also does.

Need a preferences menu

Should allow:

  • Preferred email address (to back up logs)
  • Date and time / duration format
  • Different fonts / displays for things?
  • etc...

This should use a PreferencesActivity, and should use the SharedPreferences specified in the TimeTracker constant for the default in the app.

Export data to CSV

Pretty simple: just query the content provider.

This needs to save the set of events as a file, attach that file to a SEND intent, to an email program. This shows how to do it: http://stackoverflow.com/questions/6078099/android-intent-send-an-email-with-attachment

Should be pretty simple.

Question: should we have an email client built into the app? This will require using the internet permission. We can get rid of it if we use the send email intent. But it requires the user to explicitly export their data.

There's a bad screen that sort of does this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.