talk-android/app/src/main/java/com/nextcloud/talk
Daniel Calviño Sánchez fdb8692b59
Remove dead code to set the call state
"IN_CONVERSATION" was set when the activity was created and "state" in
the intent extras had the value "resume". However, there is no "state"
extra set by default in Android intents, it should be explicitly set,
but as it is not set anywhere in Talk Android code that would make it
dead code and safe to remove.

Moreover, the connection to the call should be initialized again in any
case rather than resumed when "onCreate" is called, as it is likely that
any previous connection would have been ended if the previous activity
instance was destroyed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-10-22 16:51:10 +02:00
..
account set light or dark bar colors for login screens instead primary color 2024-05-07 12:37:05 +02:00
activities Remove dead code to set the call state 2024-10-22 16:51:10 +02:00
adapters linter 2024-10-22 10:51:08 +02:00
api upload conversation avatar 2024-09-12 17:26:25 +02:00
application Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
arbitrarystorage Add SPDX header 2024-03-29 15:42:11 +01:00
bottomsheet/items Add SPDX header 2024-03-24 20:08:43 +01:00
call Fix ignored blank lines in Javadocs 2024-10-18 14:28:55 +02:00
callbacks rename classes called 'Magic*' 2024-04-23 15:26:00 +02:00
callnotification fix to open calls as voice only when user clicked on voice button 2024-04-17 17:00:37 +02:00
chat format code + remove unused import 2024-10-22 11:29:51 +02:00
components/filebrowser Add SPDX header 2024-03-29 12:55:12 +01:00
contacts Add verification metadata 2024-09-12 17:26:26 +02:00
conversation Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
conversationcreation Rounded corners for change password dialog 2024-09-26 13:13:57 +02:00
conversationinfo Add test for conversation conversion 2024-09-26 13:27:44 +02:00
conversationinfoedit Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
conversationlist Fix unintended deletion of conversations (+related messages&chatBlocks) 2024-10-21 13:49:55 +02:00
dagger/modules ConversationCreationActivity UI 2024-09-05 15:41:08 +02:00
data fixed deletion bug, implemented Marcel's suggestions 2024-10-22 10:50:30 +02:00
diagnose open links for files app from any screen. 2024-05-24 15:38:53 +02:00
events rename classes called 'Magic*' 2024-04-23 15:26:00 +02:00
extensions Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
fullscreenfile Add SPDX header 2024-03-29 15:42:11 +01:00
interfaces Add SPDX header 2024-03-29 12:55:12 +01:00
invitation open links for files app from any screen. 2024-05-24 15:38:53 +02:00
jobs got deleting working and added attempts logic again 2024-10-22 10:51:06 +02:00
location Add SPDX header 2024-03-29 15:42:11 +01:00
lock hide logos for conversation list and lockscreen if app is not nextcloud 2024-05-24 13:23:03 +02:00
messagesearch open links for files app from any screen. 2024-05-24 15:38:53 +02:00
models style(ktlint): Fix formatting in kotlin 2024-10-07 16:34:59 +02:00
openconversations set values to not nullable in ConversationEntity.kt wherever this makes sense 2024-08-12 16:47:06 +02:00
polls fix: remove use of LayoutInflater.from(Context) 2024-06-19 17:15:21 +02:00
presenters Add SPDX header 2024-03-29 12:55:12 +01:00
profile use new result api 2024-04-01 04:40:05 +05:30
raisehand Add SPDX header 2024-03-29 15:42:11 +01:00
receivers Add SPDX header 2024-03-29 15:42:11 +01:00
remotefilebrowser Add SPDX header 2024-03-29 15:42:11 +01:00
repositories Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
settings open links for files app from any screen. 2024-05-24 15:38:53 +02:00
shareditems Offline support for conversations and chats 2024-08-12 16:47:03 +02:00
signaling Fix ignored blank lines in Javadocs 2024-10-18 14:28:55 +02:00
translate Add SPDX header 2024-03-29 15:42:11 +01:00
ui style(ktlint): Fix formatting in kotlin 2024-10-07 16:34:59 +02:00
upload Add SPDX header 2024-03-29 15:42:11 +01:00
users Add SPDX header 2024-03-23 17:18:18 +01:00
utils Merge pull request #4356 from nextcloud/fix-partial-path-travel-1 2024-10-22 11:41:17 +02:00
viewmodels Add SPDX header 2024-03-23 17:18:18 +01:00
webrtc Fix ignored blank lines in Javadocs 2024-10-18 14:28:55 +02:00