crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
55 stars 17 forks source link

Migrate to support library or Android X fragments. #27

Closed rafaelrodriguez342 closed 3 years ago

rafaelrodriguez342 commented 4 years ago

Hello Guys Native Fragments has been deprecated we need this CrispFragment to Extend from a Support library fragment or an androidX fragment to be able to add it in Modern applications that uses architecture components etc.

baptistejamin commented 4 years ago

Hello!

We are not doing it right now as we are planning to make a new SDK, using native code this time

Baptiste Jamin CEO, Crisp https://crisp.im/ - Connect your customers to your team.

On 19 Nov 2019, at 02:29, rafaelrodriguez342 notifications@github.com wrote:

Hello Guys Native Fragments has been deprecated we need this CrispFragment to Extend from a Support library fragment or an androidX fragment to be able to add it in Modern applications that uses architecture components etc.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisp-im/crisp-sdk-android/issues/27?email_source=notifications&email_token=AAGTRQYSZO2TIFL2YEVHEI3QUM6QZA5CNFSM4JO4OQ5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GRRWA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGTRQ32MCYCY36JIDVM4LLQUM6QZANCNFSM4JO4OQ5A.

rwrz commented 4 years ago

@baptistejamin Any news on this?

2BWorks commented 4 years ago

I have made these changes, you can use it already:

allprojects {
        repositories {
            jcenter()
            maven { url "https://jitpack.io" }
        }
   }
   dependencies {
        implementation "com.github.2BWorks:crisp-sdk-android:master-SNAPSHOT"
   }
rwrz commented 4 years ago

Thank you. I will try this soon! BTW, @baptistejamin, any news on the native SDK?

baptistejamin commented 3 years ago

We just published the early beta of the Crisp Android native SDK. You can find it here: https://github.com/crisp-im/crisp-sdk-android/tree/beta