-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: japanese walking #3900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: japanese walking #3900
Conversation
d97e4d4 to
f9d820e
Compare
8f4ad81 to
a7c3976
Compare
|
This really needs to display/compute distances from the step counter :-). [Ok, maybe that can be in next version, but...] |
Not a bad idea, but i wanted to keep this simple. Maybe adding that optionaly would be good. |
|
Widgets are not cleared anymore, so if a stepcounter is desired, just add a widget Ps: it is quite efficient to use a real device to test the code |
4571007 to
7cc1d11
Compare
|
I wonder now that you let widgets show there are widgets for displaying the current time - so maybe you don't need it in the app code anymore? But you decide :) One reason I mention it is that when the screen locks the screen stops updating. If you want to keep the current time displayed on the app rectangle maybe it would make sense to redraw everytime the clock ticks a minute at least, as to not fool the user they are in the past! ;) |
A simple interval timer promoting alternating brisk and easy walking to boost fitness.
- add
- Configurable interval and total time
- Choice of start mode (Relax/Intense)
- Vibration alerts for mode change & completion
- Adjustable buzzertime
- Pause/resume with a tap
- Displays current time and time left
- Enable/disable clock in setting
- Close app with button/tap at the end
- While screen is locked only update screen on mode change
- And every time the clock changes
- Can be changed to updating every second in settings
|
Good points! The clock can now be hidden. Additionaly the view will also be updated everytime the clock changes. |
|
Looks good - thanks! |
This app is based on the NYT article promoting alternating brisk and easy walking to boost fitness.
It provides: