element-x-ada/libraries
Benoit Marty d7760003cf Remove the log, was causing a crash.
kotlin.reflect.jvm.internal.KotlinReflectionInternalError: Function 'handleEvents' (JVM signature: present$handleEvents(Landroidx/compose/runtime/MutableState;Lkotlin/jvm/internal/Ref$ObjectRef;Lio/element/android/libraries/permissions/api/PermissionsEvents;)V) not resolved in class kotlin.jvm.internal.Intrinsics$Kotlin: no members found
    at kotlin.reflect.jvm.internal.KDeclarationContainerImpl.findFunctionDescriptor(KDeclarationContainerImpl.kt:131)
    at kotlin.reflect.jvm.internal.KFunctionImpl$descriptor$2.invoke(KFunctionImpl.kt:56)
    at kotlin.reflect.jvm.internal.KFunctionImpl$descriptor$2.invoke(KFunctionImpl.kt:55)
    at kotlin.reflect.jvm.internal.ReflectProperties$LazySoftVal.invoke(ReflectProperties.java:93)
    at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:32)
    at kotlin.reflect.jvm.internal.KFunctionImpl.getDescriptor(KFunctionImpl.kt:55)
    at kotlin.reflect.jvm.internal.KFunctionImpl.toString(KFunctionImpl.kt:185)
    at kotlin.jvm.internal.FunctionReference.toString(FunctionReference.java:130)
    at java.lang.String.valueOf(String.java:4092)
    at java.lang.StringBuilder.append(StringBuilder.java:179)
    at io.element.android.libraries.permissions.api.PermissionsState.toString
    at java.lang.String.valueOf(String.java:4092)
    at java.lang.StringBuilder.append(StringBuilder.java:179)
    at io.element.android.libraries.permissions.impl.DefaultPermissionsPresenter.present(DefaultPermissionsPresenter.kt:128)
2023-08-31 17:41:00 +02:00
..
androidutils Fix the orientation of sent images (#1190) 2023-08-30 17:02:37 +00:00
architecture migrate object to data object (#1135) 2023-08-24 09:32:44 +02:00
core Properly inline tryOrNull() (#1003) 2023-07-31 13:49:57 +00:00
coroutines Update Gradle to 8.1 and AGP to v8.0 (#329) 2023-04-17 08:49:52 +00:00
dateformatter Enable detekt rules AlsoCouldBeApply and fix existing issues. 2023-07-26 11:10:46 +02:00
deeplink Make the functions in SystemUtils extensions (#899) 2023-07-18 13:11:11 +00:00
designsystem New icon for "poll end" in both action menu and timeline item. (#1203) 2023-08-31 15:40:51 +02:00
di Update Gradle to 8.1 and AGP to v8.0 (#329) 2023-04-17 08:49:52 +00:00
encrypted-db Update Gradle to 8.1 and AGP to v8.0 (#329) 2023-04-17 08:49:52 +00:00
eventformatter Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 (#1130) 2023-08-24 06:43:05 +00:00
featureflag Enable polls (#1196) 2023-08-31 13:17:11 +00:00
maplibre-compose Previous code was throw IllegalStateException(), so keep the existing error, even if it should never happen, being compliant with UseCheckOrError detekt rule. 2023-07-27 12:59:16 +02:00
matrix Re-enable SyncService.withEncryptionSync to improve decryption of notifications (#1199) 2023-08-31 13:37:20 +02:00
matrixui migrate object to data object (#1135) 2023-08-24 09:32:44 +02:00
mediapickers migrate object to data object (#1135) 2023-08-24 09:32:44 +02:00
mediaupload Fix the orientation of sent images (#1190) 2023-08-30 17:02:37 +00:00
network Fix account provider change on nightly and release (#861) 2023-07-13 14:46:57 +02:00
permissions Remove the log, was causing a crash. 2023-08-31 17:41:00 +02:00
push Update kotlin to 1.9.10 (#1123) 2023-08-30 08:28:06 +02:00
pushproviders Update kotlin to 1.9.10 (#1123) 2023-08-30 08:28:06 +02:00
pushstore Use ConcurrentHashMap to manage synchronization. 2023-07-24 21:53:19 +02:00
rustsdk Ensure the binary will not be commited again. 2023-07-06 15:10:02 +02:00
session-storage Implement didRefreshTokens(): update database with updated SessionData. 2023-08-23 14:42:46 +02:00
testtags Hide encryption history + FTUE flow (#839) 2023-07-17 18:34:36 +02:00
textcomposer Import strings with Localazy. 2023-08-25 12:15:06 +02:00
theme Fix TextButtons being displayed in black. 2023-08-18 14:55:12 +02:00
ui-strings Poll end (#1182) 2023-08-31 14:39:11 +02:00
usersearch Rename var 2023-07-07 12:04:06 +01:00