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
a0a109ec54
Bump version to 1.16.1 ( #1045 )
2019-07-11 18:41:16 -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
IlarionHalushka
d8c557c367
[CI] Restore cache on CI ( #1029 )
...
* feat: add fastlane save\restore cache config; comment not needed jobs;
* install fastlane using 'bundle install'
* install fastlane using 'sudo bundle install'
* uncomment ios build commands
* run set up google services in ios folder
* add working_directory: ios to ios-build steps
* remove 'cd ios' from Fastlane build step
* add save\restore cache for npm modules
* group save_cache steps
* cache fastlane in ios-testflight job
* uncomment previously commented jobs\steps
* fix: add missing colon
* use key for caching: node-modules-{{ checksum ".circleci/config.yml" }}-{{ checksum "yarn.lock" }}
* add names for save\restore steps
* ci: add `default` step with `working_directory: ~/repo` to ios-build job
* return back caching npm: `node-v1-{{ checksum "package.json" }}-{{ arch }}`
* fix: add missing curly braces
* save\restore cache in e2e-test job; remove {{arch}} from cache names
* add names to restore_cache steps in android-build job
* add names to save_cache steps in android-build job
* add names to all save\restore steps; change checksum package.json to yarn.lock
* change `npm` to `NPM` in steps naming
* remove {{ checksum circle ci }} from android-build job and fix naming of steps
2019-07-04 08:23:31 -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
Diego Mello
3c264bc5df
[FIX] Android build ( #1027 )
...
* [FIX] Android build
* CircleCI error
2019-07-01 14:12:19 -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
IlarionHalushka
3375411433
[CHORE] [CI] [TESTS] update detox to make ci pass ( #1026 )
...
* feat: update detox to 12.11.3 to make CI pass
* ci: comment all jobs but leave e2e-test job
* commit to rerun IC e2e-test job
* ci: uncomment all CI jobs
2019-07-01 08:27:36 -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
Diego Mello
cfa126914c
[CHORE] Renew provisioning profiles ( #1020 )
2019-06-28 14:01:22 -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
Diego Mello
315d19d37a
Bump version to 1.16.0 ( #1014 )
2019-06-26 11:30:49 -03:00
Diego Mello
e2f9241040
[FIX] App hang on "updating" ( #997 )
...
* [FIX] App hang on "updating"
* Fix iOS notification tap
2019-06-26 09:33:56 -03:00
Diego Mello
b12c14fb78
[IMPROVEMENT] Use expo-web-browser ( #992 )
...
* Add unimodules
* Working on iOS
* Working on android
* Remove react-native-safari-view
* Remove previous android link lib
* Show webpage title on Android
* Fix iOS build
2019-06-21 13:39:20 -03:00
IlarionHalushka
dad18219dd
[BUG] Profile screen gets frozen when submitting invalid current password ( #974 )
...
* fix 968: [BUG] Profile screen gets frozen when submitting invalid current password
* revert changes to yarn.lock
* remove unnecessary line
* revert changes to yarn.lock
* revert changes to yarn.lock
2019-06-21 13:38:26 -03:00
Diego Mello
e52739e305
[FIX] Join discussion ( #1000 )
2019-06-20 16:02:50 -03:00
Weijia
1383b9b735
[IMPROVEMENT] Activity indicator on web view OAuth ( #980 )
...
* add activity indicator when web view is loading
* fix eslint error
* remove one extra newline
2019-06-20 16:02:16 -03:00
IlarionHalushka
5c8652ec16
[FIX] Broadcast channel is not readonly ( #996 )
2019-06-20 15:33:15 -03:00
Diego Mello
b9c9c3e501
Bump version to 1.15.1 ( #998 )
2019-06-19 18:49:56 -03:00
Diego Mello
1ba62f16ff
[FIX] Change rooms request's race cancellation condition ( #987 )
...
* [FIX] Add Inactive state to rooms request's race cancellation
* Changed rooms request's cancellation rules
2019-06-18 17:12:33 -03:00
Diego Mello
5f259e552b
[FIX] Android build stopped working after Play Services release ( #991 )
2019-06-18 09:40:01 -03:00
Diego Mello
319630949e
[FIX] Cancel ongoing tasks on server change ( #984 )
...
* Fork selectServer and loginSuccess
* Fork tasks on login
* Refactor
* Remove room sub and requests on logout
* Comment room header disabled rule
* Check server on rooms stream
* Uncomment disabled props
* Fix updating state
* Comment last fetch user presence date
2019-06-17 10:57:07 -03:00
AnBo83
892cf58ffb
[i18n] Add missing strings in de.js ( #981 )
...
* [i18n] Add missing strings in de.js
* Update de.js
* Update de.js
* Update de.js
* Update de.js
* Update de.js
* Update de.js
2019-06-13 08:16:47 -03:00
pranavpandey1998official
c14714f16f
[NEW] Settings view ( #900 )
...
* new settings view
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* fix eslint
* eslint fixed all bugs and setup on my device
* move version from sidebar to settingsView
* add server Version not hard coded
* goto root stack after change language
* support RTL
* fix the ui of last section
* fixed bugs done requested changes
* added actions for contact us and license
* done requested changes
* removed verticle scroll indicator
* removed default export of device info
* fixed separator styling
* refactor Items in settings view
* changed language view
* change activeOpacity
* done requested changes
* fixed lint
* changed layout
* added test
* fix bug
* fix bug
* added e2e tests
* undone unnessary changes
* undone unnessary changes
* removed firebase
* Comment slash e2e tests
* Refactor Settings
* Refactor LanguageView
* Separator
* Unified styles
* fix indentation
2019-06-11 11:01:40 -03:00
pranavpandey1998official
82afb63327
[NEW] Slash commands ( #886 )
...
* setup database
* added getSlashCommands to loginSucess
* added slash command first prototype
* added preview feture for commands that have preview enabled
* address requested changes
* added preview options for other types of files too
* address changes
* done requested changes
* undone un-nessary changes
* done suggested changes
* fixed lint
* done requested changes
* fixed lint
* fix e2e
2019-06-10 15:36:56 -03:00
Diego Mello
d68eb01b82
[NEW] Read receipt ( #975 )
...
* switching to ubountu
* added read Recipt functionality to the app
fix : #542
* placed the check icon on the end of timestamp
* removed linting errors
* updating snapshots
* done requested changes
* removed width scrollView
* done required changes
* fixed linting errors
* added migrations
* resolved conflicts and done requested changes
* undone uneesasary changes
* adding migrations
* done requested changes
* Add stories and fix some issues
2019-06-10 15:36:31 -03:00
Diego Mello
467a2d4002
[NEW] In-app notification ( #964 )
...
* added Notification badge
* added notification to state
* added condition not see notification of current room
* fixed lint
* fixed some bugs
* fixed some bugs
* removed navigation prop
* fixed navigation bug
* removed unessary changes
* done requested chamges
* made separate notification for ios and android
* merged notification
* Removed unnecessary sub
* Animation
* Layout changes
* Refactor
2019-06-10 13:23:19 -03:00
Diego Mello
b7e6d3615f
[NEW] Directory and Federation ( #967 )
...
* Initial
* Search working
* Refactor layout
* Layout and search working
* Navigate
* Remove inline styles and fix i18n
* Federation setting
* Missing i18n
* Fix android style
* Refactor
2019-06-10 13:22:35 -03:00
Weijia
4382eca8b6
[FIX] Draft message do not go away when whole message is removed #965
2019-06-08 08:31:29 -03:00
Diego Mello
3cd84a10f6
[FIX] Change server issue ( #960 )
...
* [FIX] Lazy fetch server info
* [FIX] Multiple servers issues
2019-06-05 16:11:29 -03:00
IlarionHalushka
109a247c8d
[FIX] Profile update ( #955 )
2019-06-05 13:29:07 -03:00
Diego Mello
56e94adfa7
[CHORE] Use no-JIT JSC ( #963 )
2019-06-05 11:20:56 -03:00
Diego Mello
27de8c1f84
[REGRESSION] Get rooms on app restore ( #958 )
2019-06-05 10:39:12 -03:00
Diego Mello
86b79be15e
[FIX] Lazy fetch server info ( #959 )
2019-06-05 10:38:41 -03:00
Diego Mello
637ea54958
[CHORE] Bump version to 1.15.0 ( #962 )
2019-06-05 10:36:12 -03:00
IlarionHalushka
f7a5db0559
[CHORE] Make e2e pass on CircleCI ( #933 )
...
* add README.md for running ios detox e2e tests
* uncomment circle ci e2e tests
* update e2e credentials and server url
* update e2e credentials and docs
* comment lastMessage prop on RoomListView->RoomItem (research realm bug)
* add sleep before search in joinpublic room test (research realm bug)
* use detox.launchApp instead of detox.reloadRN, (joinpuclicroom test)
* make e2e job run only on approval; update docs with PR review comments
* cache node_modules on CI jobs: e2e tests, ios build
* fix circle CI caching node_modules
* fix circle CI caching node_modules
* revert changes connected to caching node_modules
* remove unnecessary changes
* revert email value to diego.mello
* add stopTrackingMention when input becomes empty in messagebox
* add Android run instruction to readme
* fix spacing
2019-06-03 16:20:36 -03:00
Djorkaeff Alexandre
bd9f4aa219
[FIX] Stop mention tracking when messagebox is empty ( #957 )
2019-06-03 13:56:16 -03:00