Rocket.Chat.ReactNative/app/containers
Diego Mello 3ef4ef5317
[NEW] Jump to message (#3099)
* Scrolling

* Add loadMore button at the end of loadMessagesForRoom

* Delete dummy item on tap

* Only insert loadMore dummy if there's more data

* load surrounding messages

* fixes and load next

* First dummy and dummy-next

* Save load next messages

* Check if message exists before fetching surroundings

* Refactoring List

* Jumping to message :)

* Showing blocking loader while scrolling/fetching message

* Check if message exists on local db before inserting dummy

* Delete dummies automatically when the message sent to updateMessages again

* Minor cleanup

* Fix scroll

* Highlight message

* Jump to bottom

* Load more on scroll

* Adding stories to LoadMore

* Refactoring

* Add loading indicator to LoadMore

* Small refactor

* Add LoadMore to threads

* getMoreMessages

* chat.getThreadMessages -> getThreadMessages

* Start jumping to threads

* Add jumpToMessageId on RoomView

* Nav to correct channel

* Fix PK issue on thread_messages

* Disable jump to thread from another room

* Fix nav to thread params

* Add navToRoom

* Refactor styles

* Test notch

* Fix Android border

* Fix thread message on title

* Fix NavBottomFAB on threads

* Minor cleanup

* Workaround for readThreads being called too often

* Lint

* Update tests

* Jump from search

* Go to threads from search

* Remove getItemLayout and rely on viewable items

* Fix load older

* stash working

* Fix infinite loading

* Lower itemVisiblePercentThreshhold to 10, so very long messages behave as viewable

* Add generateLoadMoreId util

* Minor cleanup

* Jump to message from notification/deep linking

* Add getMessageInfo

* Nav to threads from other rooms

* getThreadName

* Unnecessary logic

* getRoomInfo

* Colocate getMessageInfo closer to RoomView

* Minor cleanup

* Remove search from RoomActionsView

* Minor fix for search on not joined public channels

* Jump to any link

* Fix tablets

* Jump to message from MessagesView and other bug fixes

* Fix issue on Urls

* Adds race condition to cancel jump to message if it's stuck or after 5 seconds

* Jump from message search quote

* lint

* Stop onPress

* Small refactor on load methods

* Minor fixes for loadThreadMessages

* Minor typo

* LoadMore i18n

* Minor cleanup
2021-05-26 14:24:54 -03:00
..
ActionSheet [NEW] Add/Create/Remove channel on a team (#3090) 2021-05-19 18:14:42 -03:00
Avatar [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
BackgroundContainer [NEW] Basic support to Teams (#3016) 2021-04-07 15:31:25 -03:00
Button [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00
EmojiPicker [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
Header [FIX] Search input not using the whole header space (#3012) 2021-04-01 11:09:02 -03:00
HeaderButton [IMPROVEMENT] Support badge number on header buttons (#2566) 2020-10-30 13:15:58 -03:00
InAppNotification [FIX] Deep linking and other connectivity issues (#2894) 2021-03-05 13:10:21 -03:00
List [NEW] Leave Teams (#3116) 2021-05-25 15:04:05 -03:00
MessageActions [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
MessageBox [CHORE] Update Detox to 18.10.0 (#3052) 2021-04-19 11:31:43 -03:00
Passcode [FIX] Share extension memory issues on iOS (#2845) 2021-02-01 14:18:55 -03:00
RoomHeader [REGRESSION] Room actions not loading on tablet (#3061) 2021-04-14 13:03:58 -03:00
Status [IMPROVEMENT] User status icons (#2991) 2021-03-31 14:47:17 -03:00
TwoFactor [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909) 2021-02-23 16:00:39 -03:00
UIKit [TESTS] Add E2E tests to discussions (#2970) 2021-03-18 11:36:50 -03:00
markdown [NEW] Jump to message (#3099) 2021-05-26 14:24:54 -03:00
message [NEW] Jump to message (#3099) 2021-05-26 14:24:54 -03:00
ActivityIndicator.js [NEW] Themes (#1298) 2019-12-04 13:39:53 -03:00
AppVersion.js [NEW] Onboarding layout (#1954) 2020-03-30 16:20:50 -03:00
Check.js [FIX] Change notifications preferences (#2000) 2020-04-06 18:40:18 -03:00
FormContainer.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
Loading.js Update dependencies (#431) 2018-09-25 16:28:42 -03:00
LoginServices.js [IMPROVEMENT] Customize Sign in with Apple button (#2420) 2020-08-21 16:22:29 -03:00
MessageErrorActions.js [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
OrSeparator.js [NEW] Livechat (#2004) 2020-05-08 14:36:10 -03:00
ReactionsModal.js [FIX] Reactions modal's backdrop color too light (#2949) 2021-02-26 15:44:00 -03:00
RoomTypeIcon.js [NEW] Add/Create/Remove channel on a team (#3090) 2021-05-19 18:14:42 -03:00
SafeAreaView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
SearchBox.js [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
StatusBar.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
TextInput.js [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00
ThreadDetails.js [IMPROVEMENT] Threads layout tweaks (#2686) 2021-01-14 14:06:19 -03:00
Toast.js [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909) 2021-02-23 16:00:39 -03:00