andymstone
andymstone
The en_GB culture file doesn't include the day of the week in its long date format: ``` print(LocalDate.today().toString('D', await Cultures.getCulture('en-US'))); > Friday, September 13, 2019 print(LocalDate.today().toString('D', await Cultures.getCulture('en-AU'))); > Friday,...
I think there is a bug in `TimeZoneMapperConverter.split2Polys` where it splits a node with 2 non-overlapping polygons into 2 pure nodes. It works out if it can do the split...
If the BUILD field is not included in the crash report then acra-storage builds the device name from BRAND, PRODUCT and PHONE_MODEL. The problem is that on line 42 of...