Jason

Results 46 issues of Jason

### Description Instrumentation test randomly failing. When running espresso tests on our CI machine (which runs tests on Firebase Test Lab) we occasionally get the following crash and then the...

Generated `DaoMaster.java` has two generated log statements: ``` Log.i("greenDAO", "Creating tables for schema version " + SCHEMA_VERSION); ... Log.i("greenDAO", "Upgrading schema from version " + oldVersion + " to "...

I see this got added in https://github.com/willowtreeapps/Hyperion-Android/commit/281b60da9ebe1c1831553186fd08aaae000c5fd1 but no update to readme.

Not sure how this is happening since all this project's build.gradle files use `implementation` but I'm seeing hyperion's dependencies on compile classpath. This is part of my app's build.gradle file:...

~~1. hyperion version number isn't scrolling; other list items are scrolling underneath it~~ [fixed in #130] 2. scrolling extends under bottom home/back/recent nav bar ![device-2018-06-23-141535](https://user-images.githubusercontent.com/1980553/41812400-25d0cd22-76f0-11e8-9a07-7592cc83ba88.png)

bug
help wanted

One thing that Spoon did that was nice was format the test names into a more readable format. For example a test method named `public void asAUser_ICanSeeAboutScreen()` would display as...

I have two cases I'm curious how RxPermissions will handle. They are all based on having two or more fragments visible at the same time. 1. If two fragments, both...

Demo app is referencing dead link for `Tileset` In this demo: https://github.com/mapbox/mapbox-android-demo/blob/eed094e00c28c2df6773fc07a425105ddf12b9b6/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/labs/SymbolLayerMapillaryActivity.java#L1101 this URL is 404-ing. ``` https://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt ``` Any chance you have a new sample data set?

Mapbox added a listener to its `CompassPlugin`. It looks like `CompassPlugin` didn't make it into Map Libre. However it should be straightforward enough to add another listener to `CompassView`

android

After migrating from Mapbox 9.6.2 to Maplibre 9.5.2 I am getting these errors: ``` Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.6.0-runtime (androidx.core:core:1.6.0) and support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in...