Glucosio / glucosio-android

Glucosio Android App
GNU General Public License v3.0
338 stars 162 forks source link

Fixes bugs related to exporting CSV by specifying a date range. When #415

Closed chwalters closed 6 years ago

chwalters commented 6 years ago

the 'from' date picker was shown, and a date chosen, the app would crash because NPE due to no tag being set on the date picker view.

Also, the date used to construct the date range was off by a month, since Joda DateTime constructor uses months starting with 1 not 0.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 20.351% when pulling cbd656b3b8ea41ac68f5cc572460a303c9564006 on fix-for-export-date-range into 0ff0d3fae09581ea490794eaa82b4279fabeb7f4 on develop.