[Discussion] Share your projects
-
Today my app was approved


There seems to be a bug in the manifest config for some reason. The text size dropdown list is correctly populated with values from an array but when I select another value the Suunto App crashes. The SuuntoPlus app works fine however.
Data.json
"textSize": { "sizes": [ "Small", "Medium", "Large" ], "size": 1 }Manifest.json
{"shownName": "Text size", "path": "textSize.size", "type":"enum", "valuePath": "textSize.sizes"},Does anyone have a clue?
Unfortunately I cannot test this in the simulator. -
@Unpaired8373 I tried the image based implementation, but its not viable as i the image has to be baked in the source code, although it worked on the watch as well. The canvas based was working, but i still have to test some more complicated topos with a lot more objects, then iāll try to get it approved, because otherwise i cannot not use it.
Still have to play a bit more with UX as my app has 3 screens (selector + topo + pitch notes) and also some minor QoF improvements.
-
@surfboomerang Perfect. Very useful. Thanks
-
@surfboomerang I think Iām mistaken⦠I canāt find where to add a note

Correction⦠the relevant part appeared after synchronization :).
Iām testing it. Thanks. -
@Nikolai-Simonov, @unpaired8373
I played around with canvas and found that you can quite easily go around the draw limit just by splitting the drawing to multiple canvas with their own build functions. -
@guderaber interested in your results.
I had some issues with the canvas and Nikolais comments made me explore the sprite-map appoach, which seems to work although giving a different set of challenges. Letās see where this leads. Maybe a hybrid sprite+canvas approach is the solution.
-
@oleksandr this looks awesome
we definitely need more weight lifting apps -
The app is generally good. I needed an app like this.
It reminded me of my Casio Databank from my childhood
There are just a few issues.- It would be nice if old notes could be deleted from the watch.
- Entering and editing long notes is difficult on the phone. I save them to a notepad and then copy and paste. Itās a bit impractical.
- You canāt use the buttons on the watch to pause or end the exercise while on this screen. Thereās fast forward/rewind and zoom in/out. You have to move to the next part.
Finally, itās a great app, thank you. This should definitely be a widget. It would be great to be able to define it as a shortcut to access notes. Wishing you continued development.
-
@safari said in [Discussion] Share your projects:
Thanks for the feedback!It would be nice if old notes could be deleted from the watch.
I guess this could be done, but what is the usecase? You still need the Suunto App to add new note text.
Entering and editing long notes is difficult on the phone. I save them to a notepad and then copy and paste. Itās a bit impractical.
I totally agree. Unfortunately this is a limitation of the SuuntoPlus store. It only allows single line textfields. (@suuntopartnerteam, please correct me if iām wrong)
It would be nice if the use of multi-line textfields is supported in the future.You canāt use the buttons on the watch to pause or end the exercise while on this screen. Thereās fast forward/rewind and zoom in/out. You have to move to the next part.
True, the buttons are mapped to actions with the notes app, this means you canāt use the buttons for the exercise options anymore.
-
@surfboomerang
We take notes during long-term nature walks and camping trips. For example, in area 1, contact this person. In area 3, the radio frequency changed to xxx, etc. For instance, if we delete areas 1 and 2 while in area 3, screen usage will be more efficient. These are some examples of our usage.