Create new fragment, add library
Add map fragment migrated to Kotlin
Redo libremap fragment, use temporary API key
Use alternative map sources
Map Libre with HOT
Add stops to MapLibre (not yet working!)
Fix stupid error in lon lat
Use custom map with designed json
Add layout to show the stop touched on the map
Update Gradle Plugin
Update Gradle Plugin
Set basic layout for stops info
Set basic layout for stops info
Add new bus stop icon
Show properly the stop that is selected
Add button to enable and disable the user position
Write maplibre map logic with old buttons
Adjust layouts
Show buses on the map
Try adding the bus names as layers (not working)
Change the glyphs in json to show the texts, but cannot modify them
Show vehicles line as text annotation
Fix location bug
Filter impossible location updates
Show info on vehicle when tapping
Fix icon rotation
Replace old MapFragment with new one
Restore map state on re-drawing of the map
Fix following icon behavior
Reshow stops when reopening the map
Diagnose missing annotation
Small change
Fix disappearing highlighted stop by avoiding recreating symbols
gradle: try to increase max memory heap
gradle: try to increase max memory heap (2)
Move LineDetailFragment to MapLibre
Show buses on map
Show details of the position on the side
Try fixing stuff but not working
Fix weird behavior of data not reloading, enable button of info
Move icon to avoid clash when rotating the map
Open stops in other maps via Intent
Use preference for map style
Add new style file
Try to reload style when changing setting
Versatiles now works, the others do not
Disable other styles, update MapLibre SDK
Fix showing selected stop on top, in two different ways
Try fixing map sometimes not showing the line data
Try fixing lock bug
Show icon in the direction of the line!
Add background to icon, fix bug when distance is 0
Show line in the direction of the stop
Show user message when there is no external app to show the stop
Show message when direction is already shown
Fix data in bottom sheet not updating
Properly remove vehicles in the opposite direction
Fix regression bug, make the stop icons orange again
Fix unsubscribe crash
Regularize position of the arrows
Fix bug when reloading stops
Fix double showing of stop active marker
Set default style in slightly different way
Style adjustments using accent color
Revert "Disable other styles, update MapLibre SDK"
This reverts commit 5f441e0faeaf5ee73a9bea9445bbdc66c70a17c7.
Other style adjustments
Add legacy static tiles
Substitute Osmdroid with MapLibre for the maps
Create new fragment, add library
Add map fragment migrated to Kotlin
Redo libremap fragment, use temporary API key
Use alternative map sources
Map Libre with HOT
Add stops to MapLibre (not yet working!)
Fix stupid error in lon lat
Use custom map with designed json
Add layout to show the stop touched on the map
Update Gradle Plugin
Update Gradle Plugin
Set basic layout for stops info
Set basic layout for stops info
Add new bus stop icon
Show properly the stop that is selected
Add button to enable and disable the user position
Write maplibre map logic with old buttons
Adjust layouts
Show buses on the map
Try adding the bus names as layers (not working)
Change the glyphs in json to show the texts, but cannot modify them
Show vehicles line as text annotation
Fix location bug
Filter impossible location updates
Show info on vehicle when tapping
Fix icon rotation
Replace old MapFragment with new one
Restore map state on re-drawing of the map
Fix following icon behavior
Reshow stops when reopening the map
Diagnose missing annotation
Small change
Fix disappearing highlighted stop by avoiding recreating symbols
gradle: try to increase max memory heap
gradle: try to increase max memory heap (2)
Move LineDetailFragment to MapLibre
Show buses on map
Show details of the position on the side
Try fixing stuff but not working
Fix weird behavior of data not reloading, enable button of info
Move icon to avoid clash when rotating the map
Open stops in other maps via Intent
Use preference for map style
Add new style file
Try to reload style when changing setting
Versatiles now works, the others do not
Disable other styles, update MapLibre SDK
Fix showing selected stop on top, in two different ways
Try fixing map sometimes not showing the line data
Try fixing lock bug
Show icon in the direction of the line!
Add background to icon, fix bug when distance is 0
Show line in the direction of the stop
Show user message when there is no external app to show the stop
Show message when direction is already shown
Fix data in bottom sheet not updating
Properly remove vehicles in the opposite direction
Fix regression bug, make the stop icons orange again
Fix unsubscribe crash
Regularize position of the arrows
Fix bug when reloading stops
Fix double showing of stop active marker
Set default style in slightly different way
Style adjustments using accent color
Revert "Disable other styles, update MapLibre SDK"
This reverts commit 5f441e0faeaf5ee73a9bea9445bbdc66c70a17c7.
Other style adjustments
Add legacy static tiles
Merge branch 'maplibre'
Cleanup