Glucosio / glucosio-android

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

CSV Export doesn't work for Samsung S6 #323

Closed Ghazghkull closed 7 years ago

Ghazghkull commented 8 years ago

Debugging your code into my computer and using my device the problem is located when the app tries to read the content from the Realm proxy:

                            GlucoseReading reading = readings.get(i);
                            osw.append(dateTool.convertRawDate(reading.getCreated() + ""));

The reading.getCreated() is always null

Ghazghkull commented 8 years ago

https://github.com/Glucosio/glucosio-android/pull/324

emartynov commented 7 years ago

Probably resolved!