Commit Graph

2095 Commits

Author SHA1 Message Date
bl00dymarie 5e79fdfc4b Merge branch '698-add-info-text-to-password-section-in-settings' into 'main'
Resolve "Add info text to Password Section in Settings"

Closes #698

See merge request bloodyhealth/drip!654
2024-02-08 09:54:32 +00:00
wunderfisch a74b5d58e8 get back npm install in gitlab-ci.yml I believe we actually need this and that line 11 installs that certain npm version while this line installs everything else we need. Without pipeline crashes. 2024-02-06 21:23:48 +01:00
Liv M 3e52275a9f Merge branch 'feature/template' into 'main'
Fix: Update issue templates

See merge request bloodyhealth/drip!655
2024-02-06 13:27:55 +00:00
Liv M edc452381a Fix: Update issue templates 2024-02-06 13:27:55 +00:00
bl00dymarie 9991260c38 Add pw text in settings and extra container for > 2024-02-06 12:55:29 +01:00
bl00dymarie a289edb7f1 Add symptom labels from config list 2024-01-29 18:22:08 +01:00
bl00dymarie 080ce0f3d3 Hide SecondarySymptom Switch if temperature category turned off 2024-01-29 18:21:53 +01:00
bl00dymarie 6a4d5c330b Disable/hide TemperatureSlider if temperature category turned off 2024-01-29 18:20:58 +01:00
bl00dymarie 20af120498 Update RN to 0.68.3 for iOS build 2024-01-29 17:07:42 +01:00
bl00dymarie 91eb7ed29c Merge branch 'dependabot-npm_and_yarn-react-native-async-storage-async-storage-1.18.2' into 'main'
Bump @react-native-async-storage/async-storage from 1.17.9 to 1.18.2

See merge request bloodyhealth/drip!611
2024-01-29 15:44:04 +00:00
Sofiya Tepikin 55b1c5973d Bump @react-native-async-storage/async-storage from 1.17.9 to 1.18.2
Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) from 1.17.9 to 1.18.2.
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/compare/v1.17.9...v1.18.2)
2024-01-29 16:08:51 +01:00
bl00dymarie ec157078b2 Rename to "sympto-thermal method" + nfp settings to "Customization" 2024-01-26 14:23:40 +01:00
Liv M 4e8e92b0d5 Merge branch 'fix/rounding-stats' into 'main'
Change formatting of decimals in stats

Closes #669

See merge request bloodyhealth/drip!633
2024-01-24 17:45:07 +00:00
Liv M f337272933 Merge branch 'fix/toggle-tab' into 'main'
Fix: Make tab groups (single select) togglable

See merge request bloodyhealth/drip!645
2024-01-24 17:41:49 +00:00
Liv M d7e9bae558 Fix: Make tab groups (single select) togglable 2024-01-24 17:41:49 +00:00
bl00dymarie fdb892ff6b Disable tempReminder if temp is turned off 2024-01-23 16:07:21 +01:00
bl00dymarie a99e6952a1 Turn tempreminder off when temperature turned off 2024-01-23 15:27:33 +01:00
bl00dymarie 3799ff68bd Remove useless description and show only symptom name 2024-01-23 15:23:19 +01:00
bl00dymarie 7dd01c0c9b On chart temperature wont be displayed, also warning 2024-01-23 15:21:27 +01:00
bl00dymarie cd176cf192 On cycle day temp wont show if turned off 2024-01-23 15:20:48 +01:00
bl00dymarie ae3edb0a15 Add temperature toggle in customization and store value in local storage 2024-01-23 15:20:04 +01:00
bl00dymarie 27274aa994 Merge branch 'feature/Customize-tracking-categories-sex-desire-pain–mood-note' into 'main'
Feature: customize tracking categories sex desire pain mood note

See merge request bloodyhealth/drip!648
2024-01-23 13:25:20 +00:00
bl00dymarie 28fd610e9d Make desire, pain, mood and note customizable 2024-01-22 17:43:03 +01:00
bl00dymarie 26d971a8b2 Remove sex from chart if not enabled 2024-01-22 17:43:03 +01:00
bl00dymarie 40af118563 Remove sex from cycle day if not enabled 2024-01-22 17:43:03 +01:00
bl00dymarie 750bfa58c3 Add sexTrackingCategory as toggle 2024-01-22 17:43:03 +01:00
bl00dymarie c645c48d31 Merge branch '671-feature-customisation-not-display-menstrual-bleeding-prediction' into 'main'
Feature: Customizable period prediction

Closes #671

See merge request bloodyhealth/drip!647
2024-01-22 14:40:31 +00:00
bl00dymarie 62e3328113 Remove double npm install 2024-01-22 15:38:45 +01:00
bl00dymarie db93aa74bb Typo and other text corrections 2024-01-22 15:07:16 +01:00
wunderfisch b53be31868 functionality that disables the next-periode-reminder-switch if menstrual bleeding shall not be predicted (new customization feature). also an alert pops up when the user still tries to press the disabled toggle or the text area next to it 2024-01-15 18:05:54 +01:00
bl00dymarie 974a9735c5 Improve text for periodPrediction off 2024-01-10 18:00:01 +01:00
bl00dymarie 5787e96e53 set periodReminder to false if periodPrediction is turned off 2024-01-10 17:52:14 +01:00
bl00dymarie 5d62cbfffe Makes periodPrediction text on Home adjustable 2024-01-08 11:58:21 +01:00
bl00dymarie 791c0d345f Make periodPrediction on Calendar adjustable 2024-01-08 11:58:15 +01:00
bl00dymarie c7c905fd5f Add functionality to turn on/off period predictions 2024-01-08 11:58:02 +01:00
wunderfisch 9800b663fb Merge branch '683-ui-scaffold-for-customization' into 'main'
Resolve "UI scaffold for customization"

Closes #683

See merge request bloodyhealth/drip!642
2024-01-08 10:40:19 +00:00
wunderfisch 4d7895b9f2 Toggles set to true by default 2024-01-08 10:35:13 +00:00
wunderfisch 7977be6f3f Merge branch '682-change-order-of-reminders' into 'main'
change order of periode and temperature reminder

Closes #682

See merge request bloodyhealth/drip!643
2024-01-05 15:18:32 +00:00
bl00dymarie bb8338c842 Update license year in snapshot 2024-01-05 16:14:46 +01:00
bl00dymarie 31e87db23f Update license year snapshot 2024-01-05 15:59:59 +01:00
bl00dymarie 09f0a0f11d Add WIP for customization section 2024-01-05 15:51:56 +01:00
wunderfisch dd9ad9e393 switched temperature reminder and periode reminder. now periode reminder is at the top, temperature reminder below 2024-01-05 15:51:46 +01:00
bl00dymarie e18eedd4e7 Add info section under settings 2024-01-05 15:51:25 +01:00
bl00dymarie 3e50991d12 Rename nfp-settings into customization 2024-01-05 15:50:47 +01:00
wunderfisch bda09438ee Merge branch '655-bug-bring-back-outofrangewarning-label-text' into 'main'
Chore: Bring back warning hint + orange highlight

Closes #655

See merge request bloodyhealth/drip!640
2024-01-05 14:35:11 +00:00
wunderfisch eb804fe6c8 Merge branch 'Chore/build-for-ios-1.2312.11' into 'main'
Chore: build latest android update for ios

Closes #673

See merge request bloodyhealth/drip!636
2024-01-04 17:00:18 +00:00
bl00dymarie f0750cd45f Remove formatting changes 2023-12-13 14:52:00 +00:00
bl00dymarie c6662e02bf Chore: Bring back warning hint + orange highlight 2023-12-13 15:35:17 +01:00
bl00dymarie f3aa5b4d68 Merge branch 'main' into 'Chore/build-for-ios-1.2312.11'
# Conflicts:
#   package.json
2023-12-13 11:14:43 +00:00
bl00dymarie b2f277eb12 Merge branch '678-bug-excluded-temp-value-needs-lighter-color' into 'main'
Fix: Specify dot fill color for excluded temp value

Closes #678

See merge request bloodyhealth/drip!637
2023-12-13 11:05:59 +00:00