Commit Graph

131 Commits

Author SHA1 Message Date
Julia Friesel b21938fdd8 Add release wizard 2019-06-14 17:52:08 +02:00
Julia Friesel c7f1a029a3 Update nodejs-mobile to fix security issue 2019-06-08 09:07:48 +02:00
Julia Friesel e8b0d60fdd release: 0.1905.29-beta 2019-05-29 13:30:46 +02:00
Julia Friesel 2cc5ffb50f Run gradle clean before assembleRelease 2019-05-29 08:16:09 +02:00
emelko e7949377a2 release: 0.1905.28-beta 2019-05-28 16:06:56 +02:00
Julia Friesel 6a8d22f9f0 Change icon to trash can 2019-05-17 10:56:36 +02:00
Julia Friesel 8d6f5d637b Update sympto 2019-05-13 12:49:37 +02:00
Julia Friesel 8efe906e87 Filter release commits from changelog 2019-05-06 12:21:28 +02:00
Julia Friesel 3924c04e56 Add update-changelog script 2019-05-06 12:21:21 +02:00
Julia Friesel 53ec882e53 Add commit-release and npm scripts 2019-05-06 12:21:09 +02:00
Julia Friesel 9ef84f9b31 Update RN to 58 2019-05-06 10:39:48 +02:00
Julia Friesel f9c928d45c Update eslint 2019-05-06 09:59:22 +02:00
Julia Friesel 187fbef207 Upgrade nodejs-mobile-rn to latest 2019-04-29 10:28:47 +02:00
emelko 1ef3585cdc 0.0.3 2019-04-17 16:35:33 +02:00
Julia Friesel a4545fedcf Use RN notifications without Google services 2019-04-10 19:54:04 +02:00
emelko 9a9ca10283 0.0.2 2019-04-09 10:57:11 +02:00
Julia Friesel 7e3eae1758 Use LocalDate for getting chart date range 2019-04-02 19:34:36 +02:00
Joshua May 6592d742af [ios] Added iOS startup script to package.json 2019-02-18 18:51:41 +01:00
Julia Friesel efca6f0d47 dirty-chai 2019-02-02 18:39:50 +01:00
Julia Friesel 726e20280e Move babel stuff to dev dependencies 2019-01-15 22:55:01 +01:00
Julia Friesel 40366b51a4 Add missing deps 2019-01-15 22:19:10 +01:00
Julia Friesel e320e95f2a Update RN and its dependencies 2019-01-15 22:14:50 +01:00
Julia Friesel 27b4a454ec Improve linking and link more things 2019-01-08 08:45:32 +01: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 f05394acf3 Update realm 2018-12-12 19:13:34 +01: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
Sofiya Tepikin acc7ce13f8 Adds prop types to the project & and uses them in SettingsButton component 2018-12-05 22:42:00 +01:00
Julia Friesel f1684a8701 Update react-native-share 2018-12-01 12:43:14 +01:00
Julia Friesel 4f4d930c8e Turn symptom icons into icon font 2018-11-27 16:10:22 +01:00
Julia Friesel 6e3cbc8e39 Throw out react-native-svg 2018-11-27 16:08:04 +01:00
Julia Friesel e816d24dc1 Only install RN 56 2018-11-26 12:11:26 +00:00
Julia Friesel 7cadb01b13 Update RN svg 2018-10-30 07:23:58 +01:00
Julia Friesel 961009d74f Install rn-svg again and draw columns 2018-09-18 09:09: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
Julia Friesel 641c57150f Remove unused dependencies 2018-09-04 09:54:46 +02:00
Julia Friesel 8b37fa3ca4 Add app text component and remove radio button dep 2018-09-01 18:11:55 +02:00
Julia Friesel c5178ea441 If time has already passed, start notification tomorrow 2018-08-28 09:19:22 +02:00
Julia Friesel eb41ae354f Use rn-push-notifications and set up recurring notification 2018-08-28 09:19:22 +02:00
Julia Friesel e64b46c41b Revert "Install dep"
This reverts commit 138ce17ade64dcfec10fecab9b1b41e298c35fb2.
2018-08-28 09:17:10 +02:00
Julia Friesel b0019d85e0 Install dep 2018-08-28 09:17:10 +02:00
Julia Friesel b09137772c Merge branch '133-make-temp-scale-a-config-setting-and-read-it-in-chart-and-temp-screen' into 'master'
Resolve "make temp scale a config setting and read it in chart and temp screen"

Closes #133

See merge request bloodyhealth/drip!59
2018-08-27 15:49:04 +00:00
Julia Friesel 6bc1993beb Add license 2018-08-22 18:52:40 +02:00
Julia Friesel d5f9e6c639 Export temp scale settings as observable 2018-08-21 21:50:47 +02:00
Julia Friesel c6b490b2a4 Add slider and save value in LocalStorage 2018-08-21 14:26:54 +02:00
Julia Friesel dcd0883bef Fix linter complaining about declarations in classes 2018-08-21 10:39:49 +02:00
Julia Friesel af8c2c1401 Merge branch 'master' into 82-chart-improvements 2018-08-16 14:46:08 +02:00
Julia Friesel 28a5944a09 Remove dep 2018-08-16 14:35:20 +02:00
Julia Friesel 456f4fe7d8 Parse values according to schema type and write to db 2018-08-16 08:26:08 +02:00