Commit Graph

22 Commits

Author SHA1 Message Date
Marvin W 9f3a5ce329
Mapbox: Don't crash for invalid Polygons 2022-01-24 17:47:34 +01:00
Marvin W cd0953b44e
Update libraries 2021-05-10 16:25:20 +02:00
Marvin W 2fbe0a0928
Mapbox: use specialized location layer
Less buggy and more performant, but lacks pulsing animation.
Fixes #1293
2021-01-21 11:41:49 +01:00
Marvin W 19118d0b31
Enable GitHub Actions 2021-01-11 22:40:14 +01:00
Marvin W f20d966f1b
Mapbox: Add version stamp file to cached native library
Fixes #1321
2020-12-21 20:32:44 +01:00
Marvin W 5e39818a20
Add initial support for Vision Barcode API
This work is heavily based on work by @lfxgroove

Co-Authored-By: lfxgroove <lfxgroove@zoho.com>
2020-12-05 09:57:19 +01:00
Marvin W 14dfd3e794
Mapbox: Ensure we have the required class loader in place when converting types 2020-10-19 13:16:08 +02:00
Marvin W 981301e9c6
Mapbox: Implement option to display user location
Co-Authored-By: Vincent Vidal <vinvidal@gmail.com>
2020-10-09 16:32:21 +02:00
Vincent Vidal 5b06366cd5 Mapbox: Fix crash when destroying maps
'setLocationSource' may be called with a null parameter:

E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter locationSource
E AndroidRuntime: at org.microg.gms.maps.mapbox.GoogleMapImpl.setLocationSource(Unknown Source:2)
2020-10-09 15:21:35 +02:00
Marvin W cab09cb238
Mapbox: Add dummy ground and tile overlays 2020-09-27 11:40:46 +02:00
Marvin W e70e6bc956
Mapbox: Track info window shown 2020-09-27 11:40:46 +02:00
Marvin W 3ef330ad7b
Mapbox: Fix crash when using Marker.getTag() when tag was not set yet 2020-09-02 21:11:53 +02:00
Alexandru Chircu 0e7ae1d767 Allow null bitmap. Fixes #1128. 2020-08-05 14:30:20 +02:00
Alexandru Chircu 5839489b1c Don't null a param which is still used, stub for missing function. Fixes #1126. 2020-08-05 14:30:01 +02:00
Marvin W 32ab82924e
Fix for #1106 2020-07-30 14:09:55 +02:00
Marvin W 895c74d095
Huge merge/refactor/update 2020-07-08 22:49:27 +02:00
Marvin W fc3e24c0ea
Various improvements and fixes for MapBox maps implementation 2019-10-15 14:59:34 +02:00
Marvin W dfb1e7fbb7
Fix mapbox native library loading if app targets armeabi non-v7a 2019-07-04 23:53:04 +02:00
Marvin W b02d72b01f
Add support for cross architecture loading in ProviderInstaller 2019-07-01 11:11:13 +02:00
Marvin W 73aca6ea10
Various fixes and improvements to Maps API 2019-07-01 00:25:24 +02:00
Marvin W 73fd85a8c7
mapbox: Allow savedInstanceState to be null 2019-06-03 15:35:51 +02:00
Marvin W 6174997cb7
Initial mapbox based maps implementation 2019-05-26 17:53:56 +02:00