EvanRespaut / Equate

Unit converting calculator
GNU General Public License v3.0
67 stars 17 forks source link

[Unit Request] Add pressure unit - centimetre of water #9

Closed radioxoma closed 7 years ago

radioxoma commented 7 years ago

Please add cm H2O pressure unit. It used for evaluation of central venous pressure and lung ventilator setup. CVP is pretty easy to measure with ruler and plastic tube, filled with saline (NaCl in water), so cm H2O is used for it.

EvanRespaut commented 7 years ago

I can do that, it'll be in the next version. I'll try to release it soon :)

radioxoma commented 7 years ago

Thanks! I'll be waiting on F-droid.

EvanRespaut commented 7 years ago

I just put up a new copy of Equate on the play store with cmH2O. Looks like F-Droid automatically syncs with that so it should be up there too soon. Enjoy!

radioxoma commented 7 years ago

Hm. I've got v1.2 since 2016-11-30 (F-Droid latest) and it has requested cmH2O. You had added unit at 25th Nov though. But on the Play store v1.3. Looks like F-Droid checks AndroidManifest.xml periodically and your commit triggered build can use multiple ways to determine version and build it, if Auto-update is enabled. But in your case it set to None (manual update by maintainer). Thank you for app. I'll change to playstore for a while and put you some stars :)

EvanRespaut commented 7 years ago

Yeah it looks like F-Droid is sometimes slow to grab updates from Play Store. I'm not really sure how to force it to update, let me know if you have an idea. Thanks for the stars!

On Sat, Dec 17, 2016 at 5:18 AM, Eugene Dvoretsky notifications@github.com wrote:

Hm. I got v1.2 since 2016-11-30 https://f-droid.org/repository/browse/?fdfilter=Equate&fdid=com.llamacorp.equate (F-Droid latest) and it has requested cmH2O. You had added unit at 25th Nov https://github.com/EvanRespaut/Equate/commits/b719b57decfdfbbb3ac7cdfdfdf556a95e13bafd/app/src/main/AndroidManifest.xml though. But on the Play store v1.3. Looks like F-Droid checks AndroidManifest.xml periodically and your commit triggered build. Thank you for app. I'll change to playstore for a while and put you some stars :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EvanRespaut/Equate/issues/9#issuecomment-267754996, or mute the thread https://github.com/notifications/unsubscribe-auth/AGSFCcGb93IQJm3E2zvU6Cxr0Vg0ETHwks5rI7btgaJpZM4K4muF .

radioxoma commented 7 years ago

Just checked. Looks like you have to use git tags to specify the release's versions and request to enable Auto-update mode. Auto-update is disabled: you can see it on wiki page and in Metadata file.

Check this post on F-Droid forum.