Giter Club home page Giter Club logo

wormnav's People

Contributors

aleung avatar alsama avatar andan67 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wormnav's Issues

Save breadcrumbs

Introduce option to save breadcrumbs on exit of app for reload on next start.

vivoactive 4 compatibility?

Hi, this app looks great. I see it is compatible with the VA3, but not VA4. Is there a fundamental reason, or (and I'm being an optimist :) ) is this a simple fix to make also compatible with the newer (and presumably more capable) device?

ETA -- personally, I'd like Vivoactive 4S

Spanish Translation Menu Screens Review

Thanks for use the FONT_SMALL font in Data screens Labels, is really better than FONT_XTINY font to read it.

Now I'd like to show you a difference that exists in menus and some screens bettween garmin Simulator and a Real Device like vivoactive 3. But I think that It will happend in all CIQ 3.X devices.

wormnav_texts_07
wormnav_texts_08

In the case of picker control. You can see that in simulator you can see more text, that what is showed in a real device.
So the String "Num. Campos" and string "Campos de datos" are not full showed. So that text strings must be reduced.

I think that in general texts in picker labels must be lower that 10 characters.

Feature: Open With... for GPX files

On Android, when downloading a GPX from a route-planning app, it pops up the open with window. It would be really convenient to see the WormNav companion app in that list

Allow 'closing' the app while recording

With the default Garmin activity apps it is possible to swipe right to show the clock again and use the other widgets on the device (Vivoactive 4s). However, with wormnav this results in the dialog 'Exit App'.

Would it be possible to still use the other features of the watch while recording with wormnav (or while recording is paused)? Especially when having a short break it would be useful to be able to check time or music etc.

Slow

Device: vivoactive 4s
App version 1.2.0 from Jan 3rd

Starting the app, loading the track, opening the settings menu, returning to previous pages, it all takes 5+ seconds on my device. Is this normal/expected behaviour? Can it be improved?

Spanish translation issue

Hello Andan:

I have found a little issue in spanish translation of "df_labels" string

<string id="df_labels">Tiempo|Distancia|Ritmo|Velocidad|Ritmo med.|Vel. media|FC media|%FC máx.|FC media|Tiempo v.|Dist. vuelta|Rit. vuel.|Vel. vuelta|Rmo ú. vue|Vel. ú. vue|Vueltas|Altitud|Hora del día|Batería</string>

the first "FC media" label must be "Frec. card."

so that string must be:
<string id="df_labels">Tiempo|Distancia|Ritmo|Velocidad|Ritmo med.|Vel. media|Frec. card.|%FC máx.|FC media|Tiempo v.|Dist. vuelta|Rit. vuel.|Vel. vuelta|Rmo ú. vue|Vel. ú. vue|Vueltas|Altitud|Hora del día|Batería</string>

Also in "dm_labels" string some labels could be shorter:
<string id="dm_labels">Tiempo|Distancia|Ritmo|Velocidad|Ritmo medio|Velocidad media|Frecuencia cardiaca|Frec. card. % máx.|Frec. card. media|Tiempo de vuelta|Distance vuelta|Ritmo vuelta|Velocidad vuelta|Ritmo en ult. vuelta|Veloc. de ult. vuelta|Vueltas|Altitud|Hora del día|Batería</string>

"Ritmo en ult. vuelta" could be: "Ritmo ult. vuelta"
"Veloc. de ult. vuelta" could be: "Veloc. ult. vuelta"

And "Distance vuelta" must be "Distancia vuelta"

Thank you.

Data Screen Suggestion

For data screen I think that is better put the red lines near the center data fileds and move down fields 1, 2 and 3.
So texts labels for that fields are in a bigger screen zone so you evite cut it.
Free space in the top of the screen can be use to show a simple battery icon, play/stop indication icon or some other.
I attach an image
wormnav_texts_02

ISSUE on class CenterMapPickerDelegate. function onAccept

Hello:

I have found a little Issue on class CenterMapPickerDelegate. function onAccept(values):

Code now is:
Application.getApp().setProperty("centerMap", Transform.northHeading);
and it must be:
Application.getApp().setProperty("centerMap", Transform.centerMap);

Great App.

Spanish translation review

In spanish translation of "dm_labels" in some cases is better to use the word "Lap" for "vueltas" texts as is smaller and fits better in data screens.
I attach and image.
wormnav_texts_01

Bigger Font Size on Map View Screen

Hello Andan,

Would It be possible to make an option to change Font Size on Map View Screen?

Double size would be perfect.
Maybe you can make an option to change in percentage?

While driving the Elapsed time and distance on top is to small for a quick view.

Many thanks Stephan

Show Play/Pause indicator

Often when cycling I forget to start the activity again after a longer break. The only way to notice this is to look at the watch for two seconds to verify the clock is ticking. However on the bike I only glance at the watch to check the route, so I only notice the mistake after a while.

Would it be possible to show a Play/Pause/Stop icon or maybe color the text based on the activity recording state such that one can see instantly whether the activity is being recorded?

metric vs imperial system

Using it on Forerunner 55 and works near perfectly. The Connect app seems to be using metric system and ignores the units setting on the watch (Statute as defined by Garmin). My watch is set to Statute system (miles instead of km). Would be great if the app uses those instead of km and meters. Otherwise near perfect app.

Apk download

Is it possible to have the apk file available for download? Possible locations could be:

  • in the file tree in github, e.g. in publish/output (where current connect app file is stored as well)
  • as attachment in each Github release
  • linked on the Github Pages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.