Aldo
Aldo
Just as the title says, if we merge and update a little bit this repo with some of the PRs proposed, maybe it's worth pursing an official merge in docker-machine....
Android version: 4.4 but easily replicable also on 7.0 This needs further investigation. Steps to reproduce the behaviour (sometimes works, sometimes not): 1. Open Butter app 2. Select media with...
Butter project [design guidelines has changed](https://buttercomponents.github.io/butter-style-guide/), we should update Android app to match those.
``` 03-30 21:42:31.901 3158-3158/butter.droid.tv.dev E/AndroidRuntime: FATAL EXCEPTION: main Process: butter.droid.tv.dev, PID: 3158 java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference at android.widget.Toast.(Toast.java:104) at android.widget.Toast.makeText(Toast.java:262) at...
There are a lot of naming of resources, icons and even constants or so that references to popcorntime we should remove those.
I leave here the stacktrace. It popped randomly. ``` 03-28 20:09:09.534 12151-12151/butter.droid.tv.dev E/AndroidRuntime: FATAL EXCEPTION: main Process: butter.droid.tv.dev, PID: 12151 java.lang.RuntimeException: Unable to pause activity {butter.droid.tv.dev/butter.droid.tv.ui.search.TVSearchActivity}: java.lang.IllegalArgumentException: Service not registered:...
Would be a good idea to create a splash screen for various reeasons: 1. Branding 2. Initial checks (for example device architecture and display of error message) 3. Maybe to...
OpenJDK version 13 is not an LTS supported one, I think dshackle may benefit it instead switches to version 11. What do you think? I can prepare a PR quickly.
Hi @atoulme, Thanks for this awesome library. We have been using it since long time and we love it! Is there any plans to support EIP1559 / 2930? Thanks in...
Hi, If the component has enabled the option `dsb_indicatorPopupEnabled` and the device is a Nexus 5x as soon as you start dragging (and just when the animation of the popup...