I second this ^.
Much of the underlying technology of the internet was designed with Postel's Law in mind - "be conservative in what you do, be liberal in what you accept from others".
I don't know of any web clients in wide use which have…
This is a great idea - it’s the “little” things like this which really make a difference in user experience (and, in this case, privacy).
Unfortunately, this isn’t the correct forum - this is a forum for 3rd party Connect IQ apps. Sadly…
We have a CIQ app (called ACS) which is being used by over 200 people. In the last two weeks we have had people reporting that the data is not being saved to FIT file properly.
The app writes record, lap and session data fields.
The issue is that the…
If it's used on AMOLED screens as well then one thing I would try is to invert the screen: black background, white letters. If it's only used on MIP displays then I think it doesn't matter.
If you really use this watch only for this and you…
Yes, the older models have much more limited amount of storage. I used to have the Vivoactive 3 in the past and it had only a few MB of space for apps I believe. So, for such devices, having limtations or restrictions like this makes sense. But, for newer…
Actual hard-coded numbers are replaced with variables which seems to make the code more inefficient.
Is this expected?
Yes. The optimizer will do this when it makes the code smaller, which for Number and Float means the value is used at least…
Hi Developers,
I have a problem related to this post.
Issue: My logfile stays empty...
Environment: Running datafield in MARQ2 Captain.
Steps I did:
- "Build for Device" of sample app (https://github.com/fabiobaltieri/ciq-nrf-blinky) for device…
Is there a way to make this happen when I want, or do I just have to hope the profile fairy pays a visit some night? This seems to be way more helpful than the simulator, but you have to keep the .debug.xml file that matches the .prg file if you update…
OK, I think I'll go this way (add the FONT_NUMBER_* as well) when the text to be displayed "isNumeric()". The question is if there's any way to know either at compile time or at runtime if a certain string can be displayed with a certain font?…