Miguel Mendez
Miguel Mendez
I made a quick write up of how to do what @devosray said here if it helps anyone that was in my position :astonished: https://github.com/grrrian/phonegap-parse-plugin/issues/8#issuecomment-118955744
@djfarrelly This is definitely old, but I'd be willing to help aswell. I kinda think the best strategy is to setup a chat room for collaborators only, or an email...
So, i tried straight upgrading the version of `org.apache.httpcomponents:httpmime` from `4.3` to various versions. Patch upgrade compiled up to `4.3.6` but still gave the error mentioned above in the `gradle`...
Oh, and the stack traces, of the interesting one, the rest are all `address already in use` exception, which probably fails because of the first #### testMain ``` java.lang.NoSuchMethodError: org.apache.http.entity.ContentType.create(Ljava/lang/String;[Lorg/apache/http/NameValuePair;)Lorg/apache/http/entity/ContentType;...
Seems to be failing on the molecule dependency installation. I'm not very familiar with Molecule or Github actions. Any advice on what might be happening? @sleighzy
I'm thinking I'd be cool to have it default to the way it is now and then IF the mapping file is present, then use the mapping and do `@username`....
if anyone reads this, you can set the selector programmatically with .setSelector(Int ResId) it.sephiroth.android.library.widget.HListView hListView = (it.sephiroth.android.library.widget.HListView) findViewById(R.id.myHorizontalListView); hListView.setSelector(R.drawable.mySelector); Cheers
+1 for Timber support :smile_cat:
Hope its not too late but I'd be interested, I've been using this quite a bit and made a modified manifest maker module for gulp https://github.com/ObjectiveTruth/gulp-cordova-app-loader-manifest
@krissrex, I'm just starting to implement this library, can you explain a bit what you mean by setting the timeout from 5-90 randomly? Is it per request? or overall, adding...