author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
129,187
03.05.2020 17:17:16
14,400
0056985a3eb57589e14ffcd4353a0bdece1cd928
[native] wait_for_capture_uri_unload MediaMissionStep
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -346,6 +346,12 @@ export type MediaMissionStep =\nstep: 'processing_exception',\ntime: number, // ms\nexceptionMessage: ?string,\n+ |}\n+ | {|\n+ step: 'wait_for_capture_uri_unload'...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] wait_for_capture_uri_unload MediaMissionStep
129,187
04.05.2020 11:08:48
14,400
7bbac83fe9885dd93233dd1393565db7f818d5a0
Add possibly mutated fields to upload MediaMissionStep
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -339,8 +339,12 @@ export type MediaMissionStep =\nstep: 'upload',\nsuccess: boolean,\nexceptionMessage: ?string,\n- filename: string,\ntime: number, // ms\n+ inputFilename: string,\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Add possibly mutated fields to upload MediaMissionStep
129,187
04.05.2020 15:04:39
14,400
5e6f21a1d4a07b5205991ca37410487e10ee2175
MediaSelection -> NativeMediaSelection
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -22,7 +22,7 @@ export type Image = {|\ntype: 'photo',\ndimensions: Dimensions,\n// stored on native only during creation in case retry needed after state lost\n- localMediaSelection...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
MediaSelection -> NativeMediaSelection
129,187
04.05.2020 15:25:54
14,400
f7614a54a1e1dabab951f34f2fe1828e9b11d141
[web] Cleanup before MediaMission
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-state-container.react.js", "new_path": "web/chat/chat-input-state-container.react.js", "diff": "@@ -58,7 +58,6 @@ type Props = {|\n// Redux state\nactiveChatThreadID: ?string,\nviewerID: ?string,\n- nextLocalID: number,\nmessageStoreMessage...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Cleanup before MediaMission
129,187
04.05.2020 16:15:08
14,400
f49b55edfdc6fed8aed1688fc7552275d7abb288
[web] ChatInputState -> InputState
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-bar.react.js", "new_path": "web/chat/chat-input-bar.react.js", "diff": "@@ -17,10 +17,10 @@ import {\n} from 'lib/types/thread-types';\nimport { messageTypes } from 'lib/types/message-types';\nimport {\n- chatInputStatePropType,\n- type Cha...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] ChatInputState -> InputState
129,187
04.05.2020 18:11:47
14,400
ab79b7c6e455a5db0860959071e27fd67f924fc2
[web] InputStateContext
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-message-list.react.js", "new_path": "web/chat/chat-message-list.react.js", "diff": "@@ -8,7 +8,6 @@ import {\nimport { type ThreadInfo, threadInfoPropType } from 'lib/types/thread-types';\nimport type { DispatchActionPromise } from 'lib/utils/act...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] InputStateContext
129,187
04.05.2020 18:48:31
14,400
01e3606e9c7a1dacc1375cb428e00afe195b8f46
[web] Create media folder
[ { "change_type": "MODIFY", "old_path": "server/src/uploads/media-utils.js", "new_path": "server/src/uploads/media-utils.js", "diff": "@@ -10,7 +10,7 @@ import bmp from '@vingle/bmp-js';\nimport { readableFilename } from 'lib/utils/file-utils';\nimport { getImageProcessingPlan } from 'lib/utils/image...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Create media folder
129,187
04.05.2020 22:10:30
14,400
f0bd0885e56da30609c315e2597ee87cce40bec1
Get rid of processing_exception step No reason to duplicate with the result
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -346,11 +346,6 @@ export type MediaMissionStep =\noutputDimensions: ?Dimensions,\noutputLoop: ?boolean,\n|}\n- | {|\n- step: 'processing_exception',\n- time: number, // ms\n- except...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Get rid of processing_exception step No reason to duplicate with the result
129,187
05.05.2020 01:49:32
14,400
f9c17d0e803b2ece3e39c802432977b9665840fc
[web] MediaMission for web upload
[ { "change_type": "MODIFY", "old_path": "lib/types/media-types.js", "new_path": "lib/types/media-types.js", "diff": "@@ -122,6 +122,17 @@ export type ReadFileHeaderMediaMissionStep = {|\nmediaType: ?MediaType,\n|};\n+export type DetermineFileTypeMediaMissionStep = {|\n+ step: 'determine_file_type',\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] MediaMission for web upload
129,187
05.05.2020 01:57:58
14,400
eac7694f03f23896ae7aefa43886dce5865daef3
[web] Don't reorient image unless we need to
[ { "change_type": "MODIFY", "old_path": "web/media/media-utils.js", "new_path": "web/media/media-utils.js", "diff": "@@ -98,6 +98,9 @@ async function processFile(\n!!orientation && orientation > 4\n? { width: image.height, height: image.width }\n: { width: image.width, height: image.height };\n+ if (...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Don't reorient image unless we need to
129,187
05.05.2020 02:01:05
14,400
a9ed0692f5f0f1b2ead81778b4e398e68bf1281a
[lib] Fix loop param conversion in uploadMultimedia
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -26,8 +26,8 @@ async function uploadMultimedia(\nwidth: extras.width.toString(),\n};\nconst stringExtras = extras.loop\n- ? stringDimensions\n- : { ...stringDimensions, lo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Fix loop param conversion in uploadMultimedia
129,187
05.05.2020 12:58:14
14,400
e068a859a271bb5a3c31cb5287b2d0d93b3d42ad
[web] Fix Multimedia style Was cross-referencing CSS modules
[ { "change_type": "MODIFY", "old_path": "web/chat/chat-input-bar.react.js", "new_path": "web/chat/chat-input-bar.react.js", "diff": "@@ -159,6 +159,8 @@ class ChatInputBar extends React.PureComponent<Props> {\nuri={pendingUpload.uri}\npendingUpload={pendingUpload}\nremove={cancelPendingUpload}\n+ mul...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix Multimedia style Was cross-referencing CSS modules
129,187
05.05.2020 12:59:43
14,400
a999fb2a306f0ff0c58e7116cbad39c8ff935716
[web] Don't rotate EXIF on Chrome anymore It now behaves like Safari and auto-rotates it for you
[ { "change_type": "MODIFY", "old_path": "web/input/input-state-container.react.js", "new_path": "web/input/input-state-container.react.js", "diff": "@@ -995,7 +995,8 @@ class InputStateContainer extends React.PureComponent<Props, State> {\nexport default connect(\n(state: AppState) => {\nconst browse...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Don't rotate EXIF on Chrome anymore It now behaves like Safari and auto-rotates it for you
129,187
05.05.2020 15:23:27
14,400
34518f8bb644ef1084f03e59f05f14f45c34fa53
Centralize config for MIME types in one place
[ { "change_type": "MODIFY", "old_path": "lib/utils/file-utils.js", "new_path": "lib/utils/file-utils.js", "diff": "import type { MediaType } from '../types/media-types';\nimport fileType from 'file-type';\n+import invariant from 'invariant';\n-const mimeTypesToMediaTypes = Object.freeze({\n- 'image/p...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Centralize config for MIME types in one place
129,187
05.05.2020 15:31:28
14,400
72c7011941b55f434866a50db6901cc37d869999
[web] Include error when failing to render image
[ { "change_type": "MODIFY", "old_path": "web/media/media-utils.js", "new_path": "web/media/media-utils.js", "diff": "@@ -31,7 +31,9 @@ async function preloadImage(\nimg.onload = () => {\nresolve(img);\n};\n- img.onerror = reject;\n+ img.onerror = e => {\n+ reject(e);\n+ };\n});\n} catch (e) {\nexcept...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Include error when failing to render image
129,187
05.05.2020 17:11:41
14,400
99bf0a32a2fb6e9c3b1eddebe7e34bcc20725582
Allow upload of media types browser doesn't support (As long as the server can transcode them)
[ { "change_type": "MODIFY", "old_path": "lib/actions/upload-actions.js", "new_path": "lib/actions/upload-actions.js", "diff": "@@ -21,13 +21,16 @@ async function uploadMultimedia(\nconst abortHandler = callbacks && callbacks.abortHandler;\nconst uploadBlob = callbacks && callbacks.uploadBlob;\n- cons...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Allow upload of media types browser doesn't support (As long as the server can transcode them)
129,187
05.05.2020 17:45:51
14,400
4a9da9e737f088477ecce11611240374288096b1
New lib/media folder
[ { "change_type": "RENAME", "old_path": "lib/utils/file-utils.js", "new_path": "lib/media/file-utils.js", "diff": "" }, { "change_type": "RENAME", "old_path": "lib/utils/image-utils.js", "new_path": "lib/media/image-utils.js", "diff": "" }, { "change_type": "RENAME", "...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
New lib/media folder
129,187
06.05.2020 12:49:59
14,400
ef433d1412e5f56cc4f0587955d07be4663b4c80
[native] Reduce component depth of RemoteImage It's more readable now and results in a shallower draw stack on Android
[ { "change_type": "MODIFY", "old_path": "native/media/remote-image.react.js", "new_path": "native/media/remote-image.react.js", "diff": "@@ -56,23 +56,34 @@ class RemoteImage extends React.PureComponent<Props, State> {\n}\nrender() {\n- let spinner = null;\n- if (!this.state.loaded && !this.props.inv...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Reduce component depth of RemoteImage It's more readable now and results in a shallower draw stack on Android
129,187
06.05.2020 12:51:10
14,400
001674b37bfab55f34b4ce5f50fec45253cd0b18
[native] Simplify some Message styles The goal was to reduce draw stack depth on Android. These don't accomplish that, but since it's simpler let's keep it
[ { "change_type": "MODIFY", "old_path": "native/chat/composed-message.react.js", "new_path": "native/chat/composed-message.react.js", "diff": "@@ -91,9 +91,7 @@ class ComposedMessage extends React.PureComponent<Props> {\n<MessageHeader item={item} focused={focused} display=\"lowContrast\" />\n<View s...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Simplify some Message styles The goal was to reduce draw stack depth on Android. These don't accomplish that, but since it's simpler let's keep it
129,187
05.05.2020 18:20:03
14,400
1950bf00f64586ef121a5970bad9362b06202baa
[native] codeVersion -> 49
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -132,8 +132,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- versionCo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] codeVersion -> 49
129,187
06.05.2020 17:46:21
14,400
7de2c3efff4609587b97133e3a6cf69b028857de
[native] OverlayContext
[ { "change_type": "MODIFY", "old_path": "native/chat/multimedia-message-multimedia.react.js", "new_path": "native/chat/multimedia-message-multimedia.react.js", "diff": "@@ -35,6 +35,7 @@ import * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { View, StyleSheet } from 'react-nati...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] OverlayContext
129,187
06.05.2020 18:33:27
14,400
e9bbc017c92a62399a17dde27e6304a390f4cbaf
[native] useOverlayStyles
[ { "change_type": "MODIFY", "old_path": "native/navigation/action-result-modal.react.js", "new_path": "native/navigation/action-result-modal.react.js", "diff": "@@ -4,18 +4,14 @@ import type {\nNavigationStackProp,\nNavigationLeafRoute,\n} from 'react-navigation';\n-import type { AppState } from '../...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] useOverlayStyles
129,187
06.05.2020 18:57:43
14,400
6eebe02539276867811aa63d239f09bb93a44d5f
[native] overlay-context.js
[ { "change_type": "MODIFY", "old_path": "native/chat/multimedia-message-multimedia.react.js", "new_path": "native/chat/multimedia-message-multimedia.react.js", "diff": "@@ -48,7 +48,7 @@ import {\nwithOverlayContext,\ntype OverlayContextType,\noverlayContextPropType,\n-} from '../navigation/overlay-n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] overlay-context.js
129,187
06.05.2020 19:16:24
14,400
76f498aaf2ab49a0c84938869b5350440cca37d3
[native] Turn off react/prop-types ESLint rule
[ { "change_type": "MODIFY", "old_path": "native/.eslintrc.json", "new_path": "native/.eslintrc.json", "diff": "\"react-native/sort-styles\": 2,\n\"react-native/no-inline-styles\": 2,\n\"react-native/no-raw-text\": 2,\n- \"react-native/no-single-element-style-arrays\": 2\n+ \"react-native/no-single-el...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Turn off react/prop-types ESLint rule
129,187
06.05.2020 19:16:38
14,400
ccd503c083d27bae0602289d2138f8f2a0b70f41
[native] Convert OverlayNavigator to hook
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-navigator.react.js", "new_path": "native/navigation/overlay-navigator.react.js", "diff": "@@ -22,7 +22,6 @@ import {\nimport { createNavigator, StackActions } from 'react-navigation';\nimport { Transitioner } from 'react-navigation-st...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Convert OverlayNavigator to hook
129,187
07.05.2020 19:05:53
14,400
e0851012e3b4704d4edcba43967d147cdf1fdba4
[native] Remove OverlayNavigator's dependency on Transitioner
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-navigator.react.js", "new_path": "native/navigation/overlay-navigator.react.js", "diff": "@@ -5,27 +5,23 @@ import type {\nNavigationState,\nNavigationDescriptor,\nNavigationRouteConfigMap,\n- NavigationStackTransitionProps,\n- Naviga...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Remove OverlayNavigator's dependency on Transitioner
129,187
07.05.2020 23:52:48
14,400
9e10ab7a37ce5b978950edcce30e0bd6066df6b9
[native] Add scrollBlockingModalStatus to OverlayContext
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-context.js", "new_path": "native/navigation/overlay-context.js", "diff": "@@ -4,10 +4,12 @@ import * as React from 'react';\nimport Animated from 'react-native-reanimated';\nimport PropTypes from 'prop-types';\n+export type ScrollBloc...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Add scrollBlockingModalStatus to OverlayContext
129,187
08.05.2020 11:34:43
14,400
0cecb80f3f088c0e7224a58bbb6e6b47e3717408
[native] Expose setScrollBlockingModalStatus in OverlayContext
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-context.js", "new_path": "native/navigation/overlay-context.js", "diff": "@@ -10,6 +10,7 @@ export type OverlayContextType = {|\nisDismissing: boolean,\nrouteIndex: number,\nscrollBlockingModalStatus: ScrollBlockingModalStatus,\n+ set...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Expose setScrollBlockingModalStatus in OverlayContext
129,187
08.05.2020 13:39:32
14,400
db0271ad7bdeacaab78aa1f2d1a409cab8ad5f30
[native] Replace ScrollViewModalContext with OverlayContext
[ { "change_type": "MODIFY", "old_path": "native/chat/message-list.react.js", "new_path": "native/chat/message-list.react.js", "diff": "@@ -12,16 +12,6 @@ import {\ntype MessageListNavProp,\nmessageListNavPropType,\n} from './message-list-types';\n-import {\n- type ScrollViewModalState,\n- scrollViewM...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Replace ScrollViewModalContext with OverlayContext
129,187
08.05.2020 13:52:01
14,400
144b7f6e5c6150ccd5091532ed3b6859fd20de3e
[native] Update packages for React Navigation 5
[ { "change_type": "MODIFY", "old_path": "native/ios/Podfile.lock", "new_path": "native/ios/Podfile.lock", "diff": "@@ -245,6 +245,8 @@ PODS:\n- React\n- react-native-orientation-locker (1.1.6):\n- React\n+ - react-native-safe-area-context (0.7.3):\n+ - React\n- react-native-splash-screen (3.2.0):\n- ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update packages for React Navigation 5
129,187
09.05.2020 10:26:19
14,400
206ef02fa9248d17c7629ea4377bbc6dee6d61e9
[native] useScreens -> enableScreens
[ { "change_type": "MODIFY", "old_path": "native/navigation/root-navigator.react.js", "new_path": "native/navigation/root-navigator.react.js", "diff": "@@ -15,7 +15,7 @@ import {\ntype NavigationStackTransitionProps,\n} from 'react-navigation-stack';\nimport { Keyboard } from 'react-native';\n-import ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] useScreens -> enableScreens
129,187
11.05.2020 23:05:58
14,400
3edb2fc1acf2f884eecfbe7f3e978ec273cd653d
[native] Get rid of unused navigation prop in LoggedOutModal
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "// @flow\n-import type { NavigationScreenProp, NavigationRoute } from 'react-navigation';\nimport type { DispatchActionPayload } from 'lib/utils/action-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Get rid of unused navigation prop in LoggedOutModal
129,187
11.05.2020 23:25:06
14,400
7f7c5083ccd930c187841d2fab95f56e5ff1e442
[native] Add notice explaining themes/fonts.js existence
[ { "change_type": "MODIFY", "old_path": "native/themes/fonts.js", "new_path": "native/themes/fonts.js", "diff": "@@ -6,6 +6,8 @@ import IonIcon from 'react-native-vector-icons/Ionicons';\nimport MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons';\nimport MaterialIcon from '...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Add notice explaining themes/fonts.js existence
129,187
11.05.2020 23:25:54
14,400
71f492908f014ac73af7dca242346d4faf7e3d50
[native] Update OverlayNavigator custom navigator to React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-navigator.react.js", "new_path": "native/navigation/overlay-navigator.react.js", "diff": "// @flow\n-import type {\n- NavigationStackProp,\n- NavigationState,\n- NavigationDescriptor,\n- NavigationRouteConfigMap,\n- StackNavigatorConf...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update OverlayNavigator custom navigator to React Nav 5
129,187
11.05.2020 23:26:31
14,400
497997cd25d63c7a03fd68c14448fb02864e4657
[native] Enable Redux Dev Tools debugging for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/navigation/navigation-handler.react.js", "new_path": "native/navigation/navigation-handler.react.js", "diff": "@@ -16,6 +16,8 @@ import NavFromReduxHandler from './nav-from-redux-handler.react';\nimport { logInActionType, logOutActionType } from './acti...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Enable Redux Dev Tools debugging for React Nav 5
129,187
11.05.2020 23:28:54
14,400
00d8cc5ca9a6a66d795b0545e242ce1953163e0f
[native] Don't dismiss ThreadPickerModal until Entry onFocus
[ { "change_type": "MODIFY", "old_path": "native/calendar/entry.react.js", "new_path": "native/calendar/entry.react.js", "diff": "@@ -59,6 +59,7 @@ import { ServerError } from 'lib/utils/errors';\nimport { entryKey } from 'lib/shared/entry-utils';\nimport { registerFetchKey } from 'lib/reducers/loadin...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Don't dismiss ThreadPickerModal until Entry onFocus
129,187
11.05.2020 23:31:02
14,400
f49ab42589462d519c4304f9c3014a8d5f04e1b3
[native] Update SafeAreaView for React Nav 5 Can't import directly from React Nav anymore, using `react-native-safe-area-context` now
[ { "change_type": "MODIFY", "old_path": "native/components/safe-area-view.react.js", "new_path": "native/components/safe-area-view.react.js", "diff": "// @flow\n-import * as React from 'react';\n-import { SafeAreaView } from 'react-navigation';\n+import type { ViewStyle } from '../types/styles';\n-co...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update SafeAreaView for React Nav 5 Can't import directly from React Nav anymore, using `react-native-safe-area-context` now
129,187
12.05.2020 10:02:11
14,400
46283902422d70edce7f6201652805ec0755cef1
[native] Clean up display logic for CalendarInputBar
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar-input-bar.react.js", "new_path": "native/calendar/calendar-input-bar.react.js", "diff": "@@ -4,16 +4,10 @@ import type { AppState } from '../redux/redux-setup';\nimport * as React from 'react';\nimport { View, Text } from 'react-native...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Clean up display logic for CalendarInputBar
129,187
13.05.2020 14:42:21
14,400
1f7f07940ef65b53d0691feaf30f672bda751cf0
[native] Move Calendar center-on-tab-press behavior to event listener
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -124,15 +124,6 @@ type ExtraData = $ReadOnly<{|\nvisibleEntries: { [key: string]: boolean },\n|}>;\n-// This is v sad :(\n-// Overall, I have to say, this componen...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Move Calendar center-on-tab-press behavior to event listener
129,187
13.05.2020 14:50:32
14,400
a055b16746a538fe15b146d3b775d7d76399aed9
[native] Use setOptions to dynamically set save button in ComposeThread
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -74,30 +74,8 @@ type Route = {|\nparams: {|\nthreadType?: ThreadType,\nparentThreadInfo?: ThreadInfo,\n- createButtonDisabled?: boolean,\n|},\n|};\n-\n-let que...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use setOptions to dynamically set save button in ComposeThread
129,187
13.05.2020 14:55:27
14,400
2c2a77524f12b392985bc21e7806319ce33c6695
[native] Use setOptions to dynamically set gestureEnabled
[ { "change_type": "MODIFY", "old_path": "native/chat/message-list-container.react.js", "new_path": "native/chat/message-list-container.react.js", "diff": "@@ -104,7 +104,6 @@ class MessageListContainer extends React.PureComponent<Props, State> {\n/>\n) : null,\nheaderBackTitle: 'Back',\n- gesturesEna...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use setOptions to dynamically set gestureEnabled
129,187
13.05.2020 14:57:49
14,400
48709e38201b7cda866a5b3deb0507c321f4c879
[native] Get rid of static navigationOptions in screens
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "@@ -116,10 +116,6 @@ class LoggedOutModal extends React.PureComponent<Props, State> {\ndispatchActionPayload: PropTypes.func.isRequired,\n};\n- static n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Get rid of static navigationOptions in screens
129,187
13.05.2020 15:01:00
14,400
a96b2a81e86b1b8c230f11eece8cd7c147a0716e
[native] Update MessageListHeaderTitle to work with React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/chat/message-list-header-title.react.js", "new_path": "native/chat/message-list-header-title.react.js", "diff": "@@ -9,7 +9,7 @@ import * as React from 'react';\nimport { View, Platform } from 'react-native';\nimport PropTypes from 'prop-types';\nimport...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update MessageListHeaderTitle to work with React Nav 5
129,187
13.05.2020 15:07:32
14,400
f652bd26333a4886dc812f3b49ba37b5eae7283b
[native] Themes for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/themes/colors.js", "new_path": "native/themes/colors.js", "diff": "@@ -63,6 +63,7 @@ const light = Object.freeze({\nlistSearchBackground: '#DDDDDD',\nlistSearchIcon: '#AAAAAA',\nlistChatBubble: '#DDDDDDBB',\n+ navigationCard: '#FFFFFF',\n});\nexport typ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Themes for React Nav 5
129,187
13.05.2020 15:48:11
14,400
b180b3eb309de4a6ce70d081f3f1da1903a0694d
[native] Get rid of chat-screen-registry.js
[ { "change_type": "DELETE", "old_path": "native/chat/chat-screen-registry.js", "new_path": null, "diff": "-// @flow\n-\n-import React from 'react';\n-\n-// In order for Chat's navigationOptions.tabBarOnPress callback to have access\n-// to the components that it needs to call, we have to register tho...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Get rid of chat-screen-registry.js
129,187
13.05.2020 15:49:53
14,400
4a56ff16685b569384cdfd6c3ceef4663c9aebdb
[native] Move ChatThreadList scrollToTop-on-tab-press behavior to event listener
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -58,6 +58,8 @@ class ChatThreadList extends React.PureComponent<Props, State> {\nstatic propTypes = {\nnavigation: PropTypes.shape({\nnavigate: PropTypes.f...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Move ChatThreadList scrollToTop-on-tab-press behavior to event listener
129,187
13.05.2020 20:33:55
14,400
3ebb54f495cce3ea1b63255f28cb2f73ecabd26d
[native] RootNavigatorContext for setting keyboardHandlingEnabled
[ { "change_type": "MODIFY", "old_path": "native/calendar/thread-picker-modal.react.js", "new_path": "native/calendar/thread-picker-modal.react.js", "diff": "// @flow\n-import type { AppState } from '../redux/redux-setup';\n-import type { ThreadInfo } from 'lib/types/thread-types';\n-import { threadIn...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] RootNavigatorContext for setting keyboardHandlingEnabled
129,187
14.05.2020 15:29:48
14,400
60598d3f8c16c433ecb8ad8709df151b55c12a44
[native] Update Header components for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-header.react.js", "new_path": "native/chat/chat-header.react.js", "diff": "@@ -14,9 +14,6 @@ import {\nconst activeTabSelector = createActiveTabSelector(ChatRouteName);\n-const ChatHeader = connectNav((context: ?NavContextType) => ({\n+export ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update Header components for React Nav 5
129,187
14.05.2020 15:30:19
14,400
1668177db9d4124b48ad23b67c30496b48856438
[native] Get rid of unused props in More screens
[ { "change_type": "MODIFY", "old_path": "native/more/delete-account.react.js", "new_path": "native/more/delete-account.react.js", "diff": "import type { AppState } from '../redux/redux-setup';\nimport type { DispatchActionPromise } from 'lib/utils/action-utils';\n-import type { NavigationScreenProp }...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Get rid of unused props in More screens
129,187
14.05.2020 15:34:05
14,400
52cf06fa56bd0f9fdffa4d54dfa940e4e0009347
[native] Update code that looks at nav state to handle React Nav 5 changes
[ { "change_type": "MODIFY", "old_path": "native/chat/thread-screen-pruner.react.js", "new_path": "native/chat/thread-screen-pruner.react.js", "diff": "@@ -27,8 +27,8 @@ const ThreadScreenPruner = React.memo<{||}>(() => {\n}\nconst { state } = navContext;\nconst appRoute = assertNavigationRouteNotLeaf...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update code that looks at nav state to handle React Nav 5 changes
129,187
14.05.2020 15:35:15
14,400
05b806e727f636bc0cdc1b195e8f0e4177f2de9a
[native] Update Modal component for React Nav 5 `StackNavigator` can now handle the overlay, but we need to make sure we don't `goBack` unless we're focused
[ { "change_type": "MODIFY", "old_path": "native/components/modal.react.js", "new_path": "native/components/modal.react.js", "diff": "@@ -8,7 +8,12 @@ import type { AppState } from '../redux/redux-setup';\nimport type { ViewStyle } from '../types/styles';\nimport * as React from 'react';\n-import { Vi...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update Modal component for React Nav 5 `StackNavigator` can now handle the overlay, but we need to make sure we don't `goBack` unless we're focused
129,187
14.05.2020 15:36:13
14,400
a63e4c3e887d6c8ff005c05581102ad9831a97b3
[native] Update navigation routers for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "import type { ThreadInfo } from 'lib/types/thread-types';\n-import {\n- StackRouter,\n- NavigationActions,\n- type NavigationAction,\n- type NavigationState,\n- type NavigationRout...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update navigation routers for React Nav 5
129,187
14.05.2020 15:37:40
14,400
0cdc53c21a9adae21fba58a5a7bc4554b43ebce7
[native] Update TabBar for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/navigation/tab-bar.react.js", "new_path": "native/navigation/tab-bar.react.js", "diff": "import * as React from 'react';\nimport { Platform } from 'react-native';\n-import { BottomTabBar } from 'react-navigation-tabs';\n+import { BottomTabBar } from '@r...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update TabBar for React Nav 5
129,187
14.05.2020 15:38:03
14,400
026e959345675683da3878c11da02cd0b3b8f31c
[native] Update core navigation setup code for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/chat/chat.react.js", "new_path": "native/chat/chat.react.js", "diff": "@@ -4,27 +4,18 @@ import type { ThreadInfo } from 'lib/types/thread-types';\nimport * as React from 'react';\nimport {\n- type NavigationRouteConfigMap,\n- type NavigationState,\n- c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update core navigation setup code for React Nav 5
129,187
14.05.2020 15:42:15
14,400
25b4823cd8d1f1a13edfab62bb06929a3cc92550
[native] Wrap KeyboardStateContainer children in flex div React Nav 5 must be absolutely-positioning the contents
[ { "change_type": "MODIFY", "old_path": "native/keyboard/keyboard-state-container.react.js", "new_path": "native/keyboard/keyboard-state-container.react.js", "diff": "import * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { KeyboardUtils } from 'react-native-keyboard-input';\n-i...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Wrap KeyboardStateContainer children in flex div React Nav 5 must be absolutely-positioning the contents
129,187
14.05.2020 16:48:49
14,400
d5ce45d58e0c5caa7d90683df2ef54a465b571c5
[native] Move OverlayNavigator animation start to useEffect
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-navigator.react.js", "new_path": "native/navigation/overlay-navigator.react.js", "diff": "@@ -126,6 +126,11 @@ const OverlayNavigator = React.memo<Props>(({\nconst prevSceneDataRef = React.useRef(sceneData);\nconst prevSceneData = pre...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Move OverlayNavigator animation start to useEffect
129,187
14.05.2020 16:49:10
14,400
6910e180a9769d2069aacf4fe101dfa260334a83
[native] Fix MessageList failing to toggle Message focus
[ { "change_type": "MODIFY", "old_path": "native/chat/message-list.react.js", "new_path": "native/chat/message-list.react.js", "diff": "@@ -164,7 +164,7 @@ class MessageList extends React.PureComponent<Props, State> {\nstatic modalOpen(props: Props) {\nconst overlayContext = MessageList.getOverlayCont...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix MessageList failing to toggle Message focus
129,187
14.05.2020 19:14:23
14,400
63f3046e447d2d9e2983ddbccee78205da359ffc
[native] Add container that flexes to full screen in OverlayNavigator
[ { "change_type": "MODIFY", "old_path": "native/navigation/overlay-navigator.react.js", "new_path": "native/navigation/overlay-navigator.react.js", "diff": "@@ -356,7 +356,9 @@ const OverlayNavigator = React.memo<Props>(({\nreturn (\n<NavigationHelpersContext.Provider value={navigation}>\n+ <View sty...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Add container that flexes to full screen in OverlayNavigator
129,187
15.05.2020 12:30:16
14,400
9c3d3f85c76fd340595ebbc341bdae9c63d8d165
[native] Avoid onLayout in KeyboardAccessoryView if not needed
[ { "change_type": "MODIFY", "old_path": "patches/react-native-keyboard-input+6.0.0.patch", "new_path": "patches/react-native-keyboard-input+6.0.0.patch", "diff": "@@ -57,6 +57,27 @@ index 59cae03..ec6f756 100644\n}\nregisterListener(props, nextProps) {\n+diff --git a/node_modules/react-native-keyboar...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Avoid onLayout in KeyboardAccessoryView if not needed
129,187
15.05.2020 13:50:03
14,400
f88965bde6a560f791e5bfdedc557bf68926b14f
[native] Disable react-native-screens for old Android 4.4 devices To avoid stack overflow crashes...
[ { "change_type": "MODIFY", "old_path": "native/navigation/root-navigator.react.js", "new_path": "native/navigation/root-navigator.react.js", "diff": "@@ -31,7 +31,15 @@ import ComposeSubthreadModal from '../chat/settings/compose-subthread-modal.reac\nimport RootRouter from './root-router';\nimport {...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Disable react-native-screens for old Android 4.4 devices To avoid stack overflow crashes...
129,187
15.05.2020 13:51:29
14,400
2a72ac90906ecd33597b1eb20dc0a3ee4b55088f
[native] Fix rootContextPropType Not sure why it was wrong...
[ { "change_type": "MODIFY", "old_path": "native/root-context.js", "new_path": "native/root-context.js", "diff": "@@ -39,7 +39,8 @@ function withRootContext<\n}\nconst rootContextPropType = PropTypes.shape({\n- detectUnsupervisedBackground: PropTypes.func.isRequired,\n+ detectUnsupervisedBackground: P...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix rootContextPropType Not sure why it was wrong...
129,187
15.05.2020 14:42:16
14,400
a3e48c81ae8d45896f31fc7009cf08018b84321b
[native] Fix keyboard flicker on ClearableTextInput send
[ { "change_type": "MODIFY", "old_path": "native/components/clearable-text-input.react.ios.js", "new_path": "native/components/clearable-text-input.react.ios.js", "diff": "@@ -21,6 +21,7 @@ class ClearableTextInput extends React.PureComponent<\npendingMessage: ?{| value: string, resolve: (value: strin...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix keyboard flicker on ClearableTextInput send
129,187
16.05.2020 12:09:47
14,400
08dcfbb1a9999d12bf6fdeb35304df231e207b24
[native] assertNavigationRouteNotLeafNode -> getStateFromNavigatorRoute
[ { "change_type": "MODIFY", "old_path": "native/chat/thread-screen-pruner.react.js", "new_path": "native/chat/thread-screen-pruner.react.js", "diff": "@@ -8,7 +8,7 @@ import { Alert } from 'react-native';\nimport { NavContext } from '../navigation/navigation-context';\nimport {\n- assertNavigationRou...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] assertNavigationRouteNotLeafNode -> getStateFromNavigatorRoute
129,187
17.05.2020 23:13:26
14,400
b193af4ce415a458a31de72b3fa302d369aaef85
[native] Animate TabBar for keyboard events on Android
[ { "change_type": "MODIFY", "old_path": "native/navigation/tab-bar.react.js", "new_path": "native/navigation/tab-bar.react.js", "diff": "// @flow\n+import type { LayoutEvent } from '../types/react-native';\n+\nimport * as React from 'react';\n-import { Platform } from 'react-native';\n+import { Platf...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Animate TabBar for keyboard events on Android
129,187
18.05.2020 10:58:09
14,400
c7aa1509e660b005a2a92c0ce46f0cbdf5b53526
[native] Keep tabBarHeight in Redux
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -69,7 +69,6 @@ import { Entry, InternalEntry, entryStyles } from './entry.react';\nimport {\ndimensionsSelector,\ncontentVerticalOffsetSelector,\n- tabBarSize,\n} ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Keep tabBarHeight in Redux
129,187
18.05.2020 14:17:37
14,400
313eb1c3ad7bc0ac966a6d24410e5d407ab1fffe
[native] Fix iOS build Not sure what broke it, but this was the issue:
[ { "change_type": "MODIFY", "old_path": "native/ios/Podfile", "new_path": "native/ios/Podfile", "diff": "@@ -46,3 +46,11 @@ target 'SquadCal' do\nuse_native_modules!\nuse_unimodules!(modules_paths: ['../..'])\nend\n+\n+post_install do |installer|\n+ installer.pods_project.targets.each do |target|\n+ ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix iOS build Not sure what broke it, but this was the issue: https://github.com/tanersener/react-native-ffmpeg/issues/148
129,187
18.05.2020 15:22:25
14,400
34c8a44c0f167ee56cc3cf52a2f0d1fecd64ab94
[native] Fix up DisconnectedBar It's now a hook and uses `Reanimated` instead of `LayoutAnimation`. I sadly had to add a custom patch to `@react-navigation/stack` to prevent it from absolutely positioning the header, otherwise the animation looks pretty ugly...
[ { "change_type": "MODIFY", "old_path": "native/navigation/disconnected-bar.react.js", "new_path": "native/navigation/disconnected-bar.react.js", "diff": "// @flow\n-import type { AppState } from '../redux/redux-setup';\n-\nimport * as React from 'react';\n-import { View, Text, StyleSheet, LayoutAnim...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix up DisconnectedBar It's now a hook and uses `Reanimated` instead of `LayoutAnimation`. I sadly had to add a custom patch to `@react-navigation/stack` to prevent it from absolutely positioning the header, otherwise the animation looks pretty ugly...
129,187
18.05.2020 16:28:02
14,400
63cd9fdb26211225653a3371088f3989accd18db
Hijack NavigationBuilderContext so we can track nav actions
[ { "change_type": "MODIFY", "old_path": "native/navigation/root-navigator.react.js", "new_path": "native/navigation/root-navigator.react.js", "diff": "@@ -8,6 +8,8 @@ import {\nuseNavigationBuilder,\n} from '@react-navigation/native';\nimport { StackView, TransitionPresets } from '@react-navigation/s...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Hijack NavigationBuilderContext so we can track nav actions
129,187
18.05.2020 16:56:36
14,400
9a5a4a6ea9831a4c21ea0c510e5d75f41c4b56ff
[native] Fix up ModalPruner's collectDependencyInfo for React Nav 5
[ { "change_type": "MODIFY", "old_path": "native/navigation/modal-pruner.react.js", "new_path": "native/navigation/modal-pruner.react.js", "diff": "@@ -23,8 +23,20 @@ function collectDependencyInfo(\ndependencyMap?: Map<string, DependencyInfo> = new Map(),\nparentRouteName?: ?string,\n): Map<string, D...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix up ModalPruner's collectDependencyInfo for React Nav 5
129,187
18.05.2020 21:30:38
14,400
cee10df606df2dea79e35350ca48d12c7cf1b43c
[native] Fix useNavigationBuilder to be able to handle updates on stale routes
[ { "change_type": "MODIFY", "old_path": "native/navigation/root-router.js", "new_path": "native/navigation/root-router.js", "diff": "@@ -17,12 +17,6 @@ import {\n} from './action-types';\nfunction resetState(newPartialRoute, oldRoute) {\n- if (oldRoute.state && oldRoute.state.stale) {\n- // If React ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix useNavigationBuilder to be able to handle updates on stale routes
129,187
19.05.2020 15:54:57
14,400
b7699983badfa73b6ebe79055cb25d73bc958788
[native] Update relative float header patch
[ { "change_type": "MODIFY", "old_path": "patches/@react-navigation+stack+5.3.1.patch", "new_path": "patches/@react-navigation+stack+5.3.1.patch", "diff": "diff --git a/node_modules/@react-navigation/stack/src/views/Stack/CardContainer.tsx b/node_modules/@react-navigation/stack/src/views/Stack/CardCon...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update @react-navigation/stack relative float header patch
129,187
20.05.2020 14:37:24
14,400
16f66bb372e496abe13e94602a010c88a01c542a
[native] Update useNavigationBuilder patch
[ { "change_type": "MODIFY", "old_path": "patches/@react-navigation+core+5.5.2.patch", "new_path": "patches/@react-navigation+core+5.5.2.patch", "diff": "diff --git a/node_modules/@react-navigation/core/src/useNavigationBuilder.tsx b/node_modules/@react-navigation/core/src/useNavigationBuilder.tsx\n-i...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update @react-navigation/core useNavigationBuilder patch
129,187
20.05.2020 14:38:22
14,400
a64ee574536921a3546e2446a1499a706f98c694
[native] Fix type error in Redux state dimensions definition
[ { "change_type": "MODIFY", "old_path": "native/redux/redux-setup.js", "new_path": "native/redux/redux-setup.js", "diff": "@@ -83,7 +83,10 @@ import {\nimport reactotron from '../reactotron';\nimport reduceDrafts from '../reducers/draft-reducer';\nimport { getGlobalNavContext } from '../navigation/ic...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix type error in Redux state dimensions definition
129,187
20.05.2020 20:41:09
14,400
bf2d4c0d7799e91624abf557f2ba2c54cd99a59c
[native] Flow types for React Nav 5 navigation state
[ { "change_type": "ADD", "old_path": null, "new_path": "native/flow-typed/npm/@react-navigation/native_vx.x.x.js", "diff": "+// flow-typed signature: a69faaac78959be3028019885b5fd6ab\n+// flow-typed version: <<STUB>>/@react-navigation/native_v5.2.6/flow_v0.105.0\n+\n+declare module '@react-navigation...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Flow types for React Nav 5 navigation state
129,187
21.05.2020 11:25:56
14,400
2932b1f3c876c41c25632a39626be1184aa47ff9
[native] Update float Header patch
[ { "change_type": "MODIFY", "old_path": "patches/@react-navigation+stack+5.3.1.patch", "new_path": "patches/@react-navigation+stack+5.3.1.patch", "diff": "@@ -28,7 +28,7 @@ index 2665164..6fd10f5 100644\n: null\n}\ndiff --git a/node_modules/@react-navigation/stack/src/views/Stack/CardStack.tsx b/node...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update @react-navigation/stack float Header patch
129,187
24.05.2020 18:08:29
14,400
4d263da331a0e01cd9940560f6749ec16812e002
[native] Fix Tooltip types
[ { "change_type": "MODIFY", "old_path": "native/chat/multimedia-tooltip-button.react.js", "new_path": "native/chat/multimedia-tooltip-button.react.js", "diff": "// @flow\nimport {\n- type MediaInfo,\nmediaInfoPropType,\ntype Dimensions,\ndimensionsPropType,\n} from 'lib/types/media-types';\nimport {\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix Tooltip types
129,187
24.05.2020 18:29:25
14,400
0b4675aa5f042dc9ab4601f804c254d155293bf3
[native] Make custom navigation actions conform to GenericNavigationAction
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/delete-thread.react.js", "new_path": "native/chat/settings/delete-thread.react.js", "diff": "@@ -242,7 +242,7 @@ class DeleteThread extends React.PureComponent<Props, State> {\ninvariant(navContext, 'navContext should exist in deleteThread...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Make custom navigation actions conform to GenericNavigationAction
129,187
24.05.2020 23:55:58
14,400
d52e1c9ff0f87276547add6e81111a97d0346b6b
[native] Type React Nav 5 CommonActions
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -35,7 +35,7 @@ declare module '@react-navigation/bottom-tabs' {\ndeclare type $IsUndefined<X> = $IsA<X, voi...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type React Nav 5 CommonActions
129,187
25.05.2020 14:20:08
14,400
9e0f01cb8f9b78ea3f30b66806856eadd8b4b49f
[native] Type React Nav StackView
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -129,7 +129,7 @@ declare module '@react-navigation/bottom-tabs' {\n| Route<RouteName>\n| StaleRoute<RouteNa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type React Nav StackView
129,187
25.05.2020 15:04:32
14,400
4d04032b03e3de728690052f53f5394bf864453e
[native] Type React Nav BottomTabBar
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -372,7 +372,7 @@ declare module '@react-navigation/bottom-tabs' {\ndelay?: number,\n};\n- // Copied from re...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type React Nav BottomTabBar
129,187
25.05.2020 17:33:29
14,400
7fdeeb7c1f08d22a8ff3c8afcd5f3598a54ff089
[native] Split ParamLists out by navigator
[ { "change_type": "MODIFY", "old_path": "native/navigation/route-names.js", "new_path": "native/navigation/route-names.js", "diff": "@@ -70,14 +70,7 @@ export const ThreadSettingsMemberTooltipModalRouteName =\n'ThreadSettingsMemberTooltipModal';\nexport const CameraModalRouteName = 'CameraModal';\n-e...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Split ParamLists out by navigator
129,187
25.05.2020 17:36:20
14,400
bd76939cffc2b4670f339da89bf6d11a85ac1c7a
[native] Type createStackNavigator for React Nav
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -162,6 +162,27 @@ declare module '@react-navigation/bottom-tabs' {\n+blur: {| +data: void, +canPreventDefau...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type createStackNavigator for React Nav
129,187
25.05.2020 17:44:26
14,400
1b029844d08e836a7c5d2e11bd38bf7fc45e9f89
[native] Type createBottomTabNavigator for React Nav
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -841,6 +841,12 @@ declare module '@react-navigation/bottom-tabs' {\n// but this section types the module's ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type createBottomTabNavigator for React Nav
129,187
25.05.2020 20:16:41
14,400
1bebf8b89d0e559d15b567309324ff51a8ba098f
[native] Clean up NavigationProp types
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "@@ -62,13 +62,13 @@ export type ChatRouterNavigationAction =\nexport type ChatRouterNavigationProp<\nParamList: ParamListBase,\nRouteName: string,\n-> = {|\n+> = $ReadOnly<{|\n...S...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Clean up NavigationProp types
129,187
25.05.2020 20:18:14
14,400
7c8ef5eef00ced90c93f5e363eec0ba65f35ce2b
[native] Any-type remaining surface of React Nav Have to prepare for Dominik and co :)
[ { "change_type": "ADD", "old_path": null, "new_path": "native/flow-typed/npm/@react-navigation/core_vx.x.x.js", "diff": "+// flow-typed signature: 94dd82daa3bb1555a1a4ad5287cf08ff\n+// flow-typed version: <<STUB>>/@react-navigation/core_v5.5.2/flow_v0.105.0\n+\n+/**\n+ * This is an autogenerated lib...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Any-type remaining surface of React Nav Have to prepare for Dominik and co :)
129,187
26.05.2020 00:43:33
14,400
d97710a0839bf06e8758728025d96e2ffaf4f447
[server] create-db.js
[ { "change_type": "MODIFY", "old_path": "server/src/creators/role-creator.js", "new_path": "server/src/creators/role-creator.js", "diff": "@@ -186,4 +186,4 @@ function getRolePermissionBlobsForChat(): RolePermissionBlobs {\n};\n}\n-export default createInitialRolesForNewThread;\n+export { createIniti...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] create-db.js
129,187
26.05.2020 17:45:50
14,400
4dd78b25f04badfa7b70b616b234177ee6c73e3f
[native] Fix up CreateNavigator to work across the app and with custom navigators Had to any-type nav prop unfortunately...
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "@@ -61,13 +61,13 @@ export type ChatRouterNavigationAction =\nexport type ChatRouterNavigationProp<\nParamList: ParamListBase,\nRouteName: string,\n-> = $ReadOnly<{|\n+> = {|\n...S...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix up CreateNavigator to work across the app and with custom navigators Had to any-type nav prop unfortunately...
129,187
27.05.2020 14:28:52
14,400
4e1015daf9e30c9afff3c4a0f6faa144ec3c1f9e
[native] Type routers for React Nav
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "@@ -6,7 +6,11 @@ import type {\nParamListBase,\nStackAction,\nRoute,\n- StackOptions,\n+ Router,\n+ StackRouterOptions,\n+ StackNavigationState,\n+ RouterConfigOptions,\n+ GenericN...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type routers for React Nav
129,187
27.05.2020 14:55:33
14,400
8b3594a213080542c82c7b73dc775cf3ceff8898
[native] Type navigator props for React Nav
[ { "change_type": "MODIFY", "old_path": "native/chat/chat.react.js", "new_path": "native/chat/chat.react.js", "diff": "@@ -10,6 +10,7 @@ import {\ntype StackNavigationState,\ntype StackOptions,\ntype StackNavigationEventMap,\n+ type StackNavigatorProps,\n} from '@react-navigation/stack';\nimport { Pl...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type navigator props for React Nav
129,187
27.05.2020 15:40:11
14,400
c620b3ddccf760882652559901cdfdef3432f139
[native] Type useNavigationBuilder for React Nav And fix some any-typing
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "@@ -63,8 +63,8 @@ export type ChatRouterNavigationAction =\n| PushNewThreadAction;\nexport type ChatRouterNavigationProp<\n- ParamList: ParamListBase,\n- RouteName: string,\n+ Para...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Type useNavigationBuilder for React Nav And fix some any-typing
129,187
27.05.2020 20:09:15
14,400
ee59eb06c2bc96409ca81e8a83580071288ea0a6
[native] Fix Descriptor type to match between React Nav libdefs
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/bottom-tabs_vx.x.x.js", "diff": "@@ -489,6 +489,15 @@ declare module '@react-navigation/bottom-tabs' {\nNavigator: React$ComponentType<Navigato...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix Descriptor type to match between React Nav libdefs
129,187
28.05.2020 15:14:18
14,400
deb6a4f1ab4a6aa8ec6247d29bc1623c634042e9
Set up memberships table in create-db.js
[ { "change_type": "MODIFY", "old_path": "lib/facts/bots.json", "new_path": "lib/facts/bots.json", "diff": "{\n\"squadbot\": {\n\"userID\": \"5\",\n- \"ashoatThreadID\": \"83794\"\n+ \"staffThreadID\": \"83794\"\n}\n}\n" }, { "change_type": "MODIFY", "old_path": "server/src/creators/report...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Set up memberships table in create-db.js
129,187
28.05.2020 15:52:51
14,400
ffb4bb6b693892253236559bbb8a1db90713050a
[native] Move navigation-utils to navigation folder
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-router.js", "new_path": "native/chat/chat-router.js", "diff": "@@ -23,7 +23,7 @@ import {\nimport {\nremoveScreensFromStack,\ngetThreadIDFromRoute,\n-} from '../utils/navigation-utils';\n+} from '../navigation/navigation-utils';\nimport {\ncle...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Move navigation-utils to navigation folder
129,187
28.05.2020 15:57:07
14,400
478e3676e297f0a8936abd531422e6a62d6d319b
[native] Check nav state validity in dev mode before using it Fast Refresh somehow can lead React Navigation to clear the app route
[ { "change_type": "MODIFY", "old_path": "native/navigation/navigation-utils.js", "new_path": "native/navigation/navigation-utils.js", "diff": "@@ -11,6 +11,7 @@ import invariant from 'invariant';\nimport {\nComposeThreadRouteName,\n+ AppRouteName,\nthreadRoutes,\n} from '../navigation/route-names';\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Check nav state validity in dev mode before using it Fast Refresh somehow can lead React Navigation to clear the app route
129,187
28.05.2020 15:57:53
14,400
f945f54148a53968a5181af0f4c46e1a7480084e
[native] Use SafeAreaView instead of useSafeArea Guaranteed synchronous instead of JS-thread asynchronous
[ { "change_type": "MODIFY", "old_path": "native/components/safe-area-view.react.js", "new_path": "native/components/safe-area-view.react.js", "diff": "// @flow\n-import type { ViewStyle } from '../types/styles';\n-\nimport * as React from 'react';\nimport { View } from 'react-native';\n-import { useS...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use SafeAreaView instead of useSafeArea Guaranteed synchronous instead of JS-thread asynchronous
129,187
28.05.2020 17:31:37
14,400
cfbfb8e58643ffddfcf62feb2b6e333db86e864f
[native] Don't use string as action for NAV/@@INIT
[ { "change_type": "MODIFY", "old_path": "native/root.react.js", "new_path": "native/root.react.js", "diff": "@@ -52,6 +52,8 @@ if (Platform.OS === 'android') {\n}\nconst navStateAsyncStorageKey = 'navState';\n+const navInitAction = Object.freeze({ type: 'NAV/@@INIT' });\n+const navUnknownAction = Obj...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Don't use string as action for NAV/@@INIT
129,187
28.05.2020 17:41:46
14,400
65ebd7e224f96b7ee0e4b8d96f47d813bd64adfc
[native] Refine the type of NavigationBuilderContext This concludes the process of typing the surface of React Nav 5 that this project actually uses
[ { "change_type": "MODIFY", "old_path": "native/flow-typed/npm/@react-navigation/core_vx.x.x.js", "new_path": "native/flow-typed/npm/@react-navigation/core_vx.x.x.js", "diff": "* needed.\n*/\ndeclare module '@react-navigation/core/src/NavigationBuilderContext' {\n- declare module.exports: any;\n+\n+ ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Refine the type of NavigationBuilderContext This concludes the process of typing the surface of React Nav 5 that this project actually uses
129,187
28.05.2020 22:59:06
14,400
3a487f7903e18908c142e124e822dfcf99a3d0d0
[native] Fix ComposeThread create thread button display
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -144,7 +144,7 @@ class ComposeThread extends React.PureComponent<Props, State> {\n<LinkButton\ntext=\"Create\"\nonPress={this.onPressCreateThread}\n- disabled=...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix ComposeThread create thread button display
129,187
29.05.2020 00:17:12
14,400
88f4a76730169a1936080c2bc10ddb3950d4b69f
[native] Clear navigation state when purging Redux
[ { "change_type": "MODIFY", "old_path": "native/more/dev-tools.react.js", "new_path": "native/more/dev-tools.react.js", "diff": "@@ -10,6 +10,7 @@ import { View, Text, ScrollView, Platform } from 'react-native';\nimport ExitApp from 'react-native-exit-app';\nimport Icon from 'react-native-vector-icon...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Clear navigation state when purging Redux
129,187
29.05.2020 00:22:07
14,400
38ee0b8026bf6ca0d13026c84f7cfb0705f8114c
[native] codeVersion -> 50
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -132,8 +132,8 @@ android {\napplicationId \"org.squadcal\"\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- versionCo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] codeVersion -> 50