Djorkaeff Alexandre
|
c78732729d
|
[IMPROVEMENT] Markdown refactored (#1151)
|
2019-08-27 09:25:38 -03:00 |
IlarionHalushka
|
664563bd6f
|
[IMPROVEMENT] Use expo video player (#1132)
|
2019-08-26 13:56:39 -03:00 |
pranavpandey1998official
|
86a9d405cc
|
[IMPROVEMENT] Notification Preference (#1105)
|
2019-08-23 13:24:15 -03:00 |
IlarionHalushka
|
59a71ffaef
|
[CHORE] Bugsnag logging setup (#1145)
* initial bugsnag setup
* upload sourcemaps to bugsnag during ios-build job
* fix: spacing in config.yml
* add yarn global add react-native
* add separate step: Upload sourcemaps to Bugsnag
* add brew install watchman
* install react-native-cli, remove install watchman
* upload source maps for android build
* add yarn add global react-native react-native-cli for android-build ci job
* add working_directory to android-build
* install npm i -g react-native react-native-cli
* add Install Node step to android-build job
* export path to node to bash_profile
* add step Install React Native CLI to android build job
* use yarn generate-source-maps in ci; exchange firebase log -> bugsnag log
* implement send(toggle) crash reports button
* move BUGSNAG_API_KEY to config file; remove generated source maps files
* unlink bugsnag
* add ios/Pods files connected to Bugsnag; fix ci android build job
* export firebase analytics also from /utils/log
* use `log(e)` instead of `log(error)`
* API Key changes
* pod install
* Fix iOS build
* Simulate error
* lint
* Add navigation
* Use projectRoot
* Revert project root
* - Don't run on forks
- Upload dSYMs
* Remove error sim
* Remove automatic dSYMs upload
* Remove fastlane-plugin-bugsnag
|
2019-08-23 10:18:47 -03:00 |
Filipe Brito
|
3a247454ca
|
[IMPROVEMENT] Checks if custom OAuth button should be shown (#1140)
|
2019-08-22 16:24:27 -03:00 |
IlarionHalushka
|
8309c45c64
|
[NEW] Unread count on header back button (#1083)
|
2019-08-22 16:15:30 -03:00 |
pranavpandey1998official
|
857d23ee88
|
[IMPROVEMENT] Tap on avatar/username/channel to show info (#1097)
* added feature to tab on mentions and avtar
* fixed lint
* removed room param from roomActionView
* removed room param from roomActionView
* Update tests
|
2019-08-22 15:08:07 -03:00 |
Diego Mello
|
5bb477d00e
|
[FIX] Handle disconnect and reconnect properly (#1131)
|
2019-08-14 08:16:59 -03:00 |
Diego Mello
|
047a0ddf8d
|
[FIX] Remove console on production builds (#1124)
* [FIX] Remove console on production builds
* Add react-native-markdown-renderer patch
* Update react-native-notifications
* Increase maxHeapSize
|
2019-08-13 10:03:46 -03:00 |
Filipe Brito
|
e351a77a6b
|
[NEW] CAS authentication (#1116)
|
2019-08-12 15:37:42 -03:00 |
Diego Mello
|
6586651610
|
[FIX] Markdown not rendering mentions and channels (#1128)
|
2019-08-12 15:26:02 -03:00 |
Diego Mello
|
1a6011e9d1
|
[FIX] Remove onboarding insets (#1122)
|
2019-08-09 14:51:06 -03:00 |
Filipe Brito
|
59426f470b
|
[NEW] SAML authentication support (#1108)
|
2019-08-09 14:28:46 -03:00 |
Diego Mello
|
b8d9848e6d
|
[FIX] Endless "connecting" on notification tap (#1121)
|
2019-08-09 14:03:15 -03:00 |
Juan Petterson
|
2d3894ccb2
|
[IMPROVEMENT] Hide "Forgot password" by server "Accounts_PasswordReset" property (#1117)
|
2019-08-09 10:11:28 -03:00 |
IlarionHalushka
|
6ab5ecdf93
|
[FEATURE] Share app (#1109)
|
2019-08-08 15:28:51 -03:00 |
Tanuj Singh
|
7b2185d361
|
[IMPROVEMENT] Use autoFocus rather than timeout + focus (#1071)
* autofocus replaced timout+focus
* removed inputRef
* Unnecessary focus on NewServerView when passing server as props
* Removed unnecessary code
|
2019-08-07 16:20:16 -03:00 |
Johannes Buechele
|
6a3523d6bf
|
[NEW] Custom OAuth (#1093)
|
2019-08-07 11:36:53 -03:00 |
Diego Mello
|
ba232547f1
|
[CHORE] Update to react-native 0.60.4 (#1095)
* Update to 0.59.10
* stash
* stash
* patch RN
* Try to fix openURL
* Fix compile Share Extension
* Minor fixes
* build ios
* tracking view working and added postinstall
* SafeAreaView vertical never
* tracking view patch
* Android build working
* Android notifications working
* Lint and tests
* Fix android build
* Add tools:replace="android:appComponentFactory"
* Android build
* Update vector icons
* Update webview
* Remove jsc
* Update document picker
* Firebase
* jetify on postinstall
* Patch expo-haptics
* CI
* Migrate packages manually
* Disable ci cache
* Revert "Disable ci cache"
This reverts commit 4740d86102 .
* CI
* audio
* adapter
* notifications
* Try RN directly
* Fix gradle
* Revert patches
* Restore cache
* update redux and lodash
* eslint-config-airbnb@17.1.1 eslint-plugin-jsx-a11y@6.2.3
* ejson@2.2.0 react-native-webview@6.7.0 semver@6.3.0 snyk@1.210.0
* codecov@3.5.0 eslint-plugin-react@7.14.3 eslint-plugin-react-native@3.7.0 react-dom@16.8.6
* Update react-redux and remove decorators
* Update redux-saga and reactotron libs
* Husky
* Storybook libs
* react-native-webview@6.8.0 markdown-it-flowdock@0.3.8 react-native-unimodules@0.5.3
* Removed regenerator-runtime
* react-native-picker-select
* react-navigation-header-buttons
* Remove comments
* react-native-notifications
* Fix rnn android build
|
2019-08-07 10:51:34 -03:00 |
Djorkaeff Alexandre
|
22f3e8ef4a
|
[FIX] Media share type (#1086)
|
2019-07-30 13:15:39 -03:00 |
Djorkaeff Alexandre
|
8cfdf868ed
|
[FIX] Empty white list enables all media types upload (#1080)
* Create utils to media (canUpload)
* Fix variable name
|
2019-07-29 15:26:18 -03:00 |
Diego Mello
|
ec987b1a75
|
[FIX] Empty white list enables all media types upload (#1077)
|
2019-07-29 13:48:40 -03:00 |
Djorkaeff Alexandre
|
d80dd0e2ce
|
[FIX] Share Extension issues (#1064)
|
2019-07-29 13:33:28 -03:00 |
Djorkaeff Alexandre
|
805be06c4a
|
[FIX] Moment locales (#1066)
|
2019-07-23 11:07:18 -03:00 |
pranavpandey1998official
|
aac6da34af
|
[IMPROVEMENT] Reusable toast (#1065)
|
2019-07-23 11:02:57 -03:00 |
Djorkaeff Alexandre
|
18ef6c5430
|
[NEW] Share extension (#942)
|
2019-07-18 14:44:02 -03:00 |
pranavpandey1998official
|
b4a062e574
|
[NEW] File upload (#882)
|
2019-07-18 14:25:18 -03:00 |
pranavpandey1998official
|
725d85588b
|
[NEW] Video support (#801)
|
2019-07-18 14:07:37 -03:00 |
Djorkaeff Alexandre
|
dafeb68704
|
[IMPROVEMENT] Change "resend" icon position (#1048)
|
2019-07-17 11:06:39 -03:00 |
Diego Mello
|
346fa3cf61
|
Load views as needed (#1056)
|
2019-07-17 10:37:20 -03:00 |
Djorkaeff Alexandre
|
13859fa17d
|
[CHORE] Switch to react-native-localize (#1043)
|
2019-07-16 11:30:29 -03:00 |
AnBo83
|
5a046ce5ae
|
[i18n] Add missing de translations (#1040)
|
2019-07-15 15:10:04 -03:00 |
Diego Mello
|
3619e0ab7f
|
[FIX] Auto-translate messages as they arrive (#1049)
* Comment removeClippedSubviews
* Comment width animation
* Remove redux from RoomItem
* Fix wrong re-render comparison
* Remove listener
* Raise minDeltaX
* memo actions
* Spring with native driver
* Refactor functions
* Fix props issues
* Remove RoomItem.height
* Long swipe
* Refactor animations
* this.rowTranslation -> this.transX
* Moved state to this
* [FIX] Auto-translate messages as they arrive
|
2019-07-15 13:56:52 -03:00 |
Diego Mello
|
c2497145fc
|
[FIX] Swipe animations (#1044)
* Comment removeClippedSubviews
* Comment width animation
* Remove redux from RoomItem
* Fix wrong re-render comparison
* Remove listener
* Raise minDeltaX
* memo actions
* Spring with native driver
* Refactor functions
* Fix props issues
* Remove RoomItem.height
* Long swipe
* Refactor animations
* this.rowTranslation -> this.transX
* Moved state to this
* Fix favorite button
|
2019-07-15 13:54:28 -03:00 |
Diego Mello
|
ba217ca5ff
|
[FIX] Set UserDefaults AppGroup on notification tap (#1047)
|
2019-07-12 10:44:31 -03:00 |
Diego Mello
|
719cf33c55
|
[FIX] Append server URL on avatar if necessary (#1038)
|
2019-07-05 11:46:37 -03:00 |
IlarionHalushka
|
33611103f6
|
[FIX] Decrease bigger emoji size to 30 (#1031)
|
2019-07-04 13:17:57 -03:00 |
Diego Mello
|
b444c425d2
|
[FIX] Rooms swipes (#1034)
* Regression: on press style feedback
* Action button styles
* Fix animations
* Styles changed
* Update subscription without having to wait for socket
* Calculate width on RoomsListView instead
|
2019-07-04 13:15:30 -03:00 |
Diego Mello
|
d6d6578f96
|
[FIX] iOS share credentials build (#1028)
* [FIX] iOS share credentials build
* Use `hasMigration` as a string
|
2019-07-02 20:16:35 -03:00 |
pranavpandey1998official
|
47676c2286
|
[NEW] Room swipe actions: mark as read/unread, hide, fav (#976)
* added unread and fav feature
* changed the layout
* fix jest
* done requested changes
* added requested changes
|
2019-07-01 11:20:38 -03:00 |
pranavpandey1998official
|
481458285b
|
[IMPROVEMENT] Use Rest API for file upload (#1005)
* removed rn-fetch-blob and use native XMLHttpRequest instead
* removed unnessary changes
* fix android bug
* fix android bug
* added tmid support
* fix bug
* fixed isssue with cacel model
* fix problems with audio
* done requested changes
* fix bug with android
|
2019-06-28 16:07:20 -03:00 |
Diego Mello
|
3b43cb3fb7
|
[IMPROVEMENT] Use haptics rather than vibration (#1016)
* Install expo-haptics
* Use expo-haptics rather than RN's Vibration module
|
2019-06-28 14:07:17 -03:00 |
Diego Mello
|
b3986b98b5
|
[NEW] Auto-translate (#1012)
* Update realm
* View original and translate working
* Read AutoTranslate_Enabled setting
* RocketChat.canAutoTranslate()
* AutoTranslateView
* Save language
* Auto-translate switch
* Translate message
|
2019-06-28 14:02:30 -03:00 |
pranavpandey1998official
|
3ca1bdf7d1
|
[NEW] Custom fields on signup (#1013)
* added custom feilds on registration
* added flag as leftIcon and removed lable
* added try and catch
* typo
|
2019-06-28 09:40:23 -03:00 |
Djorkaeff Alexandre
|
8931118032
|
[IMPROVEMENT] Refactor empty space regex on quote (#1017)
* 🎨 Improve regex to empty space on quote
* 🎨 Improve on regex to empty space on quote
|
2019-06-28 09:33:39 -03:00 |
Djorkaeff Alexandre
|
d017348dfe
|
[FIX] Empty message if contains only a link (#787)
* Fix empty message if contains only a link
* 🐛 Fix empty space
|
2019-06-27 14:49:44 -03:00 |
IlarionHalushka
|
013c151c10
|
[IMPROVEMENT] Bigger emoji in emoji only messages (#793)
* issue #725: bigger emoji in emoji only message
* issue-725/add storybook for Message/Emoji
* issue-725: update storybook/Message jest snapshot
* comment storybook import
* allow spaces and line breaks in emoji only message
* merge develop
* revert unnecessary spacing
|
2019-06-27 13:35:45 -03:00 |
IlarionHalushka
|
fc264f0601
|
[IMPROVEMENT] Hide frequently used emoji tab when empty (#792)
|
2019-06-27 13:16:05 -03:00 |
Djorkaeff Alexandre
|
636518b6b3
|
[FIX] Don't run UserDefaults credentials on Android (#1015)
* 🐛 Fix native credentials (android)
* Fix migration loop
|
2019-06-27 09:35:20 -03:00 |
Djorkaeff Alexandre
|
255ea84599
|
[IMPROVEMENT] Share credentials with Rocket.Chat.iOS (#982)
* ✨ Create user table
* ✨ Introduce user table
* 🔥 Remove unused table
* ➕ Add userdefaults to storage data
* 💚 Fix android build
* ✨ Get credentials from iOS native client
* 🔥 Remove unused code
* ⏪ Revert sign xcode
* 🐛 Fix first login-logout
* 🎨 Use constants to UserDefaults Keys
* 🐛 Fix clear server-user-info on logout
* 🐛 Fix filter null value
* 🚑 Remove user object in logout
* ✨ Fix get servers from native-client
* 🚑 Fix error on change server
|
2019-06-26 16:50:03 -03:00 |