microsoft / EmbeddedSocial-Android-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your Android app
MIT License
9 stars 14 forks source link

Updated various libraries including Retrofit, jackson, picasso, image-photo view, etc #103

Open jnpatel2811 opened 6 years ago

jnpatel2811 commented 6 years ago

In this PR, I have updated various library used in sdk to latest version

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

acrown-msft commented 5 years ago

I tried merging this into master and ran into runtime issues.

E/AndroidRuntime: FATAL EXCEPTION: intent processor #2
    Process: com.microsoft.embeddedsocial, PID: 26588
    java.lang.VerifyError: Rejecting class com.microsoft.embeddedsocial.server.model.notification.GetNotificationCountRequest that attempts to sub-type erroneous class com.microsoft.embeddedsocial.server.model.UserRequest (declaration of 'com.microsoft.embeddedsocial.server.model.notification.GetNotificationCountRequest' appears in /data/app/com.microsoft.embeddedsocial-weuxMKHu22oWGny-XERUGQ==/base.apk:classes2.dex)
        at com.microsoft.embeddedsocial.service.handler.UpdateNotificationCountHandler.handleIntent(UpdateNotificationCountHandler.java:29)
        at com.microsoft.embeddedsocial.service.handler.UpdateNotificationCountHandler.handleIntent(UpdateNotificationCountHandler.java:24)
        at com.microsoft.embeddedsocial.base.service.IntentProcessor$IntentHandlerAdapter.run(IntentProcessor.java:234)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
        at java.lang.Thread.run(Thread.java:764)

This may require some additional changes in the project's ProGuard files.

jnpatel2811 commented 5 years ago

Because there are conflicts now. I'll resolve it and check it.