Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 2.25 KB

README.md

File metadata and controls

51 lines (34 loc) · 2.25 KB

Pregnancy countdown

See it in the connect store here.

Default look

Title

Pregnancy countdown

Description (Maximum 4,000 Characters)

Are you excited about an incoming baby? Me too!

This open source widget gives you some quick relevant info at a glance. I made it when I found out my wife was pregnant, and it was a way to turn my panic into semi-productivity.

Enter the due date, and the widget calculates some basic predicted approximate statistics (progress, the baby's approximate weight and approximate length).

This app is not intended to be used for the purposes of medical treatment and is intended for educational purposes only. This widget should be treated as a bit of fun by an excited dad/mom-to-be; for any serious matters please refer to your healthcare professionals (not some random engineer).

Privacy notice: No information ever leaves your device. There is nothing tracking you here.

The baby length & mass are estimated with data taken from here -- https://www.babycenter.com/pregnancy/your-body/growth-chart-fetal-length-and-weight-week-by-week_1290794

The icon is from here -- https://www.freevector.com/pregnancy-icon-set-21124

The source code for this widget is here -- https://github.com/markwmuller/PregnancyWidget

What’s New (Optional) (Maximum 4,000 Characters)

-Version 0.2.1

  • slight bug fix in oz & in, now shows lb when mass is bigger than 1lb (for everyone's sanity, can the US please just switch to metric?) -Version 0.2.0
  • Enable new devices
  • Allow to use custom title (instead of random heck words)
  • Allow to select inches / oz as units of measurement (but please don't, we're living in the future and SI/metric is so much better! :) ) -Version 0.1.9
  • Added option to use inches & ounces (i.e. not metric units)
  • Allow using custom title, no title, or random title (default)
  • Added new Garmin devices -Version 0.1.8
  • Interpolates data per second :) -Version 0.1.6
  • Added option to change accent color
  • Hopefully fixed bug where screen flashes blank -Version 0.1.3
  • Cleaned up settings strings to be cleaner. -Version 0.1.0
  • First (public) version