Tobrun

Results 59 issues of Tobrun

With https://github.com/mapbox/mapbox-gl-native-android/pull/314 we now have support for stretchable icon-images. These are ideal to be used as an 'InfoWindow/Popup`. Would be great to showcase selecting an icon-image on a map and...

new example :sparkles:

Follow up from https://github.com/mapbox/mapbox-gl-native/issues/9570. SceneAnimationTransitions aren't trivial when implementing these animations with a MapView (see ticket above for more context). To get a correct animation one must use bitmaps with...

new example :sparkles:

The currently active beta track apk v71 crashes when opening a MapView. Source is either apk split #288 or a proguard issue. We need to fix this to be able...

bug :bug:

There are a couple of suggestions that could improve the UX around the login screen. + [ ] make the content of screen visible faster, this can be achieved with...

We currently have a `MainActivity#listItems` method that generates all the required adapter items. Currently everything is hard coded in one method block. We should look into generating code for this...

Currently firebase crash shows obfucated stacktraces due to usage of proguard in release mode. This is now fixed for the latest released by uploading the mapping.txt manually. We need to...

![image](https://user-images.githubusercontent.com/2151639/61199136-19a90000-a6dd-11e9-9f45-f7b7b8d8e814.png) [Link](https://play.google.com/apps/publish/?account=5074012537719399444#AndroidMetricsErrorsPlace:p=com.mapbox.mapboxandroiddemo&appid=4974177624568634144&appVersion=PRODUCTION&clusterName=apps/com.mapbox.mapboxandroiddemo/clusters/988bc12d&detailsAppVersion=PRODUCTION&detailsSpan=7) to crashreport.

work in progress :building_construction:
crash :boom:

![screenshot from 2017-11-05 17-19-47](https://user-images.githubusercontent.com/2151639/32416699-b3dc353c-c24d-11e7-9ce5-9ec98ea343eb.png) We are currently not receiving any crash reports for our in production app. While fixing this we could also look into removing the debug setup shown...

bug :bug:

![image](https://user-images.githubusercontent.com/2151639/61198998-938cb980-a6dc-11e9-900c-76b1000338fe.png) [Link](https://play.google.com/apps/publish/?account=5074012537719399444#AndroidMetricsErrorsPlace:p=com.mapbox.mapboxandroiddemo&appid=4974177624568634144&appVersion=PRODUCTION&clusterName=apps/com.mapbox.mapboxandroiddemo/clusters/b0e4ceea&detailsAppVersion=PRODUCTION&detailsSpan=7) to crashreport.

crash :boom:

By hooking into `MapSnapshotter#addOverlay` you can draw on the bitmap outputted by the snapshotter. A cool example would be to overlay the snapshotter with some raster data (eg. weather visualization).

new example :sparkles: