Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGProjects/sylk-mobile
/ functions
Functions
1,935 in github.com/AGProjects/sylk-mobile
⨍
Functions
1,935
◇
Types & classes
162
↓ 1 callers
Function
centroid
(points)
app/components/LocationBubble.js:178
↓ 1 callers
Method
cleanDisplayName
Pick the best string to hand to Connection.setCallerDisplayName. Preference order: a real human name from FCM, then the bare URI user-part, then "Unk
android/app/src/main/java/com/agprojects/sylk/SylkTelecom.java:282
↓ 1 callers
Function
closeConferenceRequestPanel
()
app/components/VideoBox.js:1573
↓ 1 callers
Function
codecSpectrum
(codec)
app/components/SpectrumBars.js:23
↓ 1 callers
Method
collect
(long sinceTimestampMs, int maxRecords)
android/app/src/main/java/com/agprojects/sylk/AppExitInfoModule.java:83
↓ 1 callers
Method
computeBandBins
(int sampleRate)
android/app/src/main/java/com/agprojects/sylk/SylkMicSpectrum.java:228
↓ 1 callers
Method
computeBandBins
Precompute the FFT-bin range covered by each of the NUM_BANDS log-spaced bands on a FIXED 1 kHz .. 16 kHz scale. Band edges: f(i) = F_LOW (F_HIGH / F_
android/app/src/main/java/com/agprojects/sylk/SylkAudioSpectrum.java:253
↓ 1 callers
Method
computeIsFolded
Decide whether the device should be treated as "folded closed enough to hide the earpiece". Prefers the continuous hinge sensor when available; falls
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:509
↓ 1 callers
Method
computeSpectrumFrame
Compute one 16-band frame (dB, quantised to bytes) from the samples accumulated in mSpecWin for the current 100 ms bin. Windowed real FFT, per-band
android/app/src/main/java/com/agprojects/sylk/SylkCallRecorder.java:741
↓ 1 callers
Function
constructor
(props)
app/components/Call.js:84
↓ 1 callers
Function
contactHasPublicKey
(contact)
app/components/ContactCapabilities.js:67
↓ 1 callers
Function
contactUris
(c)
app/importClient.js:35
↓ 1 callers
Function
copy
(value, what)
app/components/ExportDataModal.js:84
↓ 1 callers
Function
copyAll
(paymentAccounts)
app/components/PaymentInfoModal.js:177
↓ 1 callers
Function
crc32
(buf, seed)
app/exportArchive.js:38
↓ 1 callers
Method
createCallNotificationChannel
()
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:410
↓ 1 callers
Method
createComplianceNotificationChannel
()
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:361
↓ 1 callers
Function
createImportClient
* @param {object} opts * @param {string} opts.server export server base URL (http://ip:port) * @param {string} opts.token auth key * @para
app/importClient.js:57
↓ 1 callers
Method
createMessageChannel
()
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:140
↓ 1 callers
Function
createSqliteDataProvider
(accountId, userAgent)
app/ExportServer.js:125
↓ 1 callers
Function
dbToFrac
(db)
app/components/SpectrumBarsView.js:44
↓ 1 callers
Function
decodeSpectrum
(meta)
app/components/spectrumCodec.js:112
↓ 1 callers
Method
deriveDisplayNameFromUri
Derive a friendly display name from a SIP URI when the push payload does not carry from_display_name. Mirrors newContact() in app.js: 'john.doe@host'
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:852
↓ 1 callers
Method
disarm
(self)
qos/qos-probe.py:123
↓ 1 callers
Function
doImport
(bk)
app/components/ImportContactsModal.js:53
↓ 1 callers
Method
drainAck
* Phase 2 of the drain. Deletes the .read file. Safe to call * even if it doesn't exist. */
android/app/src/main/java/com/agprojects/sylk/SylkLogger.kt:201
↓ 1 callers
Method
drainStart
* Phase 1 of the drain. Atomically renames the current log file * to "<name>.read" and returns its contents. Any prior unacked * .read file
android/app/src/main/java/com/agprojects/sylk/SylkLogger.kt:155
↓ 1 callers
Function
dummyOriginPoint
(origin)
app/components/geoUtils.js:51
↓ 1 callers
Method
dumpMainStack
(long stalledForMs)
android/app/src/main/java/com/agprojects/sylk/MainThreadWatchdog.java:76
↓ 1 callers
Method
emitDeepLinkIntent
Emit a SylkDeepLink event with the URL so JS can navigate synchronously, bypassing react-native-linking's lifecycle- gated event timing. Mirrors emitS
android/app/src/main/java/com/agprojects/sylk/MainActivity.java:289
↓ 1 callers
Method
emitShareIntent
(Intent intent)
android/app/src/main/java/com/agprojects/sylk/MainActivity.java:184
↓ 1 callers
Method
emitStoredEvent
Emits queued event if possible
android/app/src/main/java/com/agprojects/sylk/CallEventModule.java:76
↓ 1 callers
Function
encodeSpectrum
(frames, opts = {})
app/components/spectrumCodec.js:85
↓ 1 callers
Method
ensureBadgeChannel
(Context context)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:153
↓ 1 callers
Method
extract
android/app/src/main/java/com/agprojects/sylk/ThumbnailServiceModule.kt:46
↓ 1 callers
Method
extractFrameSafe
(Context context, String filePath, long timestampMs, int maxWidth, int maxHeight)
android/app/src/main/java/com/agprojects/sylk/ThumbnailService.java:109
↓ 1 callers
Method
feedEncoder
Push raw 16-bit PCM bytes into the encoder. We keep dequeuing input buffers until all bytes are queued — MediaCodec input buffer capacity is implement
android/app/src/main/java/com/agprojects/sylk/SylkCallRecorder.java:1070
↓ 1 callers
Method
fft
(float[] re, float[] im)
android/app/src/main/java/com/agprojects/sylk/SylkMicSpectrum.java:251
↓ 1 callers
Method
fft
(float[] re, float[] im)
android/app/src/main/java/com/agprojects/sylk/SylkAudioSpectrum.java:279
↓ 1 callers
Method
fftInPlace
Iterative radix-2 Cooley–Tukey FFT, in place. Length must be a power of two (SPEC_FFT_N). No external dependency.
android/app/src/main/java/com/agprojects/sylk/SylkCallRecorder.java:777
↓ 1 callers
Function
filter
(topSelectedSet, subSelectedSet)
app/components/LogsModal.js:235
↓ 1 callers
Function
filterInvitableContacts
(allContacts, accountId, localDomain)
app/components/EditConferenceModal.js:105
↓ 1 callers
Function
fmtDate
(iso)
app/components/RestoreMessagesModal.js:40
↓ 1 callers
Function
fmtDate
(iso)
app/components/ImportContactsModal.js:27
↓ 1 callers
Function
for
(let _eId of editedMessages)
app/components/ChatBox.js:3226
↓ 1 callers
Function
formatAudioDuration
(totalSeconds)
app/components/ChatBox.js:3567
↓ 1 callers
Function
formatDistance
(m)
app/components/ShareLocationModal.js:41
↓ 1 callers
Method
formatExpiry
()
app/components/MeetingRequestModal.js:172
↓ 1 callers
Function
formatKey
(key)
app/components/PaymentInfoModal.js:51
↓ 1 callers
Function
formatRemaining
(ms)
app/components/LocationBubble.js:267
↓ 1 callers
Function
formatReport
(exits, accountId)
app/appExitReporter.js:134
↓ 1 callers
Function
formatSize
(bytes)
app/components/ThumbnailGrid.js:361
↓ 1 callers
Function
gcmDec
future_patches/h264/nal_test.cpp:35
↓ 1 callers
Function
gcmEnc
future_patches/h264/nal_test.cpp:34
↓ 1 callers
Function
generateColor
(text)
app/MaterialColors.js:14
↓ 1 callers
Function
generateShortChecksum
(publicKey)
app/components/EditContactModal.js:17
↓ 1 callers
Method
getAllUnreadStatic
(Context context)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:1319
↓ 1 callers
Method
getAudioInputs
(Promise promise)
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:2124
↓ 1 callers
Method
getAudioModeName
JS-friendly mode formatter. Returns the current AudioManager mode in "NAME(int)" form, e.g. "IN_COMMUNICATION(3)".
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:840
↓ 1 callers
Method
getAudioOutputs
(Promise promise)
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:2136
↓ 1 callers
Method
getContactsByTag
()
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:92
↓ 1 callers
Function
getDirs
(folderPath)
app/utils.js:1837
↓ 1 callers
Function
getFolderSize
* Recursively calculates the total size of a folder in bytes.
app/utils.js:1802
↓ 1 callers
Function
getLastQosSnapshot
()
qos/qos-stats.js:818
↓ 1 callers
Function
getLogfilePath
()
app/utils.js:52
↓ 1 callers
Method
getMainComponentName
()
android/app/src/main/java/com/agprojects/sylk/MainActivity.java:36
↓ 1 callers
Method
getOtherAccounts
()
app/components/SwitchAccountModal.js:124
↓ 1 callers
Method
getPersistedLogs
android/app/src/main/java/com/agprojects/sylk/NativeLoggerModule.kt:89
↓ 1 callers
Method
getRecentExits
Returns recent process-exit records newer than {@code sinceTimestampMs}. @param sinceTimestampMs only return exits with a timestamp strictly
android/app/src/main/java/com/agprojects/sylk/AppExitInfoModule.java:68
↓ 1 callers
Method
getRecordingInputDevices
(Promise promise)
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:1947
↓ 1 callers
Method
getServerHistory
()
app/components/ContactsListBox.js:1002
↓ 1 callers
Function
getSubTags
(topSelectedSet)
app/components/LogsModal.js:213
↓ 1 callers
Method
getSystemFontWeightAdjustment
* The original system Configuration.fontWeightAdjustment captured by * MainActivity.attachBaseContext BEFORE the activity neutralises it. *
android/app/src/main/java/com/agprojects/sylk/SylkBridge.kt:155
↓ 1 callers
Method
getTotalMissedCallsCountStatic
(Context context)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:1388
↓ 1 callers
Function
getTotalPrettyStorage
(entity)
app/components/EditContactModal.js:495
↓ 1 callers
Function
getVideoEncoderTarget
()
app/components/CallZrtp.js:147
↓ 1 callers
Function
h264ProfileName
(profileLevelId)
app/components/NetworkSpeedometer.js:114
↓ 1 callers
Method
handle
Handle a parsed request, returns Promise<Buffer> (full HTTP response).
app/exportRouter.js:222
↓ 1 callers
Method
handleIncoming
(decryptedJson)
app/components/CallZrtp.js:1169
↓ 1 callers
Method
handleSwitch
(accountId, password)
app/components/SwitchAccountModal.js:147
↓ 1 callers
Method
handleViewIntent
Handle deep links (sylk://, https://webrtc.sipthor.net) Forward to React Native via Linking / event emitter. Why we emit a custom event instead of re
android/app/src/main/java/com/agprojects/sylk/MainActivity.java:273
↓ 1 callers
Method
handler
(socket)
app/ExportServer.js:567
↓ 1 callers
Method
hasBluetoothScoDeviceNew
()
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:568
↓ 1 callers
Function
hasFalseStartInBodies
future_patches/h264/nal_test.cpp:110
↓ 1 callers
Function
haversineMeters
(a, b)
app/components/LocationBubble.js:289
↓ 1 callers
Method
headsetProfileStateToString
(int state)
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:1106
↓ 1 callers
Function
html2text
(content)
app/utils.js:1235
↓ 1 callers
Method
incrementUnreadForContact
(String uri)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:840
↓ 1 callers
Function
indexCandidates
(stats)
qos/qos-stats.js:193
↓ 1 callers
Function
initialsFromName
(name)
app/components/MeetingRequestModal.js:25
↓ 1 callers
Function
initialsFromName
(name)
app/components/ShareLocationModal.js:51
↓ 1 callers
Method
insertIncomingMessageToSql
Persist an incoming push message directly into sylk.db so the RN app finds it on the next chat open — no in-app payload fetch required. Mirrors the sc
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:891
↓ 1 callers
Method
installCrashHandler
* Install a process-wide uncaught-exception handler that records the * FULL stack trace through this logger (Logcat tag SYLK_APP + on-disk *
android/app/src/main/java/com/agprojects/sylk/SylkLogger.kt:97
↓ 1 callers
Function
isAnonymous
(uri)
app/utils.js:122
↓ 1 callers
Method
isAppDndOn
Read the in-app DND flag (privacy.dnd in accounts.settings JSON) for the given account. Returns false if the row is missing, the JSON is malformed, th
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:697
↓ 1 callers
Method
isAppInForeground
()
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:964
↓ 1 callers
Function
isAudioConferenceUri
(uri)
app/components/ContactCapabilities.js:24
↓ 1 callers
Method
isAutoAnswer
(String from_uri)
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:187
↓ 1 callers
Method
isDndBypass
(String from_uri)
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:181
↓ 1 callers
Method
isFavorite
(String from_uri)
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:171
← previous
next →
501–600 of 1,935, ranked by callers