ChangeLog

v2.7.1 - March 14th, 2026

Added

  • Support for unified bundles

Updated

  • All lib versions

v2.7.0 - January 23rd, 2026

Added

  • Modality information available in route result segments

v2.6.7 - January 22nd, 2026

Fixed

  • Route with car modality and source based on position was not working properly

v2.6.6 - December 30th, 2025

Fixed

  • Crash when unload while setPois is called

v2.6.5 - December 23th, 2025

Fixed

  • Issue with label size and position

v2.6.4 - December 15th, 2025

Fixed

  • Crash when json is empty

v2.6.3 - December 2nd, 2025

Fixed

  • POI without name now works

Added

  • POI filter optimisation

v2.6.2 - September 30th, 2025

Fixed

  • Apply theme in routing

Modified

  • Lighter labels in memory

v2.6.1 - September 1st, 2025

Fixed

  • Issue with certain architecture for 3D rendering

v2.6.0 - August 19, 2025

Fixed

  • High security issues on MobSF
  • Crash with non power of 2 textures

Modified

  • Update NDK and gradle version in order to deal with 16K pages

Added

  • Add an API to stop animations and rendering after iddle time

v2.5.7 - August 4, 2025

Fixed

  • Fix issue with network

v2.5.6 - July 29, 2025

Updates

  • Fix navigation attributes

v2.5.5 - July 28, 2025

Updates

  • Fix flickering on reload
  • Update catching error on data sending module
  • Fix animation management on loading
  • Fix missing modalities transition update on route
  • Update VisioMove

v2.5.3 - June 30, 2025

Updates

  • Update VisioMove routing algorithm
  • Update navigation generation to match new algorithm edge case

v2.5.2 - May 20, 2025

Updates

  • Update VisioMove version with various fix
  • Update sample with new map and new coordinates
  • Update image loading

v2.5.1 - March 14, 2025

Updates

  • Update VisioMove Version
  • Update : SetPois optimization
  • Fix : Issue when rendering with compose

v2.5.0 - Feb 7, 2025

Updates

  • Update VisioMove Version
      Update rendering with compose elements
  • Add API to change the color of label programmatically
  • Diacritics are now recognized within search bar

v2.4.8 - Jan 21, 2025

Updates

  • Update VisioMove Version
      Optimize routing drawing
  • Fixed an issue with accessibility routing
  • Update title display for placeInfoView title

v2.4.7 - Jan 7, 2025

Fix

    • Better floor detection when using updatePosition method

v2.4.6 - Dec 23, 2024

Fix

  • Update VisioMove
      Improve statbility
    • Update sample for routing and content

v2.4.5 - Dec 05, 2024

Updates

  • Update VisioMove Version
      Fixed issue with surface rendering
  • Fixed an issue with routing calculation

v2.4.4 - Oct 15, 2024

Updates

  • Update VisioMove Version
      Fixed issue with surface rendering

v2.4.3 - Oct 11, 2024

Updates

  • Fixed an issue with routing calculation
  • Fixed an issue with compass
  • Update VisioMove Version

v2.4.2 - Sept 18, 2024

Updates

  • Fixed an issue that make the compass view couldn't be displayed
  • Optimize Poi coloration
  • Update 'setCategories' method documentation

v2.4.1 - Sept 10, 2024

Updates

  • Update VisioMove Version
      Fixed issue with routing calculation that can cause a crash
  • Update routing to be iso with ios version

v2.4.0 - Août 30, 2024

Updates

  • Update VisioMove Version
      Optimize memory usage
      Update routing params : threshold is now customizable
  • Fix crash that may appear when loading to much POIs
  • Fix issue with added POI in search window
  • Update routing params : threshold is now customizable
  • Fix minor issue with floor's altitude

v2.3.0 - Juil 26, 2024

Updates

  • Updated VenueInfo to be an object VMEVenueInfo : use utility method "venueInfo.toJsonObject()" to convert it to json.
  • Updated the design of accessible and optimize button
  • Fixed issue with floor detection when using custom location
  • Updated VisioMove Version
  • And some code Clean-Up

v2.2.1 - Juil 18, 2024

Updates

  • Update VisioMove Version
    • Fixed a crash when the app switches to background

v2.2.0 - Juil 02, 2024

Updates

  • Update VisioMove Version
    • Memory management improvements
    • Loading time improvements
    • Update Visitor on scene graph
    • Bug when a texture is not ready to display
    • Displays gradient and color on background
    • Some issues with Vulkan causing black screen
    • Added Simple light API to get poi handle from IDs
  • Update minimal suported sdk from 21 to 24
  • Update compile sdk from 33 to 34
  • Improve view accessibility on Building Selector and search component
  • Remove Support Librairies, Jetifier is no longuer required
  • Fixed issue with instruction path heaght
  • Fixed issue when parsing map parameters
  • Fixed issue with obfuscation

v2.1.5 - June 06, 2024

Updates

  • Update VisioMove Version
    • Optimized loading time
    • Optimized anti-aliasing on building
    • Fixed Vulkan crashe
  • Optimize json parsing with kotlinx-serialization-json
  • Added SdkUsage loading map stats
  • Fixed name display when updated in SDK
  • Fixed height of route to solve z-fight

v2.1.4 - April 5, 2024

Fixed

  • Improve stability

v2.1.3 - March 14, 2024

Updates

  • Update VisioMove Version
    • Memory optimisation for heavy map
    • fixes a bug causing z-fight
  • Optimization on loading
  • Fixes bug on getAttributes and getModalities APIs
  • Fixes bug when bundle data are inconsistent

v2.1.1 - January 30, 2024

Updates

  • Global render optimizations
  • Optimization on floor change

v2.1.0 - January 9, 2024

Adds

  • Adds setIcons APIs
  • New theme demo in sample

Fixes

  • Fixes a bug on Android causing map display issue.

v2.0.1 - December 12, 2023

Updated

  • Fixes a bug on Android causing setPOI to fail when labels are not on map.
  • Adds voice navigation code for sample.

v2.0.0 - December 5, 2023

Updated

  • Brand new version of VisioMoveEssential !
  • Updated VisioMove, now using release [v3.0.0].
  • Improve stability with setPois API. Remove deprecated APIs.
  • Fixes memory leaks.
  • Add setCatégories API.
  • Add APIs to put some HTTP/HTTPS headers when we get descriptor and map files.
  • Improve Jetpack Compose sample.