counter icon indicating copy to clipboard operation
counter copied to clipboard

Timestamps

Open avillafiorita opened this issue 9 years ago • 5 comments

a timestamp could be associated to each counter. a log of <timestamps, counter> could also keep track of the history of updates

two possible usages:

  1. you always know when you last updated any given counter ("did I count the coffee I took at lunch?")
  2. you get the pattern of your behaviours ("how many coffees do I drink per day?")

in any case, great app also as it is!

avillafiorita avatar Mar 25 '15 14:03 avillafiorita

+1

wandersonwhcr avatar May 27 '15 01:05 wandersonwhcr

+1

Qu4tro avatar Aug 05 '15 20:08 Qu4tro

Together with #4 this would be really handy. After some long search I couldn't find an app on F-Droid that would allow me to track how often I have done something each day. With timestamps and file export this app would fill the niche really well! Apart from that, great app!

funnyflowerpot avatar Oct 25 '19 10:10 funnyflowerpot

For an open source (GPL3) app having this functionality, see: (although Counter is simpler in UI) Track & Graph https://f-droid.org/app/com.samco.trackandgraph https://github.com/SamAmco/track-and-graph

Maybe use their code? (assuming the license grants this)

vahidri avatar Jun 13 '20 22:06 vahidri

Thanks @vramazani for the reference!

Good idea to look at the license. The Track & Graph license is GPL3, while this project uses the Apache License 2.0. According to the Apache Software Foundation, it seems code from Track & Graph cannot be included, unfortunately:

Apache 2 software can therefore be included in GPLv3 projects, because the GPLv3 license accepts our software into GPLv3 works. However, GPLv3 software cannot be included in Apache projects. The licenses are incompatible in one direction only, and it is a result of ASF's licensing philosophy and the GPLv3 authors' interpretation of copyright law.

This licensing incompatibility applies only when some Apache project software becomes a derivative work of some GPLv3 software, because then the Apache software would have to be distributed under GPLv3. This would be incompatible with ASF's requirement that all Apache software must be distributed under the Apache License 2.0.

(Bold emphasis added, italic in original.)

funnyflowerpot avatar Jun 15 '20 11:06 funnyflowerpot