Rocket.Chat.ReactNative/app/definitions/rest/v1
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
..
autotranslate.ts [FIX] Migrate autoTranslate.translateMessage to REST API (#4029) 2022-05-27 14:33:21 -03:00
channels.ts fix: conversion of public channel into team (#5099) 2023-06-12 11:17:43 -03:00
chat.ts feat: forward message (#5110) 2023-08-04 11:09:36 -03:00
commands.ts Chore: Migrate REST API - runSlashCommand to Typescript (#3893) 2022-03-15 22:14:50 -03:00
customUserStatus.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
directory.ts Chore: Migrate REST API - getDirectory to Typescript (#3898) 2022-03-15 13:47:40 -03:00
dm.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
e2e.ts [IMPROVE] E2EE improvements (#4763) 2023-01-12 10:32:33 -03:00
emojiCustom.ts Chore: Migrate getCustomEmojis to TS (#3724) 2022-02-18 12:20:16 -04:00
groups.ts Chore: Migrate REST API - getRoomMembers to Typescript (#3899) 2022-03-15 22:37:49 -03:00
im.ts Chore: Migrate REST API - getRoomMembers to Typescript (#3899) 2022-03-15 22:37:49 -03:00
index.ts feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
invites.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
moderation.ts feat: report user (#5371) 2024-01-03 18:14:31 -03:00
omnichannel.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
permissions.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
push.ts feat: mobile troubleshoot notifications (#5330) 2024-03-04 08:27:24 -03:00
roles.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
rooms.ts chore: add rest api return (#3865) 2022-03-09 14:04:25 -03:00
settings.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
subscriptions.ts feat: add `readThreads` params to `subscriptions.read` (#5184) 2023-09-05 09:20:06 -03:00
teams.ts [FIX] Team creation not adding members (#4588) 2022-10-18 08:39:06 -03:00
users.ts [FIX] User status update (#4333) 2022-07-06 17:05:13 -03:00
videoConference.ts feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00