Commit 41cd2b8 (HEAD -> release/v2.2.1, origin/release/v2.2.1)
Merge: 5d9d45f d4b07dc
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Tue Jul 16 18:23:14 2024 +0000

    Merge pull request 'Fix issue #36' (#38) from bugfix/issue-36 into release/v2.2.1
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/38

commit 5d9d45f
Merge: 7ec11b3 c666ccb
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Tue Jul 16 18:20:59 2024 +0000

    Merge pull request 'Fix issue #34 - MyGH crashes when clicking 'Network'' (#37) from bugfix/issue-34 into release/v2.2.1
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/37

commit d4b07dc (origin/bugfix/issue-36, bugfix/issue-36)
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 16 18:09:52 2024 +0000

    Fix issue #36

commit c666ccb (origin/bugfix/issue-34, bugfix/issue-34)
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 16 17:46:34 2024 +0000

    Fix issue #34 - MyGH crashes when clicking 'Network'


commit f4f1e2dbe4b011ca57a9df82ce497f1d967a24b6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 21 08:02:30 2024 +0000

    Update to 2.2.0

commit 7761c2ec36a83a0a5e5a6f48ddcfeeb78d05c8e4
Author: Feng Shu <tumashu@163.com>
Date:   Fri Jun 21 09:25:42 2024 +0800

    Update zh_CN locale

commit 8846fcdc185518266a7c7890f226743ad9305f8d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 20 14:15:09 2024 +0000

    Include Spanish translation and fix some typos

commit 4b588e912e7d3098291040f5bf48bbea3817d0ee
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 18 16:06:12 2024 +0000

    Update version to 2.2b3

commit 764f2678ce134a7c280e357180ab185955f50cd5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 18 16:03:34 2024 +0000

    Issue #30. Include bleak dependency

commit 5375b429d5f71bcad23984a371f136c81aaae64f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 18 07:16:35 2024 +0000

    graft data directory to include datafiles and locale

commit 421c6fad106cc7d50caa9248a53201898b9c9892
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 18 06:51:28 2024 +0000

    Include missing files in MANIFEST.in

commit 9344472d40200cdc5142a10019e408da5ab5b174
Author: Feng Shu <tumashu@163.com>
Date:   Tue Jun 18 08:53:20 2024 +0800

    Let mygnuhealth runable when po files do not exist. #26
    
     return self.ugettext(text)
                ^^^^^^^^^^^^^^^^^^^
     TypeError: 'NoneType' object is not callable

commit e65b9213dca79f9db0511317c81c057fd65f3608
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 13 15:30:14 2024 +0000

    Fix missing comma on pyproject.toml

commit 4bb97a335fe31017555f8921ad191b766276d591
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 13 15:14:13 2024 +0000

    Add Pierre Michel Augusting for porting on Android

commit 4b10492647a9c7d668e241daa8438a83864032c1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 11 07:54:10 2024 +0000

    Update version to 2.2b1

commit e9eb97342c245ac225d9dd4974f789d88057668d
Merge: 8ea3280 c555920
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Mon May 27 08:08:28 2024 +0000

    Merge pull request 'Document development on Codeberg' (#23) from ferenc/mygnuhealth:document-codeberg into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/23

commit c5559207a2e613448308e00022997e4095e8b7bf
Author: Ferenc Géczi <ferenc.gm@gmail.com>
Date:   Wed May 22 00:00:00 2024 +0000

    Document development on Codeberg
    
    Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>

commit 8ea328021b8c82141ca79175d713decd799ba3b8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 10 18:57:43 2024 +0000

    Issue #22. Move credits / contributors to a separate file

commit 045796f2771e844e396d28135c98e7b9816f017e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 8 14:29:21 2024 +0000

    Include Feng and Ferenc to the contributors list

commit f838676423568d3d71a052c2d8d424e9a685c504
Merge: d5c2012 c3a1ab3
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Wed May 8 14:18:24 2024 +0000

    Merge pull request 'Add missing url types to metainfo' (#21) from ferenc/mygnuhealth:add-missing-url-types-to-metainfo into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/21

commit c3a1ab3e0a488100ee1b732bca3b98795891b576
Author: Ferenc Géczi <ferenc.gm@gmail.com>
Date:   Wed May 1 00:00:00 2024 +0000

    Add missing url types to metainfo
    
    See type descriptions in
        https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
    
    Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>

commit d5c201283586a9c74d4df37c1dbcb5b38fed1a52
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 29 08:22:36 2024 +0800

    Update locales.

commit a735d983a8111b5b825b99965763ef37cec281dd
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 29 08:31:28 2024 +0800

    bluetooth_settings.kv: let Button's width looks same as TextInput.

commit a00f624ce4712ed34d9ab53f8edcbf49acc48af7
Merge: 8a3201d cb9b467
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Sun Apr 28 14:52:46 2024 +0000

    Merge pull request 'wip-feature-issue-4-link-to-pinetime-smartwatch' (#20) from wip-feature-issue-4-link-to-pinetime-smartwatch into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/20

commit cb9b467a1b82932d932ada5252892371573eab14
Merge: 53b906a 8a3201d
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Sun Apr 28 14:49:12 2024 +0000

    Merge branch 'dev-2.2' into wip-feature-issue-4-link-to-pinetime-smartwatch

commit 53b906a6290e08d39cebe4be2878a4f56f2dc822
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 27 10:23:28 2024 +0000

    Fix logging error and minor size_hint

commit 7b5a7ad9f62ee3e305a51662685cbcd2e7c4196f
Author: Feng Shu <feng@debian>
Date:   Sat Apr 27 10:14:33 2024 +0800

    bluetooth_settings.kv: slightly improve.

commit 8b9672af95e842fb99ebb2a8cd4d947567bc0dab
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 26 15:45:36 2024 +0000

    Include sleep and kcal features in for bt devices. Optimize code and view

commit 8a3201de531afb513ca226cc67c6b2118ad6d810
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 16:09:14 2024 +0800

    Fix "Wrong Date Range." zh_CN translation.

commit adebe8232cf4428133e401aa412e943eb6b87a79
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 15:47:49 2024 +0800

    Update locales

commit ea75af38a16e6e7f8b45f10759b5232752a49267
Merge: be4ca76 5676b76
Author: tumashu <tumashu@noreply.codeberg.org>
Date:   Fri Apr 26 07:40:54 2024 +0000

    Merge pull request 'Let plots can select date range.' (#19) from wip-plot-date-range into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/19

commit 5676b760124cf6c25e6bdab5d1a8ddb1bec6d712
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 09:49:27 2024 +0800

    *stats.kv: let scroll bar conspicuous.

commit 2e826cc8bea3d40ff5bb7766d8e7434fca56ded0
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 09:16:48 2024 +0800

    filter_by_date: improve start_date handle.

commit 499b1d8d34d9c1d7ff8eaa8f97387f9a8e5ee330
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 08:34:15 2024 +0800

    Plot: The default initial date should be the date of the first record, so we show the history

commit a2cea26542cc199c89a14042ed4fa2bf85053fa8
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 26 08:18:22 2024 +0800

    date_picker: remove date delta text input.

commit c38489a46ac09f3ce56be86b06b8cb3d3c03f50a
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 16:28:32 2024 +0800

    tracker_psycho_mood: Use Date Range.

commit f80ded99a8cd17a30f039ac1e40acac7b3479bcd
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 16:18:12 2024 +0800

    tracker_lifestyle_social: Use Date Range

commit 1e500aa0063e1d7c96ccdeb7053ec31cff541a7c
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 16:14:58 2024 +0800

    tracker_lifestyle_sleep: Use Date Range.

commit 45ea4664c3b162d149bbd0f434c102920134a595
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 16:11:58 2024 +0800

    tracker_lifestyle_pactivity: Use Date Range.

commit a2ea5b58f69a351b6605e7deb538b2b05f1e8c83
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 16:03:08 2024 +0800

    tracker_lifestyle_nutrition: Use Date Range.

commit 3cf76425472c55b1afa753fdc93b9fd19ec273a4
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 15:59:43 2024 +0800

    tracker_bio_weight: Use Date Range

commit 61eac7caf1cd0ac77f9424c7f449efb5235e6e4a
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 15:56:49 2024 +0800

    tracker_bio_osat: Use Date Range

commit 3bae0f587f7cf835692589bec97772292ddc251c
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 22 15:53:39 2024 +0800

    tracker_bio_glucose: Add Date Range.

commit 8911294a814dd09e33e010761f82410b83fc40f6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 20 10:16:27 2024 +0000

    Try to catch device not found BleakError on find_device_by_name

commit 28f27c03c6874786b24d744789332a3b7a53fcc5
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 19 09:18:37 2024 +0800

    date_picker.py: use python-dateutil package.

commit ac2fd94bdc9886379fe554d3c07051e912ae4bb8
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 18 10:16:43 2024 +0800

    date_picker: Add date delta text input.

commit 2739cf51c561a004e9f7998429e367195aaae6e5
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 18 08:47:09 2024 +0800

    date_picker: Refactor.

commit 4de59fd3289895c8c3f85e8f0c4b2c2444286a6a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 17 16:06:04 2024 +0000

    Include sync info from bluetooth devices // automatically sync the active features

commit a4ec3f032e98674967d62a579b8733a9efc99ede
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 17 13:44:31 2024 +0000

    Read from MyGNUHealth measures stord in the bluetooth device

commit 5fab2299cbca97a18c521f23906273bfe10ba98b
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 17 15:47:46 2024 +0800

    date_picker: Add Today button and date input text.

commit 3587253e7916de270df810c80a7260f526978796
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 17 14:15:55 2024 +0800

    date_picker.py: move DateRange before to DatePicker

commit 1ce61a9ae236a6719af9a01a1e1e5b9490864d31
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 17 10:20:46 2024 +0800

    core.py: fix warns.

commit 35594e9f640f538887daaa84b090a2e19f1d869f
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 17 09:08:44 2024 +0800

    core: filter_by_date: make sure data of start and end alway exist in result.

commit 5a719de95acc5930d7de75d46f037a4bf353e4db
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 16 17:07:52 2024 +0000

    Retrieve the bluetooth device stored in the local databae upon selection

commit a7ee0b3097417a8369e238e823ecbb522be4ff61
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 15 17:10:58 2024 +0800

    Add date_picker.py and use it in tracker_bio_cardio

commit 71e180f8be8feb1c8dc42b9623831bec6aef036f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 15 17:01:50 2024 +0000

    Implement method to record the bluetooth device info in local database

commit c9e9e7303e41635775f1c19adcce8aeb4ee1ba97
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 15 09:57:36 2024 +0000

    Include heart_rate service uuid

commit 6f8b3bc98e81230d823e68657a3df7a9e8af526f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 15 08:34:17 2024 +0000

    Include icon for generic bt device // lint // fix file not found on image

commit 2482532e95816bb96147a94c38de50254f7d939f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 14 20:29:02 2024 +0000

    Fix traceback when no device is found

commit d535ccfd09e9d508d4aa73d3d55e0b8fd24374b8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 14 18:38:19 2024 +0000

    Add new files

commit a6b2b723e9dff961541a96092a4cfef17fae9b33
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 14 18:37:25 2024 +0000

    Discover and retrieve bluetooth device model and address

commit 2b54714c2d72a4c2692b3805a32fb2f1dc145647
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 13 20:03:56 2024 +0000

    Main form to include bluetooth devices and their features

commit 3ec3ccda807727a4529a93864555276892239c9b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 13 12:03:27 2024 +0000

    Include initial bluetooth devices w/ PineTime

commit 193f7bf606d1b45d5f7763ee16505aff0fdbc631
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 12 23:02:41 2024 +0000

    Initial menu entry and views for bluetooth setup

commit be4ca76d56b7f2406252985f61679df83a57117c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 12 17:21:09 2024 +0000

    Merge files from wip-dev-2.2-scale_chart_x_axis_labels

commit 5c6c5c34f4dc90c69609e441c46ac6d2a07e8916
Merge: 11e6349 477d216
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 12 17:00:31 2024 +0000

    Merge Implement interspacing on x-axis labels

commit 477d216f5787620e1997196d01c7f97f10c4d2e0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 12 15:58:30 2024 +0000

    Implement interspacing on x-axis labels

commit 11e6349d79401cd595025b78e7c5e77cf330bb7b
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Fri Apr 12 08:08:55 2024 +0000

    revert fb831e0c7793c63108ced38ecfff7c531b2976c9
    
    revert tracker_lifestyle_nutrition.py: use line_plot instead. #16

commit 96005e93ad806313407a82bd44c86cdc773ce6bd
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Fri Apr 12 08:08:12 2024 +0000

    revert 6af3cfb307ed5a89b1bf96c119bce2b0147d7be5
    
    revert tracker_lifestyle_pactivity.py: 'Physical Activity' use line_plot. #16

commit 94e72721a75d3843c4d01fcdd1feb771106d8bc2
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 10:27:26 2024 +0800

    Update BoxLayout size in *stats.kv with scroll.

commit b7efd59d56ce48ecc147764f5fb18eb7fe816da7
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 10:01:08 2024 +0800

    core.py: Fix _days_range

commit 13db7f71e7a43d7e758d823805704fa26c64c61c
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 09:37:50 2024 +0800

    update locale

commit fb831e0c7793c63108ced38ecfff7c531b2976c9
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 09:34:26 2024 +0800

    tracker_lifestyle_nutrition.py: use line_plot instead. #16

commit 6af3cfb307ed5a89b1bf96c119bce2b0147d7be5
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 09:29:06 2024 +0800

    tracker_lifestyle_pactivity.py: 'Physical Activity' use line_plot. #16

commit d0d881d458bdbdcdbc53fd81341bad2587f99034
Author: Feng Shu <tumashu@163.com>
Date:   Fri Apr 12 08:33:29 2024 +0800

    core: line_plot use pygal.DateTimeLine instead of pygal.Line. #16

commit 034c6dc38f7c232dc9ec943919ea35f1e6a672d1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 10:39:09 2024 +0000

    Issue #16. Include dates for sleep

commit a9b9ce3c3d8cda6e8379136a0ed089e79360da86
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 10:34:17 2024 +0000

    Issue #16. Include dates for nutrition

commit d15737013c237b7959fe6616a9c6b26d094612f5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 10:25:40 2024 +0000

    Issue #16. Include dates for Physical activity

commit 11297dcb472d145405a411d856a31811ba64ce78
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 10:02:57 2024 +0000

    Issue #16. Include dates for Osat

commit 03deb12f3507884162b3dc52d41681eed5403295
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 09:55:30 2024 +0000

    Issue #16. Include dates for meaningful social activities

commit dbd8d19258191f18de6c3c44c8c999ac5a5fcfff
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 09:44:41 2024 +0000

    Issue #16. Include dates for mood and energy levels chart

commit 3ec4231db5691332bc9f94bbda3c4c68fef070c1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 09:26:48 2024 +0000

    Issue #16. Include dates for cardio - BP and HR - chart

commit 9e0a37d5e8ba989c731da40ab00dbf959dbb0847
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 11 17:14:55 2024 +0800

    book_of_life.py: remove useless comment.

commit 8f11c265c8061a3cfc31cda1437107d609ea0dce
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 11 09:11:15 2024 +0000

    Issue #16. Include dates for blood glucose level chart

commit 5c7577bbc60880767c658e5d065de06a5b9e7d23
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 11 16:55:58 2024 +0800

    page_of_life.py: PageOfLife.get_domain_code -> cls.get_domain_code

commit f2b71ed5230957414d1bd0d2e2860a9f0a0e4f08
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 11 16:28:44 2024 +0800

    Fix lint.sh warns.

commit 6174161aaa409c04fcec20662cc6a9c6020df4e3
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 11 16:22:41 2024 +0800

    Format code with autopip8

commit 99b61e7693431543062c69fa3860f0d742a07886
Author: Feng Shu <tumashu@163.com>
Date:   Thu Apr 11 16:17:47 2024 +0800

    Add autopep8.sh

commit b1429f0b92b2de888f8557f1c5a2cd34bb88f5dc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 10 21:21:32 2024 +0000

    Track natural variants datafile as LFS

commit ad1729b76a51262905b7c6e82f1eb4e1bf621b7d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 10 17:55:35 2024 +0000

    Use 2.2.dev as the generic 2.2 development version

commit ff75cec6774284f114ca2e783abba32f486e701e
Merge: 2308d4a f25655c
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Wed Apr 10 16:29:43 2024 +0000

    Merge pull request 'Merge issue #12 into dev-2.2' (#14) from main into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/14

commit f25655ce85e6310a0e919f779a63c9849d36f3f4
Merge: b1e5e57 5707c2e
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Wed Apr 10 16:19:32 2024 +0000

    Merge pull request 'Fix `developer-name-tag-deprecated` and `developer-info-missing`' (#12) from ferenc/mygnuhealth:metainfo-fix into main
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/12

commit 2308d4aa71ec39f6ab18c73cb71214590bb4a0b1
Author: Feng Shu <feng@debian>
Date:   Wed Apr 10 19:52:30 2024 +0800

    * Fix again: Manual creating pol will include info of before pol. #8

commit 952b8026048895f9f981d6b2047d4e6e5317fda8
Author: Feng Shu <feng@debian>
Date:   Wed Apr 10 19:37:19 2024 +0800

    mygnuhealth/core.py: simplify create_pol method.

commit 65611b98dd717912ebf52671a5a5605e48e09af9
Author: Feng Shu <feng@debian>
Date:   Wed Apr 10 19:28:11 2024 +0800

    page_of_life.py: use isoformat date format.

commit 654e2cbf8a6ffcf34812428c4a638aac595b2984
Author: Feng Shu <feng@debian>
Date:   Wed Apr 10 19:19:56 2024 +0800

    Fix: Manual creating pol will include info of before pol. #8

commit 0054467f06da7b3dc01765479d32d6f9a89e5d56
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 10 12:05:08 2024 +0800

    book_of_life.py: print(f'Sync error: {e}')

commit f01d53e1b167116c9cdd9560eb07a4b7446b2918
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 10 08:24:14 2024 +0800

    BookofLifeScreen: Use a gif picture to show sync is working.

commit d4a39d0fd861ce04f72de38a426f44e7dbec1418
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 17:33:42 2024 +0800

    network_settings.kv: Fix network setting ui do not show exist config.

commit b3671318aac9c79d4dde984fca2acccaf8cc9250
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 17:06:00 2024 +0800

    BookofLifeScreen: Improve record_sync_button_info.

commit fc0f15785af3b5d7e313eb424c7f2de4c1695bf5
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 14:28:56 2024 +0800

    book of life: show privacy state in ui.

commit ed2d5fd03380c9aa0137091fec1258e7d51e5d28
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 13:00:57 2024 +0800

    Book of life: Popup a window to show sync error.

commit cbb18261f94dcf6789482454b7ee5ed585a3b40d
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 10:34:22 2024 +0800

    Update locale

commit 0133d02f22852ca82eb0be1abe31088c588e1411
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 09:30:35 2024 +0800

    BookofLifeScreen: Fix 'pop style stack without push' warn

commit d1c06819dc5af355fbb3d7586a0bd943e1e792a7
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 08:54:33 2024 +0800

    book_of_life.kv: Do not let button and text input's height too small.

commit d7d7a9b395dd14bdee521660795dc082ea6e1528
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 9 08:21:01 2024 +0800

    Add sync_book method to BookofLifeScreen

commit 5707c2e198ec201bb263873538fe71124197d045
Author: Ferenc Géczi <ferenc.gm@gmail.com>
Date:   Tue Apr 9 00:00:00 2024 +0000

    Fix `developer-name-tag-deprecated` and `developer-info-missing`
    
    The flatpak appstream linter can be invoked with
    ````
    flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream org.gnuhealth.mygnuhealth.metainfo.xml
    ````
    
    Previous to this change it (among others) it emits these findings:
    
    ````
    I: org.gnuhealth.mygnuhealth:48: developer-name-tag-deprecated
       The toplevel `developer_name` element is deprecated. Please use the `name` element in a
       `developer` block instead.
    
    I: org.gnuhealth.mygnuhealth:~: developer-info-missing
       This component contains no `developer` element with information about its author.
    ````
    
    More about the deprecation and the recommended usage:
    https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
    
    Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>

commit 3ccec7a2e09f09a495cde485d71aaf37a8ee1f6f
Author: Feng Shu <feng@debian>
Date:   Mon Apr 8 21:31:10 2024 +0800

    book_of_life: change button icon when press sync button.

commit 68f7071057863609dbb22ab498284fbf56418176
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 8 16:39:14 2024 +0800

    book of life: Show sync state in book of life ui.

commit 9d2e874763ca47cb156520a07467325b9962921e
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 8 15:10:05 2024 +0800

    book_of_life.py: Handle no federation account in profile setting.

commit 3828f54ad08920c81bd7d02cd2f2536565f05c82
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 15:45:24 2024 +0800

    tracker_psycho_mood_stats.kv: Add scroll.

commit 52c16adac130fcedd12af7f6081df8bdfb67f5dc
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 15:31:12 2024 +0800

    tracker_lifestyle_pactivity_stats.kv: Add scroll.

commit 25ba8ae147d60df2250386191833eefae9a7d099
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 15:32:17 2024 +0800

    tracker_bio_cardio_stats.kv: Add scroll.

commit d3bdd960025929352bbffbd5cb6d34d35045d54e
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 14:32:23 2024 +0800

    network_settings.py: Fix text_connection No host supplied error.
    
    requests.exceptions.InvalidURL: Invalid URL 'https://:8443/people/': No host supplied

commit d67ac27c29d0723c8bcb30b3f4ee712087c67b65
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 10:47:28 2024 +0800

    tracker_lifestyle_nutrition.py: No need to show 'Total' in stacked_plot.

commit 4dc0cec341d0a36f5c22ed90ff06710dbd81e634
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 09:44:33 2024 +0800

    book_of_life.kv: Better handle new_pol and sync button's image.

commit 61bb483a4b30bdcb66ea7f2f881f26e3ae584bda
Author: Feng Shu <tumashu@163.com>
Date:   Sun Apr 7 08:37:48 2024 +0800

    TrackerLifestyleSleepScreen: Show sleep quality name instead code.

commit 159ae33db4798579bfb5b8457781f4668d089f50
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 14:05:21 2024 +0800

    tracker_bio.kv: Improve Blood Pressure and Heart Rate show.

commit b0b60a86a1c511227c6e3c1d8856b320c471e4f8
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 13:46:26 2024 +0800

    Update locale

commit 892e71bac9b394cb3a0040d2b300b19f34cb2db2
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 13:41:37 2024 +0800

    tracker_lifestyle_nutrition.py: Improve unit handle.

commit 7ea4dd69542ef85bbcf32cfcebe65e7476e6fcb6
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 13:36:12 2024 +0800

    Update locale

commit a2dfc566dc4f7d33a5b60e72e995294e554ebc71
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 13:33:20 2024 +0800

    tracker_lifestyle_nutrition.py: Fix TypeError: '>=' not supported between instances of 'str' and 'int'

commit db928b6cafcf483a66acfc191c9d773fbac45483
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 13:13:30 2024 +0800

    core: Fix stacked_plot: TypeError: 'bytes' object cannot be interpreted as an integer

commit d7b2fc12427b694af95ced386dfc3521b401851a
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 12:49:48 2024 +0800

    Plot: Show unit in plot title.

commit c04c237652688cf65d032353ee165486a9dc3a62
Merge: f23fe06 b1e5e57
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 11:57:59 2024 +0800

    [SKIP] Merge from origin/main
    
    The following commit was skipped:
    
    b1e5e57 Update version to 2.0.3

commit f23fe06a475993eb0f1dbde24e874cb09251b202
Merge: be84fbb f2f79c2
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 11:57:59 2024 +0800

    Merge from origin/main
    
    f2f79c2 Update Changelog

commit be84fbb1840dc49bdb7320384ca84eae4f8a8bb0
Merge: 7a2fec7 ec0ef4d
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 11:57:59 2024 +0800

    [SKIP] Merge from origin/main
    
    The following commit was skipped:
    
    ec0ef4d Add .gitignore

commit 7a2fec756dc21190ad80f1493b7f18677b8f0a33
Merge: 986af68 f61d0d2
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 11:57:59 2024 +0800

    Merge from origin/main
    
    f61d0d2 Merge pull request 'fix: Prevent exception when fedinfo is em...

commit 986af68fa89812b9e07fc2f9d00380112104e59f
Author: Feng Shu <feng@debian>
Date:   Sat Apr 6 10:43:26 2024 +0800

    BookofLifeScreen: Add Label to show group info and text input to jump group.

commit 51162beb3567657bb85b4d2f8976637c05c6cc7a
Author: Feng Shu <feng@debian>
Date:   Thu Apr 4 16:44:53 2024 +0800

    BookofLifeScreen: cache pols and show 50 pol a time.

commit f17278802856984334fb1c7a9cb4734e71554095
Author: Feng Shu <feng@debian>
Date:   Thu Apr 4 15:46:40 2024 +0800

    user_account.py: fix: name 'tr' is not defined.

commit 24f8675e54c97987145d8321d0f4a710f6987979
Author: Feng Shu <feng@debian>
Date:   Thu Apr 4 08:54:58 2024 +0800

    BookofLifeScreen: Add show previous/next pols group buttons.

commit f0cff13be9b768514ffd3b44fab00ef4858ab8d0
Merge: adc6445 69a4edf
Author: tumashu <tumashu@noreply.codeberg.org>
Date:   Wed Apr 3 22:10:44 2024 +0000

    Merge pull request 'Fix font shake up and down' (#11) from wip/fix-font-shake into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/11

commit adc644586f3210eae1a4194891a8dbc8a60ab48c
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 3 16:49:04 2024 +0800

    tracker_lifestyle_nutrition: bol measure show 2 lines instead 4 lines.

commit 305dce1d8677ba8e8764bc2f5d7e4889c63e8c4d
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 3 16:20:41 2024 +0800

    BookofLifeScreen: Auto update when switch language.

commit 7a4bea5b638a41e01764b78484ea063398f436a4
Author: Feng Shu <tumashu@163.com>
Date:   Wed Apr 3 14:06:36 2024 +0800

    Improve on_pre_enter of BookofLifeScreen

commit 5e603c84e37b0e44e806f19b1ed25e7f0a6e71d0
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 2 14:03:35 2024 +0800

    BookofLifeScreen: Let book of life show beautiful.

commit f63676433914a1843edf15eb0dcb7f35b6ec12b2
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 2 12:56:53 2024 +0800

    BookofLifeScreen: let book of life align left and top

commit 69a4edf10b9cdf196c06eb9deeb7f70214f22974
Author: Feng Shu <tumashu@163.com>
Date:   Tue Apr 2 09:20:16 2024 +0800

    Fix font shake up and down
    
    The default font for kivy is Roboto, it is not too high. If we change
    font to a higher font, the text in the input box will shake up and
    down.
    
    I tested with Noto font, for it is taller, support many language and  very popular.

commit 1393298d235e8c20fb3ab8b69fe74dca5592afcc
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 1 16:37:45 2024 +0800

    Add extra space between value and unit.

commit d55e74d70cceb547ac1dac4cf923d813f06d1fec
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 1 13:22:52 2024 +0800

    Refactor genetic_info measurements code in format_bol of BookofLife

commit 8372b843274da5c7b7d102c6c8a9e9910a437414
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 1 10:17:13 2024 +0800

    Refactor measurements code in format_bol of BookofLife

commit dfab1eb46fbfaeafd091a4bf3b0ddc37f1afa418
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 1 09:51:31 2024 +0800

    Add BookOfLifeFormatter and refactor domain code in format_bol of BookofLife

commit 746c6b67073b13f33f17c26cd454a92fc69838dd
Author: Feng Shu <tumashu@163.com>
Date:   Mon Apr 1 09:38:22 2024 +0800

    Refacter PoL and PageOfLife class.

commit b1e5e57edb4ad3e5737272c8c90eef91dc07de93
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 30 22:25:27 2024 +0000

    Update version to 2.0.3

commit f2f79c28bb1b0dcd50be787a2dfe75eaadb49787
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 30 22:21:28 2024 +0000

    Update Changelog

commit ec0ef4d3d12665f5c2c3bad372e320d43a7e94d8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 30 22:13:30 2024 +0000

    Add .gitignore

commit f61d0d257cf00fed757ea02c927f2918a7b58c38
Merge: f900a1a 2377370
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Sat Mar 30 22:02:37 2024 +0000

    Merge pull request 'fix: Prevent exception when fedinfo is empty' (#10) from ferenc/mygnuhealth:fix-exception-on-no-fedinfo into main
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/10

commit 7e4f3a979f695d9ed166ad2d60606dcda87625ae
Merge: 7b04c13 c1f418e
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Sat Mar 30 21:41:23 2024 +0000

    Merge pull request '[Testing]: Let mygnuhealth support other languages with the help of gettext.' (#9) from wip-gettext into dev-2.2
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/9
    Thank you, Feng!
    Excellent work. Initially I thought of creating a new component at translate.codberg but maybe for now we can work with the templates that you have created.

commit c1f418e13c6738091b3fa84bc2f2d82cd7ac4d75
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 15:01:42 2024 +0800

    book_of_life.py: Do not import TrackerLifestyleSleepScreen.

commit 2c24beaff0fc7fb520559e5f832409830ac3955e
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 14:44:37 2024 +0800

    Simplify sleep_quality relate code.

commit b9b57b228bfd85dc0186defcff2346c3a2cbff68
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 13:59:53 2024 +0800

    Let sex in NewUserScreen translatable.

commit 96e999f3925414ea08c19858c0a479f15bdb283c
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 13:05:36 2024 +0800

    Let sleep_quality translatable

commit 5a95bec5ff7b3d4271aba3c54a82016c8a76b409
Merge: a9815be 7b04c13
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 12:21:56 2024 +0800

    Merge branch 'dev-2.2' into wip-gettext

commit a9815bebaec02557a1456ca1892972c42c58cb9f
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 11:56:25 2024 +0800

    Let relevance of page of life translatable.

commit 02f26b175c8175570f02461d31719d27fb40d8a1
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 10:03:10 2024 +0800

    Let Domain and context in page of life translatable.

commit a3778f6d11e895c900cb6db6a095e1383d46dbab
Author: Feng Shu <tumashu@163.com>
Date:   Fri Mar 29 09:30:06 2024 +0800

    Add CodeNameMap and use it in language selection.

commit 316448628cbb7a0a2fec19e94af1e6aab95f9c73
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 16:53:47 2024 +0800

    Update zh_CN.po

commit ec964f34796bc4e4cdf81f03af8147759d682532
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 16:47:10 2024 +0800

    Translate test_connection of network_settings.py

commit 30667d917f40dd561024106c77987bf91654dff7
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 16:30:14 2024 +0800

    Let line_plot translatable.

commit 58ef468175edc8974c0bcaeb0129d4ffd1b415e1
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 16:19:13 2024 +0800

    Let Popup translatable.

commit 4250985ae587ca4c4fc27e59e4f25b086ac2515b
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 15:42:03 2024 +0800

    profile_settings.py: default_language_code: fallback to default locale.

commit 688190a9bafee061a8070ddf86279de0e1f7a63b
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 14:19:46 2024 +0800

    book_of_life.py: format_bol: do not add extra newline at the end of summary.

commit 71108c4ac285081d5fc3663d9c0dab493ff38162
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 14:09:55 2024 +0800

    mygnuhealth/book_of_life.py: Show social_activities in book of life.

commit a64f234962295927d15b8836647400ea6c4d7e97
Author: Feng Shu <tumashu@163.com>
Date:   Thu Mar 28 14:01:23 2024 +0800

    mygnuhealth/profile_settings.py: Fix KeyError: 'language'

commit f651e15112c3601cf88d300a38046575c614cd51
Author: Feng Shu <tumashu@163.com>
Date:   Wed Mar 27 13:23:32 2024 +0800

    Let mygnuhealth support other languages.

commit 08d60e8b43f4963d2fc03740fc36f5d2cf0bcc15
Merge: 7e2cb87 2377370
Author: Luis Falcon <meanmicio@noreply.codeberg.org>
Date:   Tue Mar 26 22:38:17 2024 +0000

    Merge pull request 'fix: Prevent exception when fedinfo is empty' (#5) from ferenc/mygnuhealth:fix-exception-on-no-fedinfo into develop
    
    Reviewed-on: https://codeberg.org/gnuhealth/mygnuhealth/pulls/5

commit 2377370e7a58ed2e54546d41c1f34b07248aef63
Author: Ferenc Géczi <ferenc.gm@gmail.com>
Date:   Mon Mar 25 00:00:00 2024 +0000

    fix: Prevent exception when fedinfo is empty
    
    Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>

commit 7e2cb8743fa818373f71b85c976f2f131960e8ec
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 20 18:07:13 2024 +0000

    Include basic .gitignore

commit 7b04c137ba8754b8ee38872e0d64d217ebaa9c15
Author: wiese <wiese@gnuhealth.org>
Date:   Mon Mar 18 11:09:22 2024 +0100

    Ensure test actually fails on CI, add SPDX header

commit b010ac81f99a5ec7c0409ce7162b099a7a945f6e
Author: wiese <wiese@gnuhealth.org>
Date:   Sat Mar 16 15:35:04 2024 +0100

    Rename step from build to test

commit 12ae5cca17cc4a3ccbae763f7cf7235d5b7c289b
Author: wiese <wiese@gnuhealth.org>
Date:   Sat Mar 16 15:33:23 2024 +0100

    Add linting script and .woodpecker.yaml for CI

commit d77729054b11330556acf6c34e752c6447473175
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 14 19:17:08 2024 +0000

    Document future use of SVG rendering

commit ff6bee1af05471a01d9b5926eafec8495cdbf1d2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 7 13:29:38 2024 +0000

    Add x-labels

commit 36905020ec0f2d5d642c84756c9ad40e30c483f6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 1 17:08:17 2024 +0000

    Create branch 'future' to hold development of upcoming releases

commit f900a1a1c2d1ef3c11f75ea0cc954cb2961611b8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Feb 29 19:50:35 2024 +0000

    task #16505: Make widget sizes dynamic -> login.kv

commit 08d0fce18100b2b7fd2a8c16f7798e44d346c672
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 27 18:14:55 2024 +0000

    task #16505: Make widget sizes dynamic + newuser.kv

commit 24bb69b510a92c967ac81a791a01b1a7972e1b90
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Feb 26 17:21:26 2024 +0000

    Update Changelog

commit c9effbf61975df72311a792863b6b8e0af264b95
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Feb 26 17:19:34 2024 +0000

    Update to 2.0.2

commit 4091649ff0fc77b1043dc9ea79608865dd878eec
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Feb 26 17:00:38 2024 +0000

    Fix bug #65370: Setting focus in MyGH 2.0.1 crashes initialization

commit 5d9bc5ea9f66ec6c421ed3c7a448483c6cbd5cf0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 21:01:03 2024 +0000

    Added tag 2.0.1 for changeset fc7ad3d2bce3

commit ae66845026714f473984d1d08de6bb16cc3a22b9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 17:06:10 2024 +0000

    Update date on COPYRIGHT file

commit c15f3696d3a400a7622c3e65bb1bcc5c5f12a189
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 17:00:53 2024 +0000

    Update Changelog

commit d99883f76bb8df1c042be1c96e4c4fb0a2c5f75f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 17:00:05 2024 +0000

    Update version to 2.0.1

commit a95f16bdacb46d9df12d5536a98eeac076bf1120
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 16:55:18 2024 +0000

    Update copyright dates on script

commit 7709215030544511b4e0f901598247a38cf3f8b2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 16:54:32 2024 +0000

    Update copyright dates

commit 2f8e278fbc65c262bf58e380401dff51ce031c17
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 16:48:30 2024 +0000

    Update buildozer spec file

commit e41f81d4f5dea1ba2b7f162cde52b6b91438f827
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 16:23:44 2024 +0000

    Set and keep focus on key textinput on startup

commit 9a2a0211af2064f109daaed04566361740eb3a2b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 16:23:11 2024 +0000

    Use Kivy 2.3.0

commit d23b7c98cc0a654b8eecda83d6d9a997c625c166
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 6 13:47:03 2024 +0000

    Update metainfo file

commit 44ae696861993a4eb273beb8adf73070aa59621c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 1 10:41:32 2023 +0100

    Move the documentation to health-doc/mygnuhealth repository

commit df28f7f05f24c452d61064294c01c90d60ca88e9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 1 10:26:43 2023 +0100

    Include html format for documentation

commit 2dfd90d90e4ac307727245df73436c949dbf9401
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 27 08:35:58 2023 +0100

    Update to 2.0.0 and documentation

commit 4cfacfd417eddd42d2344d04ce97005ff41aed91
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 26 18:35:30 2023 +0100

    Update Changelog to 2.0rc2

commit b14be9a06bb65d2cb6361169245d15e17f72ef5d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 26 18:30:08 2023 +0100

    Update to 2.0rc2

commit 0ff56776e33b6e8f03484cb48d79a12af40e74fd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 26 18:20:43 2023 +0100

    Update some images in documentation

commit c186b2343df77437b67ac20deb038b3c225e15dc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 26 18:05:14 2023 +0100

    Page of life: Improve message verbosity. Move to PHR page upon succesfully create PoL

commit 415c61d0a3cbcb01f105c7954e09a55684332c44
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 26 17:23:36 2023 +0100

    Update dictionary notation for views. PEP8

commit cb2e05f62f1dcf8c497b78dd47ea7c3beae07fed
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 22 12:46:41 2023 +0100

    Update Changelog to 1.9a7

commit c75bf47ee9537c05e2f0d2cafd081ddada239486
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 22 12:44:31 2023 +0100

    Use mygnuhealth package prefix in all module imports

commit e1e43f0219055f699d71941f919e3459bc70d905
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 20 20:35:17 2023 +0100

    Improve login view

commit a6dac488bed71f66bf2ae8d703f996f9bb86e504
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 20 11:31:13 2023 +0100

    Update entry-point, launcher and [project.gui-scripts]

commit 8c73b85e6f170fa32dbbb886954666bebbdce100
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 20 10:41:15 2023 +0100

    Update welcome / login image

commit 767beba4576517fccd369951bf1e7eff8f3fe254
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 20:13:13 2023 +0100

    Update to 1.9a3

commit e1c4509555eee97911021d25bd883242e5880008
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 20:10:53 2023 +0100

    Update Changelog

commit 3b21b3c800a7d52b8c4bff0e65ec3657e5a92cb6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 20:08:47 2023 +0100

    Improve user creation and update profile
    
    * Check for key and its repeat in new profile
    * Use verbose messages uponn success profile updates
    * Cleanup obsolete imports

commit 1f64613befb011cb5359b9e2fa6ea8bd271e8b8c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 16:45:27 2023 +0100

    Use single sourced __version__ attribute in __init__.py

commit 00cf74543baf6856fb61682d170a7cb29b818964
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 16:44:02 2023 +0100

    Improve initialization process

commit 73b95a1506312a76030daebd6496ce28d9af4968
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 15:34:32 2023 +0100

    Use maindb in user_account module

commit 1a6ee3dd79fd5d0e9f2e741f7c3c7a3be5802fb6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 09:13:38 2023 +0100

    Migrate to setup.cfg and toml

commit eee584e5084e9b18d1298c00518aa0631b79e4cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 18 09:06:42 2023 +0100

    Update documentation

commit b6c51df30fb6b7502b6816a73b6355152f6b24ba
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 19:17:14 2023 +0100

    Update bin/mygnuhealth to match new flat layout

commit 8623ab8f13cb5b0c5d1d85c23b864e55110b2068
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 19:15:48 2023 +0100

    Update publiccode.yml

commit c3635a70820631d6abc19834a232159f85a0955e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 19:14:00 2023 +0100

    remove unused top level __init__.py

commit 0b5cf454afb4b4d50f4cc4f2f1aa282ae6e3e740
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 19:11:31 2023 +0100

    Update to alpha1

commit bac771fa813eb578ca56c8e3d6d652570ca9bec4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 19:08:43 2023 +0100

    Update MANIFEST buildozer and setup to new flat layout

commit 9c9835a500cd8deff77b434731a754cef1fccf05
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 18:53:48 2023 +0100

    Move from src to flat layout

commit ad5f0c96e06db12fa59c51eec6d10ce6e72c3be1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 18:51:17 2023 +0100

    Normalize versioning from 1.9.0-alpha to 1.9a0

commit bed11a42103a080753ab02f2827aac3a8144cc3c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 18:50:12 2023 +0100

    Include additional deps in setup.py

commit 43390b2a2f316f54ca32f13f771b6018834da577
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 17:04:58 2023 +0100

    Add cairosvg dependency to generate png images from pygal

commit abd423b49ef6fef1ba1a45ae2872635cb19131ae
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Sep 16 17:03:50 2023 +0100

    Update MANIFEST.in

commit 11c289a9c62ec12b9f03900e8aad2133f73b0e7d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 15 11:31:03 2023 +0100

    Update Changelog

commit dad95fe287b0b2f09697f788e2f0c813465619fa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 15 11:24:42 2023 +0100

    Improve scroling in About page credits

commit 45c975324b445b2212a9f0d76dbd39694e7559e6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 15 11:01:33 2023 +0100

    Replace matplotlib by pygal in setup.py

commit d1f092a24e0693e63b781f36a3ceb37b84781b07
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 15 08:17:34 2023 +0100

    PEP8

commit 0868c24b3881aa6487869a9369ddb6efdc0e8c26
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 15 08:13:24 2023 +0100

    Include visual error on profile validation

commit b918dbe51fbf73cda54db9244b9e9222f1f92601
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Sep 14 20:19:41 2023 +0100

    Enforce basic validation on user creation

commit dc25bf2bec2984cabb21f17e7e5f0c691a87971a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Sep 14 18:15:13 2023 +0100

    Include validation for sleep

commit e544dadcbf8ede0162a2874bc3ab1f58c5c8f81d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Sep 14 16:47:23 2023 +0100

    Include validation for nutrition

commit 369838af7f5415b5f32f31818fa5fde5ecaf362d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Sep 14 16:47:00 2023 +0100

    Include validation for physical activity

commit 5e3559f0fb2f420816176a079440593f21ea1afd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 19:42:13 2023 +0100

    Include sanity / validation check on OSAT levels

commit 149d5a28cab273ea2c0a2a73f27aa848f6de0438
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 19:33:52 2023 +0100

    Include sanity / validation check on blood glucose levels

commit 021bd4b2ffc31ca1ca6a099aecccd4656eceaba7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 19:19:43 2023 +0100

    Use float for weight. Include sanity check

commit cc5a7ed89e52bbf84fe0404c34b833e0bd4e5c65
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 19:10:24 2023 +0100

    Remove debug messages from cardio

commit 6edd854f545e468db00b87d0f2df1bded849fbe2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 18:51:01 2023 +0100

    Sanity check on cardio values

commit 91a6bd4024028f2325e43c695975816c9532162c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 18:49:51 2023 +0100

    Improve login layout

commit 1d209495c471e5d3bed42559ab4936f64a5edc11
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 17:16:38 2023 +0100

    Update welcome / login image

commit ce36e41f42404b992dbb086866c7469fd3b6e947
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 17:10:53 2023 +0100

    Update Federation sync icon

commit 837d13402e3d8ebb7d3e773e2f7fce9aa186a263
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 17:08:47 2023 +0100

    Update sleep icon

commit d7c6979d92e9e779f46aae4d363c1def2008255c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 10 17:02:27 2023 +0100

    Update Social Activities icon

commit 99dbc1571a9b81820db37b7528a7a8779534565e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 19:32:12 2023 +0100

    Replace deprecated padding_y by padding

commit 1ba24dd27d250cbcf9bda47b092c665ee03c5fd5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 18:55:38 2023 +0100

    Use False as default value to sync data with the Federation

commit f5f9f96a907c8bffc1a4d516ac0ddc6941197cc7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 18:45:35 2023 +0100

    Use color for Enable synchronization checkbox

commit 23552197848ff0b703fa01b35cb3f9bd9ed03698
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 18:42:06 2023 +0100

    Use popup messages for federation connection status

commit 010fa0060e8c13d3c2ebc71f461fea79138ea1b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 12:46:30 2023 +0100

    Show stored values for thalamus server in network settings

commit dde2ae8e4615d72d8f5a353aa00f6fc140fadb84
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 12:44:07 2023 +0100

    Use maindb in core

commit c27af3994e2902ca5fc0e29ff4c5a252c18e6fc4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Sep 6 11:46:59 2023 +0100

    Improve sign in screen and use a welcome image

commit 93048cee370e21fb13a4cadb0498bfd957879803
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Sep 5 08:55:11 2023 +0100

    use custom bg color for action buttons menu

commit 6d66d7a45d8dff5cf7b839abcf8387dbe554ac2b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Sep 4 10:49:09 2023 +0100

    Include custom style for pygal charts

commit 80751aa42368d72eb44736eb6d16b7d90baade1f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Sep 1 10:04:17 2023 +0100

    Update variants db to Uniprot human natural variants  2023_3 - July

commit 00809484d09986ff387a764b9229b90e7832ab31
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 31 16:15:04 2023 +0100

    Enable BoL synchronization

commit 11466781dac80c9992dbcba20071d68f454e27ad
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 31 15:17:24 2023 +0100

    Remove test method

commit 39a533e6a8625e84569389f1eddfd03607017217
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 31 10:48:27 2023 +0100

    Create Page of life from view

commit 2f76c9f7229ba2147f185af162d961eb578fca6c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Aug 29 18:50:14 2023 +0100

    Automatically fill the natural variant information based on the ref seq

commit 75e0aca1cfe2f065c3ff112742ee6e73443a95e5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Aug 29 15:39:08 2023 +0100

    Update PoL view

commit eeb5d07fbed5bd1f522d86fa6725beea36610148
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Aug 29 10:41:00 2023 +0100

    Include in Page of Life view main genetic parameters

commit 36eaa14c510943ccc43bcd9839f0af6aed90006d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Aug 29 09:40:17 2023 +0100

    Add initial layout for genetics. Hide it when the context is not relevant

commit 1004c851474b99f0606b4224fe6aab27ed0f2c2a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Aug 28 19:02:09 2023 +0100

    Update PoL view with relevance, private page, detailed information  components. Improve layout

commit 4578e21aebe2a45dd8a9a2e946ebada6e1443ccc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 27 17:37:16 2023 +0100

    PEP8

commit 80e7711430d5cbf8a22569871528e62a44c0959f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 27 17:36:11 2023 +0100

    Intro PoL domains and contexts

commit 6cd50e9e3089bcb4279f52440aefe48b8fc5c8d2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Aug 26 20:15:11 2023 +0100

    Initial page of life view and classes

commit 3c394fc4adb8a5954e503134d8c025d0b5105603
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Aug 26 18:48:39 2023 +0100

    Improve Bol layout

commit d4ed11da2c97b3201f02e6e6f9ceea08fdc696fa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Aug 26 17:59:34 2023 +0100

    Comment on border

commit 91cd746d9979c22efcc34e7e70d37d4afb552d4e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Aug 26 17:58:46 2023 +0100

    Include border around Bol

commit 9a4e89dd297cae5424924a98d125153cb88b4cca
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 24 09:44:57 2023 +0100

    Improve Book of Life layout

commit 51ae9688ff5bc2ef7ebde52b5003a5c8441cc8ae
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Aug 23 10:46:44 2023 +0100

    Add initial BoL widgets for new page of life and synchronization

commit d9408571cf85b7912734a6898bd9c2bbfd67bf21
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 20 20:01:35 2023 +0100

    Disable Actionbar if user has not logged in . Include popup message on wrong credentials

commit d906a87d87640a8c59d8204d976deca1c73921f3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 20 13:38:01 2023 +0100

    Improve person profile view layuout

commit 623eb4786c80285d5eaea84ab49ec3f1f151e59e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 20 12:47:42 2023 +0100

    Imrove person profile view layuout

commit d2ddb2d4c86f3db53174a3a33d49c2e0b50fd4f6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 20 11:41:15 2023 +0100

    Include Federation account in person profile

commit 5f732cc47c62a4d02376e0fa7d6a068925b49eb8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Aug 19 20:35:35 2023 +0100

    Initial Federation and network settings objects and views

commit cdc4c1a791759781a9d488c2ed389f764be8b551
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 18 18:01:10 2023 +0100

    Update user profile functionality

commit bfdf801a7ad5bed26a2c4134e6890c7983794eff
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 18 10:08:49 2023 +0100

    Include Profile and Network entries on the Menu group

commit 269669743bd403c84014e6e80af7431852c7a802
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 18 10:00:54 2023 +0100

    Use a spinner for the action group and place HOME in a independent button

commit c33941d8883dcf2971ea36df24d008bc32fef160
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 17 15:44:46 2023 +0100

    Improve scrolling and spacing in pages of life

commit cb994350efc05d271dc198977f58ed2530c81179
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 17 12:51:00 2023 +0100

    Initial Format pages of life

commit 27d6d67d42c711720af478fae0e434fe95fa3437
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Aug 16 19:16:38 2023 +0100

    Initial reading of Book of life

commit a4230dcd9ae275d01334b1831a1e40c6ba06c3b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Aug 16 16:31:09 2023 +0100

    Update background for mood and energy artwork.

commit c8d85bf9890e71863ed212ec134455106ca67839
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Aug 16 10:15:10 2023 +0100

    Include visual representation for Mood and Energy levels

commit d4611956bb15c5dc2447db2d2f0ca9a049e429af
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Aug 15 20:12:21 2023 +0100

    Add initial pyschological self evaluation - mood and energy and notes

commit b28ba6e5d590ac260c522434e3d576fd7e6a994c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Aug 14 18:43:24 2023 +0100

    Update bio charts to line_plot

commit 11992b914f97298cfe2c879215c571ce9dbc60b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Aug 14 18:24:27 2023 +0100

    Add meaningful social activities

commit 1d14bbc59d846ca2c8d298b8146e7c90d63d2794
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 13 18:43:35 2023 +0100

    Add sleep readings and charts

commit f8b5fffd2e4cdc10c2f248ff50d9f4af2174b5c7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 13 17:25:45 2023 +0100

    Add Nutrition chart

commit 7fb732f76f8e6e952b0167ddfdf1bc9f2289a02e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 13 17:13:16 2023 +0100

    lifestyle Include nutrition and social placeholders and main methods

commit ebc31c5337c301ee8087626f94d9afd98ef01016
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 13 17:12:14 2023 +0100

    Include Physical Activity chart.

commit 8e6e32dc8154044be88f1103f8aac8d88e85d7e7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 13 17:10:08 2023 +0100

    Update line and stacked_plot methods

commit 7100b46f2291949dfee04415469460cd0899b4a4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 6 17:17:02 2023 +0100

    Remove commented graph line of code (task #16387: MyGNUHealth 2.0)

commit 5424af14136de2a33c7427dfcebc11e7b122300e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 6 17:16:09 2023 +0100

    Include meaningful social activites in lifestyle domain (task #16387: MyGNUHealth 2.0)

commit 15d4e6278e99d3d34d98bcb71870592a9c275b42
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 4 11:02:28 2023 +0100

    PEP8

commit d4fe2f3f3436dd2e29239122643e3325101992b0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 4 11:00:46 2023 +0100

    PEP 8

commit ba9b9d8694bd31848ac5b8c4d1a53779da18d1d8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 4 10:59:30 2023 +0100

    Initial classes and layouts for Lifestyle and Physical Activity (task #16387: MyGNUHealth 2.0)

commit 042c1e19a71cbff9b23a388e73e87f0a588d8f95
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Aug 4 10:31:34 2023 +0100

    Fix class description

commit c74160f679c7ecc1ed79b2b26e852047338e6bde
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 3 10:33:16 2023 +0100

    use maindb in bloodpressure

commit cef7f592bbc81e5de6c5ed091b23b0c3d9e49ced
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 17:40:43 2023 +0100

    Remove obsolete imports

commit a29adebfdcf4453384f1efe435e2d4684e8d06af
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 17:32:29 2023 +0100

    use maindb instead of db. Cleanup and document classes

commit 13522c0487dec8bee4350faa9b70fbe406659e9d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 10:05:08 2023 +0100

    Include osat chart

commit db1d9fdaa382f2a9a4963425bb7b90c778d03cb6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 10:04:46 2023 +0100

    Fix comment on weight

commit d63c62304e5c533667d32c157c36fdef3d06faeb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 09:22:30 2023 +0100

    Include weight chart

commit 22bc32220680fdc16eac0522ecfd0f1eca24173b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 07:34:08 2023 +0100

    remove obsolete setGlucose method

commit fca7e1898dc6d3434bc121615a9ec0d719475ed3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 18 07:33:03 2023 +0100

    Add tracker glucose stats view

commit b91521ea0846a2be6d8f25fd3ed426ecaaf815e0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jul 15 11:05:47 2023 +0100

    Add glycemia stats chart

commit c7e9b595b249e6204cd34648770417f1c70b360c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jul 15 10:54:02 2023 +0100

    Include glucose ListProperty

commit d5d2c504b663e78edcde45caebd086569f5ff44a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jul 15 10:40:52 2023 +0100

    Cleanup cardio view

commit b4898e9feb71c56578010d2dd58cde94547c6309
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jul 15 10:39:46 2023 +0100

    Update glucose models and view

commit a6e394a6cbbd224a12f87d2bedbdd92cb51af042
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 10 12:28:46 2023 +0100

    Include initial blood pressure chart, along with the heart rate

commit 824554dfe46343c76427990448caf4eefa8c9c1a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 10 09:54:47 2023 +0100

    Move TrackerBioScreen to the tracker_bio_cardio module

commit 2c86aff8c4a0bbc41da8bd249d6e9c3cf90d8b1c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 6 22:26:48 2023 +0100

    Use Properties and on_pre_enter to refresh the cardio values and chart

commit de3a012e3bcf828bef4c290e4a006f3df5182c3b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 4 19:18:40 2023 +0100

    Update buildozer dependencies

commit 442cc664467692bfaf81d07bcd3e684afa32bf1e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 4 18:50:59 2023 +0100

    Initial main db load to improve performance

commit cf2a17c960e247ca6531512525972701a6dbf8c6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 4 18:13:33 2023 +0100

    PEP8 in core.py

commit 0cdcbec9bacbf06301b7ea8ad59d24a363795fc1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 4 17:19:26 2023 +0100

    PoC graphs with pygal

commit c40a1237dbc6b2a9ef5e54cd812249aa3e43f3df
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 3 19:29:26 2023 +0100

    Activate login status from user upon right credentials

commit ad540ca4159eb416b1ac0db73b1c09d2eaceebc8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 3 19:26:34 2023 +0100

    Remove start button and use on_touch_down on initial screen

commit 7d968bd6efe55cd3d7110a4f0e2b8b7d07dc39f5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jul 2 11:44:50 2023 +0100

    Use NoTransition for screenmanager. Implement back and home funtionality

commit de4a3a5eac429b284256ff0a71394c90bbc17c80
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 30 20:55:07 2023 +0100

    Customize Textinput. Use white background on screen

commit bbe5f55041c9e326c4f11f5a4f24d0b22fd22ac1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 30 17:37:58 2023 +0100

    Update tracker bio - replace on_touch_down by buttons and on_release event

commit f4d1ba995311965db6187a9f64e8cce39f163649
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 30 17:26:01 2023 +0100

    Add Cardio button done image and update from view

commit fd4bccb880bd4b31d460a2251c46c89db9a07e7a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 29 19:43:04 2023 +0100

    Update bio tracker screen and buttons

commit a44f863e62061e4cbf1ba29cdbe4f2e880130d45
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 29 12:16:29 2023 +0100

    Replace button widget by Image. Add new cardio tracker layout

commit 0f185bc784ab5cacf20f5a76be98b64c2676bd27
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 28 12:08:56 2023 +0100

    Update cardio icon. Inlcude stats button. Modify layout for bio tracker

commit 45e44ce46232c4c19896c1ef8dc5e2ec36a28f48
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 23 12:31:02 2023 +0100

    fix variable naming for glucose

commit 4c501d417c84cdc022455128be72929539813d60
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 23 12:25:35 2023 +0100

    Add class and initial screen for bio osat

commit 2818120e18ee4f0b13314e502b47c2b9bd1502ee
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 23 12:03:19 2023 +0100

    Add class and initial screen for bio glucose

commit 4d3df39240226e82b601949f4f405f02ce12b7e7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 21 20:50:59 2023 +0100

    Add class and initial screen for bio weight

commit 69cf09f7538f11ef10ea36fc0cd87c631d9896b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jun 11 13:25:56 2023 +0100

    Include TrackerBioCardio class in a separate module

commit bbaa523b4bf057a933f15f1a96e9f47744eb08cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 10 18:41:29 2023 +0100

    Initial cardio information getters and setters

commit fbcd91b8973ce8148282f72052283a069f108648
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 9 13:00:34 2023 +0100

    Include initital bio cardio tracker model

commit 38788fd456f58827f772edf4864e0511f3623edd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 7 11:55:23 2023 +0100

    Add tracker_bio screen. Cleanup

commit af701ddf3a1b4d6506d63016f905e6b41d0868db
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 6 16:37:27 2023 +0100

    Require Kivy 2.2.0

commit 9604a97d7f56809fdd758386f40df8b284481a07
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 30 11:41:37 2023 +0100

    Fix typos on Spanish documentation. Thank you, Victorhck!

commit e4786756d45d22343e5c28aef8546f531f4bb4e2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 29 10:09:13 2023 +0100

    Relocate directories / files

commit 8a9251480bc8dc293321894bf05f80317a2edffd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Mar 26 20:10:59 2023 +0100

    Improve package layout

commit bbdba6912545bdf2a0cb4dc33b3a18e9be85534d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Mar 26 18:32:06 2023 +0100

    Update copyright year in header

commit d09e1b35e6f5668e89a0136a2b61981ea7d1d1b9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 24 16:35:10 2023 +0000

    Use local imports

commit 617819f523aee9b4b60657fd875b63636e696ad1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 24 16:17:53 2023 +0000

    Include bcrypt on buildozer requirements

commit 2594ba61e29f6e12e05a13d0c652bdff4a8a95a8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 24 15:17:34 2023 +0000

    Remove datefromisotz to use again fatetime fromisoformat on newer python versions

commit 4441892180ab5b240e0f66b5d5fd734412f90379
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 24 15:04:28 2023 +0000

    Limit the binary to arm64-v8a

commit 69244c0d372f0cc4e6067ef9482c53b266bf096c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 23 17:42:41 2023 +0000

    Add armabi-v7a in buildozer.spec

commit 6c8fa8b2a566020632de58efe9694b17034d8471
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 22 21:49:48 2023 +0000

    Update buildozer spec file

commit 8bffc1cf9a4ddf5c57774f3e16184baf8328472d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 22 17:18:23 2023 +0000

    Work on data paths for UN*X and Android

commit ae341424a36649dcacf83662ebfb17ff0b5b9259
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 22 16:59:57 2023 +0000

    Guess the OS / architecture of the host

commit 07aff5a18626cf0b3a3645235d4943af4e559c84
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 20 13:06:52 2023 +0000

    Implement Kivy user_data_dir to make MyGH cross platform compatible

commit e35885dc16c248863ac8b3d5a3f89c0806c737c3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 18 12:14:56 2023 +0000

    Remove files containing previous framework

commit 60b660a8e69ab331d9bc4ea6babae726978c70d3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 18 12:09:28 2023 +0000

    Rename mygh.py to main.py to make it compatible with Kivy on android

commit 5b6cf13c73d868583b68815de4496a404eee604d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 17 10:34:03 2023 +0000

    Initial buildozer spec file

commit c4cce84deef03e13b54d401b84b8262a0ebf1ed3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 19:10:43 2023 +0000

    Include health tracker screen and transition from PHR

commit c9cf26de5e016e99fd3507efacfb63d9ad1d648f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 19:08:46 2023 +0000

    Add HealthTrackerScreen class. Update module doc

commit 27ae046ea52d6921c3888aaa4dc020b7e6d5c045
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 19:06:25 2023 +0000

    Add initial health_tracker view

commit dc796bbf350fe1a5b31fbaee043abc133f2dc727
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 19:05:21 2023 +0000

    rename to button the corresponding image files to differentiate them from icons

commit 28c71d38edb7b8b036d6df2e1a026be56cbbd6c2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 18:24:10 2023 +0000

    Avoid calling twice the app

commit 3f427840871987926555d09e4580db25a9d51d6f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 17:19:11 2023 +0000

    rename method validate to validate_credentials

commit 445d94e7746810fb4fb961283c185af1a58bb499
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 6 16:57:35 2023 +0000

    remove Messages.sh, not used in Kivy

commit b2474f0425c60e22ec14aae6f8798d7fec2351cd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Feb 22 12:31:07 2023 +0000

    Allow mygh.py to be executed as a module or script

commit 5497c28b0e6167b37a67748391112e2ccd748549
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Feb 5 22:38:39 2023 +0000

    Relocate files to root application root dir

commit 0b7b36da3f2bd6d7ec2854a4c2659f2fa374b776
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Feb 5 22:31:21 2023 +0000

    Use bin/env for portability

commit 0f246c16739b1c00f2d5df41b4c19235d4111645
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jul 29 13:27:40 2022 +0100

    Include sex in the initial user profile. Initialize DB with new user

commit 84edfb8c9117659c484eb84fe81554c4e29143d9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 28 20:32:18 2022 +0100

    Fix typo in method documentation

commit 893e9bcb29738b35e481abdd9e43c426282b1528
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 31 17:53:49 2022 +0100

    Use tab key to navigate through the text fields

commit fbf78a6fd925bc6333b465f83c3cb2ed4764d84d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 26 21:54:32 2022 +0100

    Create initial method to process the user initialization

commit d1416c5a42c2e43ba36d434ffad398f3a47d0777
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 26 17:53:41 2022 +0100

    Optimize layout on new user screen

commit 99ad36c15208c3b928538b37a61ed3b411363e2b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 26 14:35:27 2022 +0100

    Improve layout on user registration screen

commit e41ecd117e275f67d1f7fe29ac0b95fae804adc5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 25 19:37:59 2022 +0100

    Update new user registration view

commit 40babd85a556238cf49941c1b637f366cec640cb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 25 13:44:25 2022 +0100

    Implement pop screen in about screen

commit 33ef21ba9f34046dfc41612d139564d912a28814
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 24 13:53:32 2022 +0100

    Include initial NewUser screen

commit 6c29d41237c92ebfc56b307a5082438692dfea1f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 23 18:04:40 2022 +0100

    Include URL on about screen

commit 3bf02421d74135b29d7e5f901b424095b0859dac
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 23 13:27:14 2022 +0100

    Initial representation of about page text

commit 5a3a848c57dc2164a5fc4caabe4369b6a44dc8af
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 22 13:11:40 2022 +0100

    Use a Menu class for global action bar

commit 574c1d15583324436966782ad7eeb89dfbc0963c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 18:16:49 2022 +0100

    Implement application exit - bailout method

commit f41827d0e3f87098585b3b18766065b3d46aad39
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 17:50:05 2022 +0100

    Include lock icon for login screen

commit cf504ed58dfe763ecebfca321c91e03f3d5b31a5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 13:14:27 2022 +0100

    Improve login UI / widgets

commit 7011836cb96420890921f3000c2e6b7d92fc5965
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 12:29:55 2022 +0100

    Remove home button from login

commit 45213c8e387f27924e58ed82581090627113e6f4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 11:32:58 2022 +0100

    Validate user key upon pressing enter

commit a4884c24ba85a36649ce551edc7a0267a881720d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 21 11:02:42 2022 +0100

    Use a factor of the application bar for its icon size

commit cb69aefb9f39e77f33952810761745899ba2d7ce
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 20 18:46:41 2022 +0100

    Use negative bg color for action bar icon

commit 8cbac82f8c9e3abe896326ca522ce0b63687a192
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 20 18:16:39 2022 +0100

    Reduce the image size in the initial screen

commit 41d64d9153426a90e9db0926d04f13a11810fc1e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 20 13:29:37 2022 +0100

    Use GH background color and icon in actionbar

commit 58471739bc2c99eadd272d2edfaca88ed3e5299c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 20 12:38:08 2022 +0100

    Use mygnuhealth icon in application and actionbar

commit 20d5a3c7ebb2b3fa8e75c60b20544ae54c37ab72
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 19 12:06:50 2022 +0100

    Use ActionBar globally

commit e1e7b18cb300afa1e09996ea31ce9b4d21e62cd7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 19 11:45:29 2022 +0100

    Include the actionbar inside the box layout

commit 95452805bb8c70d9ee31acd222be80bc9f426294
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 18 17:23:27 2022 +0100

    remove QML

commit 62e9ec512080ad4402f69366c71daa8f4b09be5a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 18 17:23:03 2022 +0100

    Add initial PHR screen with the health tracker and BoL buttons

commit c9b728e31c93f5ce120008f1c9fc004d1cb9a873
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 11 16:51:42 2022 +0100

    Use individual kv files per screen / context

commit 4af16fb7f166e5781e10d025fbb47bdf122c5c92
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 10 15:49:36 2022 +0100

    Add personal key verification in login process

commit bcfd5222318ba57900b7904a06e862ae33a98381
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 10 10:12:41 2022 +0100

    Don't pass the userid / passwd as arguments, since they're properties already declared

commit 08956344c7a6a6a1cad300320553ffd3de444c41
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 9 22:13:03 2022 +0100

    initial installation check. basic ui widgets for userid and passwd. PEP8

commit 361abc92b448a52b18baec528b74527037ef8520
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 8 18:36:30 2022 +0100

    Add login screen

commit 5851906d57246b1db6aaf9b3dbcc5db6173a9b56
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 8 18:03:44 2022 +0100

    Update icons to png format and use new MyGNUHealth logo

commit 9c2fba0392357b4133b866b0f3a03db0c458a6b6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 8 15:56:48 2022 +0100

    Set initial area for ActionnBar

commit ee9ec9638b9d4c60083840f295aef379f5df262a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 8 12:40:29 2022 +0100

    Add title with release and import about module

commit 599cfb5ab925fc989420cf0fb60f7255f705b523
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 4 09:53:47 2022 +0100

    rename base dir to mygnuhealth

commit d5e052eb69b6513cf7924b69149131408255c977
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 4 09:52:42 2022 +0100

    remove cpp

commit 5b90ca7d2956d4fc490186a41501847711917cfb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 4 09:52:00 2022 +0100

    PEP8

commit d1f2de066e64222e4f9ed2c51982f7a65f2251f5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 4 08:59:40 2022 +0100

    Use a softer background color

commit 4124b2e79f76bb76f36a03c631855fc103297c3d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 4 08:16:56 2022 +0100

    Use default transition animation

commit b351360be49a154b63a5ce1fceaa645f5a682305
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 3 20:26:45 2022 +0100

    Initial PoC on kivy screen transitions

commit 81b3fa1a145832046739a16320faaa919dd1bd38
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 3 17:01:07 2022 +0100

    Enforce change to  local modulde directory to correctly load files

commit bc0bb6e1d6c2ec8184800aed2d564c1c2c412b07
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 3 13:05:10 2022 +0100

    Initial screen and kv file

commit 44a1fa3d1bc0104ca6e00f7ce8eea77d46b3ba69
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 2 13:34:12 2022 +0100

    Update setup.py

commit 2700e9cbae54c7050f151380e6f4b15e96912e9c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Feb 19 17:39:37 2022 +0000

    Add icons / images as PNG

commit d1dbbcc5c40650e741eb9a8fa47118db64402e42
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Feb 10 21:14:30 2022 +0000

    Start cpp porting from py - PoC on QML pages and images both for VollaPhone - VollaOS AOSP and Desktop

commit fca0e1a4f06da264c77fee3086d1fa89f81e44ce
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 31 20:35:01 2022 +0000

    Move to python dir 1.0.6 version

commit 97a394e2754f9823f50864a9176066ac33c63440
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jan 20 00:49:34 2022 +0000

    Update metainfo

commit 04e10f0de21c8f8bf40b73206004994163490bff
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 17 17:02:18 2022 +0000

    Update MANIFEST.in

commit 52813c973df2c2c857fcc568885fdfe28cc3d168
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 17 17:01:28 2022 +0000

    Rename org.gnuhealth.mygnuhealth.appdata.xml by org.gnuhealth.mygnuhealth.metainfo.xml

commit a1c7a2d7947df0d3214f7b9fe5ef7ece3245a2f9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 17 16:47:10 2022 +0000

    Replace org.kde.mygnuhealth.desktop by org.gnuhealth.mygnuhealth.desktop

commit a5a088c15365dee9512547e3a2aaf217ea2a5a38
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 17 16:42:51 2022 +0000

    Replace org.kde.mygnuhealth.metainfo.xml by org.gnuhealth.mygnuhealth.appdata.xml

commit fa16178531bc506b9b3c8e1f49c02aad6c745c2c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 17 16:40:46 2022 +0000

    Add org.gnuhealth.mygnuhealth.appdata.xml and org.gnuhealth.mygnuhealth.desktop

commit 175fa15147c951d47e735745fede67466824afd0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Oct 27 20:01:13 2021 +0100

    Update index document with German link

commit 6ed2e7bd0344ef3fb90edc11fe2e101fe6158919
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 18 19:01:14 2021 +0100

    Update to MyGNUHealth 1.0.5

commit 84df7cb44045ce62797be1c5de2ede948dc873b2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 18 14:12:29 2021 +0100

    Add German documentation

commit fdf428c930f487c4b95af707611352ceb9d7ec2b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Oct 15 12:16:35 2021 +0100

    Add French documentation (Thank you, Armand\!)

commit 8cdaa0510a0c13b71847de4e244fb9c3b19fd590
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Oct 13 17:13:06 2021 +0100

    Spanish documentation: Fix typos

commit 8cc9eac8d59f779db40e0de0fa2624d6b63c9184
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Oct 13 17:11:21 2021 +0100

    English documentation: Fix typos

commit 5aa2bc8245c125dc58e7c7fa7bfa9dce1a22aa8a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 18 11:33:14 2021 +0100

    Update desktop categories and inclue Purism-Form-Factor

commit a29b2ddc1b6966a1747655e005ca680223cc79c2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Oct 5 11:20:44 2021 +0100

    Fix RST format. Update doc version

commit cad605671a08fbf8923335c8cf602787ebfbdf79
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 4 12:29:33 2021 +0100

    Include initial translation to Spanish

commit 0ae1727bbc0c39f73f02b8cc50cdf1d1e8fec962
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 22 21:48:50 2021 +0100

    Update changelog

commit 605b959e95ef2a0221db0a4a82e15481ec6f8801
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 22 21:45:13 2021 +0100

    Update version to 1.0.4

commit 25f51bffb870f565a154a8aa6a8227c58ae57027
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Aug 22 20:18:25 2021 +0100

    Fix plots using sorting

commit 410033fce84bac260b42863e2b01f8f974099c9e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 28 13:06:13 2021 +0100

    Fix typo in sample import file header

commit 89d746029597197bf27559d4be08f06fb846fef6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 28 13:03:22 2021 +0100

    Update batch input script
    
    [x] better validation
    [x] include common pitfalls in csv file for testing

commit f2ce51dc409784a76ead92afa267099bccabc0a7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jul 25 13:02:59 2021 +0100

    Update Changelog to v1.0.3

commit 324efd892e44a97fe69f7a9834a8bce9acb7c60c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jul 25 12:59:07 2021 +0100

    Version 1.0.3
    [x] Update natural variants dataset (UniProt 2021_03 of June 02 2021)
    [x] Update documentation and README

commit 89e2006870f84a22c3ad36f2b75dc60f8d422778
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 19 00:31:05 2021 +0100

    Initial PoC for batch import data into MyGNUHealth

commit a0d3b7572f46b9c16dca56879f73c71fc9c517e7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 14 19:42:01 2021 +0100

    Update to MyGNUHealth 1.0.2 and documentation

commit ebb5e56695965600d69e2322b05a5577a7fbb97b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 14 16:03:49 2021 +0100

    Fix bug #60917: MyGNUHealth won't dis global menu would not display global menu on MATE

commit 614992609d9b5eb074068fc3b5463b88a7aeee08
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 13 22:29:12 2021 +0100

    Update link from GNU Savannah

commit 936473f4e8f3b753114dcb576bad313f086581de
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 8 12:38:07 2021 +0100

    Release 1.0.1

commit 06c20203784460d1f47e38bf8f0616e1c402560a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 5 19:56:30 2021 +0100

    Add Changelog

commit 6632f519c07125facb265c2d23ed0bfe409daf4b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 24 16:27:15 2021 +0100

    Added tag 1.0.0 for changeset 7482f405a536

commit 41909aeb19f7aef5e6c87aea40064e40deb71421
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 24 16:26:58 2021 +0100

    MyGNUHealth 1.0.0

commit 7b58a49fe660badec2bd6658f580292d5ff6e91a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 4 23:21:13 2021 +0100

    Update documentation and version

commit f3e40ae8d99d00e096f346dc6b204abb613a7e92
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 3 16:26:24 2021 +0100

    Update documentation

commit afca95c6d9b63aa4cd0a0149d69c87bc5fe17301
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 23:54:50 2021 +0100

    Update Layout on Book of Life. Include UoM on height

commit ba82b8d804eea381647f53a1262f014210b4b31c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 25 17:57:51 2021 +0100

    Update documentation. Improve views

commit 323c9cf7df86dd08e31e6327b125a937d39af102
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 21:59:24 2021 +0100

    New lifestyle domain. Optimize layouts

commit 6ce6b9803c7beea94681e77c212e722025fc13ee
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 14 12:51:42 2021 +0100

    Update Network Settings layout and connection messages

commit 1de9487af0448d3c7a7498ed0b3b527e22c148b8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 12 09:20:41 2021 +0100

    Open natural variants db in read-only mode

commit fdd70081660981a70cc5d682403b8d14aee15fb3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 12 09:02:55 2021 +0100

    Improve login screen layout

commit c40fd000bd38fc84fac40741018742ce2cc40d00
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 9 16:30:48 2021 +0100

    Update PHR page with the main blocks: Health tracker and Book of Life

commit 186aa961b737ec45dec102186629c4cb9749eaaf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 3 15:42:40 2021 +0100

    *    Include genetic information if within the right context
    
        Update to new schema the PoL generation measures
        * Blood pressure
        * Glucose
        * Mood and Energy
        * Oxygen Saturation
        * Weight

commit f80e941b66b349031a2f25ed5447bbd3d5c2550c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 2 22:26:03 2021 +0100

    Return to main Book of life on new entry creation - Context is domain independent. Remove domain dependent medical and social context

commit 44e2e23d7ef94641ec4d779377d8c9d7b186dfe9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 31 21:20:02 2021 +0100

     Improve Page of Life model and creation

commit 408c075919eeb67931d3ede9af6be9a5bd3ed6fe
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 23 23:03:28 2021 +0000

    Remove debugging messages. Include initial summary TextArea

commit 05a63681ce648d5c12be71ac64fdd8256519e335
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 22 20:49:42 2021 +0000

    Add medical genetic information on page of life form

commit bb7bfec2540b11db4d7a7805c77aaee5ae6f8589
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 19 01:02:45 2021 +0000

    Add domain and context for page of life

commit d9cefb0d47250b0cd69cd9d1c24b592328e9e3cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 10 20:57:36 2021 +0000

    Update with latest icons

commit 2ff6411bf13ec01e50fccdad4fe096ab405df9bb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 9 19:44:38 2021 +0000

    Include generated Human Natural Variant list based on UniProt KB

commit ca50f6168ad8d536c818c95855c1bab32a8efe8a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Feb 5 17:04:12 2021 +0000

    Optimize and update initialization process with name, birthdate.

commit 5be0b99836ed30c71fa46eece1aa92093244a7c4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Feb 5 00:11:31 2021 +0000

    Include main components in account manager main screen

commit 3c89b9f1425e5c53d3fa66527dbf1bb09c78f34a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 27 20:54:50 2021 +0000

    Improve Mood and Energy main page

commit c5e13d25dd7ac38736ed27f24b4f5f45658e69a8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 26 17:51:03 2021 +0000

    Include initial Pyschological mood and energy tracking

commit 33a732f2dbc9de53540bfffe506fe8136903c380
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jan 24 19:49:15 2021 +0000

    Initial Psycho module and chart with emoticons placeholders to update

commit f60e9b49dffc10e3cdca4f0239a49c7e3a3d4e44
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 18 15:58:25 2021 +0000

    Initialize personal key interactively. Remove default key

commit ebfe0d6bc10c494c4db77a82fe6a3c6ac81d57ea
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jan 15 21:48:40 2021 +0000

    New signal for password update related errors
    Set initial values on User profile form
    - Retrieve the values of the height and federation account
    - use _table suffix on db table objects
    - Fix update_fedacct Slot decorator

commit bc26552dffbcdb708adf3f97e9e2b9870c402b42
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 12 17:53:21 2021 +0000

    Add BMI in Book of Life PoL summary

commit d63445a5708b3499f3f24fa6ecc14433521966b1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 12 17:39:00 2021 +0000

    Include Body Mass Index
    
    * Includes Body Mass Index in chart and in Book of Life
    * Improve singleton db models on initialization / update (eg, profile)
    * Include height on the user profile using spinner
    * Handle non existing values as numpy.NaN when charting the BMI

commit 0d7e15c1230a6ba48542207723ebe53b412e8f99
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 5 12:47:27 2021 +0000

    Integration with the book of life
    
    New Book of Life module and QML. PoC to show all the pages of Life / events
    in the Kirigami page, and ScrollVieww as well as the initial icons to link
    the different types of pages / domains.
    
    
    Blood Pressure: Group blood pressure with Heart rate readings when done at the
    same moment / same device
    
    
    core: new PageOfLife class, new BoL DB instance and the schema for the
    domains, medical and social contexts, and measurements compatible with
    the GH Federation / Thalamus.
    
    
    Start the update of module internal documentation / pydoc
    
    
    Each measurement from the BIO component now creates a new  page of life and
    inserts it on the  Book of Life.

commit 8cf12c5a9b4a19dbc771f0ebfe25e2586d0d5f44
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 15 21:15:43 2020 +0000

    Update README.rst

commit 081809da3fa201369ce485cd004db86231762850
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 14 18:42:07 2020 +0000

    Fix MANIFEST.in. Update documentation . Version 0.7a8

commit 4aa1b6eb192b2503822c62b8ceb56e68bda0bea2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 14 17:22:37 2020 +0000

    Update variable master_key -> personal_key

commit 752ae425a334f297fc99232fc7fb84ee26e4eda1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 10 12:03:00 2020 +0000

    Update documentation and screenshots

commit cf4d7a53f5bf6aaaf971605c59fa46f09b742dc0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:42:16 2020 +0000

    Update MyGNUHealth logo in documentation

commit 71676dc7ee0dc2edf9714f427eb07170e6af2862
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:37:43 2020 +0000

    Update MyGNUHealth logo with legend in the initial screen

commit da4667a0378d9b4da4af99117a01d7d3ab65095e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:26:07 2020 +0000

    Initial documentation schema

commit e82450b1ed4f2a409ffd64d8dab4649c7270ce47
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Dec 2 19:09:27 2020 +0000

    Update README.rst

commit 46f41721a99dcdb012e8bc6e39ce77fe58da6d35
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Nov 30 22:37:49 2020 +0000

    MyGNUHealth: New repository detached from initial repo

ec0ef4d Add .gitignore
f61d0d2 (tag: v2.0.3) Merge pull request 'fix: Prevent exception when fedinfo is empty' (#10) from ferenc/mygnuhealth:fix-exception-on-no-fedinfo into main
2377370 fix: Prevent exception when fedinfo is empty
f900a1a task #16505: Make widget sizes dynamic -> login.kv
08d0fce task #16505: Make widget sizes dynamic + newuser.kv

changeset:   309:25dea6279b5c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Feb 26 17:19:34 2024 +0000
summary:     Update to 2.0.2

changeset:   308:b8d4fd09fa85
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Feb 26 17:00:38 2024 +0000
summary:     Fix bug #65370: Setting focus in MyGH 2.0.1 crashes initialization

changeset:   304:39f8f4e879d6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 17:00:05 2024 +0000
summary:     Update version to 2.0.1

changeset:   303:dd8b3269262c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 16:55:18 2024 +0000
summary:     Update copyright dates on script

changeset:   302:ac90c96ddb68
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 16:54:32 2024 +0000
summary:     Update copyright dates

changeset:   301:4289d869c6a4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 16:48:30 2024 +0000
summary:     Update buildozer spec file

changeset:   300:da41663405f6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 16:23:44 2024 +0000
summary:     Set and keep focus on key textinput on startup

changeset:   299:3f864ee6517a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 16:23:11 2024 +0000
summary:     Use Kivy 2.3.0

changeset:   298:19df0c163f71
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 06 13:47:03 2024 +0000
summary:     Update metainfo file

changeset:   293:273c208bd9a8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Sep 26 18:30:08 2023 +0100
summary:     Update to 2.0rc2

changeset:   292:a59aff4632d6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Sep 26 18:20:43 2023 +0100
summary:     Update some images in documentation

changeset:   291:7eaaed323a15
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Sep 26 18:05:14 2023 +0100
summary:     Page of life: Improve message verbosity. Move to PHR page upon succesfully create PoL

changeset:   290:492d6c943766
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Sep 26 17:23:36 2023 +0100
summary:     Update dictionary notation for views. PEP8

changeset:   289:b887ba79a957
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 22 12:46:41 2023 +0100
summary:     Update Changelog to 1.9a7

changeset:   288:d23cba0cc5da
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 22 12:44:31 2023 +0100
summary:     Use mygnuhealth package prefix in all module imports

changeset:   287:3ceac0a0b1b1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 20 20:35:17 2023 +0100
summary:     Improve login view

changeset:   286:4328959ef963
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 20 11:31:13 2023 +0100
summary:     Update entry-point, launcher and [project.gui-scripts]

changeset:   285:ae6c4c727e6a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 20 10:41:15 2023 +0100
summary:     Update welcome / login image

changeset:   284:03e7557e0275
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 20:13:13 2023 +0100
summary:     Update to 1.9a3

changeset:   283:151cafbe1223
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 20:10:53 2023 +0100
summary:     Update Changelog

changeset:   282:5a640ba92235
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 20:08:47 2023 +0100
summary:     Improve user creation and update profile

changeset:   281:70542c7b5286
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 16:45:27 2023 +0100
summary:     Use single sourced __version__ attribute in __init__.py

changeset:   280:159458e7cb5c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 16:44:02 2023 +0100
summary:     Improve initialization process

changeset:   279:f75b52a03919
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 15:34:32 2023 +0100
summary:     Use maindb in user_account module

changeset:   278:dd685bfd2d39
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 09:13:38 2023 +0100
summary:     Migrate to setup.cfg and toml

changeset:   277:046a247a62f3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 18 09:06:42 2023 +0100
summary:     Update documentation

changeset:   276:a76ebcc10928
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 19:17:14 2023 +0100
summary:     Update bin/mygnuhealth to match new flat layout

changeset:   275:10d625b3c816
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 19:15:48 2023 +0100
summary:     Update publiccode.yml

changeset:   274:23b321b6e885
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 19:14:00 2023 +0100
summary:     remove unused top level __init__.py

changeset:   273:ece3a0119d49
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 19:11:31 2023 +0100
summary:     Update to alpha1

changeset:   272:f9c631dac924
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 19:08:43 2023 +0100
summary:     Update MANIFEST buildozer and setup to new flat layout

changeset:   271:9390a1394d9c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 18:53:48 2023 +0100
summary:     Move from src to flat layout

changeset:   270:4d4d2de18d14
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 18:51:17 2023 +0100
summary:     Normalize versioning from 1.9.0-alpha to 1.9a0

changeset:   269:4b6807d59028
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 18:50:12 2023 +0100
summary:     Include additional deps in setup.py

changeset:   268:4bd7184ac506
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 17:04:58 2023 +0100
summary:     Add cairosvg dependency to generate png images from pygal

changeset:   267:4fd529d91662
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Sep 16 17:03:50 2023 +0100
summary:     Update MANIFEST.in

changeset:   266:386470b77161
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 11:31:03 2023 +0100
summary:     Update Changelog

changeset:   265:5eba427733ec
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 11:24:42 2023 +0100
summary:     Improve scroling in About page credits

changeset:   265:5eba427733ec
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 11:24:42 2023 +0100
summary:     Improve scroling in About page credits

changeset:   264:c994235fdcd0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 11:01:33 2023 +0100
summary:     Replace matplotlib by pygal in setup.py

changeset:   263:d5054d84acd6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 08:17:34 2023 +0100
summary:     PEP8

changeset:   262:4bf1952a9350
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 15 08:13:24 2023 +0100
summary:     Include visual error on profile validation

changeset:   261:12f295910c0d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Sep 14 20:19:41 2023 +0100
summary:     Enforce basic validation on user creation

changeset:   260:1a163c7d1b2d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Sep 14 18:15:13 2023 +0100
summary:     Include validation for sleep

changeset:   259:c87dcb25eaeb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Sep 14 16:47:23 2023 +0100
summary:     Include validation for nutrition

changeset:   258:18b0b96bf891
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Sep 14 16:47:00 2023 +0100
summary:     Include validation for physical activity

changeset:   257:eae816b71478
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 19:42:13 2023 +0100
summary:     Include sanity / validation check on OSAT levels

changeset:   256:b9c27721a5f0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 19:33:52 2023 +0100
summary:     Include sanity / validation check on blood glucose levels

changeset:   255:1ada5bc01502
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 19:19:43 2023 +0100
summary:     Use float for weight. Include sanity check

changeset:   254:4c13d5c17c7b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 19:10:24 2023 +0100
summary:     Remove debug messages from cardio

changeset:   253:dfaa27e9eacc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 18:51:01 2023 +0100
summary:     Sanity check on cardio values

changeset:   252:ffeb82bc7779
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 18:49:51 2023 +0100
summary:     Improve login layout

changeset:   251:13015d78c7d2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 17:16:38 2023 +0100
summary:     Update welcome / login image

changeset:   250:80bbf64a26d2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 17:10:53 2023 +0100
summary:     Update Federation sync icon

changeset:   249:2bedf56b6666
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 17:08:47 2023 +0100
summary:     Update sleep icon

changeset:   248:a9d0515ee4a5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 10 17:02:27 2023 +0100
summary:     Update Social Activities icon

changeset:   247:8ae067c7c949
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 19:32:12 2023 +0100
summary:     Replace deprecated padding_y by padding

changeset:   246:cc4ba1113523
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 18:55:38 2023 +0100
summary:     Use False as default value to sync data with the Federation

changeset:   245:48905f218d02
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 18:45:35 2023 +0100
summary:     Use color for Enable synchronization checkbox

changeset:   244:38a94cb8b357
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 18:42:06 2023 +0100
summary:     Use popup messages for federation connection status

changeset:   243:8e2bded837f4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 12:46:30 2023 +0100
summary:     Show stored values for thalamus server in network settings

changeset:   242:6c1a59570691
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 12:44:07 2023 +0100
summary:     Use maindb in core

changeset:   241:ab6410df01fb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Sep 06 11:46:59 2023 +0100
summary:     Improve sign in screen and use a welcome image

changeset:   240:aa36638303e5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Sep 05 08:55:11 2023 +0100
summary:     use custom bg color for action buttons menu

changeset:   239:6170ee3d4bc9
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Sep 04 10:49:09 2023 +0100
summary:     Include custom style for pygal charts

changeset:   238:57176190e916
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Sep 01 10:04:17 2023 +0100
summary:     Update variants db to Uniprot human natural variants  2023_3 - July

changeset:   237:185f4b4ed9e2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 31 16:15:04 2023 +0100
summary:     Enable BoL synchronization

changeset:   236:0b0f36e30c3e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 31 15:17:24 2023 +0100
summary:     Remove test method

changeset:   235:928c37f5c021
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 31 10:48:27 2023 +0100
summary:     Create Page of life from view

changeset:   234:78c8d2d3d488
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Aug 29 18:50:14 2023 +0100
summary:     Automatically fill the natural variant information based on the ref seq

changeset:   233:d1bd3470f40b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Aug 29 15:39:08 2023 +0100
summary:     Update PoL view

changeset:   232:8f3172a96dca
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Aug 29 10:41:00 2023 +0100
summary:     Include in Page of Life view main genetic parameters

changeset:   231:c89ddb7abccc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Aug 29 09:40:17 2023 +0100
summary:     Add initial layout for genetics. Hide it when the context is not relevant

changeset:   230:1c7fb1636f6b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Aug 28 19:02:09 2023 +0100
summary:     Update PoL view with relevance, private page, detailed information  components. Improve layout

changeset:   229:fddb131b8fc4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 27 17:37:16 2023 +0100
summary:     PEP8

changeset:   228:acc7f9dcf306
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 27 17:36:11 2023 +0100
summary:     Intro PoL domains and contexts

changeset:   227:b91266231383
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Aug 26 20:15:11 2023 +0100
summary:     Initial page of life view and classes

changeset:   226:52dc48535369
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Aug 26 18:48:39 2023 +0100
summary:     Improve Bol layout

changeset:   225:bc317e95b2fc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Aug 26 17:59:34 2023 +0100
summary:     Comment on border

changeset:   224:3c9d232297b1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Aug 26 17:58:46 2023 +0100
summary:     Include border around Bol

changeset:   223:8b956d5e3908
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 24 09:44:57 2023 +0100
summary:     Improve Book of Life layout

changeset:   222:1dc3ee2ab113
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Aug 23 10:46:44 2023 +0100
summary:     Add initial BoL widgets for new page of life and synchronization

changeset:   221:21007a60641c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 20 20:01:35 2023 +0100
summary:     Disable Actionbar if user has not logged in . Include popup message on wrong credentials

changeset:   220:210319563b1d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 20 13:38:01 2023 +0100
summary:     Improve person profile view layuout

changeset:   219:8f0692e09c58
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 20 12:47:42 2023 +0100
summary:     Imrove person profile view layuout

changeset:   218:a37923178e14
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 20 11:41:15 2023 +0100
summary:     Include Federation account in person profile

changeset:   217:ebb1992496a6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Aug 19 20:35:35 2023 +0100
summary:     Initial Federation and network settings objects and views

changeset:   216:4529b0adc2c7
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 18 18:01:10 2023 +0100
summary:     Update user profile functionality

changeset:   215:56e2bfa12713
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 18 10:08:49 2023 +0100
summary:     Include Profile and Network entries on the Menu group

changeset:   214:7cff035d1648
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 18 10:00:54 2023 +0100
summary:     Use a spinner for the action group and place HOME in a independent button

changeset:   213:e0a623ca8b15
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 17 15:44:46 2023 +0100
summary:     Improve scrolling and spacing in pages of life

changeset:   212:d8bc7401c465
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 17 12:51:00 2023 +0100
summary:     Initial Format pages of life

changeset:   211:f0f283ed3d98
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Aug 16 19:16:38 2023 +0100
summary:     Initial reading of Book of life

changeset:   210:3ff2152fb241
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Aug 16 16:31:09 2023 +0100
summary:     Update background for mood and energy artwork.

changeset:   209:ef5f0d58a3d5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Aug 16 10:15:10 2023 +0100
summary:     Include visual representation for Mood and Energy levels

changeset:   208:399e30101deb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Aug 15 20:12:21 2023 +0100
summary:     Add initial pyschological self evaluation - mood and energy and notes

changeset:   207:0a78b2d3a4e4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Aug 14 18:43:24 2023 +0100
summary:     Update bio charts to line_plot

changeset:   206:9c71101e2e64
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Aug 14 18:24:27 2023 +0100
summary:     Add meaningful social activities

changeset:   205:a5b17fcc8a08
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 13 18:43:35 2023 +0100
summary:     Add sleep readings and charts

changeset:   204:08a4ff44c5f2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 13 17:25:45 2023 +0100
summary:     Add Nutrition chart

changeset:   203:31351ca8e8bc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 13 17:13:16 2023 +0100
summary:     lifestyle Include nutrition and social placeholders and main methods

changeset:   202:78c75dd6e928
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 13 17:12:14 2023 +0100
summary:     Include Physical Activity chart.

changeset:   201:a7be28a82169
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 13 17:10:08 2023 +0100
summary:     Update line and stacked_plot methods

changeset:   200:3d9daf449bf5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 06 17:17:02 2023 +0100
summary:     Remove commented graph line of code (task #16387: MyGNUHealth 2.0)

changeset:   199:9db49ac17580
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 06 17:16:09 2023 +0100
summary:     Include meaningful social activites in lifestyle domain (task #16387: MyGNUHealth 2.0)

changeset:   198:e71148d03a74
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 04 11:02:28 2023 +0100
summary:     PEP8

changeset:   197:669a4c56023f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 04 11:00:46 2023 +0100
summary:     PEP 8

changeset:   196:40cc7c83ff87
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 04 10:59:30 2023 +0100
summary:     Initial classes and layouts for Lifestyle and Physical Activity (task #16387: MyGNUHealth 2.0)

changeset:   195:5d36b43b28a2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Aug 04 10:31:34 2023 +0100
summary:     Fix class description

changeset:   194:3a86c80ce8f9
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 03 10:33:16 2023 +0100
summary:     use maindb in bloodpressure

changeset:   193:0ad6adafb355
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 17:40:43 2023 +0100
summary:     Remove obsolete imports

changeset:   192:5a076e0e98c8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 17:32:29 2023 +0100
summary:     use maindb instead of db. Cleanup and document classes

changeset:   191:a84afd494ec8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 10:05:08 2023 +0100
summary:     Include osat chart

changeset:   190:30d445931f9d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 10:04:46 2023 +0100
summary:     Fix comment on weight

changeset:   189:555aeca397b5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 09:22:30 2023 +0100
summary:     Include weight chart

changeset:   188:4835e1b05923
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 07:34:08 2023 +0100
summary:     remove obsolete setGlucose method

changeset:   187:3d0f66e16993
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 18 07:33:03 2023 +0100
summary:     Add tracker glucose stats view

changeset:   186:10c1795582dc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jul 15 11:05:47 2023 +0100
summary:     Add glycemia stats chart

changeset:   185:4786caef7cf0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jul 15 10:54:02 2023 +0100
summary:     Include glucose ListProperty

changeset:   184:fff49722d915
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jul 15 10:40:52 2023 +0100
summary:     Cleanup cardio view

changeset:   183:64b4eb57376f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jul 15 10:39:46 2023 +0100
summary:     Update glucose models and view

changeset:   182:b8a858f67a35
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 10 12:28:46 2023 +0100
summary:     Include initial blood pressure chart, along with the heart rate

changeset:   181:1aabcf625f20
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 10 09:54:47 2023 +0100
summary:     Move TrackerBioScreen to the tracker_bio_cardio module

changeset:   180:030fda243494
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jul 06 22:26:48 2023 +0100
summary:     Use Properties and on_pre_enter to refresh the cardio values and chart

changeset:   179:247fb413c7af
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 04 19:18:40 2023 +0100
summary:     Update buildozer dependencies

changeset:   178:4de5c597a43f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 04 18:50:59 2023 +0100
summary:     Initial main db load to improve performance

changeset:   177:bf61c2990973
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 04 18:13:33 2023 +0100
summary:     PEP8 in core.py

changeset:   176:20c47dc2fc1e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 04 17:19:26 2023 +0100
summary:     PoC graphs with pygal

changeset:   175:cf1187d1ae4c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 03 19:29:26 2023 +0100
summary:     Activate login status from user upon right credentials

changeset:   174:0a26c57bad05
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 03 19:26:34 2023 +0100
summary:     Remove start button and use on_touch_down on initial screen

changeset:   173:1a0c2590ad4a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Jul 02 11:44:50 2023 +0100
summary:     Use NoTransition for screenmanager. Implement back and home funtionality

changeset:   172:2265c1dcf569
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 30 20:55:07 2023 +0100
summary:     Customize Textinput. Use white background on screen

changeset:   171:8339c497e130
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 30 17:37:58 2023 +0100
summary:     Update tracker bio - replace on_touch_down by buttons and on_release event

changeset:   170:78318fb92c00
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 30 17:26:01 2023 +0100
summary:     Add Cardio button done image and update from view

changeset:   169:a5392495f4f3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jun 29 19:43:04 2023 +0100
summary:     Update bio tracker screen and buttons

changeset:   168:a11a50188f0a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jun 29 12:16:29 2023 +0100
summary:     Replace button widget by Image. Add new cardio tracker layout

changeset:   167:af6cecce8058
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jun 28 12:08:56 2023 +0100
summary:     Update cardio icon. Inlcude stats button. Modify layout for bio tracker

changeset:   166:6329a79e6081
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 23 12:31:02 2023 +0100
summary:     fix variable naming for glucose

changeset:   165:da891d0480e6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 23 12:25:35 2023 +0100
summary:     Add class and initial screen for bio osat

changeset:   164:1376849c524c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 23 12:03:19 2023 +0100
summary:     Add class and initial screen for bio glucose

changeset:   163:679944b9ab3e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jun 21 20:50:59 2023 +0100
summary:     Add class and initial screen for bio weight

changeset:   162:4395fa8141c3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Jun 11 13:25:56 2023 +0100
summary:     Include TrackerBioCardio class in a separate module

changeset:   161:ed32ddbd184b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jun 10 18:41:29 2023 +0100
summary:     Initial cardio information getters and setters

changeset:   160:c87a6eecbf5d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jun 09 13:00:34 2023 +0100
summary:     Include initital bio cardio tracker model

changeset:   159:8872bfbcab7a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jun 07 11:55:23 2023 +0100
summary:     Add tracker_bio screen. Cleanup

changeset:   158:48100506d39d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jun 06 16:37:27 2023 +0100
summary:     Require Kivy 2.2.0

changeset:   157:cde1a6d55c4f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Apr 30 11:41:37 2023 +0100
summary:     Fix typos on Spanish documentation. Thank you, Victorhck!

changeset:   156:94ebc679fdae
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Apr 29 10:09:13 2023 +0100
summary:     Relocate directories / files

changeset:   155:5479548ff498
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Mar 26 20:10:59 2023 +0100
summary:     Improve package layout

changeset:   154:50628aff15db
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Mar 26 18:32:06 2023 +0100
summary:     Update copyright year in header

changeset:   153:2fdeb283f71a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 24 16:35:10 2023 +0000
summary:     Use local imports

changeset:   152:ad0f4a6aee14
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 24 16:17:53 2023 +0000
summary:     Include bcrypt on buildozer requirements

changeset:   151:155a96bc490b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 24 15:17:34 2023 +0000
summary:     Remove datefromisotz to use again fatetime fromisoformat on newer python versions

changeset:   150:61c5b3554d8d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 24 15:04:28 2023 +0000
summary:     Limit the binary to arm64-v8a

changeset:   149:3ca9fa1c2d62
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Mar 23 17:42:41 2023 +0000
summary:     Add armabi-v7a in buildozer.spec

changeset:   148:39a3d175e101
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Mar 22 21:49:48 2023 +0000
summary:     Update buildozer spec file

changeset:   147:d92f8656ab88
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Mar 22 17:18:23 2023 +0000
summary:     Work on data paths for UN*X and Android

changeset:   146:b18a1f44622d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Mar 22 16:59:57 2023 +0000
summary:     Guess the OS / architecture of the host

changeset:   145:f619d329d863
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 20 13:06:52 2023 +0000
summary:     Implement Kivy user_data_dir to make MyGH cross platform compatible

changeset:   144:474a13cd494e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Mar 18 12:14:56 2023 +0000
summary:     Remove files containing previous framework

changeset:   143:18c930289b96
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Mar 18 12:09:28 2023 +0000
summary:     Rename mygh.py to main.py to make it compatible with Kivy on android

changeset:   142:5e61b86814c3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 17 10:34:03 2023 +0000
summary:     Initial buildozer spec file

changeset:   141:fa24a15549a2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 19:10:43 2023 +0000
summary:     Include health tracker screen and transition from PHR

changeset:   140:29a80c21ce1b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 19:08:46 2023 +0000
summary:     Add HealthTrackerScreen class. Update module doc

changeset:   139:c4cd8c004318
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 19:06:25 2023 +0000
summary:     Add initial health_tracker view

changeset:   138:d9bb8dce1b30
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 19:05:21 2023 +0000
summary:     rename to button the corresponding image files to differentiate them from icons

changeset:   137:eb8f883b0874
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 18:24:10 2023 +0000
summary:     Avoid calling twice the app

changeset:   136:fdecb69e23ea
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 17:19:11 2023 +0000
summary:     rename method validate to validate_credentials

changeset:   135:d594f14e1e8e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 06 16:57:35 2023 +0000
summary:     remove Messages.sh, not used in Kivy

changeset:   134:b0a24ab1a7a3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Feb 22 12:31:07 2023 +0000
summary:     Allow mygh.py to be executed as a module or script

changeset:   133:87c6b4f0e012
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Feb 05 22:38:39 2023 +0000
summary:     Relocate files to root application root dir

changeset:   132:7930be77c241
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Feb 05 22:31:21 2023 +0000
summary:     Use bin/env for portability

changeset:   131:c6b4e9bd3c69
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jul 29 13:27:40 2022 +0100
summary:     Include sex in the initial user profile. Initialize DB with new user

changeset:   130:cca1d8c08727
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jul 28 20:32:18 2022 +0100
summary:     Fix typo in method documentation

changeset:   129:66f5fb07f9a7
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 31 17:53:49 2022 +0100
summary:     Use tab key to navigate through the text fields

changeset:   128:e098da2fc4b9
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 26 21:54:32 2022 +0100
summary:     Create initial method to process the user initialization

changeset:   127:be382b44c8a7
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 26 17:53:41 2022 +0100
summary:     Optimize layout on new user screen

changeset:   126:77e4a7a5887d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 26 14:35:27 2022 +0100
summary:     Improve layout on user registration screen

changeset:   125:10a1e26420d0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 25 19:37:59 2022 +0100
summary:     Update new user registration view

changeset:   124:08ad3c1ebcec
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 25 13:44:25 2022 +0100
summary:     Implement pop screen in about screen

changeset:   123:3377f8a92bb8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 24 13:53:32 2022 +0100
summary:     Include initial NewUser screen

changeset:   122:8a2c04e788e3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon May 23 18:04:40 2022 +0100
summary:     Include URL on about screen

changeset:   121:247ee74cdda1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon May 23 13:27:14 2022 +0100
summary:     Initial representation of about page text

changeset:   120:ee8f0f333364
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun May 22 13:11:40 2022 +0100
summary:     Use a Menu class for global action bar

changeset:   119:73de48030ad0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 18:16:49 2022 +0100
summary:     Implement application exit - bailout method

changeset:   118:24ef4baf1974
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 17:50:05 2022 +0100
summary:     Include lock icon for login screen

changeset:   117:80322eebf088
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 13:14:27 2022 +0100
summary:     Improve login UI / widgets

changeset:   116:d6ba2f1e7eeb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 12:29:55 2022 +0100
summary:     Remove home button from login

changeset:   115:2589230bde51
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 11:32:58 2022 +0100
summary:     Validate user key upon pressing enter

changeset:   114:3d70ad289956
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat May 21 11:02:42 2022 +0100
summary:     Use a factor of the application bar for its icon size

changeset:   113:970528550248
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri May 20 18:46:41 2022 +0100
summary:     Use negative bg color for action bar icon

changeset:   112:2def2bc065f0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri May 20 18:16:39 2022 +0100
summary:     Reduce the image size in the initial screen

changeset:   111:86a2109421a4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri May 20 13:29:37 2022 +0100
summary:     Use GH background color and icon in actionbar

changeset:   110:25988ce2fbad
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri May 20 12:38:08 2022 +0100
summary:     Use mygnuhealth icon in application and actionbar

changeset:   109:c4296fc1e7ea
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 19 12:06:50 2022 +0100
summary:     Use ActionBar globally

changeset:   108:e77abbd8b0f0
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 19 11:45:29 2022 +0100
summary:     Include the actionbar inside the box layout

changeset:   107:4de9a15753dc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 18 17:23:27 2022 +0100
summary:     remove QML

changeset:   106:34ca33dd5e78
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 18 17:23:03 2022 +0100
summary:     Add initial PHR screen with the health tracker and BoL buttons

changeset:   105:35466f8cc9bd
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 11 16:51:42 2022 +0100
summary:     Use individual kv files per screen / context

changeset:   104:6c165b05992f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 10 15:49:36 2022 +0100
summary:     Add personal key verification in login process

changeset:   103:651f49c6322a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 10 10:12:41 2022 +0100
summary:     Don't pass the userid / passwd as arguments, since they're properties already declared

changeset:   102:8370d2b7b1c7
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon May 09 22:13:03 2022 +0100
summary:     initial installation check. basic ui widgets for userid and passwd. PEP8

changeset:   101:1a8f0e3f38da
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun May 08 18:36:30 2022 +0100
summary:     Add login screen

changeset:   100:fe735b9b8bb5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun May 08 18:03:44 2022 +0100
summary:     Update icons to png format and use new MyGNUHealth logo

changeset:   99:dbe33383e4b2
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun May 08 15:56:48 2022 +0100
summary:     Set initial area for ActionnBar

changeset:   98:c79eb4e65ae8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun May 08 12:40:29 2022 +0100
summary:     Add title with release and import about module

changeset:   97:ad96b4d6a38d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 04 09:53:47 2022 +0100
summary:     rename base dir to mygnuhealth

changeset:   96:422619457515
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 04 09:52:42 2022 +0100
summary:     remove cpp

changeset:   95:f97ed4609b8c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 04 09:52:00 2022 +0100
summary:     PEP8

changeset:   94:4d649155bfdd
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 04 08:59:40 2022 +0100
summary:     Use a softer background color

changeset:   93:6ed2775ee8ea
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed May 04 08:16:56 2022 +0100
summary:     Use default transition animation

changeset:   92:4b60727807eb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 03 20:26:45 2022 +0100
summary:     Initial PoC on kivy screen transitions

changeset:   91:b752e7de23f4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 03 17:01:07 2022 +0100
summary:     Enforce change to  local modulde directory to correctly load files

changeset:   90:6badc1d4eeb6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue May 03 13:05:10 2022 +0100
summary:     Initial screen and kv file

changeset:   89:d33ddb8bafe1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon May 02 13:34:12 2022 +0100
summary:     Update setup.py

changeset:   88:e52ef6500f61
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Feb 19 17:39:37 2022 +0000
summary:     Add icons / images as PNG

changeset:   87:1d9944f7013d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Feb 10 21:14:30 2022 +0000
summary:     Start cpp porting from py - PoC on QML pages and images both for VollaPhone - VollaOS AOSP and Desktop

changeset:   86:5e53d8c92caf
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 31 20:35:01 2022 +0000
summary:     Move to python dir 1.0.6 version

changeset:   85:0931dd1aec96
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jan 20 00:49:34 2022 +0000
summary:     Update metainfo

changeset:   84:bebbbb95317a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 17 17:02:18 2022 +0000
summary:     Update MANIFEST.in

changeset:   83:8f3871b141e8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 17 17:01:28 2022 +0000
summary:     Rename org.gnuhealth.mygnuhealth.appdata.xml by org.gnuhealth.mygnuhealth.metainfo.xml

changeset:   82:c8f1e5eb31ee
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 17 16:47:10 2022 +0000
summary:     Replace org.kde.mygnuhealth.desktop by org.gnuhealth.mygnuhealth.desktop

changeset:   81:bb612b81e8fc
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 17 16:42:51 2022 +0000
summary:     Replace org.kde.mygnuhealth.metainfo.xml by org.gnuhealth.mygnuhealth.appdata.xml

changeset:   80:e6e6c89f8983
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jan 17 16:40:46 2022 +0000
summary:     Add org.gnuhealth.mygnuhealth.appdata.xml and org.gnuhealth.mygnuhealth.desktop

changeset:   79:501f4dc02789
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Oct 27 20:01:13 2021 +0100
summary:     Update index document with German link

changeset:   78:76c4f0861b2b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 18 19:01:14 2021 +0100
summary:     Update to MyGNUHealth 1.0.5


changeset:   77:db992e917647
tag:         tip
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 18 14:12:29 2021 +0100
summary:     Add German documentation

changeset:   76:7f586cbda7ce
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Oct 15 12:16:35 2021 +0100
summary:     Add French documentation (Thank you, Armand\!)

changeset:   75:45fa2b17b2bf
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Oct 13 17:13:06 2021 +0100
summary:     Spanish documentation: Fix typos

changeset:   74:8b8360c4502a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Oct 13 17:11:21 2021 +0100
summary:     English documentation: Fix typos

changeset:   73:fdcc486ecdba
parent:      67:0572a1790ee1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 18 11:33:14 2021 +0100
summary:     Update desktop categories and inclue Purism-Form-Factor

changeset:   72:7aea74f81663
branch:      stable
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Oct 15 12:16:35 2021 +0100
summary:     Add French documentation (Thank you, Armand\!)

changeset:   71:0dfdd91d1eb5
branch:      stable
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Oct 13 17:13:06 2021 +0100
summary:     Spanish documentation: Fix typos

changeset:   70:1b40bbce0838
branch:      stable
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Oct 13 17:11:21 2021 +0100
summary:     English documentation: Fix typos

changeset:   69:fb71895b851a
branch:      stable
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Oct 05 11:20:44 2021 +0100
summary:     Fix RST format. Update doc version

changeset:   68:920df8b6011a
branch:      stable
parent:      65:4fece4b6e287
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 04 12:29:33 2021 +0100
summary:     Include initial translation to Spanish

changeset:   67:0572a1790ee1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Oct 05 11:20:44 2021 +0100
summary:     Fix RST format. Update doc version

changeset:   66:51e560eb79cd
parent:      61:2de550ffa5b9
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 04 12:29:33 2021 +0100
summary:     Include initial translation to Spanish

changeset:   65:4fece4b6e287
branch:      stable
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 22 22:23:25 2021 +0100
summary:     Added tag v1.0.4 for changeset 7c9accba602f
changeset:   60:bb011511cd55
tag:         tip
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 22 21:45:13 2021 +0100
summary:     Update version to 1.0.4

changeset:   59:18fbdae02cf4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Aug 22 20:18:25 2021 +0100
summary:     Fix plots using sorting

changeset:   52:9b5d0903159c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Jul 25 12:59:07 2021 +0100
summary:     Version 1.0.3

Version 1.0.3
[x] Update natural variants dataset (UniProt 2021_03 of June 02 2021)
[x] Update documentation and README

changeset:   45:a26028ecc04d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jul 14 16:03:49 2021 +0100
summary:     Fix bug #60917: MyGNUHealth won't dis global menu would not display global menu on MATE

changeset:   44:b7241742884c
parent:      41:9c1ede6a2f3d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 13 22:29:12 2021 +0100
summary:     Update link from GNU Savannah

commit 60c9f857612d7dde1f5d25dfc0d6ce6431e8e28b (HEAD -> master)
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 8 00:30:04 2021 +0100

    Fix download URL at GNU.org

    [x] use https://ftp.gnu.org/gnu/health/mygnuhealth

commit 0803e45baeec8e809992c1faae2b55baa2116dbf (origin/master, origin/HEAD)
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 8 00:28:32 2021 +0100

    Add missing local documentation

    [x] Include documentation under share/doc/mygnuhealth

commit 308eb61091247d89950a86e73d64e41f1a2ad12d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 7 19:02:22 2021 +0100

    Add Changelog file

    [x] Add Changelog from git log
    [x] Include changesets from Mercurial


commit b3c9a7d9d08477bb2d2742af992b2fa347615b48
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 24 15:31:02 2021 +0100

    Release MyGNUHealth 1.0

commit 37a98bab3e1a1bf0de1b821e80f499d3dff2ad81
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 24 12:58:47 2021 +0100

    Fix total Kcal recording

commit 33aaedef8f197b3ebd011d3967fcd4b55ebc2caf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 23 13:24:28 2021 +0100

    Update to Release Candidate 2 - RC2

commit 4ba6a6f562668e469647043fbc33fb2df4360e54
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 23 13:20:14 2021 +0100

    Remove initial value from Slider on Physical Activity

commit 85b16de742fd326f057b4f1534bcdc14bd4aa8d3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 22 10:50:21 2021 +0100

    Fix typo that prevented showing Nutritional info
    
    [x] Fix qsTr in Nutritional information page

commit 6a32973578b01c2faa1415e2eb5ff29e4804e30c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 18:24:33 2021 +0100

    Update to Release Candidate 1 (1.0RC1)

commit 3b0bad65f14f9194e2c6fb95c9b3baf365a7925b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 18:19:46 2021 +0100

    Update the MyGNUHealth logo icon
    
    [x] Use a clearer, higher contrast SVG (thank you, Leo!!)

commit e16225a1f8400024ad06bb86d44c01cf8d9c0a95
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 17:32:13 2021 +0100

    Improved convergence on PinePhone

commit 154e9dadf65432f2ef6ce6bd61d220609d805da5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 17:03:50 2021 +0100

    Improve layout on Page of Life
    
    [x] Include Header and footer
    [x] Fix Polish loop on genetic info

commit 47e279da8bdd5657332abf8634ca15424f8ba8b8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 16:14:28 2021 +0100

    Improve layout on Nutrition and Sleep pages
    
    [x] Fixed background color on nutrition icon
    [x] Migrate from Grid to Column layout
    [x] Bigger TextAreas for both nutrition and sleep

commit 0579e3951566ac85c82d938dbfbd4043694b7b70
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 05:50:16 2021 +0100

    Add footer and headers on Bio items

commit fac24130bf454bec3f2378937135fa74320c5669
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jun 21 05:30:21 2021 +0100

    Update Physical Activity Page:
    
    [x] Use slider for steps
    [x] Include footer
    [x] Add image on top of the page

commit e7c2bee05537af7b84e22d2c09f9034b284db4c1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jun 20 19:59:08 2021 +0100

    Improve layout and convergence in Blood Pressure page
    
    [x] Use simpler ColumnLayout
    [x] Same style and fonts as in the other Bio items

commit a6d4e96e3d25cc8a6502e3fd2184dcd960e1fefe
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jun 20 19:48:18 2021 +0100

    Fix Weight precision when saving the new record

commit 8e757a0bc7a9b8e13971f6528604fdc75e61cc64
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 19 19:51:32 2021 +0100

    Improve convergence on Glucose and Osat
    
    [x] Better UI and usability both on Desktop and PinePhone

commit 9b577953fc6354c1ff2ab0cd048a8911349c686b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 19 14:57:58 2021 +0100

    Align weight TextField

commit f7dad3cb722a2f64a3f3a9307ba39781b81045a0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 19 14:55:48 2021 +0100

    Use label instead of TextField for pound conversion

commit 4cbb516f9c3631ee1f25f63918e7b6aa59e8f48d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 19 13:04:11 2021 +0100

    Use Slider in weight page
    
    [x] Replace SpinBox by Slider
    [x] Allow entry of weight by Text
    [x] Update text and slider values reciprocally
    [x] Include weight icon
    [x] Read-only pound conversion

commit 8be218216d8636babe7fabde41757058a42242cb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 17 20:03:33 2021 +0100

    Add .gitattributes for LFS on variants DB

commit 413e86ca8538508bd7c5bb52756de158cbc0e9d9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jun 17 10:25:21 2021 +0100

    Show error message when RefSNP is not found
    
    [x] Include signal when rs is not found in medical genetics context.

commit 6565113de9430eb8c41435baa3ad26fe0ff7ad23
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 16 17:22:24 2021 +0100

    Refresh Book of Life after creating a nee PoL
    
    [x] Do a pop and replace ops on the stack to refresh

commit 21705165ba8485a90a0ef7131b08856c2d815dfb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jun 16 17:10:43 2021 +0100

    Improve convergence
    
    [x] Change date and time widgets on PageofLife
    [x] Remove most anchors in favor of Layout
    [x] Kigirami.Page -> KirigamiScrollablePage

commit 32d422337db297568fd173bd1778db2dcfd87618
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 15 11:28:14 2021 +0100

    Fix issue #5
    
    [x] New password must be set
    [x] Password length => 4 chars
    [x] Validate new password on repeat

commit 37f5e59dba33e13f1527a614c10ffdeb41744716
Author: Kunda Ki <chitty_cloud@me.com>
Date:   Mon Jun 14 20:36:33 2021 +0000

    Fix misc. source comment typos

commit 88002377064c1a281dc83bac939667cfe53e197a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jun 13 21:19:27 2021 +0100

    Center in the PHR and Tracker pages

commit e3deff0747c838828544090806a34449b2e5afcf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jun 13 19:07:32 2021 +0100

    Refresh pages after unwinding (popping)
    
    [x] Pop and replace to refresh the pages with the lastest information
    [x] Shorten some strings to fit better on the screen
    [x] Remove obsolete Theme background on Mood page

commit 15112252c027e40f37591b82cb5fdaf8899915aa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 12 17:14:19 2021 +0100

    Transition birthdate from SpinBox to Texfield
    
    [x] Move height to a separate own row
    [x] Use validators and change to red wrong values
    [x] Type cast from str to int the birthdate
    [x] Add cm as unit of measure for height
    [x] Remove separators
    [x] Don't use today's date as default on birthdate

commit 926d99ec29057596704833f90b36a6761197b8c0
Merge: 2409347 92df868
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 8 20:03:57 2021 +0100

    Merge branch 'master' of invent.kde.org:pim/mygnuhealth

commit 24093477ef9c7ceac3f3d8b81c523a036dcee821
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jun 8 20:03:17 2021 +0100

    Improve layout
    
    [x] Center in the elements on initialization profile page
    [x] Use Text instead of Label for Uniprot human natural variants credits
    [x] Remove separators

commit 92df868b724185f43e37e935b4d07643001551c4
Author: l10n daemon script <scripty@kde.org>
Date:   Mon Jun 7 01:16:02 2021 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 52234e486f0e62bda59a17455fcd8aa62c3e246a
Merge: a7746e7 15e67d8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 4 23:24:08 2021 +0100

    Merge branch 'master' of invent.kde.org:pim/mygnuhealth

commit a7746e7da187271ba6a25003481fd1ee397f57cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jun 4 23:23:32 2021 +0100

    Add improved application icon
    
    [x] Include mygnuhealth-icon.svg as the application icon
    [x] Update setup.py with the new icon

commit 15e67d8904659815034219c1265c909103c6f8f5
Author: l10n daemon script <scripty@kde.org>
Date:   Tue May 25 01:21:36 2021 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 1bd0ba272e1a45db91cdda5a8853da78bd82e898
Author: l10n daemon script <scripty@kde.org>
Date:   Tue May 25 00:20:42 2021 +0000

    GIT_SILENT made messages (after extraction)

commit 1ea25bac5fed4075820d68712d23fe4201420b54
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Sun May 23 08:47:07 2021 +0300

    Fix minor typos

commit bc3b7194f59822af0e750339b557a9654e626140
Author: l10n daemon script <scripty@kde.org>
Date:   Sat May 22 01:16:16 2021 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit ecc77e73bfe8240f2316ff61b15fd5c50007b40e
Author: l10n daemon script <scripty@kde.org>
Date:   Sat May 22 00:17:27 2021 +0000

    GIT_SILENT made messages (after extraction)

commit e1db1919eae8ff2e9c9030b9a083023c5ed0a9f9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 20 13:53:35 2021 +0100

    Version 0.9b4
    
    [x] Update documentation and version

commit 4d46387794e61444d479cc8a238a8a866f722c61
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 16 21:20:05 2021 +0100

    Fix issue #17 https://invent.kde.org/pim/mygnuhealth/-/issues/17
    
    [x] Use Python threads to make the sync process asynchronous
    [x] Show a busy indicator while the push thread is running

commit d089c1eb4df0bf81963908e80dedc37f84d0844f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 15 13:37:47 2021 +0100

    Fix issue #16 https://invent.kde.org/pim/mygnuhealth/-/issues/16
    
    Enable connection test button only if all the fields are entered

commit d5e9fbee4a2e25fd126a3656c469d1546c135b72
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat May 15 13:18:07 2021 +0100

    Update documentation

commit 1f10f84896dafd52116880a627598ea8d6668cd5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 6 20:59:41 2021 +0100

    Update documentation
    
    [x] Add warning addmonition
    [x] Fix typos

commit 588bfbb1ac0d30cf11b0f4eca019ce35c8f24f41
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed May 5 21:28:33 2021 +0100

    Update documentation and version 0.9b3

commit 43c595f5466e9c18dc031fbe17641f9b959c86fc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue May 4 22:14:54 2021 +0100

    Update documentation

commit b6b4ee2636ab7eed7767d63a2e7279d39c7be164
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon May 3 16:21:27 2021 +0100

    Update documentation

commit 6b751aa314c405f7022c047f4ae4dff257af19d8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun May 2 21:51:32 2021 +0100

    Update documentation

commit cd3d209031e3379f93f18c02643caa8ee3d13a17
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 30 20:33:01 2021 +0100

    Update project documentation

commit a98a358b57edea845878dc9d4dff305929dba801
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 28 21:33:26 2021 +0100

    Improve handling on Thalamus connection
    
    * Catch HTTP exceptions, including unauthorized
    * Catch connection execptions

commit c941aa6365b0ca487e844085408d1445fd97ac6c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 28 21:29:00 2021 +0100

    Update documentation

commit 847e2eb15ee0fe469fc9737c73222f60c2799eb0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 27 18:05:37 2021 +0100

    Update to 0.9b2

commit 1b92a3cd8ee6db3ea51a9c2e23dc906fb7bc6c7c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 23:59:40 2021 +0100

    Improve laout on Book of Life header

commit fe2baaa9ee1125d589f87268be1708092a4fd1ec
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 21:09:35 2021 +0100

    Add UoM on height (cm)

commit 9c0b1a0448717b712c6d7eb39421fa2008c4394b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 20:58:18 2021 +0100

    Add lines / separators for pages of life

commit 95b3052d0c6f9adfa0c1240f433b33f93b9fbc62
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 19:07:52 2021 +0100

    Update PoL font color and item spacing

commit 61d339ad7a5501dc0c4a9e31d8fdb6546d8e2ce3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 26 18:37:14 2021 +0100

    Improve the Book of Life view
    
    Thanks to Leo for the layout design! :)

commit 9cbfa429f8c082055abde3cf33148ee1bc9bd7d9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 25 17:48:00 2021 +0100

    Update documentation
    
    Include information related to the user profile and the GH Federation.

commit 38c7af28c05082ed8fc3b2e09712f193c6492a75
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 25 17:25:33 2021 +0100

    Improve profile settings layout
    
    Add Profile icon header
    Include footer

commit 45a1ab0967570b52ec72caffd99403543fc5231e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 25 17:20:49 2021 +0100

    Add footer in Page of Life

commit f7f4cd620ae95f538da0bef5e704b0f96dab8b51
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 25 17:19:22 2021 +0100

    Update documentation

commit e68d6d8ed4f12debe3ccba36fff30e3260df62b6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 23 23:39:21 2021 +0100

    Use Text item for date in Book of Life, and GH color schema

commit ef96770c605d6e1b3f8f4234aac1d5b4b85ef816
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 23 23:13:15 2021 +0100

    Improve Book of Life display. Use RichText format

commit 5678f2bade46299a6917f34d11290033fe80e99b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 23 19:47:47 2021 +0100

    Fix duplicated display on blood pressure in Book of Life

commit ac2ad60d4c903748bbf75ba3deba153b802e5872
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 23 18:06:07 2021 +0100

    Remove Qt.labs.qmlmodels & TableModel. Replace it by ListView

commit 87bd9c11b3414f1e383dbeb470ce185cac97d9a9
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Tue Apr 20 12:40:41 2021 +0200

    Fix small typos

commit 173651e02352af718b9fa7e0cd2dc8e118e8895a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 19 22:38:19 2021 +0100

    Update documentation and index

commit b5a1c5fec2bda1e48ca7d031647e4167cca271e3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 19 21:43:19 2021 +0100

    Add missing quotes on image var

commit 69f6fb49902d0e36769a2821eec1bb37090c7eb6
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Apr 19 21:20:39 2021 +0200

    Add more installation information to the README
    
    Clarifying the Kirigami/PySide requirement for a proper
    installation.
    
    Closes #2

commit 8dfced0914b6e2b424f1ab57d458aa44b8a13de9
Merge: 2eec09d aa69d89
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Apr 19 22:04:49 2021 +0200

    Merge branch 'master' of https://invent.kde.org/pim/mygnuhealth into use_fstrings

commit 2eec09d15ada4b1aed6a28d61962e387b37f5eec
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Apr 19 21:04:20 2021 +0200

    Use f-strings and code styling
    
    - Use f-string if possible
    - Avoid '\' at the end of the line
    - Replace '+' for f-strings
    - Use dictionaries to avoid repeated code

commit aa69d893df32d5ac82eec2df2cb4e044948b5057
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Apr 19 20:23:44 2021 +0200

    Fix flake8 warnings
    
    Running 'flake8' one can find many styling warnings related to PEP8.
    This patch has fixed most of them, mainly focusinf on removing content.
    
    - Remove unused imports
    - Remove unused variables
    - Remove trailing spaces
    - Remove extra empty lines

commit ae59ce05a34e14f62f7db87a3478212c7e83a0bc
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Apr 19 20:02:53 2021 +0200

    Add grid to plots
    
    Adding a gray grid with a linewidth 0.5 to all the plots
    showed by the application.

commit 549aa119b87cae4c578c2b825d3a1da7ffa06d7a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 19 15:36:19 2021 +0100

    Fix issue on About page that disabled the global drawer

commit 2c00ac3970840c7e6c26d966b93e42e64a76a65a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 18 22:57:19 2021 +0100

    Beta version 0.9b1

commit 7750adb611b3a8e0359d71d8806adf543a2eab90
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 18 21:46:24 2021 +0100

    Format Lifestyle information in Book of Life

commit 43de6a5ba7eb93b72fe89d487d310f289c927929
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 18 17:05:16 2021 +0100

    Use QtQuick.Controls version 2.5 in all QML

commit 39bef932b9c79b5b2ee57cb38d4f797e04abb689
Merge: 58db727 c023f1c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 18 15:26:05 2021 +0100

    Merge branch 'master' of invent.kde.org:pim/mygnuhealth

commit 58db727d1b8f4f35667b97d3336da653e49cecb4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 18 15:25:14 2021 +0100

    Update documentation and screenshots

commit c023f1c294baae605465cb4fcd17f48a211d1791
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Apr 18 01:16:03 2021 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit df17b196ddf6f80afb1ea46055ea08ff7b56be73
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Apr 18 00:19:43 2021 +0000

    GIT_SILENT made messages (after extraction)

commit 0c1e3c7effdbb02c4a6b4eedef6d2efb5ec2c4d8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 22:38:32 2021 +0100

    Update version to 0.7a13

commit 58172aefd06d34e38cfdb8a1056ab5f150696a83
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 21:07:18 2021 +0100

    Disable editing on spinbox birthday year

commit b085c106c4c2dc45160e565844d8b8ba59ed674a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 19:55:50 2021 +0100

    Make read-only the fields related to the RefSNP, except the rsid itself.

commit d89b9752ee6a2b4ac7ec9e8aaa9498d03834eba2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 18:42:56 2021 +0100

    Add Marco Gebhardt in credits

commit 0d9bb06fa328749255dc6d1343f1700eb9824afa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 18:16:45 2021 +0100

    Include About page

commit 1284aed6e2da2cc2058f08f964868ddb1c7da57a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 17 01:24:01 2021 +0100

    Include sleep information on lifestyle

commit a44f100ac0eebdfca0a0638aa970b1e41a2165c0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 16 22:51:11 2021 +0100

    Add Nutrition / Calories Chart

commit 49b30188c1f5fde56ac0545f98c82562a1325ce2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 16 21:48:10 2021 +0100

    Add Nutrition functionality on lifestyle
    Remove obsolete methods
    Edit password alignment on login to justify

commit f36e77b0518d6cc91917ba180c8e1c4d121f418e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 23:47:34 2021 +0100

    Remove hr from physical activity

commit ce1bab2f7d0912cca2d9ec3a229ab09af4452edc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 23:31:24 2021 +0100

    PEP8 on physical activity

commit 42f66f3a7ea6d41888631e923009876955240e95
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 21:43:06 2021 +0100

    Include lifestyle domain and its context
    For plotting in BIO plot every measure, not just one per day

commit a0de07c1f04134ad852ee16e15a212346c3f151a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 18:27:59 2021 +0100

    Include Physical Activity chart
    Use all data for plotting in most charts, not just one day

commit 28c3892e93d24063c25c23c621fc300eeed3e63d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 14:53:02 2021 +0100

    Simplify / cleanup Layout on bio pages

commit 9a504796a2c84da85455a58ccf7a3ab0e0d64525
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 14:19:07 2021 +0100

    Cleanup blood glucose levels layout

commit 972af707702424a743bf95d7cb3ad49fc955c475
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 14:12:38 2021 +0100

    Cleanup blood pressure and heart rate page layout

commit 5ff15982b531117339d219f5b9147e6edc1112b9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 13:11:41 2021 +0100

    Simplify Physical Activity page layout

commit b43abde75cfdca5a2f8f7de484f22d807149adee
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 15 11:11:10 2021 +0100

    Add initial Physical Activity model

commit 648711245d61bc806ac9a9fc8c2510762422a9c8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 14 07:17:50 2021 +0100

    Fix comment on connection error signal

commit 13e987097fe39eac0d7265fbfbe2dca9d7510e18
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 14 07:16:02 2021 +0100

    Add signals and messages to Thalamus connection status

commit 8f7949fe33ab92fd2487aa8178b74192f3fcb12a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 14 06:34:51 2021 +0100

    Reorganize Network settings page using GridLayout

commit 9ec06c4f7a793a3fbdbf170a2cb464aa61f7f3c9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 13 14:32:42 2021 +0100

    - Send only those pages that have not been synced (fsynced : False)
    - Update page locally fsynced status to true after a successful synced

commit 98146dc2340b3233f887b6475ef5d4fdbacf71f2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 13 12:45:34 2021 +0100

    Don't sync pages with the privacy mode on

commit 5bac7a441817f7bf930bf53ecb86c4ec96aad30d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 13 12:10:30 2021 +0100

    Disable sync field (password) when enable_sync is false

commit ee767920257daa78acbf78f0a281a27ee4877b9b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 12 22:10:15 2021 +0100

    Reflect current values on the network connection form

commit c40f8ffe231546cd4771b16220076e27b343385f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 12 09:19:24 2021 +0100

    Open natural variants db in read-only mode

commit 8aea68af18a5f3eb4547231bfb9fcf30229ced2b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Apr 11 22:30:21 2021 +0100

    Improve login screen layout

commit 696fea4c54a9a5a91a70046fbf2c594b3d2793b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 10 10:08:25 2021 +0100

    Update initialization screen

commit 321ee8b5ba020136ae9b12d6c1403bf7c1e0ec5b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 9 23:36:54 2021 +0100

    Make the strings translatable on PHR page

commit 2e93b5f00195cd3591b54c55d489c9e5115b2eaa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 9 23:33:19 2021 +0100

    Add footer on PHR page

commit 75c6ae9573f2f4b25b8fb72ddc6f1cd9b26fcc9c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 9 16:29:11 2021 +0100

    New icons / buttons

commit e56eca7c2f03052f478082bc31ddbffed3494a18
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 9 16:27:06 2021 +0100

    Update Initial PHR page w/ Health Tracker and BoL

commit dfe954222554df4e5fbdef89926bab2ba7a1fa0b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 8 22:04:49 2021 +0100

    Fixed sync and privacy checkbox values

commit 3502eb6564aeecc8a8bc3e3a0645af3d69512164
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 7 16:11:48 2021 +0100

    Initial push to federation nethod

commit fd423fbfae11c6b6b47b5eaef96e30501ac4d59a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Apr 7 13:34:53 2021 +0100

    User needs federation key for Book synchronization

commit 41a8cca1270b6e04d6fcfb1f6a085c2a02bfb670
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 6 22:54:18 2021 +0100

    Update networks settings. Fed account goes in the user profile

commit 18c8460d27680e433e06e98d168cf1af97ead520
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 6 18:35:52 2021 +0100

    Include relevance and privacy attributes on Page of Life

commit 928f9f0f8a44e9d94cccb2ebdfcde9d6e0ceafbd
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Apr 6 14:07:35 2021 +0100

    Use domain instead of page_type

commit c56741edb099274830830e5b227da6d0c45dd499
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 5 23:03:21 2021 +0100

    Automatic fill genetic information based on RefSNP

commit 29fc77686a749a1d0a02ff126cd1f305e5cd7718
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 5 17:55:01 2021 +0100

    Include disease related to refSNP on PoL & BoL

commit 32f1a982f91d2a750c2543e50fa11771cfd40e2c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Apr 5 17:27:07 2021 +0100

    Include Natural Variants datafile & DB
    * Genetic info is now a dictionary
    * Cleanup unused imports
    * Check if the refSNP exists upon entering the information

commit e5efcb7ebb1d07ad4c38ea526e4c6d9932d4eefb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 3 15:45:32 2021 +0100

    Include genetic information on PoL creation on right context only

commit 5c4d774615b27d0e9752550116e463a45932713f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Apr 3 13:30:15 2021 +0100

    Update to new schema the PoL generation measures
    * Blood pressure
    * Glucose
    * Mood and Energy
    * Oxygen Saturation
    * Weight

commit 1cc72457f02bf71ab239391db086e56de479dd4d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Apr 2 22:24:32 2021 +0100

    Return to main Book of life on new entry creation
    - Context is domain independent. Remove domain dependent medical and social context

commit 485eb1591a0cfa2948cd0b796d644a28299b17f3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Apr 1 21:01:55 2021 +0100

    Include genetic info when creating the Page of Life

commit 27d6a1625e8f3bc9a2ff8f639dad0e93df30fd0d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 31 21:21:35 2021 +0100

    Improve packing of PoL information summary

commit 79ce100a4568a2c29a7633155ba36f4a74a9f83f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 30 22:43:42 2021 +0100

    Improve Page of Life model and creation
    * Simplify PoL model
    * Pack the genetic information into an array

commit 0de546f632bdaf13383aeb4e02b6f4733caecbc4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 23 23:02:38 2021 +0000

    Remove debugging messages. Include initial summary TextArea

commit 08850d4be306d56122f4731798b160d36c1d908b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 22 20:48:57 2021 +0000

    Add medial genetic information on page of life form

commit 9c19a014ee881cf11027615163f8e6b1bf3fbe21
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 19 01:04:48 2021 +0000

    Add domain and context for page of life

commit 999916a2d1fafb4a47531d70bbe4e324be054dca
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Mar 17 08:09:04 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 4fd976de7e067dbfd5971c8f7003e18f0ff3e62b
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Mar 17 04:26:31 2021 +0100

    GIT_SILENT made messages (after extraction)

commit b6793026200889292b9d9ea66ddd56f11f0906c6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Mar 13 22:24:01 2021 +0000

    Initial recording  of Page of Life generic model on BoL. Better validation on core for PoL values

commit 649ce5020e834df09bb5c2dd896462fc83afd973
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 12 22:42:01 2021 +0000

    Add initital Page of Life and health domain

commit 330d36e894f29ad0b5198f205f2b91f82647470e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 10 20:59:45 2021 +0000

    Reorganize PRH page, moving quantifiable pages to the tracker section

commit f14a19d638f6f769e1a94e5d113ddc8a45a5c836
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 10 20:38:52 2021 +0000

    Add new lifestyle and tracker icons

commit 1af5c4632742674386ab2511f9ac095673f136e8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 10 20:17:34 2021 +0000

    Include generated Human Natural Variant list based on UniProt KB

commit 6fdd71c3d6fdc1f5b444ad612dfd1da8d97b6b83
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Mar 10 19:40:08 2021 +0000

    Add LFS options for all *.db datafiles

commit 775ef951f311165b2ee64c1660e9fe39cf99d8c8
Author: Riccardo Iaconelli <riccardo@kde.org>
Date:   Sat Feb 27 18:39:29 2021 +0000

    Include PublicCode.yml

commit cada714ce9d06073ff20c73d78450a12562d95c2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Feb 26 11:20:16 2021 +0000

    AccountManager: integrate Components in Items

commit 92e92a559dad5af472bb76574f16e4418c645b2c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Feb 25 18:41:30 2021 +0000

    Disable drawer on logout

commit 917dbc97213f746287ed73e5b649d43e373f18d1
Author: Pino Toscano <pino@kde.org>
Date:   Sat Feb 13 11:06:07 2021 +0100

    i18n fixes
    
    - translate few more UI visible strings
    - properly use placeholders for strings
    - misc style fixes

commit 072a608987a1c97a252376e3456c504ad5f54f11
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Wed Feb 10 09:54:02 2021 +0200

    Add missing spaces

commit 61d25d1a8fe633eccec974346b4ad592cefa9a81
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 9 11:27:46 2021 +0000

    Use Component and conditional Loader:
    Instead of using the visible property, we now use the Component
    for the Initialization and Login blocks.
    The Loader will set the right component depending on the initialization status.

commit 41f354e91a65f0a886accb921485846ad679c627
Author: Karl Ove Hufthammer <karl@huftis.org>
Date:   Sat Feb 6 14:49:48 2021 +0100

    Don’t make protocol, hostname and port translatable

commit c57ae999ea1b89804de0c84d83cc082789f5c243
Author: Karl Ove Hufthammer <karl@huftis.org>
Date:   Sat Feb 6 14:34:02 2021 +0100

    Fix spelling mistake (MyGNUHeath → MyGNUHealth)

commit 994eb887ae053fd228c9e41dc975f3e786c2fd58
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Feb 6 12:44:04 2021 +0000

    Update version to 0.7a12

commit 4424d774a3593820c0a328a20a4a48d51989d2bd
Merge: 035256b c5d7fb6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Feb 6 10:27:06 2021 +0000

    Merge branch 'master' of invent.kde.org:pim/mygnuhealth

commit 035256b6266d4dfd619ba69a23f6c9881b3f8328
Merge: 9a847d1 267dc71
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Feb 6 10:18:17 2021 +0000

    Merge branch 'work/user-registration'

commit 267dc718814568695bbd009e6db66df5a60d8376
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Feb 5 21:23:59 2021 +0000

    Fix typo on https protocol.
    Thanks Yuri Chornoivan!

commit b6dbfd08b3d2f8b723ad14f6106823a6b885bfe2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Feb 5 17:14:38 2021 +0000

    Rework registration process:
    - Add user name and birthdate to the profile
    - Include greeter
    - Improve validation
    - New generic date widget
    - Improved initialization / registration page

commit c5d7fb649d729757fe51dac78392b454dbb36c77
Author: l10n daemon script <scripty@kde.org>
Date:   Fri Feb 5 07:43:56 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 08bb16cd50b9426396a4428382213d8b9434238c
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Thu Feb 4 10:14:59 2021 +0200

    Fix minor typos

commit 9a847d12d2747aba13e9b6cb5bcc991101246696
Author: Aleix Pol <aleixpol@kde.org>
Date:   Fri Dec 18 19:33:24 2020 +0100

    Add Messages.sh so we start gathering strings to translate

commit 6faf9ab67db1af64a4ff1cbb7c0c483d61d2d854
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 2 18:49:20 2021 +0000

    Fix issue #9
    +/- buttons on value fields should work on last digit

commit d75068df9e0a022dcbc67dc5e96f8770081420e2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 2 18:33:22 2021 +0000

    Fix issue #8
    * Entry screen - focus on empty password field

commit 1896306dbe55b0eedeb1bad2db88afac06e42ec9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 27 20:41:32 2021 +0000

    Improve Mood and Energy page layout and bg color

commit 4fcd64e3d3fa58764f94e752dd9b60f5a5104b7f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 26 17:57:59 2021 +0000

    Psychology module. Initial mood and energy tracking

commit be7cfc09671150e7a79434d95561ea42a5c0b8f4
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 27 18:01:13 2021 +0000

    Fix reference errors on startup
    * Fix "/main.qml:38: ReferenceError: app is not defined"
    * Harmonize module names
    * Rename PageLogin to PageLocalAccountManager

commit d7d8fb26e15c89da71dec1663c7cbe0c5249e123
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 25 18:32:05 2021 +0000

    Fix weight entry. Show the last weight recording as default value

commit 12ce2d1bbffcb7a8888f6b7b2b7798160d88728a
Author: Albert Astals Cid <aacid@kde.org>
Date:   Mon Jan 25 00:10:54 2021 +0100

    Add missing qsTr()

commit 2a8de4a9865dd57615cc980359742c2238e9801d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jan 23 19:55:32 2021 +0000

    Improve user profile functionality

commit 9acaca675d3975c59149f05c9cc5d92d9a704923
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jan 23 19:18:34 2021 +0000

    Fix list index out of range error when the Fed account is unset

commit d112669bdffc9955350816f92a23418643461afb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jan 23 18:39:50 2021 +0000

    Fix login / init account

commit 56d9d1efd2fd76ed33e30495b20d7513b8474752
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jan 21 15:32:59 2021 +0000

    Fix error 'trim' of object PasswordField is not a function
    
    * Fix PageLogin.qml:93: TypeError: Property 'trim' of object PasswordField_QMLTYPE_173(0x55
    dd18419900) is not a function
    * Center in the Enter button
    * Enforce key > 3 chars at initialization
    * Remove "Key" label

commit 57a7026fea11f7bc9bd0184156bdc7d1e8b8e102
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jan 21 14:00:53 2021 +0000

    Initial screen. Put focus on "Start" button

commit 41b010b126f5ba3a81a615cc446fb06dd30d0d2f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jan 21 13:47:14 2021 +0000

    Center in the login / initialization page
    * Use regular Kirigami.Page instead of ScrollablePage

commit 80170bd5c2ac380ddd021c82d4abcab883598299
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 20 02:20:06 2021 +0000

    Set spinbox value intervals. Improve layout

commit 84fb5bbb2e0a0b7ef536b70c6258774bda9f5d93
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 20 01:21:46 2021 +0000

    Fix QML error on spinbox values
    * Fix from text -> value
    * Use editable spinboxes with larger fonts

commit b374022d3c499d3ce7b53ad768a044726d8c9ee5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 19 16:57:06 2021 +0000

    Fix qsTr arguments on PageBio

commit 6f3029e1369956b0ceb9ca32eba673ece6bde7ac
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 19 16:05:34 2021 +0000

    Update copyright headers

commit 4ef25fa23ececd0b7a041e23e72b3dae8c24fd64
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Tue Jan 19 14:28:50 2021 +0000

    Rewrite PageWeight

commit 51887aaa56f569af52ccacc7955277e2c65b6937
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Tue Jan 19 14:28:17 2021 +0000

    Improve Page pressure page

commit 215e7f94f80331bd056a05d3208c80ddad4926a5
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Mon Jan 18 23:33:14 2021 +0100

    Reworkd PageGlucose

commit 71d715b2af33f7099df35499944156d071a00d1c
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Tue Jan 19 14:27:02 2021 +0000

    Rewrite PageBio

commit 2bacefcc350218156fbc4001c0162b659cd6b82a
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Mon Jan 18 20:50:15 2021 +0100

    Improve QML code
    
    * Add Keyboard navigati
    * Rename class
    * Cleanup python

commit cc59ed861f6d16a763346ae81bb28a1b62d2af87
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 18 16:07:07 2021 +0000

    Initialize personal key
    * New dialog to initialize the personal key on first application startup
    * Remove hardcoded default initial key

commit 427a9e6af11d71bc07d7094e540029481f4cdba6
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Mon Jan 18 23:04:30 2021 +0100

    Improve Phr page (title and alignment)

commit 96e58a4c5831ff0b808895e8e2691e0ec3b2c377
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Mon Jan 18 21:31:09 2021 +0100

    Add title to home page

commit 9006edcb21dc676d1b9e66476e736552bc7daf15
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jan 15 19:00:51 2021 +0000

    New signal for password update errors

commit ac42fea316e9372abdb2aaa0633f6530413ae7cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jan 13 14:01:06 2021 +0000

    Set initial values on User profile form
    - Retrieve the values of the height and federation account
    - use _table suffix on db table objects
    - Fix update_fedacct Slot decorator

commit ffec56513da842f316dc7ed6ecbcf5a210b6dd5b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 12 17:47:59 2021 +0000

    Add BMI in Book of Life PoL summary

commit 371b1a6d239cfc3851936137017927dc572cfb2d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 12 17:33:15 2021 +0000

    Include Body Mass Index
    
    * Includes Body Mass Index in chart and in Book of Life
    * Improve singleton db models on initialization / update (eg, profile)
    * Include height on the user profile using spinner
    * Handle non existing values as numpy.NaN when charting the BMI

commit 3bc4b55cb10879e5a3f51a92c860ffbf1ddc79a8
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Mon Jan 11 17:27:41 2021 +0100

    Fix header

commit 02c91b88baaeea52a366b0a239b3c1da6dc2ed51
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sun Jan 10 23:12:52 2021 +0100

    Use cleaner qml structure

commit 61ad1a60a8046618f71561f46169edb41e2830d4
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sun Jan 10 20:51:15 2021 +0000

    Apply 3 suggestion(s) to 1 file(s)

commit b817c179d375fe4fbe8b88e814bea600af6a5adc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jan 4 22:57:21 2021 +0000

    Integration with the new Book of Life
    * New Book of Life module and QML. PoC to show all the pages of Life / events
        in the Kirigami page, and ScrollVieww as well as the initial icons to link
        the different types of pages / domains.
    
    * Blood Pressure: Group blood pressure with Heart rate readings when done at the
        same moment / same device
    * core: new PageOfLife class, new BoL DB instance and the schema for the
        domains, medical and social contexts, and measurements compatible with
        the GH Federation / Thalamus.
    
    * Start the update of module internal documentation / pydoc
    
    * Each measurement from the BIO component now creates a new  page of life and
      inserts it on the  Book of Life.

commit 43b13d93a10ef8483353310d0cb44d289cec7658
Author: l10n daemon script <scripty@kde.org>
Date:   Mon Jan 11 06:45:54 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 87ab61177cfb02edbbaa7a132863c48e3d424f5a
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sun Jan 10 22:34:41 2021 +0100

    Port PHR page to ItemDelegate

commit 83b8b84482ef6a128a883f4061ae0a10545d38a2
Author: l10n daemon script <scripty@kde.org>
Date:   Sat Jan 9 07:02:24 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 048f815eb8ed7407494df10b51b5b32f002ea1a6
Author: l10n daemon script <scripty@kde.org>
Date:   Sat Jan 9 02:53:16 2021 +0100

    GIT_SILENT made messages (after extraction)

commit 50459c5ab2d33fe43ef21e594aa24d8d128e4c61
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Jan 6 07:27:24 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 909d723562341c88529fd3e2024751aafef7a264
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Jan 6 02:57:37 2021 +0100

    GIT_SILENT made messages (after extraction)

commit e187b2d119d0e6cea389a90998dc13a8d67b0aee
Author: l10n daemon script <scripty@kde.org>
Date:   Sat Jan 2 06:59:32 2021 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit da39b69a7930b27cad710fffc13b08d6da71ef86
Author: l10n daemon script <scripty@kde.org>
Date:   Sat Jan 2 02:36:00 2021 +0100

    GIT_SILENT made messages (after extraction)

commit 9bf41450efd6519431ac1bf4c2487812b8d2ce50
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 27 20:38:49 2020 +0000

    Add PEP8 changes from bio and ghlogin

commit 43a67e61dd6ea05b0532d08114ecfcca4f273574
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 27 19:41:08 2020 +0000

    PEP8 compliance

commit df78939eca33ee6ffdbe27bccc6103ac9ef864d6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 27 13:38:17 2020 +0000

    About - Include Leo D'acchille artwork

commit 732ae3812c1acd2e93ed5f48052103a34bd4018d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Dec 26 10:33:20 2020 +0000

    Team members. Axel Braun on packaging

commit 5d290b39ad628ee8b02000c143536a722bb1689f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Dec 25 20:35:05 2020 +0000

    Update documentation screenshots

commit 93cfec087aa3d775b5f1e3e7f570920462d0e906
Merge: 58a0b44 106cabe
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 24 16:43:27 2020 +0000

    merge work/about

commit 58a0b448f7578be894ea19dce5ebe60f963a9bb3
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 24 13:23:49 2020 +0000

    Fix issue #3
    https://invent.kde.org/pim/mygnuhealth/-/issues/3

commit f6500d8d81ce718adf5b99d72e05974dc288563a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 22 00:06:34 2020 +0000

    Add requests package dependency

commit 106cabe344a26fbdb4d84d46b499670c8c928928
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Dec 23 13:41:55 2020 +0000

    New About module holding app metadata.
    Rework setup.py
    Move version to about module
    Remove PySide2 from requirements on setup.py
    PEP8
    version 0.7a11

commit 3bbf9cc9756c8ab1a25b5546d352cdef3ed070ca
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Dec 23 06:42:39 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 2170a37607ee819858ab127533849085e92d73f7
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Dec 23 02:36:37 2020 +0100

    GIT_SILENT made messages (after extraction)

commit bcd4e1b12b472f39d9c5b395a849233778e26960
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 22 00:06:34 2020 +0000

    Add requests package dependency

commit 5ccac2a5a78f69420b477ff2cc830be0a3741fcc
Author: Aleix Pol <aleixpol@kde.org>
Date:   Mon Dec 21 18:49:01 2020 +0100

    Reflect mygnuhealth naming as a KDE project
    
    Renames the desktop and appstream file

commit 6060661dcfe34e53b2e1505be023b98efbccd711
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 21 13:05:40 2020 +0000

    Fix conditional on update password. PEP8 compliance

commit 0c29c67c91dc45a56601bb503a7e4222290cfe91
Author: Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
Date:   Mon Dec 21 13:02:32 2020 +0100

    Add clarification between pip and pip3

commit 311bbdb5aacd674e3ad6131c3721ea08a79cc184
Author: l10n daemon script <scripty@kde.org>
Date:   Mon Dec 21 06:43:49 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 536cd7703f18b0985a55ce17277e27b6e27cbf47
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 20 13:03:39 2020 +0000

    PEP8 compliance. Update version to 0.7a9

commit 58bb9dfbc709d638e2146b12e0bb7ae516deeb6f
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Dec 20 06:12:58 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 7b3ccc6bcef213bde4f925e000eda59bce4f063b
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Dec 20 02:34:52 2020 +0100

    GIT_SILENT made messages (after extraction)

commit d8652c475d96a87ac64d99783fe785a149c106a7
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 15:21:17 2020 +0100

    Scale BioPage to wide screen

commit 1abf24198c76ea864fff380bfe6ea54a03121199
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 14:57:14 2020 +0100

    Scale the items to the page width

commit 2dc759b27aa8c51ec9f373c827fad92a449909d1
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 21:10:48 2020 +0000

    Use a global drawer for setting button and move setting pages to layers

commit c4182b8b47d43f1ec6dc365e27745b4f86195687
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:58:01 2020 +0000

    Replace desktops_800.png

commit ac6142d2e184e45a7a655ff9daf6f1ea67da05d8
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:57:10 2020 +0000

    Replace desktops_800.png

commit 0065d58469a703b11b4bcf12755f00de8bb4dd54
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:56:17 2020 +0000

    Replace desktops.png

commit 78eabb75a73b73375ee286a12e9aa0180f357b42
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:52:22 2020 +0000

    Update README.rst

commit 581d7b9ad0a49931c005a8f6012be86ab15816a2
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:51:53 2020 +0000

    Upload New File

commit d90299e49dee5674b32a1a0dd42f80249c3d2a6a
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:50:34 2020 +0000

    Upload New File

commit 20a9b709458672b9ea69832a9401bb694381830d
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:48:42 2020 +0000

    Update README.rst

commit c701eb10dcd4ea62d9c96eddc7a554b61868447f
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:48:06 2020 +0000

    Upload New File

commit f506a36a82506b72eaa80d7af2007c06c2e30b0b
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:35:59 2020 +0000

    Upload New File

commit 49b0d1cc03617f3934b120ffa9dbb5b18510ef33
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:35:27 2020 +0000

    Upload New File

commit 204220a52198ec1919d906777f49c0aa614e99db
Author: Paul Brown <paul.brown@kde.org>
Date:   Sat Dec 19 17:34:54 2020 +0000

    Upload New File

commit cf275bb8dbb9d6637001f55947f4450d1f0c5bf1
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 13:42:10 2020 +0100

    Replace page instead of pushing a new one
    
    This is the logical thing to do since once you log into MyGNUHealth, you
    don't need to login again.

commit 84c8ac513555d391bc41c103f24d0fd87af6e4bb
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 12:55:51 2020 +0000

    Improve initial page
    
    * Add a button for starting because clicking the image is not always
    something intuitive
    * Move heading to title

commit dcbd4b4dd60d98b010a7ac9330ec2f270dfafb05
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 13:07:53 2020 +0100

    Use Kirigami.PasswordField and improve keyboard navigation
    
    This provides a standardized password field, and automatically switch
    the focus to the button when clicking enter.

commit 382d069faac94a350db85087f520c118d168fc0e
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 13:24:12 2020 +0100

    Display error message during login phase

commit a673313a108c6230bf21c86e397ff16fa5ca3a36
Author: Carl Schwan <carl@carlschwan.eu>
Date:   Sat Dec 19 13:38:01 2020 +0100

    Don't hardocde maxium window size

commit b3930e931bca04a59bf6fb0058ec3e9746c3c00a
Author: Niccolò Venerandi <niccolo@venerandi.com>
Date:   Sat Dec 19 10:24:39 2020 +0000

    Use Exception, not BaseException (ops)

commit d81b0d7956da9825bd5f69002527b612343911ff
Author: Niccolò Venerandi <niccolo@venerandi.com>
Date:   Sat Dec 19 10:20:50 2020 +0000

    Remove unused code, make existing code PEP-8 compliant

commit 6c495e86b8d69a2db9f513cff27d25639c4e432c
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Dec 18 19:41:58 2020 +0000

    Include event ID and sync status on DB records

commit 883fa0dd256731efc89cd510dbf68f7ed54b9685
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 17 15:29:14 2020 +0000

    BIO: Fix uninitialized glucose / weight / Osat / BP values

commit ed4cfc215245d9376fbdd087bb55120c56648ab0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 17 13:49:54 2020 +0000

    Update README.rst with new development environment at KDE

commit e6b12844ec944a554fb4489a7b58ba3671b40a2f
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Dec 16 06:43:30 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit efccc6b721ad00ef2bedd3c3d6848208cb100293
Author: l10n daemon script <scripty@kde.org>
Date:   Wed Dec 16 02:38:48 2020 +0100

    GIT_SILENT made messages (after extraction)

commit a75149a1488cf65818429202993a417548acabd4
Author: l10n daemon script <scripty@kde.org>
Date:   Tue Dec 15 06:24:26 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 5969440a04adf95416a9421c94e54341d557d4d8
Author: l10n daemon script <scripty@kde.org>
Date:   Tue Dec 15 02:34:13 2020 +0100

    GIT_SILENT made messages (after extraction)

commit 3da6677b015de26e657e782534fa4fb1bc1450cb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 14 19:10:34 2020 +0000

    Fix RST block at README.txt

commit 17f998e0ef28a84aaee5b861e002b466465e71f8
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 14 18:43:46 2020 +0000

    Fix MANIFEST.in. Update documentation . Version 0.7a8

commit 0f8afb43452ab24a99648900d30ae98b609ec32e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Dec 14 17:27:59 2020 +0000

    Update variable name master_key -> personal_key

commit f994118b23229244288b04c470e3881ee08b7d24
Author: l10n daemon script <scripty@kde.org>
Date:   Mon Dec 14 06:09:43 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 41b70dc088a278a011d2ad8a53fe754ad80e58e6
Author: l10n daemon script <scripty@kde.org>
Date:   Mon Dec 14 02:34:12 2020 +0100

    GIT_SILENT made messages (after extraction)

commit 8b53b4171cb459dae30dd96d96b3f44d41f6db03
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Dec 13 06:36:26 2020 +0100

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 77d660377f2d86efe7a2b9e7e8df8c9fced8b880
Author: l10n daemon script <scripty@kde.org>
Date:   Sun Dec 13 02:36:57 2020 +0100

    GIT_SILENT made messages (after extraction)

commit 915a33b79a48a8b2c2e11a4a120e406c513f171a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Dec 10 11:33:32 2020 +0000

    Update documentation and screenshots

commit 2422d255eb21f6f5c87e6fa86a1d85608e7dc8be
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:41:57 2020 +0000

    Update MyGNUHealth logo in documentation

commit bf35dd3fa2dbdc9fee62879f2c2815851c45417d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:37:09 2020 +0000

    Update MyGNUHealth logo with legend in the initial screen

commit 690e6ae2ba037acf53412ec1090865848b6b365f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Dec 8 23:25:24 2020 +0000

    Initial documentation schema

commit e110066fe9059663d44a76b451ca882d505324ab
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Dec 2 19:16:50 2020 +0000

    Update README.rst

commit 7c1e101340597330053a4fd06096b42374055497
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Nov 24 20:25:41 2020 +0000

    MyGNUHealth: Improve user key and profile management
    * Default init master key. Remove console password initialization
    * Master key management is done from the user profile setting
    * Verify current key and check that the new key is typed correctly

commit aeea59b0fb02d081f7003c29f572ca433a3738ad
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Nov 20 10:29:36 2020 +0000

    Include in MANIFEST project metadata info and GPL v3 license

commit e822a116e71bce5e7775c88e7d222aa436347e83
Author: Aleix Pol <aleixpol@kde.org>
Date:   Tue Nov 17 15:42:06 2020 +0100

    Install new scalable icon

commit e7e2f92b7b4e54450e97c804ceeb80ea84d42718
Author: Aleix Pol <aleixpol@kde.org>
Date:   Tue Nov 17 13:02:30 2020 +0100

    Include the necessary metadata for MyGNUHealth
    
    The desktop file for launchers and the metainfo.xml file for software centers.

commit a3c117293029f106aa70d9c0326d59e18e1de497
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Oct 31 14:37:10 2020 +0000

    MyGNUHealth: 0.7a6 use mygh.py as main module . Include startup script. Rename config dir to mygh

commit 44f8a3c5db0276693d79abf8fd991b8124478777
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Oct 30 20:56:17 2020 +0000

    MyGNUHealth: Regorganize dir structure for packaging

commit c0654cc3deee2cd5eeb9e90494c95bf92be02a2e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 26 15:44:22 2020 +0000

    MyGNUHealth: Add setup.py and other packaging related info

commit f44a3f5b501f3b7dd041dae079ba5b21d0eeaa60
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 19 22:49:21 2020 +0100

    MyGNUHealth: Improve tinydb writing the network settings

commit bb2cac8d13de8f68825f7d0aee40594a4da898e7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 19 21:43:56 2020 +0100

    MyGNUHealth: Use default values for network settings

commit cb0bde5ef1659347c90a725f3d30258da01b247b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 19 21:42:30 2020 +0100

    MyGNUHealth: improve tinyDB update for network settings

commit 87a1270ab26bc95385e0a3bc4f6f534c6d8460cf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 19 21:33:40 2020 +0100

    MyGNUHealth: Remove debug info

commit 0c9b843d4c10fd4bf955dc2c5cbff11be2f9f813
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Oct 5 18:49:53 2020 +0100

    MyGNUHealth: Include initial federation network settings functionality

commit e10307e6bf2a3fd379ac89347a761c1459563989
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 4 20:17:42 2020 +0100

    MyGNUHealth : print the encrypted key in logging / debug

commit a3d6521bc14ff0838d016989a9084dbf377f3efe
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 4 20:06:17 2020 +0100

    MyGNUHealth: Add initial profile settings functionality, and update password/master key

commit 1886de4f8253b7ab8c704bbeaf7ceb2d9b5fa2d0
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 4 20:03:56 2020 +0100

    MyGNUHealth: Add icons for profile and network settings

commit 5f8dd8bec50b762859c130c41bdef1307631b1fe
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Oct 4 20:03:08 2020 +0100

    MyGNUHealth: Fix comments

commit 986135adaaad0764fdf21a297f9f8aa2ff9ed7da
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Oct 3 10:30:02 2020 +0100

    MyGNUHealth: Move to main PHR page the setup action

commit 034f5e7c1bb9134f44aac2395e18e63b854db19d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Sep 27 19:56:08 2020 +0100

    MyGNUHealth: Use the Book of Life to include the Psychosocial components in main menu

commit 3393a53a26c700845b970918e0cf2e16ad71d14f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Sep 24 16:54:08 2020 +0100

    MyGNUHealth: Improve basic sanity check on DB initialization

commit 6ce3a32841319887acd2686fbc17642b79652ec5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Aug 13 15:58:30 2020 +0100

    MyGNUHealth : Implement a method that emulates datetime.datetime.fromisoformat to be compatible with Python 3.6

commit 32aa91db4a4df7efa6b3e36ea628499875f41ddb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 28 22:48:46 2020 +0100

    MyGNUHealth: Include body weight and Hb oxygen saturation to Bio section

commit 9732f46b1b512886a514bcfffb9085adc7219e8a
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 28 18:46:52 2020 +0100

    MyGNUHealth: Remove obsolete file

commit fdadb4518993ea5765b201bc3f8dd9756be9ac35
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 28 14:09:52 2020 +0100

    MyGNUHealth: Add blood glucose history chart

commit d185182c7796c3e547ed6bc2afecc17493ff99f7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 28 14:08:52 2020 +0100

    MyGNUHealth: Improve Login layout

commit 83d79e32e060ca6b640c68f34dba078e6f3612af
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 28 07:46:53 2020 +0100

    MyGNUHealth: Add blood glucose reading and history

commit 9eafa43e70656d76e44b4d16c19dff93b496863d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 27 16:23:29 2020 +0100

    MyGNUHealth: Use titles and y-axis labels for Blood pressure and Heart rate plots

commit a17a91049781794e214eff33f28ac67064170308
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 23 00:09:40 2020 +0100

    MyGNUHealth: Create separate properties for BP and HR for better handling dates and plots

commit a6942e71b99823a0ea58ad4773d52ac3c89641d2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 22 17:39:30 2020 +0100

    MyGNUHealth: Use different colors for Blood pressure and Heart rate

commit 840ec88f8f3c294b8cf6daeb53ea978a0222c3b7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 22 16:02:19 2020 +0100

    MyGNUHealth: Use SVG format in matplotlib. Create separate subplots for systolic / diastolic measurements

commit a62039833c24080b115b6e176b200e2372763c6b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Jul 22 00:18:00 2020 +0100

    MyGNUHealth: Matplotlib integration

commit b83edc433f02db98477640a7d499d358b35434fc
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 21 23:11:36 2020 +0100

    MyGNUHealth: New padlock icon and remove old login icon

commit f7a6669d4e5c3aaea2083cb0a2640dd0e63e5c0f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 21 23:10:23 2020 +0100

    MyGNUHealth: Update login screen and padlock icon

commit 1d581fb2d6f5df749922167ed0a46261960f1902
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 20 20:07:02 2020 +0100

    MyGNUHealth: Increase verbosity in initialization process

commit aa3b1127944d6393ad8901178f6641977f6995b2
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jul 12 16:55:46 2020 +0100

    MYGNUHealth: Initial charts for Blood pressure and Heart Rate history

commit 4784efbe64bfb49de5aae225b2993c0f233462cb
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Jul 12 13:59:08 2020 +0100

    MyGNUHealth: Improve formatting on the Blood pressure  / HR display

commit 0003619bf4d7b0e78582102dbd9c9c03a047ceaf
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 9 16:55:26 2020 +0100

    MyGNUHealth: Use separate text objects for blood pressure and heart rate components

commit 94edb99b2c130d017f72089f55e73a74a542181d
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Jul 9 14:11:48 2020 +0100

    MyGNUHealth : Improve BP / HR methods and properties
    * Use QVariantList in bp property
    * Improve QML properties

commit 2978b902f5e9fa1c7a8be4350aed91764267da35
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jul 7 13:22:20 2020 +0100

    MyGNUHealth:
    * Include quickcharts library
    * Add new Documents section

commit 9b8b02a9058eefee44531ce1470ccb4b2677bf40
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Jul 6 12:53:49 2020 +0100

    MyGNUHealth : New Layout in Main and bio pages
    * Start migration to SVG
    * New icons

commit 145eab2d76e8cfb493e9bc34b5fa9fd5e80a6e46
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sat Jun 20 10:19:57 2020 +0100

    MyGNUHealth: Improve reading of blood pressure and heart rate reading

commit ca1e1006f7b352a0ce5961c0725a7cf4ca16c170
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri May 22 21:24:55 2020 +0100

    MyGNUHealth: Show the last blood pressure and heart rate values at the bottom of the BP button

commit 748f3ccb23c3379d6fa74028d9bffba4cda03471
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 21 18:05:33 2020 +0100

    store in local DB the values from blood pressure, heart rate and date in isoformat

commit f5221ef00534e9210a0ba0337816a97783e9b9d9
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu May 21 16:57:24 2020 +0100

    MyGNUHealth: Include heart rate

commit c40d2c0895d28ab50461eb715f5422f1929fb398
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 23 23:34:58 2020 +0000

    MyGNUHealth : Add initial bloodpressure module

commit d1478acc20c1f2a09b4bb6e748247305d1de6406
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 23 21:24:10 2020 +0000

    MyGNUHealth: Fix typo Dias/Dia in blood pressure monitor

commit 6ca67c0a6085ec77efdbf037307a4c4cb1362354
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Mar 20 00:39:46 2020 +0000

    MyGNUHealth : early Draft of BIO section and Blood pressure page

commit c2941aff85588fc40bbdc8223b2864063b0614c7
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 19 21:20:59 2020 +0000

    MyGNUHealth: Clear the stack and set to initial page upon logout

commit 4ffb14304301c51ed0af13f2feb602259edfb182
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 19 13:12:56 2020 +0000

    MyGNUHealth : Set focus on master key at login

commit 37db552446551b15c0c5bd93e5eb8e324db305d1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Thu Mar 19 13:03:32 2020 +0000

    MyGNUHealth : clear the page stack on logout

commit 596e849b1536a979f8fac8265827937e3b4b030b
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Mon Mar 9 16:29:52 2020 +0000

    MyGNUHealth: Include main PHR sections QML page

commit 9641acbac54889c4c2b083041047a0445f81ccf1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Mar 8 22:00:52 2020 +0000

    MyGNUHealth : Master key login to the application

commit 0400eb860e801b07478dc755469001d905525de1
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Mar 8 18:48:42 2020 +0000

    MyGNUHealth : Add myghconf module

commit 81fda3ab2116c15bbeaa6814f0087ac3ca883c46
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Mar 8 18:47:29 2020 +0000

    MyGNUHealth : Initialization if resource, encryption and database files. Integrate TinyDB

commit df21a5c0e47af2f0a96b138eabac3b6ac0046ba6
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 3 17:42:29 2020 +0000

    MyGNUHEalth : Make MyGH icon clickable to enter login page. Create Setup button

commit 2249533b4027c522d6d4206f32faf14f9d89831e
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Mar 3 16:28:59 2020 +0000

    MyGNUHealth : Include placeholders on Fed. Acct and password. Add onAccepted when pressing enter on password field

commit 4379b3247c90d3d27256ab37d8cb863f47d68a01
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Feb 12 13:34:02 2020 +0000

    MyGNUHealth: User slot to get user credentials and emit loginOK signal when authenticated

commit 60bde67fceba7d00af9430612216b85a22f3cd70
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Feb 12 11:10:39 2020 +0000

    MyGNUHEalth : Move QML files to the qml dir

commit 36e4ba07a2a57b00666387c3649c24544b971daa
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Wed Feb 12 11:08:49 2020 +0000

    MyGNUHealth : improve project structure. Create fedlogin module. Use dictionary in QML to store credentials

commit 07e901f131848a65a6b7db61cacee069b27a1de5
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Feb 4 11:37:12 2020 +0000

    MyGNUHealth: create QML for qml components. Update component versions

commit d6915d2ebfa1779149d4c1f0ed71566adb585323
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Fri Jan 31 10:52:43 2020 +0000

    MyGNUHealth : Update qml.qrc

commit 5eeda38cc0e5fec2bde3b1616992e2a01e391542
Author: Aleix Pol <aleixpol@kde.org>
Date:   Thu Jan 30 17:05:10 2020 +0100

    Adopt kirigami

commit 81d14a1b4fbc1a88ae6df95551a8f7b3d471424f
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Tue Jan 14 11:35:28 2020 +0000

    MyGNUHealth : PoC authentication to Thalamus

commit cb0308c5d4946ee93bd89d7c0acb984c8a7191ba
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 29 22:09:16 2019 +0000

    MyGNUHealth : Add LoginPage qml and initial methods

commit bb5de8295e10ca736b6d67878e9a98aa103493ea
Author: Luis Falcon <falcon@gnuhealth.org>
Date:   Sun Dec 29 10:43:06 2019 +0000

    MyGNUHealth: Initial port to Python3 from cpp

commit 19983980434c90323762dd3e60a0849a016d3153
Author: Luis Falcon <falcon@gnu.org>
Date:   Wed Mar 22 12:42:38 2017 +0000

    MyGNUHealth : Improve main view

commit 9b46304c38000bcbfff5c2eeafaf3583c88d239c
Author: Luis Falcon <falcon@gnu.org>
Date:   Mon Mar 20 21:54:09 2017 +0000

    MyGNUHEalth: Initial commit

*** MyGH Logs from the GNU Health repository at Savannah ***


changeset:   4502:10ac766c5c66
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Nov 26 17:47:33 2020 +0000
summary:     Move MyGNUHealth component to own repository at OSDN

changeset:   4494:ccd814b48c4f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Nov 24 20:25:41 2020 +0000
summary:     MyGNUHealth: Improve user key and profile management

changeset:   4493:9a8ae9421580
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Nov 20 10:29:36 2020 +0000
summary:     Include in MANIFEST project metadata info and GPL v3 license

changeset:   4482:b901c7d6df33
user:        Aleix Pol <aleixpol@kde.org>
date:        Tue Nov 17 15:42:06 2020 +0100
summary:     Install new scalable icon

changeset:   4481:fdf2c3c91e4b
user:        Aleix Pol <aleixpol@kde.org>
date:        Tue Nov 17 13:02:30 2020 +0100
summary:     Include the necessary metadata for MyGNUHealth

changeset:   4459:701ac03f8045
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Oct 31 14:37:10 2020 +0000
summary:     MyGNUHealth: 0.7a6 use mygh.py as main module . Include startup script. Rename config dir to mygh

changeset:   4458:e1452d191431
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Oct 30 20:56:17 2020 +0000
summary:     MyGNUHealth: Regorganize dir structure for packaging

changeset:   4457:6cd191ff1a98
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 26 15:44:22 2020 +0000
summary:     MyGNUHealth: Add setup.py and other packaging related info

changeset:   4456:aac6cb69eebd
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 19 22:49:21 2020 +0100
summary:     MyGNUHealth: Improve tinydb writing the network settings

changeset:   4455:ab1cc5d38b49
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 19 21:43:56 2020 +0100
summary:     MyGNUHealth: Use default values for network settings

changeset:   4454:a7c6501c29db
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 19 21:42:30 2020 +0100
summary:     MyGNUHealth: improve tinyDB update for network settings

changeset:   4453:5ee8e4da52ac
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 19 21:33:40 2020 +0100
summary:     MyGNUHealth: Remove debug info

changeset:   4436:f6fd7084d0ef
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Oct 05 18:49:53 2020 +0100
summary:     MyGNUHealth: Include initial federation network settings functionality

changeset:   4435:b0cda7bad129
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Oct 04 20:17:42 2020 +0100
summary:     MyGNUHealth : print the encrypted key in logging / debug

changeset:   4434:47c792f1e038
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Oct 04 20:06:17 2020 +0100
summary:     MyGNUHealth: Add initial profile settings functionality, and update password/master key

changeset:   4433:9c1a122622ee
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Oct 04 20:03:56 2020 +0100
summary:     MyGNUHealth: Add icons for profile and network settings

changeset:   4432:d5672f31fb8b
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Oct 04 20:03:08 2020 +0100
summary:     MyGNUHealth: Fix comments

changeset:   4431:13338c4e0280
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Oct 03 10:30:02 2020 +0100
summary:     MyGNUHealth: Move to main PHR page the setup action

changeset:   4428:d2e2b2db3f34
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Sep 27 19:56:08 2020 +0100
summary:     MyGNUHealth: Use the Book of Life to include the Psychosocial components in main menu

changeset:   4417:b17b18d057b5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Sep 24 16:54:08 2020 +0100
summary:     MyGNUHealth: Improve basic sanity check on DB initialization

changeset:   3922:cb709f8410f5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Aug 13 15:58:30 2020 +0100
summary:     MyGNUHealth : Implement a method that emulates datetime.datetime.fromisoformat to be compatible with Python 3.6

changeset:   3877:00e6122e5e3c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 28 22:48:46 2020 +0100
summary:     MyGNUHealth: Include body weight and Hb oxygen saturation to Bio section

changeset:   3876:1a46bd2717a4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 28 18:46:52 2020 +0100
summary:     MyGNUHealth: Remove obsolete file

changeset:   3875:fb7826a0eb05
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 28 14:09:52 2020 +0100
summary:     MyGNUHealth: Add blood glucose history chart

changeset:   3874:e5a4c865d17c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 28 14:08:52 2020 +0100
summary:     MyGNUHealth: Improve Login layout

changeset:   3873:77673076ee98
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 28 07:46:53 2020 +0100
summary:     MyGNUHealth: Add blood glucose reading and history

changeset:   3872:bdece1faee7e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 27 16:23:29 2020 +0100
summary:     MyGNUHealth: Use titles and y-axis labels for Blood pressure and Heart rate plots

changeset:   3871:9f281832301e
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jul 23 00:09:40 2020 +0100
summary:     MyGNUHealth: Create separate properties for BP and HR for better handling dates and plots

changeset:   3870:d7eea6fe18e8
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jul 22 17:39:30 2020 +0100
summary:     MyGNUHealth: Use different colors for Blood pressure and Heart rate

changeset:   3869:aa4e2904c41a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jul 22 16:02:19 2020 +0100
summary:     MyGNUHealth: Use SVG format in matplotlib. Create separate subplots for systolic / diastolic measurements

changeset:   3868:0d4972e1da9d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Jul 22 00:18:00 2020 +0100
summary:     MyGNUHealth: Matplotlib integration

changeset:   3867:a7aca519cbc5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 21 23:11:36 2020 +0100
summary:     MyGNUHealth: New padlock icon and remove old login icon

changeset:   3866:cf807189a899
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 21 23:10:23 2020 +0100
summary:     MyGNUHealth: Update login screen and padlock icon

changeset:   3865:02b2d61fc5b7
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 20 20:07:02 2020 +0100
summary:     MyGNUHealth: Increase verbosity in initialization process

changeset:   3845:d767ab4cde4c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Jul 12 16:55:46 2020 +0100
summary:     MYGNUHealth: Initial charts for Blood pressure and Heart Rate history

changeset:   3844:a651ae7fa6d5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Jul 12 13:59:08 2020 +0100
summary:     MyGNUHealth: Improve formatting on the Blood pressure  / HR display

changeset:   3820:e48b688275a1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jul 09 16:55:26 2020 +0100
summary:     MyGNUHealth: Use separate text objects for blood pressure and heart rate components

changeset:   3815:ea18c9e6be82
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Jul 09 14:11:48 2020 +0100
summary:     MyGNUHealth : Improve BP / HR methods and properties

changeset:   3790:f2792666c072
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jul 07 13:22:20 2020 +0100
summary:     MyGNUHealth:

changeset:   3656:b09247f1fdf1
parent:      3654:17c91af423ec
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Jul 06 12:53:49 2020 +0100
summary:     MyGNUHealth : New Layout in Main and bio pages

changeset:   3650:1d84e934ba11
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sat Jun 20 10:19:57 2020 +0100
summary:     MyGNUHealth: Improve reading of blood pressure and heart rate reading

changeset:   3649:28012d0c05f6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri May 22 21:24:55 2020 +0100
summary:     MyGNUHealth: Show the last blood pressure and heart rate values at the bottom of the BP button

changeset:   3648:b8712458e3e4
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 21 18:05:33 2020 +0100
summary:     store in local DB the values from blood pressure, heart rate and date in isoformat

changeset:   3647:085a773e47eb
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu May 21 16:57:24 2020 +0100
summary:     MyGNUHealth: Include heart rate

changeset:   3562:fd7a11bcd31c
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 23 23:34:58 2020 +0000
summary:     MyGNUHealth : Add initial bloodpressure module

changeset:   3561:c3b8dfd90d46
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 23 21:24:10 2020 +0000
summary:     MyGNUHealth: Fix typo Dias/Dia in blood pressure monitor

changeset:   3560:e6f3cd9e37a6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Mar 20 00:39:46 2020 +0000
summary:     MyGNUHealth : early Draft of BIO section and Blood pressure page

changeset:   3559:926fd242ca76
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Mar 19 21:20:59 2020 +0000
summary:     MyGNUHealth: Clear the stack and set to initial page upon logout

changeset:   3558:02a071789879
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Mar 19 13:12:56 2020 +0000
summary:     MyGNUHealth : Set focus on master key at login

changeset:   3557:0cbd398ea75a
parent:      3554:65637bbc063a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Thu Mar 19 13:03:32 2020 +0000
summary:     MyGNUHealth : clear the page stack on logout

changeset:   3553:777adc6af4d6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Mon Mar 09 16:29:52 2020 +0000
summary:     MyGNUHealth: Include main PHR sections QML page

changeset:   3552:3e2d6bfbacac
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Mar 08 22:00:52 2020 +0000
summary:     MyGNUHealth : Master key login to the application

changeset:   3551:35002d11bedf
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Mar 08 18:48:42 2020 +0000
summary:     MyGNUHealth : Add myghconf module

changeset:   3550:8653756745b5
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Mar 08 18:47:29 2020 +0000
summary:     MyGNUHealth : Initialization if resource, encryption and database files. Integrate TinyDB

changeset:   3549:30fb3d3b360f
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Mar 03 17:42:29 2020 +0000
summary:     MyGNUHEalth : Make MyGH icon clickable to enter login page. Create Setup button

changeset:   3548:4e9518edaf74
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Mar 03 16:28:59 2020 +0000
summary:     MyGNUHealth : Include placeholders on Fed. Acct and password. Add onAccepted when pressing enter on password field

changeset:   3522:8cc39df7c8a9
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Feb 12 13:34:02 2020 +0000
summary:     MyGNUHealth: User slot to get user credentials and emit loginOK signal when authenticated

changeset:   3521:e6bebf1ad15d
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Feb 12 11:10:39 2020 +0000
summary:     MyGNUHEalth : Move QML files to the qml dir

changeset:   3520:9f3f2f76581a
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Wed Feb 12 11:08:49 2020 +0000
summary:     MyGNUHealth : improve project structure. Create fedlogin module. Use dictionary in QML to store credentials

changeset:   3519:bb1145249139
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Feb 04 11:37:12 2020 +0000
summary:     MyGNUHealth: create QML for qml components. Update component versions

changeset:   3518:c061b1b616a3
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Fri Jan 31 10:52:43 2020 +0000
summary:     MyGNUHealth : Update qml.qrc

changeset:   3517:b13216cefbb7
user:        Aleix Pol <aleixpol@kde.org>
date:        Thu Jan 30 17:05:10 2020 +0100
summary:     Adopt kirigami

changeset:   3512:886caf43a3d1
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Tue Jan 14 11:35:28 2020 +0000
summary:     MyGNUHealth : PoC authentication to Thalamus

changeset:   3506:43fccd390cc6
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Dec 29 22:09:16 2019 +0000
summary:     MyGNUHealth : Add LoginPage qml and initial methods

changeset:   3505:66c9b5832a90
user:        Luis Falcon <falcon@gnuhealth.org>
date:        Sun Dec 29 10:43:06 2019 +0000
summary:     MyGNUHealth: Initial port to Python3 from cpp

changeset:   2609:b361dc0bfdb9
user:        Luis Falcon <falcon@gnu.org>
date:        Wed Mar 22 12:42:38 2017 +0000
summary:     MyGNUHealth : Improve main view

changeset:   2608:ce98746a04d8
parent:      2602:a6fb0106f131
user:        Luis Falcon <falcon@gnu.org>
date:        Mon Mar 20 21:54:09 2017 +0000
summary:     MyGNUHEalth: Initial commit

