Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SendLocation updates feature #36

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    2831a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Implement locations sorting using timestamp param

    Added processing new params for SendLocation
    AKalinich-Luxoft committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    980e45c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Merge pull request #27 from AKalinich-Luxoft/feature/proposal_send_lo…

    …cation
    
    SendLocation feature implementation
    AKalinich-Luxoft authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    415e7b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    5239888 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Fix Uncaught TypeError when receiving SendLocation

    There was a problem that NavigationController could
    be not inited before receiving SendLocation and this
    lead to reported error.
    
    There was added initialize of NavigationController on
    requesting Navigation.IsReady so if navigation module
    is active, then it will be inited on Navi.isReady request
    and result of initialization will be transfered in isReady
    response.
    AKalinich-Luxoft committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    51fb363 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from AKalinich-Luxoft/fix/fix_send_location_un…

    …caught_error_in_full
    
    Fix Uncaught TypeError when receiving SendLocation
    AKalinich-Luxoft authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    3f6fa34 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Add missing clearRoutes function implementation

    This implementation were moved from Last Mile navigation
    proposal.
    AKalinich-Luxoft committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    66a66c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    487d95c View commit details
    Browse the repository at this point in the history