grebulon

Results 14 issues of grebulon

I have to update several image views with the same url, when I get an update event. The code does something like: ``` imageLoader.loadImage(url, targetSize, opt, new SimpleImageLoadingListener() { public...

I'm using this library successfully, but sometimes get these two crashes indicating that there are missing native JNI functions: First: **org.webrtc.voiceengine.WebRtcAudioRecord.nativeDataIsRecorded** ``` ----- Unhandled Exception: No implementation found for void...

I'm using klogg with input from ADB by running: adb logcat > android.log and opening the file. It would be helpful if klogg could exec "adb logcat" and capture the...

type: feature

The org.apache.http.\* library is removed from Android 23, and now we need to link with org.apache.http.legacy.jar (copy from android-sdk/platforms/android-23/optional to android/lib). Need to replace the code with something else.

org.apache.http.\* was moved out of android.jar and it's now in optional/org.apache.http.legacy.jar Time to move to okhttp? See: https://github.com/codebutler/android-websockets/pull/29/files

Got the following line from an Outlook event: `DTSTART;TZID="(UTC+02:00) Jerusalem":20160803T180000` Here we have a colon inside a quoted string. The way `parseICS` split's it, we get a key-value pair of:...

Need to define and create the target directory ``` var targetDir = __dirname+'/../android/lib'; console.log(`download to: ${targetDir}`); fs.mkdirSync(targetDir); ``` And then use it: `rp(aar).pipe(fs.createWriteStream(targetDir+`/${library}-${version}.aar`));`

The current build of org.mediasoup.droid:mediasoup-client:3.0.8-beta-3 is old and has security issues. Can you please re-build it and post to [maven](https://mvnrepository.com/artifact/org.mediasoup.droid/mediasoup-client)

It seems that the development of this library has stopped do I'm just pushing an upgrade to the build system. Whoever is interested and doesn't want git, you can download...

See: [pull request request #29](https://github.com/naman14/TAndroidLame/pull/29) It seems that the development of this library has stopped, so for whoever is interested, you can download the project in a zip file (if...