j4velin / Pedometer

Lightweight pedometer app for Android using the hardware step sensor
https://play.google.com/store/apps/details?id=de.j4velin.pedometer
Apache License 2.0
1.44k stars 672 forks source link

Feature request: show all the data? #58

Open bwpearre opened 9 years ago

bwpearre commented 9 years ago

The history graph is only good for a week. Given that a year's worth of daily data would consume 0.0004% of a 32G phone's storage, and Moore's Law, there seems to be little reason to limit the history at all. Any possibility of showing the rest of the data? And ideally graphing it per day/week/month/year or even 3d graphs (e.g. week+year+colour) depending on the user's selection?

j4velin commented 9 years ago

Actually, the data for "older" days is still stored in the app (and can be exported in csv), it's just not displayed. I'm currently not sure how much more time I'll invest in developing Pedometer, as most users seem to switch to the Google Fit app anyway. But adding a better "history" view would definitly be on the todo list

jcconnol commented 5 years ago

I understand that most people are apparently moving to the Google Fit app but I would like to work on this if it is still open and the project is not closed.