Rocket.Chat.ReactNative/app/lib/methods
Reinaldo Neto 30253aa4cf
fix: redirect the user to the phone app ()
* fix: redirect the user to the phone app

* minor tweak
2024-01-04 17:09:46 -03:00
..
helpers fix: redirect the user to the phone app () 2024-01-04 17:09:46 -03:00
subscriptions feat: capability to enable/disable writing in rooms read only () 2023-11-17 15:48:32 -03:00
actions.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
audioPlayer.ts feat: new audio player () 2023-11-20 11:13:15 -03:00
autoDownloadPreference.ts feat: add media auto-download () 2023-08-07 11:02:30 -03:00
callJitsi.ts [IMPROVE] Brings the operation of the video call closer to the web () 2023-03-01 15:26:56 -03:00
canOpenRoom.ts chore: Remove unused Jitsi deep link () 2023-11-23 10:11:11 -03:00
checkSupportedVersions-enforcement.test.ts fix: Add valid version with valid exception use case () 2023-11-27 15:28:19 -03:00
checkSupportedVersions.test.ts fix: Add valid version with valid exception use case () 2023-11-27 15:28:19 -03:00
checkSupportedVersions.ts fix: supported version expiration only working for exceptions () 2023-12-26 10:58:19 -03:00
clearCache.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
crashReport.ts Chore: Update Storybook libs to v6 () 2022-08-19 16:53:40 -03:00
emojis.ts [IMPROVE] Redesign emoji picker () 2022-10-21 15:27:55 -03:00
enterpriseModules.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
getCustomEmojis.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
getMoreMessages.ts [FIX] Messages not loading on some edge cases () 2023-01-13 16:32:52 -03:00
getPermalinks.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
getPermissions.ts fix: check the permissions properly to create a discussion and reply in dm () 2023-10-16 17:55:38 -03:00
getQuoteAttachment.test.ts improve: handle attachment actions in a quote and how to jump to message () 2023-11-30 12:03:03 -03:00
getQuoteMessageLink.ts improve: handle attachment actions in a quote and how to jump to message () 2023-11-30 12:03:03 -03:00
getRoles.ts regression: show roles on user info view () 2023-08-11 17:35:24 -03:00
getRoom.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
getRoomInfo.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
getRooms.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
getServerInfo.ts fix: Catch cloud request errors () 2023-11-13 13:23:46 -03:00
getSettings.ts chore: Remove unused Jitsi deep link () 2023-11-23 10:11:11 -03:00
getSingleMessage.ts improve: handle attachment actions in a quote and how to jump to message () 2023-11-30 12:03:03 -03:00
getSlashCommands.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
getThreadName.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
getUsersPresence.ts [NEW] Presence Cap () 2023-02-14 10:47:56 -03:00
handleMediaDownload.test.ts fix: download gif files () 2024-01-03 17:48:58 -03:00
handleMediaDownload.ts fix: download gif files () 2024-01-03 17:48:58 -03:00
index.ts improve: handle attachment actions in a quote and how to jump to message () 2023-11-30 12:03:03 -03:00
isImageBase64.test.ts feat: image base64 () 2023-10-11 11:23:11 -03:00
isImageBase64.ts feat: image base64 () 2023-10-11 11:23:11 -03:00
isRoomFederated.ts feat: align mobile videoConf settings with web settings () 2023-08-21 16:12:34 -03:00
loadMessagesForRoom.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
loadMissedMessages.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
loadNextMessages.ts [FIX] Messages not loading on some edge cases () 2023-01-13 16:32:52 -03:00
loadSurroundingMessages.ts [FIX] Messages not loading on some edge cases () 2023-01-13 16:32:52 -03:00
loadThreadMessages.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
logout.ts [NEW] Delete my account () 2022-06-22 09:24:25 -03:00
parseSettings.ts [FIX] Can't connect to RC through Gitlab Oauth () 2022-08-12 09:35:55 -03:00
readMessages.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
roomTypeToApiType.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
search.ts fix: duplicate users during mention () 2023-09-26 15:47:12 -03:00
sendFileMessage.ts [FIX] Quote message and reply with image () 2023-01-05 15:23:11 -03:00
sendMessage.ts fix: starting a new thread from an attachment () 2023-11-17 12:05:04 -03:00
serializeAsciiUrl.test.ts [FIX] Add support to non ascii url characters on ios devices () 2022-07-28 10:36:40 -03:00
serializeAsciiUrl.ts [FIX] Add support to non ascii url characters on ios devices () 2022-07-28 10:36:40 -03:00
setUser.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
shareExtension.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
subscribeRooms.ts Chore: Evaluate helpers and utils - Typescript () 2022-06-06 11:17:51 -03:00
triggerActions.ts Chore: remove lib/rocketchat step 2 () 2022-04-28 17:37:25 -03:00
updateMessages.ts Chore: Move constants away from rocketchat folder - Typescript () 2022-04-07 11:10:03 -03:00
useServer.ts Chore: Create useAppSelector hook () 2022-05-13 12:01:34 -03:00
userPreferences.ts fix: disable backup of mmkv keys in icloud () 2023-08-17 16:41:20 -03:00
userPreferencesMethods.ts Chore: Move services and methods away from rocketchat folder () 2022-04-07 13:53:07 -03:00
videoConf.ts feat (Android): mobile ringer () 2023-11-24 09:46:58 -03:00
videoConfTimer.ts [IMPROVE] Brings the operation of the video call closer to the web () 2023-03-01 15:26:56 -03:00