Gareth Bowen
Gareth Bowen
This is blocked on updating to 5.9.2 first: https://github.com/medic/cht-core/issues/4386
Many forms are tested as part of the standard release test plan. It would be very useful to test a wider range of real world forms as well and that...
Not exactly a duplicate, but there's a lot of history here. That issue had a lot of work done on it, even having a PR submitted. Unfortunately the PR was...
My understanding of the intention of `can_edit` is that you can not make any changes to the main couchdb database, which includes any deletions. So I think we should modify...
Scheduling to coincide with other tasks improvements.
Moved to 3.12.0 to free up engineers to work on 3.11.0.
Yes we still use it for validating that the given phone number exists in the database.
@mrsarm We don't distribute cht-gateway via the Play Store so I don't think those restrictions apply here. The reason we don't is because it relies on SMS permissions which will...
It looks like [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) is the supported way forward. Be sure to include the GCM libraries to support API from 16 through 23, and the WorkManager library for 23+ ([documentation](https://developer.android.com/topic/libraries/architecture/workmanager/migrating-gcm)).
Related: https://github.com/medic/medic-webapp/issues/3675