Commit Graph

985 Commits

Author SHA1 Message Date
Julia Friesel d86603e8a6 Merge branch 'fix-float-imprecision' into 'master'
Fix float imprecision

See merge request bloodyhealth/drip!138
2019-01-04 17:40:20 +00:00
Julia Friesel 8d7fa268de Fix cycle length in getCycle 2019-01-04 14:33:13 +01:00
mashazyu cb95c98031 adds delete app data functionality 2019-01-03 23:47:16 +01:00
mashazyu d7c4932ec2 refactor password page 2019-01-03 17:14:15 +01:00
mashazyu 067da42eba refactor about section 2019-01-03 17:03:12 +01:00
mashazyu a359f8b8fc create settings segment component, create new section on settings page 2019-01-03 16:15:18 +01:00
Julia Friesel 4a29ef6c09 Merge branch '186-who-needs-to-be-credited-in-about-section-logo-icons-what-else' into 'master'
Add credits to about section

Closes #186

See merge request bloodyhealth/drip!143
2019-01-02 13:22:52 +00:00
Julia Friesel a0ef9fbe8e Add margin 2019-01-02 14:21:01 +01:00
Julia Friesel db68df9cfd Add credits to about section 2019-01-02 14:21:01 +01:00
Julia Friesel ff73925620 Merge branch '153-note-about-minus-20-rule-not-taken-into-account' into 'master'
Resolve "Note about Minus 20 rule not taken into account"

Closes #153

See merge request bloodyhealth/drip!141
2019-01-02 13:18:26 +00:00
Julia Friesel c28e32a953 Simplify stats constructor a bit 2018-12-21 15:40:46 +01:00
Julia Friesel 7f93ba154d Add test for getPredictedMenses 2018-12-21 15:30:48 +01:00
Julia Friesel 1f2801a83b Make getCycleLenghts filter for max cycle length 2018-12-21 15:30:48 +01:00
Julia Friesel 9fd0105506 Respect macCycleLength in getCyclesBefore 2018-12-21 15:30:48 +01:00
Julia Friesel 9bd0eedfaf Add test for getCycleDayNumber 2018-12-21 15:30:48 +01:00
Julia Friesel 6b0d202272 Respect maxcyclelength in getCycleForStartDay 2018-12-21 15:30:48 +01:00
Julia Friesel 2c48d59f54 Rename module 2018-12-21 08:43:52 +01:00
Julia Friesel 0aa8179570 Add link 2018-12-20 15:45:13 +01:00
Julia Friesel 77363511ad Add bottom margin 2018-12-20 15:05:25 +01:00
Julia Friesel f1b152bb5a Add icon 2018-12-20 14:59:49 +01:00
Julia Friesel 8696a6d7ea Add info text 2018-12-20 14:52:00 +01:00
Julia Friesel d07ab446dc Merge branch '273-add-submenu-to-settings' into 'master'
Resolve "add submenu to settings"

Closes #273

See merge request bloodyhealth/drip!139
2018-12-19 16:19:34 +00:00
Julia Friesel b8914b5339 Fix imports 2018-12-19 10:31:42 +01:00
Julia Friesel 59dff5066e Add header titles 2018-12-19 10:25:18 +01:00
Julia Friesel 73e2177278 Fix back behavior 2018-12-19 10:00:47 +01:00
Julia Friesel 1c9eea3aa0 Split settings view up 2018-12-19 09:53:37 +01:00
Julia Friesel f7fc65507e Merge branch '122-add-about-info-section-to-settings' into 'master'
Added about section to settings

See merge request bloodyhealth/drip!132
2018-12-19 08:18:24 +00:00
Julia Friesel f13ba0e023 Merge branch '261-add-toast-messages-to-disabled-save-buttons' into 'master'
added toast button to disabled save button

Closes #261

See merge request bloodyhealth/drip!131
2018-12-19 07:32:40 +00:00
Maike Orlikowski 683d90b2f8 deleted debug comment no longer needed 2018-12-18 12:43:24 +01:00
Maike Orlikowski d342a5c27e deleted console log in render function 2018-12-18 12:13:56 +01:00
Julia Friesel 79ff978a82 Fix float imprecision 2018-12-17 19:35:36 +01:00
Julia Friesel b562878095 Merge branch 'fix-2-csv-files' into 'master'
Fixes the 2 csv files being created on export, in Downloads

Closes #195

See merge request bloodyhealth/drip!134
2018-12-17 14:08:06 +00:00
tina 8074a25763 Merge branch '174-put-date-back-into-symptom-screen' into 'master'
add date to symptom screen header

Closes #174

See merge request bloodyhealth/drip!130
2018-12-16 22:09:54 +00:00
Sofiya Tepikin 3641f0b1a1 Fixes the 2 csv files being created on export, in Downloads 2018-12-16 19:31:45 +01:00
batabana 64f1096960 switch date and symptom name in symptom screen header 2018-12-16 10:41:31 +01:00
Julia Friesel 4a1f0ccbdd Merge branch '258-phase-on-home-screen-seems-to-always-be-2' into 'master'
Fix cycle status edge case

Closes #258

See merge request bloodyhealth/drip!128
2018-12-15 13:48:22 +00:00
Julia Friesel 17c1992511 Merge branch '257-nfp-line-not-long-enough' into 'master'
Resolve "NFP line not long enough"

Closes #257

See merge request bloodyhealth/drip!127
2018-12-15 13:47:51 +00:00
tina 9ef8f04747 Merge branch '131-use-max-cycle-length' into 'master'
use max cycle length

Closes #131

See merge request bloodyhealth/drip!136
2018-12-13 18:28:39 +00:00
Julia Friesel ac56627dcd Merge branch '263-fix-vulnerabilities-in-deps-as-indicated-by-npm' into 'master'
Resolve "Fix vulnerabilities in deps as indicated by npm"

Closes #263

See merge request bloodyhealth/drip!137
2018-12-12 18:53:01 +00:00
Julia Friesel f0e9a0c0a3 Merge branch 'settings-editing-password-confirmation' into 'master'
Settings editing password confirmation

Closes #256

See merge request bloodyhealth/drip!125
2018-12-12 18:52:14 +00:00
Julia Friesel 5fc9081847 Fix remaining vulnerabilities 2018-12-12 19:17:35 +01:00
Julia Friesel f05394acf3 Update realm 2018-12-12 19:13:34 +01:00
tina ce60588ab2 only returns cycledaynumber when it is not greater than 99 2018-12-12 16:11:23 +01:00
Julia Friesel 11088d4653 Merge branch 'toggle-develop' into 'master'
Adds npm script for toggling the develop panel instead of shaking the device

See merge request bloodyhealth/drip!135
2018-12-12 07:20:12 +00:00
Sofiya Tepikin 041885da71 Adds npm script for toggling the develop panel instead of shaking the device 2018-12-11 23:23:31 +01:00
bl00dymarie d6811a65cd Merge branch 'Fix-for-build.gradle' into 'master'
Fix for problem with build gradle 2.3.* repository

See merge request bloodyhealth/drip!133
2018-12-10 18:16:05 +00:00
Julia Friesel 9e2fc524a4 Remove unnecessary config files 2018-12-10 18:47:28 +01:00
emelko 2647512ecc Fix for problem with build gradle 2.3.* repository 2018-12-10 18:01:31 +01:00
Julia Friesel accebcac9a Merge branch 'fix-empty-data-export' into 'master'
Fix export of empty database

Closes #260

See merge request bloodyhealth/drip!129
2018-12-10 07:21:39 +00:00
mashazyu 420befec36 Fixes all export error messages 2018-12-09 22:30:33 +01:00