Commit Graph

325 Commits

Author SHA1 Message Date
tina 80bec57f69 tries to enable notifications for next period 2018-09-25 15:28:04 +02:00
tina ce5a8ce5a1 set up period reminder in settings 2018-09-25 13:00:55 +02:00
emelko a13b03c7f8 Disables pain in future, bc this would make our user a prophet :) 2018-09-21 19:50:02 +02:00
tina bd8cb48f45 Merge branch '173-in-selector-elements-allow-unselect' into 'master'
allows unselect in bleeding, mucus, cervix and desire

Closes #173

See merge request bloodyhealth/drip!82
2018-09-21 14:02:19 +00:00
tina 33efc654d7 enables un-select in the component itself 2018-09-21 15:23:13 +02:00
tina 9c2509af3c allows unselect in bleeding, mucus, cervix and desire 2018-09-21 14:49:14 +02:00
Julia Friesel 50930c7c3b Merge branch '201-reduce-symptom-row-space' into 'master'
Resolve "reduce symptom row space"

Closes #201

See merge request bloodyhealth/drip!79
2018-09-21 12:44:41 +00:00
Julia Friesel 37fa908407 Don't set unselected values to -1 2018-09-21 06:47:11 +02:00
Julia Friesel bb003c973b Determine heights of chart areas in chart and pass them to children 2018-09-19 16:16:22 +02:00
Julia Friesel 03022ffa88 Pass in symptoms as flat properties, not object 2018-09-18 09:09:05 +02:00
Julia Friesel 44c51225e6 Fix LTL bug, use column height, not chart height 2018-09-18 09:09:05 +02:00
Julia Friesel 738a00c15b Draw NFP lines with svg 2018-09-18 09:09:05 +02:00
Julia Friesel bc7969791c Make whole day column clickable 2018-09-18 09:09:05 +02:00
Julia Friesel 7d6e45b1e2 Draw dot and line with svg 2018-09-18 09:09:05 +02:00
Julia Friesel 961009d74f Install rn-svg again and draw columns 2018-09-18 09:09:05 +02:00
Julia Friesel dc5d3c3928 Change backup warning for delete 2018-09-18 08:08:48 +02:00
Julia Friesel 9cc9cb6d3e Move irrelevant stuff out of try block 2018-09-17 16:37:54 +02:00
Julia Friesel d8c8f5034e Simplify calendar recalculate method 2018-09-17 16:01:21 +02:00
Julia Friesel d87a856754 Attach and remove listeners from same db collection 2018-09-17 15:37:56 +02:00
Julia Friesel a15f1177be Disbale delete pw when current one not given 2018-09-17 15:26:38 +02:00
Julia Friesel 8ed26f3e59 Pull password settings apart into individual components 2018-09-16 11:47:33 +02:00
Julia Friesel 80f08c0642 Don't rely on local storage knowing about encryption state 2018-09-16 11:47:33 +02:00
Julia Friesel 49b1110dd3 Bring back check password flow
This reverts commit a029ba8766315f9197f67f5141606077520dc584.
2018-09-16 11:47:33 +02:00
Julia Friesel 9f11170f8b Bring back persist argument to openDb
This reverts commit fc1028dba411711c46e3976693552632af4b9dc6.
2018-09-16 11:47:33 +02:00
Julia Friesel 8e8f6fcf6c Autofocus new password field 2018-09-16 11:47:33 +02:00
Julia Friesel 1c5c6a804b Remove unneeded argument to openDb 2018-09-16 11:47:33 +02:00
Julia Friesel 6e3a3a3059 Remove duplicate view 2018-09-16 11:47:33 +02:00
Julia Friesel 905fb56dec Add long password reminder 2018-09-16 11:47:33 +02:00
Julia Friesel 1ffd5c8ba3 Disallow empty passwords 2018-09-16 11:47:33 +02:00
Julia Friesel 9efd366812 Improve backup warning text 2018-09-16 11:47:33 +02:00
Julia Friesel 19288510c5 Remove current password check and add change password flow 2018-09-16 11:47:33 +02:00
Julia Friesel f6e8950816 Move create password flow to settings page 2018-09-16 11:47:33 +02:00
Julia Friesel c476a7a278 Clean up 2018-09-16 11:47:33 +02:00
Julia Friesel d41574235f Add forgot password flow 2018-09-16 11:47:33 +02:00
Julia Friesel a74eb40805 Stylin' 2018-09-16 11:47:33 +02:00
Julia Friesel 01a1fa4385 Mask password input 2018-09-16 11:47:33 +02:00
Julia Friesel 3dbc26f50a Unify encrypt function 2018-09-16 11:47:33 +02:00
Julia Friesel 6c49d8a36c Add wrapper for password screen and logged-in app 2018-09-16 11:47:33 +02:00
Julia Friesel 467dc8d424 Add bacup warning 2018-09-16 11:47:33 +02:00
Julia Friesel 8da8523558 Implement wrong-password-try-again? flow 2018-09-16 11:47:33 +02:00
Julia Friesel b153f8d0ff Add password setting and check password before deleting it 2018-09-16 11:47:05 +02:00
Julia Friesel 88fc3cad09 Pull apart settings module 2018-09-16 11:47:05 +02:00
Julia Friesel 3c1653bc8c Add db deletion button for when things go wrong 2018-09-16 11:47:05 +02:00
Julia Friesel b82b2d625a Use SHA512 for encryption too 2018-09-16 11:47:05 +02:00
Julia Friesel f2f0278a1c Actually use SHA512, not 256 2018-09-16 11:47:05 +02:00
Julia Friesel 34648a3d89 Take user password and try to open db 2018-09-16 11:47:05 +02:00
Julia Friesel 3d61459f30 Introduce password prompt page and save encryption flag 2018-09-16 11:47:05 +02:00
Julia Friesel 3e3cef8769 Only use db functions when components are actually mounted 2018-09-16 11:47:05 +02:00
Julia Friesel 4839f95312 Use nodejs-mobile and bcrypt to generate encryption key, and encrypt db 2018-09-16 11:46:17 +02:00
Julia Friesel b7470151b4 Copy database and delete old one 2018-09-16 11:46:17 +02:00