GleidsonDaniel
328733f3e8
chore: fix import
2022-01-11 14:03:37 -03:00
Gleidson Daniel Silva
7478d142be
Merge branch 'develop' into chore/migration-ts-redux-create-discussion
2022-01-11 13:42:17 -03:00
Reinaldo Neto
f7418791a2
Chore: Migrate DisplayPrefsView to Typescript ( #3555 )
2022-01-11 11:47:23 -03:00
Reinaldo Neto
905e12380a
[FIX] teams.removeMembers mobile usage ( #3557 )
2022-01-11 11:44:53 -03:00
Alex Junior
b3028b7c29
chore: Change the lib `@types/url-parse` to devDependencies ( #3585 )
2022-01-11 11:37:25 -03:00
Gleidson Daniel Silva
0eb862abdc
fix: Add height verification to fix modal dimension ( #3573 )
2022-01-11 11:35:06 -03:00
Reinaldo Neto
8d2226c279
[FIX] Roles rendering on dark theme ( #3589 )
2022-01-11 11:33:18 -03:00
Gleidson Daniel Silva
d7dd557b6b
Chore: Update React Native Device Info to 8.4.8 ( #3560 )
2022-01-11 11:30:32 -03:00
GleidsonDaniel
24053363e5
chore: migrate encryption to ts and add tests
2022-01-11 11:27:01 -03:00
Gleidson Daniel Silva
791ef4d423
Chore: Migrate lib user preferences to Typescript ( #3578 )
2022-01-11 11:23:43 -03:00
Reinaldo Neto
13af9d80ed
Chore: Migrate Model's folder to Typescript ( #3564 )
2022-01-11 10:51:48 -03:00
Gleidson Daniel Silva
01d22ed96b
Chore: Migrate Redux to Typescript PoC ( #3565 )
2022-01-11 10:48:01 -03:00
Reinaldo Neto
25885fc406
[FIX] Download video/quicktime in iOS ( #3581 )
2022-01-11 10:46:17 -03:00
GleidsonDaniel
c25c34b725
chore: migrate createDiscussion to ts and add tests
2022-01-10 18:17:47 -03:00
GleidsonDaniel
f1ac7ce77c
chore: fix naming
2022-01-10 18:05:12 -03:00
GleidsonDaniel
f19787f35a
chore: migrate createChannel to ts and add tests
2022-01-10 17:47:54 -03:00
GleidsonDaniel
6bc0e82fdc
chore: add more tests
2022-01-10 15:49:12 -03:00
GleidsonDaniel
1db676f424
chore: migrate connect to ts and add tests
2022-01-10 15:34:07 -03:00
GleidsonDaniel
ba2931665b
wip: migrate fixed consts to RootEnum
2022-01-07 17:40:48 -03:00
GleidsonDaniel
701361a686
chore: add tests and migrate RootEnum
2022-01-07 17:24:24 -03:00
GleidsonDaniel
16e04c7232
chore: init reducer/app migration to ts
2022-01-07 15:12:59 -03:00
GleidsonDaniel
bc92a4f29d
chore: update IBaseScreen definitions
2021-12-29 18:44:04 -03:00
GleidsonDaniel
0cf9765f86
chore: update definitions
2021-12-29 13:22:02 -03:00
GleidsonDaniel
48e4640bee
chore: update interfaces and types names
2021-12-29 10:39:20 -03:00
GleidsonDaniel
c471195d8c
chore: fix IUser import
2021-12-23 10:20:38 -03:00
GleidsonDaniel
928fac17de
chore: set eslint-plugin-jest version to 24.7.0
2021-12-23 10:14:43 -03:00
GleidsonDaniel
bad5643a4d
chore: move interfaces to reducer and import on screen
2021-12-22 16:40:29 -03:00
GleidsonDaniel
f0977ddb22
chore: exprot initial state and then import on tests
2021-12-22 16:33:39 -03:00
GleidsonDaniel
d12b28b5f5
chore: migrate redux tests to reducer folder and add eslint jest plugin
2021-12-22 16:27:19 -03:00
GleidsonDaniel
ef0d2bf195
chore: remove unused const
2021-12-22 09:58:13 -03:00
GleidsonDaniel
ff0925cc96
chore: move types to definition folder and fix imports
2021-12-22 09:38:11 -03:00
GleidsonDaniel
b56f6048d4
chore: fix action type
2021-12-22 09:28:21 -03:00
GleidsonDaniel
b5bda757bc
test: add more selectedUsers tests
2021-12-22 09:27:40 -03:00
GleidsonDaniel
b80c0635d6
test: create activeUser and selectedUser tests
2021-12-21 17:14:59 -03:00
GleidsonDaniel
69f27438b2
chore: remove applyAppStateMiddleware
2021-12-21 17:14:08 -03:00
GleidsonDaniel
f169f6e0a7
chore: create mocketStore
2021-12-21 17:04:32 -03:00
GleidsonDaniel
dc83f76843
chore: move state props to ISelectedUsersViewProps
2021-12-21 17:01:33 -03:00
GleidsonDaniel
010676aa85
chore: move IUser to base types
2021-12-21 12:04:39 -03:00
GleidsonDaniel
003f9fca68
chore: type selectedUsers action and reducer and improvement in the code of other files
2021-12-21 12:03:59 -03:00
GleidsonDaniel
9d7450b300
chore: remove mapDispatchToProps to use dispatch prop and clear some types
2021-12-21 10:17:11 -03:00
GleidsonDaniel
34e6ece871
chore: init types folder and set redux and BaseScreen interface
2021-12-21 10:11:40 -03:00
GleidsonDaniel
3b97c34959
chore: migrate activeUsers reducer and action to TS
2021-12-21 09:51:04 -03:00
Reinaldo Neto
b75e192e20
[IMPROVE] Remove Omnichannel visitor's navigation history ( #3534 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:29:48 -03:00
Reinaldo Neto
1ea6fe1133
Chore: Migrate SelectedUsersView to Typescript ( #3520 )
...
Co-authored-by: AlexAlexandre <alexalexandrejr@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:28:59 -03:00
Reinaldo Neto
4ba589cfbe
Chore: Migrate ModalBlockView to Typescript ( #3503 )
...
* Chore: Migrate ModalBlockView to Typescript
* minor tweaks
* update the navigator
Co-authored-by: AlexAlexandre <alexalexandrejr@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:28:29 -03:00
Reinaldo Neto
4e15c25ef5
[FIX] Files screen stopped listing content on server 4.2 ( #3541 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:27:43 -03:00
Reinaldo Neto
a1cee02fb0
[NEW] Permission for uploading files ( #3505 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:27:01 -03:00
Diego Mello
404c7cff07
[IMPROVE] Connection stability ( #3531 )
2021-12-07 17:05:30 -03:00
Diego Mello
838be232ff
[FIX] Certificate stops working after app update on iOS ( #3537 )
2021-12-07 10:57:11 -03:00
Diego Mello
81dc10de30
Bump version to 4.23.0 ( #3546 )
2021-12-07 10:55:46 -03:00