Rocket.Chat.ReactNative/app/lib/methods
Reinaldo Neto 4c8caf0bfd
feat: mobile troubleshoot notifications (#5330)
* feat: troubleshoot notification (#5198)

* navigation done

* create the icon inside roomslistview, navigation to push troubleshot and layout push troubleshoot

* custom header

* fix the rooms list view header icon

* layout done

* update the pt-br i18n

* tweak on colors

* feat: create notification in room view (#5250)

* button and simple navigation done, missing master detail

* navigation

* add withTheme and colors to rightuttons

* fix e2e test

* feat: add troubleshooting to notifications pages (#5276)

* feat: add troubleshooting to notifications pages

* fix e2e test

* feat: device notification settings (#5277)

* iOS go to device notification setting to change the configuration

* go to notification settings with android

* add notifee

* add the reducer and action

* saga request done

* add the setInAlert action

* tweak at name and add focus to dispatch the request

* use the foreground inside pushTroubleShoot to request the notification and fix the icon color

* add the request at roomslistview didmount

* remove the notification modulo from android

* add patch

* minor tweak

* feat: test push notification (#5329)

* feat: test push notification

* restApi and definition

* push.info and change properly the troubleshootingNotification

* use the finally at try/catch

* minor tweak

* alert and push.info just for 6.6

* fix the react-native.config

* minor tweaks

* minor tweak

* push.test as rest api

* change the name from inAlertNotification to highlightTroubleshooting

* feat: push quota

* refactor the percentage state

* removed the push quota feature

* minor tweaks

* update the link to push notification

* the notification icon in the room header will appear if notifications are disabled or highlight troubleshoot is true

* remove push quota texts

* updated some of the push quota texts

* chore: rename highlightTroubleshooting

* chore: better prop naming

* wip

* chore: fix function name

* chore: fix colors

* fix: copy

* chore: 💅

* chore: use fork

* chore: naming

* chore: fix init

* chore: naming

* chore: naming

* Comment CE code

* Use put on troubleshooting saga

* Add db column

* fix: check notification payload

* action: organized translations

* fix: push init

---------

Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: GleidsonDaniel <GleidsonDaniel@users.noreply.github.com>
2024-03-04 08:27:24 -03:00
..
helpers feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
subscriptions fix: fix unread count on Header and roomListView (#5588) 2024-02-22 10:40:52 -03:00
AudioManager.ts feat: play audio in sequence (#5526) 2024-02-20 17:17:46 -03:00
actions.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
autoDownloadPreference.ts feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
callJitsi.ts [IMPROVE] Brings the operation of the video call closer to the web (#4883) 2023-03-01 15:26:56 -03:00
canOpenRoom.ts chore: Remove unused Jitsi deep link (#5361) 2023-11-23 10:11:11 -03:00
checkSupportedVersions-enforcement.test.ts fix: Add valid version with valid exception use case (#5368) 2023-11-27 15:28:19 -03:00
checkSupportedVersions.test.ts fix: Add valid version with valid exception use case (#5368) 2023-11-27 15:28:19 -03:00
checkSupportedVersions.ts fix: supported version expiration only working for exceptions (#5431) 2023-12-26 10:58:19 -03:00
clearCache.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
crashReport.ts Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
draftMessage.ts fix: empty draft when the message is sent (#5595) 2024-02-28 08:49:14 -03:00
emojis.ts feat: add search emoji by substring (#5585) 2024-02-26 08:25:27 -03:00
enterpriseModules.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getAudioUrl.ts feat: play audio in sequence (#5526) 2024-02-20 17:17:46 -03:00
getCustomEmojis.ts fix: floating promises and fork usage on login saga (#5589) 2024-02-23 08:53:14 -03:00
getFilePathAudio.ts feat: play audio in sequence (#5526) 2024-02-20 17:17:46 -03:00
getMoreMessages.ts [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
getPermalinks.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getPermissions.ts feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
getQuoteAttachment.test.ts improve: handle attachment actions in a quote and how to jump to message (#5363) 2023-11-30 12:03:03 -03:00
getQuoteMessageLink.ts improve: handle attachment actions in a quote and how to jump to message (#5363) 2023-11-30 12:03:03 -03:00
getRoles.ts regression: show roles on user info view (#5154) 2023-08-11 17:35:24 -03:00
getRoom.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getRoomInfo.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getRooms.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getServerInfo.ts fix: Catch cloud request errors (#5312) 2023-11-13 13:23:46 -03:00
getSettings.ts chore: Remove unused Jitsi deep link (#5361) 2023-11-23 10:11:11 -03:00
getSingleMessage.ts improve: handle attachment actions in a quote and how to jump to message (#5363) 2023-11-30 12:03:03 -03:00
getSlashCommands.ts fix: floating promises and fork usage on login saga (#5589) 2024-02-23 08:53:14 -03:00
getThreadName.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getUsersPresence.ts [NEW] Presence Cap (#4900) 2023-02-14 10:47:56 -03:00
handleMediaDownload.test.ts fix: download gif files (#5445) 2024-01-03 17:48:58 -03:00
handleMediaDownload.ts fix: the download's key for files with the same filename (#5534) 2024-02-22 16:56:42 -03:00
index.ts feat: play audio in sequence (#5526) 2024-02-20 17:17:46 -03:00
isImageBase64.test.ts feat: image base64 (#5264) 2023-10-11 11:23:11 -03:00
isImageBase64.ts feat: image base64 (#5264) 2023-10-11 11:23:11 -03:00
isRoomFederated.ts feat: align mobile videoConf settings with web settings (#5136) 2023-08-21 16:12:34 -03:00
loadMessagesForRoom.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadMissedMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadNextMessages.ts [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
loadSurroundingMessages.ts [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
loadThreadMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
logout.ts [NEW] Delete my account (#4219) 2022-06-22 09:24:25 -03:00
parseSettings.ts [FIX] Can't connect to RC through Gitlab Oauth (#4421) 2022-08-12 09:35:55 -03:00
readMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
roomTypeToApiType.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
search.ts feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
sendFileMessage.ts [FIX] Quote message and reply with image (#4715) 2023-01-05 15:23:11 -03:00
sendMessage.ts fix: empty draft when the message is sent (#5595) 2024-02-28 08:49:14 -03:00
serializeAsciiUrl.test.ts [FIX] Add support to non ascii url characters on ios devices (#4364) 2022-07-28 10:36:40 -03:00
serializeAsciiUrl.ts [FIX] Add support to non ascii url characters on ios devices (#4364) 2022-07-28 10:36:40 -03:00
setUser.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
shareExtension.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
subscribeRooms.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
triggerActions.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
updateMessages.ts fix: remove blocks when updating an old message (#5522) 2024-01-31 16:06:07 -03:00
useServer.ts Chore: Create useAppSelector hook (#4189) 2022-05-13 12:01:34 -03:00
userPreferences.ts feat: haptics feedback in app notificaiton (#5507) 2024-01-29 12:54:37 -03:00
userPreferencesMethods.ts Chore: Move services and methods away from rocketchat folder (#4033) 2022-04-07 13:53:07 -03:00
videoConf.ts feat (Android): mobile ringer (#5286) 2023-11-24 09:46:58 -03:00
videoConfTimer.ts [IMPROVE] Brings the operation of the video call closer to the web (#4883) 2023-03-01 15:26:56 -03:00