Rocket.Chat.ReactNative/app/actions
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
..
actionsTypes.ts feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
activeUsers.ts [NEW] Stream to get individual presence updates (#3606) 2022-02-09 17:44:53 -03:00
app.ts feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
connect.ts chore: migrate connect to ts and add tests 2022-01-12 17:08:45 -03:00
createChannel.ts Chore: Migrate redux module createChannel to typescript (#3602) 2022-02-02 15:02:02 -03:00
createDiscussion.ts Chore: Evaluate CreateDiscussionView - TypeScript (#4133) 2022-05-02 19:48:29 -03:00
customEmojis.ts Chore: Evaluate emoji picker - TypeScript (#4069) 2022-05-06 22:06:08 -03:00
deepLinking.ts feat (Android): mobile ringer (#5286) 2023-11-24 09:46:58 -03:00
encryption.ts chore: fix any interface and change null to empty string 2022-01-18 09:49:44 -03:00
enterpriseModules.ts Chore: Migrate redux actions/enterpriseModules to TS (#3698) 2022-02-16 18:10:09 -04:00
inAppFeedback.ts feat: haptics feedback in app notificaiton (#5507) 2024-01-29 12:54:37 -03:00
inviteLinks.ts chore: migrate redux module inviteUsers to typescript 2022-01-17 18:27:28 -03:00
login.ts [FIX] When creating a new user, "Custom Fields" are breaking functionality (#4501) 2022-09-09 14:01:55 -03:00
messages.ts Chore: Evaluate Message - TypeScript (#3944) 2022-04-01 18:52:38 -03:00
permissions.ts Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -03:00
roles.ts chore: migrate redux module roles to typescript 2022-01-17 15:16:24 -03:00
room.ts [FIX] Messages not loading on some edge cases (#4801) 2023-01-13 16:32:52 -03:00
rooms.ts chore: fix error on error interface 2022-01-17 11:20:29 -03:00
selectedUsers.ts Chore: Migrate Redux to Typescript PoC (#3565) 2022-01-11 10:48:01 -03:00
server.ts feat: Supported Versions (#5185) 2023-10-19 10:38:57 -03:00
settings.ts Chore: Migrate RoomActionsView to Typescript (#3750) 2022-03-02 11:49:43 -03:00
share.ts Chore: Migrate redux module share to typescript (#3612) 2022-02-02 14:46:05 -03:00
sortPreferences.ts chore: migrate redux module sortPreferences to typescript 2022-01-13 18:45:14 -03:00
supportedVersions.ts feat: Supported Versions (#5185) 2023-10-19 10:38:57 -03:00
troubleshootingNotification.ts feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
usersRoles.ts regression: show roles on user info view (#5154) 2023-08-11 17:35:24 -03:00
usersTyping.ts chore: migrate usersTyping to typescript 2022-01-14 14:19:08 -03:00
videoConf.ts feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00