Signal-Desktop/ts/test-both/util
automated-signal 3cc89eb6db
Sort groups you've left to the bottom of search
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-05-31 13:35:01 -07:00
..
AbortableProcess_test.ts Move to websocket for requests to signal server 2021-07-28 14:37:09 -07:00
BackOff_test.ts Add jitter support to BackOff class 2021-09-28 15:12:43 -07:00
Bytes_test.ts Move to protobufjs in ts/groups.ts 2021-06-22 09:46:42 -05:00
areArraysMatchingSets_test.ts Honor preferContactAvatars field on AccountRecord 2022-01-25 09:44:45 -08:00
areObjectEntriesEqual_test.ts Retry outbound reactions for up to a day 2021-10-29 18:19:44 -05:00
arePinnedConversationsEqual_test.ts Fully move to protobufjs 2021-07-13 11:54:53 -07:00
assert_test.ts Prohibit Chai `expect` or `should`; prefer `assert` 2022-01-19 11:19:08 -08:00
assignWithNoUnnecessaryAllocation_test.ts Prefer `type` to `interface` and add an ESLint rule 2021-01-25 18:29:00 -08:00
asyncIterables_test.ts Prefer `import type` when importing types 2021-10-26 14:15:33 -05:00
awaitObject_test.ts Faster preferences window 2021-08-18 13:08:14 -07:00
batcher_test.ts Use react-redux's batch instead of react's 2021-11-01 16:38:08 -07:00
callingGetParticipantName_test.ts Receive rings for group calls 2021-08-20 09:06:15 -07:00
callingNotification_test.ts Move i18n setup to TypeScript 2021-09-17 20:30:08 -04:00
characters_test.ts New Group administration: update title and avatar 2021-03-19 16:57:35 -04:00
cleanSearchTerm_test.ts Remove backslash from search queries 2021-04-02 15:29:54 -05:00
clearTimeoutIfNecessary_test.ts Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
deconstructLookup_test.ts Add "new conversation" composer for direct messages 2021-03-19 16:53:51 -04:00
dropNull_test.ts More protobufjs migration 2021-07-09 12:36:10 -07:00
emoji_test.ts Improve performance when rendering many emoji 2021-08-30 11:39:03 -05:00
enum_test.ts Add enum parser utility 2021-04-05 18:08:50 -04:00
expirationTimer_test.ts Move i18n setup to TypeScript 2021-09-17 20:30:08 -04:00
expireTimers.ts Add `durations` utility for computing durations 2021-08-26 09:10:58 -05:00
explodePromise_test.ts ESLint: allow `for..of` 2021-08-26 13:18:00 -05:00
exponentialBackoff_test.ts Add `durations` utility for computing durations 2021-08-26 09:10:58 -05:00
filterAndSortConversations_test.ts Sort groups you've left to the bottom of search 2022-05-31 13:35:01 -07:00
getAvatarData_test.ts Avatar defaults and colors 2021-08-05 20:17:05 -04:00
getClassNamesFor_test.ts One SearchInput to rule them all 2021-05-10 20:50:43 -04:00
getConversationUnreadCountForAppBadge_test.ts Improve logic for app badge count 2022-05-23 15:21:14 -07:00
getCustomColorStyle.ts Conversation Colors 2021-05-28 09:15:17 -07:00
getFontNameByTextScript_test.ts Process text story messages 2022-04-05 21:18:07 -04:00
getGroupMemberships_test.ts Upgrade Prettier to 2.4.1 2021-11-11 16:43:05 -06:00
getHSL_test.ts Conversation Colors 2021-05-28 09:15:17 -07:00
getInitials_test.ts getInitials: handle more cases 2021-04-02 15:30:49 -05:00
getMuteOptions_test.ts Move i18n setup to TypeScript 2021-09-17 20:30:08 -04:00
getMutedUntilText_test.ts Move i18n setup to TypeScript 2021-09-17 20:30:08 -04:00
getStreamWithTimeout_test.ts Add stream timeout for attachment downloads 2021-11-15 23:54:59 +01:00
grapheme_test.ts Reject reactions with invalid number of graphemes 2021-04-08 23:53:18 -04:00
groupMemberNameCollisions_test.ts Don't show name collisions for system contacts 2021-06-02 10:24:22 -07:00
isConversationMuted_test.ts `isMuted` -> `isConversationMuted` 2022-05-23 18:37:53 +00:00
isConversationNameKnown_test.ts Group name spoofing warning 2021-06-01 16:30:25 -07:00
isConversationSMSOnly_test.ts Fix SMS-only check for unregistered convo 2021-06-01 13:10:19 -07:00
isConversationUnread_test.ts Add "new conversation" composer for direct messages 2021-03-19 16:53:51 -04:00
isConversationUnregistered_test.ts Add `durations` utility for computing durations 2021-08-26 09:10:58 -05:00
isEmojiOnlyText_test.ts Improve performance of isEmojiOnlyText 2022-01-27 13:28:04 -08:00
isInSystemContacts_test.ts Don't show name collisions for system contacts 2021-06-02 10:24:22 -07:00
isMessageUnread_test.ts Show "unplayed" dot on incoming audio messages 2021-08-12 13:15:55 -05:00
isNormalNumber_test.ts Refresh profiles on app start (at most every 12 hours) 2021-03-19 16:57:36 -04:00
isNotNil_test.ts Move SignalProtocolStore to TypeScript 2021-03-19 16:53:52 -04:00
isRecord_test.ts Show additional data in debug log header 2021-07-30 09:43:16 -07:00
isSorted_test.ts Tweaks to left pane snapping logic 2021-10-14 16:19:50 -05:00
isValidE164_test.ts Handle signal.me links 2021-08-28 08:27:38 -05:00
iterables_test.ts Improvements to group calling video requests 2022-05-23 10:16:13 -07:00
makeLookup_test.ts makeLookup: Allow for key of zero 2021-01-27 14:39:45 -08:00
mapUtil_test.ts Dynamic audio level indicator 2022-05-18 23:28:51 -04:00
memoizeByRoot.ts Optimize rendering 2021-08-11 09:23:21 -07:00
normalizeDeviceName_test.ts Redesign device link screens 2021-12-16 16:02:22 +01:00
normalizeUuid_test.ts Dropped storage keys should not cause upload 2022-02-14 11:36:32 -08:00
parseIntOrThrow_test.ts Support for creating New Groups 2021-03-19 16:53:52 -04:00
parseIntWithFallback_test.ts Support for creating New Groups 2021-03-19 16:53:52 -04:00
parseRetryAfter_test.ts Challenge: If no retry-after header on 428, don't start timer for retry 2022-04-25 16:05:23 -07:00
privacy_test.ts Add user path to logging exceptions 2021-06-01 11:15:23 -07:00
reallyJsonStringify_test.ts Convert logging infrastructure to TypeScript 2021-01-27 13:13:33 -08:00
replaceIndex_test.ts Let users customize the preferred reaction palette 2021-09-09 09:29:01 -07:00
retryPlaceholders_test.ts Prefer `import type` when importing types 2021-10-26 14:15:33 -05:00
sessionTranslation_test.ts Upgrade Prettier to 2.4.1 2021-11-11 16:43:05 -06:00
setUtil_test.ts Speaking indicator for group calls 2022-02-08 12:30:33 -06:00
shouldBlurAvatar_test.ts Make it more difficult to blur avatars 2021-05-07 17:21:10 -05:00
theme_test.ts Minor: fix year in license comment 2020-12-08 15:02:32 -05:00
timelineUtil_test.ts Move link notification to the conversation hero 2022-04-25 14:03:24 -07:00
timestampLongUtils_test.ts Fully move to protobufjs 2021-07-13 11:54:53 -07:00
timestamp_test.ts Remove React Virtualized from `<Timeline>` 2022-03-03 14:23:10 -06:00
url_test.ts Remove many instances of deprecated url.parse 2021-05-20 17:37:07 -07:00
userLanguages_test.ts Display user badges 2021-11-02 16:01:13 -07:00
version_test.ts Support for alpha build channel 2021-08-06 14:21:01 -07:00
waitBatcher_test.ts Flush all watchers on empty queue 2021-03-25 17:00:03 -07:00
webSafeBase64_test.ts Support for joining New Groups via invite links 2021-01-29 14:16:48 -08:00