Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damianstone/toogether-mobile
/ functions
Functions
299 in github.com/damianstone/toogether-mobile
⨍
Functions
299
◇
Types & classes
10
↓ 36 callers
Function
checkServerError
(errorFromServer)
utils/errors.js:8
↓ 21 callers
Function
check400Error
(errorFromServer, nameBackendField)
utils/errors.js:71
↓ 14 callers
Function
getImage
(backend_image)
utils/getMethods.js:30
↓ 8 callers
Function
exist
(value)
utils/checks.js:9
↓ 5 callers
Function
getUserProfile
(profile_id)
store/actions/user.js:70
↓ 5 callers
Function
logout
()
store/actions/auth.js:152
↓ 5 callers
Function
updateGroupContext
(groupInfo)
context/ContextProvider.js:26
↓ 4 callers
Function
authenticate
(flag)
store/actions/auth.js:10
↓ 4 callers
Function
getGroup
()
store/actions/group.js:82
↓ 4 callers
Function
getProfileImage
(profile)
screens/ItsMatchModal/ItsMatchScreenModal.js:23
↓ 4 callers
Function
like
(id)
store/actions/swipe.js:108
↓ 4 callers
Function
listBlockedProfiles
()
store/actions/block.js:8
↓ 3 callers
Function
listLikes
()
store/actions/swipe.js:76
↓ 3 callers
Function
listSwipe
()
store/actions/swipe.js:10
↓ 3 callers
Function
listUserPhotos
()
store/actions/user.js:354
↓ 2 callers
Function
addConversationMessage
(messages)
store/actions/conversation.js:70
↓ 2 callers
Function
addPhoto
(image)
store/actions/user.js:234
↓ 2 callers
Function
blockProfile
(id)
store/actions/block.js:40
↓ 2 callers
Function
getApiUrl
()
environment.js:4
↓ 2 callers
Function
getMessageWithLinks
(stringMessage)
utils/getMethods.js:48
↓ 2 callers
Function
getWebSocketURL
()
utils/getMethods.js:40
↓ 2 callers
Function
handleLike
(profileId)
screens/Likes/LikesScreen.js:125
↓ 2 callers
Function
handleRemoveLike
(profileId)
screens/Likes/LikesScreen.js:118
↓ 2 callers
Function
handleShowProfile
(profile, isInGroup, isMyProfile)
screens/Chat/ChatScreen.js:195
↓ 2 callers
Function
loadMoreMessages
(url)
store/actions/conversation.js:235
↓ 2 callers
Method
register
(ComponentFactory componentFactory)
android/app/src/main/java/com/toogether/newarchitecture/components/MainComponentsRegistry.java:32
↓ 2 callers
Function
reloadAndRedirectToSwipe
()
screens/SwipeProfile/ProfileModalScreen.js:39
↓ 2 callers
Function
reportProfile
(id)
store/actions/user.js:388
↓ 2 callers
Function
sendRecoveryCode
(email)
store/actions/user.js:420
↓ 2 callers
Function
updateUserProfile
(dataObj)
store/actions/user.js:170
↓ 2 callers
Function
userLocation
()
store/actions/user.js:14
↓ 2 callers
Function
verifyLocationPermissions
()
utils/permissions.js:29
↓ 1 callers
Function
MainApplicationModuleProvider
android/app/src/main/jni/MainApplicationModuleProvider.cpp:9
↓ 1 callers
Function
alreadyMatched
(likeData)
utils/checks.js:90
↓ 1 callers
Function
changePassword
(email, password, repeated_password, token)
store/actions/user.js:483
↓ 1 callers
Function
checkMemberInGroup
(memberId, groupMembers)
utils/checks.js:103
↓ 1 callers
Function
checkToken
()
screens/StartupScreen.js:22
↓ 1 callers
Function
createGroup
()
store/actions/group.js:41
↓ 1 callers
Function
createUserProfile
( name, birthdate, gender, show_me, university, description )
store/actions/user.js:113
↓ 1 callers
Function
deleteConversation
(id)
store/actions/conversation.js:74
↓ 1 callers
Function
deleteGroup
(group_id)
store/actions/group.js:122
↓ 1 callers
Function
fetchData
()
context/ContextProvider.js:39
↓ 1 callers
Function
formatCode
(text)
screens/Recovery/ValidateCodeScreen.js:35
↓ 1 callers
Function
getAsyncData
()
screens/Swipe/Deck.js:35
↓ 1 callers
Function
getInputValue
(value)
screens/MyProfile/EditProfileScreen.js:118
↓ 1 callers
Method
getMainComponentName
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
android/app/src/main/java/com/toogether/MainActivity.java:27
↓ 1 callers
Function
getMatchedType
(type)
screens/ItsMatchModal/ItsMatchScreenModal.js:30
↓ 1 callers
Function
getMyGroupChat
(groupId)
store/actions/conversation.js:141
↓ 1 callers
Function
getPickerValue
(backendValue, items)
screens/MyProfile/EditProfileScreen.js:125
↓ 1 callers
Function
getRandomMember
(members)
screens/Likes/LikesScreen.js:132
↓ 1 callers
Function
getRandomMember
(members)
screens/Swipe/Deck.js:72
↓ 1 callers
Method
getReactNativeHost
()
android/app/src/main/java/com/toogether/MainApplication.java:50
↓ 1 callers
Function
getShowMode
( currentShowMode, swipe, errorSwipe, topProfile, postLocationError, permissionGranted )
utils/checks.js:44
↓ 1 callers
Function
getSwipeProfile
(id)
store/actions/swipe.js:43
↓ 1 callers
Function
handleAddPhoto
(photo_id, isUpdate)
screens/MyProfile/MyProfileScreen.js:140
↓ 1 callers
Function
handleBlockProfile
()
screens/SwipeProfile/ProfileModalScreen.js:67
↓ 1 callers
Function
handleBlockProfile
(profileId)
screens/Chat/ChatScreen.js:211
↓ 1 callers
Function
handleDeleteChat
(chatId)
screens/Chat/ChatScreen.js:261
↓ 1 callers
Function
handleDislike
()
screens/SwipeProfile/ProfileModalScreen.js:60
↓ 1 callers
Function
handleLike
(profileId)
screens/SwipeProfile/ProfileModalScreen.js:52
↓ 1 callers
Function
handleRemoveMember
(member_id)
screens/Group/GroupScreen.js:203
↓ 1 callers
Function
handleReportProfile
()
screens/SwipeProfile/ProfileModalScreen.js:73
↓ 1 callers
Function
handleReportProfile
(profileId)
screens/Chat/ChatScreen.js:236
↓ 1 callers
Function
handleShareInvitation
(groupCode)
components/Group/ClipBoard.js:7
↓ 1 callers
Function
handleTextChange
(newText)
components/Chat/ChatTextInput.js:17
↓ 1 callers
Function
handleUnblock
(id)
screens/BlockProfiles/BlockProfilesScreen.js:82
↓ 1 callers
Method
initHybrid
(ComponentFactory componentFactory)
android/app/src/main/java/com/toogether/newarchitecture/components/MainComponentsRegistry.java:24
↓ 1 callers
Method
initializeFlipper
Loads Flipper in React Native templates. Call this in the onCreate method with something like initializeFlipper(this, getReactNativeHost().getReactIns
android/app/src/main/java/com/toogether/MainApplication.java:83
↓ 1 callers
Function
isMatch
(likeData)
utils/checks.js:78
↓ 1 callers
Function
joinGroup
(share_link)
store/actions/group.js:162
↓ 1 callers
Function
leaveGroup
(group_id)
store/actions/group.js:206
↓ 1 callers
Function
listGroupMessages
(groupId)
store/actions/conversation.js:171
↓ 1 callers
Function
listMatches
()
store/actions/swipe.js:173
↓ 1 callers
Function
listMessages
(id)
store/actions/conversation.js:39
↓ 1 callers
Function
listMyConversations
()
store/actions/conversation.js:9
↓ 1 callers
Function
loadMoreConversations
(url)
store/actions/conversation.js:203
↓ 1 callers
Function
loadMoreMatches
(url)
store/actions/swipe.js:205
↓ 1 callers
Function
login
(email, password)
store/actions/auth.js:109
↓ 1 callers
Function
navigateToScreen
(screen)
screens/MyProfile/SettingScreen.js:114
↓ 1 callers
Function
onLinkPress
(url)
utils/getMethods.js:58
↓ 1 callers
Function
onOpenActionSheet
(profile, chatId)
screens/Chat/ChatScreen.js:286
↓ 1 callers
Function
onShareApp
()
screens/MyProfile/SettingScreen.js:84
↓ 1 callers
Function
putOnTopCard
(topCardId, members)
screens/SwipeProfile/SwipeProfileScreen.js:65
↓ 1 callers
Function
refreshToken
()
store/actions/auth.js:30
↓ 1 callers
Function
register
(email, password, repeated_password)
store/actions/auth.js:66
↓ 1 callers
Function
removeLike
(id)
store/actions/swipe.js:140
↓ 1 callers
Function
removeMember
(group_id, member_id)
store/actions/group.js:244
↓ 1 callers
Function
removeUserPhoto
(photo_id)
store/actions/user.js:322
↓ 1 callers
Function
renderAllCardSwiped
()
screens/Swipe/SwipeScreen.js:128
↓ 1 callers
Function
renderNoCardsFound
()
screens/Swipe/SwipeScreen.js:142
↓ 1 callers
Function
setDidTryLogin
(flag)
store/actions/auth.js:21
↓ 1 callers
Function
showAlert
( title, text, cancelButtonText, okButtonText, actionFunction )
screens/MyProfile/SettingScreen.js:63
↓ 1 callers
Function
showProfileHandler
(profile, isGroup)
screens/Swipe/Deck.js:76
↓ 1 callers
Function
startConversation
(matchId)
store/actions/conversation.js:108
↓ 1 callers
Function
swapElement
(from, to, arr)
screens/SwipeProfile/SwipeProfileScreen.js:56
↓ 1 callers
Function
swapElement
(from, to, arr)
screens/Swipe/Deck.js:126
↓ 1 callers
Function
unBlockProfile
(id)
store/actions/block.js:72
↓ 1 callers
Function
updatePhoto
(photo_id, image)
store/actions/user.js:278
↓ 1 callers
Function
updateProfileContext
(profileInfo)
context/ContextProvider.js:22
↓ 1 callers
Function
userDelete
()
store/actions/user.js:204
next →
1–100 of 299, ranked by callers