Commit Graph

406 Commits

Author SHA1 Message Date
Julia Friesel b23bd19270 Add cervix setting 2018-12-08 09:44:16 +01:00
Julia Friesel 03e149062d Merge branch 'use-icon-font-for-home-icons' into 'master'
Use icon font for home icons

See merge request bloodyhealth/drip!115
2018-12-06 08:31:20 +00:00
tina 426a3bda30 Merge branch 'settings-password-confirmation' into 'master'
Adds password confirmation on setting a new password on Settings screen

Closes #194

See merge request bloodyhealth/drip!124
2018-12-05 11:03:49 +00:00
Sofiya Tepikin 2a7ffa4666 Adds password confirmation on setting a new password on Settings screen 2018-12-04 22:52:49 +01:00
mashazyu 55acd26a39 Transforms labels to lowercase 2018-12-03 19:19:05 +01:00
Julia Friesel 28a809fb5c Merge branch 'today-overview-header' into 'master'
Changes header of today's cycle day overview page

Closes #216

See merge request bloodyhealth/drip!122
2018-12-03 17:03:21 +00:00
mashazyu 96d2459777 Changes header of today's cycle day overview page 2018-12-02 19:23:02 +01:00
mashazyu 1b5c637d4e Fixes fertility icon space 2018-12-02 13:52:17 +01:00
mashazyu 0c22644c54 Extracts buttons on home screen as a component 2018-12-02 13:15:46 +01:00
Sofiya Tepikin 57e77341c6 Centers the Symptom header title 2018-12-01 15:59:39 +01:00
Julia Friesel 306aa9bfaf Fix color 2018-11-30 12:06:52 +01:00
Julia Friesel a9923fae9f Use icon font for home icons 2018-11-30 11:28:09 +01:00
tina d5f3fdbde5 renames folder with labels, splits up the setting labels from rest 2018-11-28 16:10:38 +01:00
tina 11ceb21921 moves labels to copy folder 2018-11-28 15:07:52 +01:00
tina 186156007a moves labels from cycle-day 2018-11-28 14:21:04 +01:00
Julia Friesel 75ef151098 Merge branch '246-bug-svg-errors' into 'master'
Resolve "bug: svg errors"

Closes #246

See merge request bloodyhealth/drip!111
2018-11-28 10:19:30 +00:00
Julia Friesel c0bb33233e Merge branch '219-bigger-clickable-space-for-arrows-in-cycle-day-overview' into 'master'
Resolve "Bigger clickable space for arrows in cycle day overview"

Closes #219

See merge request bloodyhealth/drip!109
2018-11-28 06:21:31 +00:00
Julia Friesel 4f4d930c8e Turn symptom icons into icon font 2018-11-27 16:10:22 +01:00
Julia Friesel 16220305d7 Fix nfp lines 2018-11-27 16:08:04 +01:00
Julia Friesel c0be1b7848 Replace svg with ART in chart 2018-11-27 16:08:04 +01:00
Julia Friesel 3aacff6f83 Extract navigation arrow and give it more padding 2018-11-16 16:01:53 +01:00
Julia Friesel d9123584c3 Extract symptom header 2018-11-16 15:13:31 +01:00
Julia Friesel 1898770fb0 Extract cycle day header 2018-11-16 15:07:59 +01:00
Julia Friesel bb0a535d65 Replace getOrCreateCycleDay 2018-11-16 14:38:36 +01:00
tina 9d89f0022c applies linter rules for max length 2018-11-07 14:46:33 +01:00
tina 5959b44142 indicates active menu item 2018-11-07 14:43:18 +01:00
tina 2c61fc7162 Merge branch '213-change-cycle-day-color-in-chart' into 'master'
Resolve "change cycle day color in chart" (depends on !100)

Closes #213

See merge request bloodyhealth/drip!103
2018-11-07 12:24:00 +00:00
tina fb0f05cc2f cycle day circle not cut anymore 2018-11-07 11:57:15 +01:00
Julia Friesel a6276fe3df Use loading spinner instead of text 2018-11-06 17:53:56 +01:00
Julia Friesel d90ee4f86a Show loading more when rows aren't done rendering 2018-11-06 17:26:21 +01:00
Julia Friesel 1f1c6ed6fa Merge branch '242-password-not-working' into 'master'
Resolve "password not working"

Closes #242

See merge request bloodyhealth/drip!102
2018-11-04 09:57:45 +00:00
Julia Friesel 743504009b Merge branch '225-temperature-time-edit-disables-save-bug' into 'master'
Resolve "temperature time edit disables save (bug)"

Closes #225

See merge request bloodyhealth/drip!105
2018-11-04 09:57:30 +00:00
Julia Friesel 8e31e4a3c1 Remove log 2018-11-04 10:43:24 +01:00
Julia Friesel 4aecf69779 Pad time with zeros when saving temperature too 2018-11-02 16:05:59 +01:00
Julia Friesel ef6d42fec2 Differentiate origins for cycle day view and symptom view 2018-11-02 15:49:58 +01:00
tina d81e4a8e45 uses cycle day symbol in chart and corresponding color 2018-10-31 17:12:24 +01:00
Julia Friesel fa85f321c3 Always persist connection. Throw all unknown errors. 2018-10-30 09:46:42 +01:00
Julia Friesel 207b5504e7 Only throw unexpected errors from openDb 2018-10-30 09:14:46 +01:00
Julia Friesel 9188d84797 Use new isCycleStartFunctions throughout cycle module 2018-10-25 09:18:25 +02:00
Julia Friesel 1b20658eed Move db-unchanged to db dir 2018-10-22 21:24:54 +02:00
Julia Friesel 4f6a705c69 Remove listeners on layout before re-adding them 2018-10-20 10:12:26 +02:00
Julia Friesel e465b2a816 Use nothingChanged in calendar and chart, too 2018-10-20 09:55:39 +02:00
Julia Friesel 124f6cfce7 Use nothing-changed helper in home to prevent unnecessary render 2018-10-20 09:55:39 +02:00
Julia Friesel d01721daed Merge branch '200-implement-homescreen' into 'master'
Add new home screen

Closes #200

See merge request bloodyhealth/drip!96
2018-10-18 11:40:31 +00:00
Julia Friesel 8f6213e9ee Move column info production to column and do not get earlier cycles 2018-10-14 10:19:59 +02:00
Julia Friesel 7b8b905550 Add new home screen 2018-10-03 19:14:53 +02:00
tina 33fa429f58 Merge branch '228-apply-design-to-settings' into 'master'
Resolve "apply design to settings"

Closes #228

See merge request bloodyhealth/drip!95
2018-10-03 09:51:59 +00:00
Julia Friesel 61275e83a0 Ignore temp drop after 3 regular high temps 2018-10-01 18:58:02 +02:00
Julia Friesel 17bb23fd91 Revert early return, fixes gaps in LTL line 2018-10-01 18:52:24 +02:00
tina 8574fd1f67 changes design of settings page 2018-10-01 17:54:33 +02:00