Macarse

Results 27 issues of Macarse

@chrisbanes: I know you are not longer working on this but do you mind creating a last release version? 2.1.2 with debug off.

Where is the Gradle plugin source code?

This is the stacktrace E/AndroidRuntime( 6863): java.lang.NullPointerException E/AndroidRuntime( 6863): at java.util.concurrent.ConcurrentHashMap.putIfAbsent(ConcurrentHashMap.java:894) E/AndroidRuntime( 6863): at ffvideolivewallpaper.frankandrobot.com.SelectVideo$VideoSettingsAdapter.getBitmapThumbOnThread(SelectVideo.java:284) E/AndroidRuntime( 6863): at ffvideolivewallpaper.frankandrobot.com.SelectVideo$VideoSettingsAdapter.access$200(SelectVideo.java:185) E/AndroidRuntime( 6863): at ffvideolivewallpaper.frankandrobot.com.SelectVideo$VideoSettingsAdapter$2.run(SelectVideo.java:318) E/AndroidRuntime( 6863): at ffvideolivewallpaper.frankandrobot.com.SelectVideo$VideoSettingsAdapter$1.run(SelectVideo.java:222) E/AndroidRuntime( 6863): at...

If the apk is using obfuscation, you need to do the mapping by hand. It would be nice there is an option to import mappings.

enhancement

Unfortunately I don't use Github at work and, honestly, I first read about Elixir when I start reading this project's source code. How hard would it be to create an...

Hello I am trying to create a simple espresso UI test. My Activity has a: ``` @Override public void updateResults(List modelList) { adapter.update(modelList); } ``` The presenter fetches the data...

It would be nice to have an example of how to use the hopfield network for optimization problems. Example: TSP.

I have done it for me: In public WebImageView(Context context, AttributeSet attributes) I added: int noImage = attributes.getAttributeResourceValue(XMLNS, "noImageDrawable", -1); if ( noImage != -1 ) { setNoImageDrawable(noImage);

I am using swifter for iOS UI testing. My tests setup swifter and with the help of JSON mocked responses I test the UI. Swifter has been working great but...

enhancement