talk-android/app/src/main/java/com/nextcloud/talk
Marcel Hibbe 02476b10ae
fix that contact in search is clickable
A contact (so not a conversation yet!) had the VIEW_TYPE 2131558677, but 2131558687 was expected to identify the type, see FlexibleViewType.kt

The checks in onItemClick are replaced to directly change the type via kotlin "is" method.

best solution for future: FlexibleAdapter should be removed!-> replace with Compose!

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-07-07 10:45:24 +02:00
..
account rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
activities simplify initSystemBars 2025-06-20 10:57:16 +02:00
adapters fix that contact in search is clickable 2025-07-07 10:45:24 +02:00
api refactor 2025-05-27 14:38:20 +02:00
application Follow up improvements 2025-05-21 14:28:57 +02:00
arbitrarystorage Add SPDX header 2024-03-29 15:42:11 +01:00
bottomsheet/items Adding a Short cut to note-to-self 2025-06-13 13:43:00 +02:00
call fix IllegalStateException for LazyVerticalGrid 2025-06-24 13:04:12 +02:00
callbacks rename classes called 'Magic*' 2024-04-23 15:26:00 +02:00
callnotification bump minSdkVersion to 26 and remove old checks 2024-11-21 11:34:23 +01:00
chat fix crash when sending message 2025-07-01 12:21:24 +02:00
components add transparent navigationBar for all composables 2025-06-20 10:57:14 +02:00
contacts use full space for search text field 2025-06-20 12:07:47 +02:00
conversation remove unused code (ConversationRepository, ConversationViewModel) 2025-04-14 11:03:45 +02:00
conversationcreation style(icons): Migrate from filled to outline icon style 2025-07-03 10:44:05 +02:00
conversationinfo ktlint 2025-07-01 11:02:38 +02:00
conversationinfoedit rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
conversationlist fix that contact in search is clickable 2025-07-07 10:45:24 +02:00
dagger/modules test push notification 2025-04-28 09:03:40 +02:00
data fix crash when sending message 2025-07-01 12:21:24 +02:00
diagnose add transparent navigationBar for all composables 2025-06-20 10:57:14 +02:00
events rename classes called 'Magic*' 2024-04-23 15:26:00 +02:00
extensions style(lint): Migrate to KTX extension function 2025-03-19 18:07:35 +01:00
filebrowser move filebrowser package out of components package 2025-03-06 09:12:06 +01:00
fullscreenfile Adding a Short cut to note-to-self 2025-06-13 13:43:00 +02:00
interfaces Add SPDX header 2024-03-29 12:55:12 +01:00
invitation rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
jobs Merge pull request #4826 from nextcloud/feature/4712/addParticipantTo1to1 2025-04-17 12:47:19 +02:00
location rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
lock hide logos for conversation list and lockscreen if app is not nextcloud 2024-05-24 13:23:03 +02:00
messagesearch fix that contact in search is clickable 2025-07-07 10:45:24 +02:00
models format 2025-06-02 15:28:50 +02:00
openconversations rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
polls replace userManager.currentUser usage by currentUserProvider usage 2025-02-07 13:13:38 +01:00
presenters replace userManager.currentUser usage by currentUserProvider usage 2025-02-07 13:13:38 +01:00
profile rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
raisehand Add SPDX header 2024-03-29 15:42:11 +01:00
receivers Adding a Short cut to note-to-self 2025-06-13 13:43:00 +02:00
remotefilebrowser move filebrowser package out of components package 2025-03-06 09:12:06 +01:00
repositories refactor 2025-05-27 14:38:20 +02:00
settings rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
shareditems add edge to edge support (while handling special cases for xml vs compose and keyboard handling) 2025-06-20 10:57:14 +02:00
signaling Add explicit documentation about the different casing 2024-10-23 13:02:27 +02:00
translate rename setupSystemColors to initSystemBars 2025-06-20 10:57:13 +02:00
ui improve send status handling 2025-06-17 17:21:36 +02:00
upload fix detekt 2025-03-06 13:22:06 +01:00
users fix to not execute getAnyUserAndSetAsActive() until userRepository.getActiveUser() is empty 2025-01-28 15:15:06 +01:00
utils Make navigationBar fully transparent for Android 15 2025-06-20 10:57:16 +02:00
viewmodels Add SPDX header 2024-03-23 17:18:18 +01:00
webrtc changes to do audio channel switcheroo to bluetooth only after sco conn is available 2025-04-30 09:53:51 +00:00