mattermost-mobile/app/init
Elias Nahum d35eac8bd3
Gekidou servers (#5960)
* Servers logout and websocket state

* addNewServer uility and rename file

* add LaunchType for add new server

* added time to LaunchProps type

* Remove unnecessary props for launchToHome

* Fix local action updateLastPostAt

* Batch fetchProfilesPerChannels requests in chunks of 50

* WS handleUserAddedToChannelEvent to return early if no channelId is set

* WS handleNewPostEvent to batch update last_post_at

* add common actions to sync other servers

* Entry actions to sync other servers data

* Do not attempt to fetch notification data if payload does not contain a channelId

* Set database as default at the end of the login flow

* Handle logout when other servers remain

* Handle Server options

* Show alert when logging out from the account screen

* Add workaround to have Lottie animate the loading component

* Fix badge position in ServerIcon component

* Server screen to support adding new server

* Fix login screen to display error when credentials do not match

* add localization strings

* fix DatabaseProvider to update on server switch

* Fix home icon and server icon subscriptions and badge display

* Add dependencies to onLogout callback

* feedback

* Only updateLastPostAt if needed
2022-02-14 16:39:29 -03:00
..
analytics.ts Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00
credentials.ts Gekidou deps (#5815) 2021-11-06 16:24:53 -03:00
draft_upload_manager.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
global_event_handler.ts Gekidou servers (#5960) 2022-02-14 16:39:29 -03:00
launch.ts Gekidou servers (#5960) 2022-02-14 16:39:29 -03:00
managed_app.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
network_manager.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
push_notifications.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
websocket_manager.ts [Gekidou] Fix & small refactor to the app entry logic and WS reconnection (#5937) 2022-02-09 12:49:37 -03:00