EvanRespaut / Equate

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

Disable number separator #27

Open JonnyTech opened 6 years ago

JonnyTech commented 6 years ago

Is it possible to disable number separators? I prefer to see 1234567 rather than 1,234,567.

JonnyTech commented 6 years ago

Separators were added with commit https://github.com/EvanRespaut/Equate/commit/827bfae78b610d0e8a5e0b39e894ef9cdcdc313b but I do not know how to make that into an optional setting.

EvanRespaut commented 6 years ago

Hey sorry, I've been crazy busy at work, not a lot of time left for side projects. I'll try to get to making some updates soon though, this one should be pretty straight forward.

If you wanted to make that into an optional setting, you'd need to edit the Settings Activity. You'd also need to change preferences.xlm file in the res directory.

JonnyTech commented 6 years ago

Thanks for the reply. I have been trying to work out how Android development works but not able to get a successful compile yet. Looking forward to your update whenever you get a chance in the future.

EvanRespaut commented 6 years ago

Yeah Android development is not always straightforward. What kind of errors your getting on compile?

JonnyTech commented 6 years ago

I think that it is my installation, lots on the go and I don't wanna fix my distro for fear of breaking something else. Will do so when current projects done. Thanks for the offer.