Giter Site home page Giter Site logo

android-ui-sdk-set's People

Contributors

ericyangpan avatar rongrobot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-ui-sdk-set's Issues

imkit引入报错

源码依赖v5.4.1的imkit,远程依赖5.4.1的im_lib,编译时报错,没有translation文件夹,找不到这两个类
import io.rong.imlib.translation.TranslationClient;
import io.rong.imlib.translation.TranslationResultListener;

而且AndroidEmoji类中找不到 androidx.emoji2.text.EmojiCompat

融云私有化SDK

融云私有化SDK,git地址能否提供一下?或者能否提供完整的私有化的Android源码呢?

多次切换账号数据库被锁住

"crashType": "java_crash",
"errorMessage": "database is locked (code 5 SQLITE_BUSY)",
"errorStack": "android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)\nandroid.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:707)\nandroid.database.sqlite.SQLiteSession.beginTransactionUnchecked(SQLiteSession.java:321)\nandroid.database.sqlite.SQLiteSession.beginTransaction(SQLiteSession.java:300)\nandroid.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:571)\nandroid.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive(SQLiteDatabase.java:505)\nandroidx.sqlite.db.framework.FrameworkSQLiteDatabase.beginTransactionNonExclusive(Unknown Source:2)\nandroidx.room.RoomDatabase.internalBeginTransaction(Proguard:5)\nandroidx.room.RoomDatabase.beginTransaction(Proguard:3)\nio.rong.imkit.userinfo.db.dao.UserDao_Impl.insertUser(Proguard:2)\nio.rong.imkit.userinfo.LocalUserDataSource$1.run(Proguard:1)\njava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)\njava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)\njava.lang.Thread.run(Thread.java:923)\n",
"errorType": "android.database.sqlite.SQLiteDatabaseLockedException"

imkit引入报错

imlib版本:5.2.2

  1. 在MessageNotificationHelper中提示getConversationTypeNotificationLevel为私有方法

  2. 在sight中,PicturePagerActivity类的方法:private void updatePhotoView(final int position, final ViewHolder holder){},方法内部调用了 RongIMClient.getInstance()
    .getPrivateDownloadToken(
    GlideUtils.getUrlName(originalUri.toString()),
    new IRongCoreCallback.ResultCallback() {
    @OverRide
    public void onSuccess(String token) {
    updatePhotoView(position, holder, token);
    }

                                 @Override
                                 public void onError(IRongCoreEnum.CoreErrorCode e) {
                                     updatePhotoView(position, holder, "");
                                 }
                             }); getPrivateDownloadToken 方法提示根本不存在
    

请问是依赖的imlib版本有问题还是?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.