Eng ChongMeng

Results 70 comments of Eng ChongMeng

Using master branch may cause problem in project if there a new release with conflict to your current project usage. https://github.com/shevek/jarjar/issues/22#issuecomment-992623722 I tried your proposal. it did get rid of...

Thanks for your input. I am trying to change the following to your proposal, but gradle flagged as unresolved symbol. Is a new plugin or meant something else? Appreciate your...

After going through the information on: https://www.javatips.net/api/jarjar-master/jarjar-gradle/src/main/java/org/anarres/gradle/plugin/jarjar/JarjarTask.java It seems that your proposed scripts has the same task implementation as the one in aTalk gradle script. So the problem of merging...

I am not sure now what my previous comment is correct. When I changed the scripts to the following, found that 1 of 3 output *.jar indeed get renamed to...

Thanks for the new input. Would you be able to provide an example on how to use the jarjar 1.0.3 in gradle. When I change the aTalk build.gradle to buildscript...

I tried on aTalk project but facing problem. Any advice will be appreciated. [Unable to use shadow to achieve the same result as jarjar tools for aTalk project #761](https://github.com/johnrengelman/shadow/issues/761)

Below are the implementations that works with aTalk; Add a new method in RtpContentMap.java ``` public Set getAllCredentials() { final Set allCredentials = ImmutableSet.copyOf(Collections2.transform( contents.values(), dt -> dt.transport.getCredentials() )); if...

The android xmpp client aTalk, a fork from jitsi-android. It uses Smack library 4.1.8 and supports XEP-0198 protocol. The application is free can be downloaded from the following site if...

Hi, The source is still under modification and is not ready to be released to the community for access. However I would much appreciate if the interested parties from the...

No. The link is part of the android playlst. Look like android is constantly changing its internal info access. I see it is not an easy task for the developer...