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
04.10.2019 12:58:07
14,400
1236b5d87ca7178816892e22d9271234673d6329
[server] Update react-router from flow-typed
[ { "change_type": "MODIFY", "old_path": "server/flow-typed/npm/react-router_v5.x.x.js", "new_path": "server/flow-typed/npm/react-router_v5.x.x.js", "diff": "-// flow-typed signature: 05910bbabd87fd1003a3fdba9a7bc58b\n-// flow-typed version: ad8465c97a/react-router_v5.x.x/flow_>=v0.63.x <=v0.103.x\n+/...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Update react-router from flow-typed
129,187
06.10.2019 21:44:10
14,400
4dbbf8cf8db72bc5a974f10813ad2a1370e166b1
[web] Update react-color from flow-typed
[ { "change_type": "MODIFY", "old_path": "web/flow-typed/npm/react-color_v2.x.x.js", "new_path": "web/flow-typed/npm/react-color_v2.x.x.js", "diff": "-// flow-typed signature: e76c8d9a93ab9a5364f75e5bbf1915ab\n-// flow-typed version: c6154227d1/react-color_v2.x.x/flow_>=v0.56.x <=v0.103.x\n+// flow-ty...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Update react-color from flow-typed
129,187
06.10.2019 21:49:18
14,400
6973245b7519ff53e7bf69e6f28451657a032f32
[server] Update express libdefs
[ { "change_type": "MODIFY", "old_path": "server/flow-typed/npm/cookie-parser_v1.x.x.js", "new_path": "server/flow-typed/npm/cookie-parser_v1.x.x.js", "diff": "-// flow-typed signature: cda4a81a8221c6d34f3689a9fad65f2a\n-// flow-typed version: c6154227d1/cookie-parser_v1.x.x/flow_>=v0.93.x <=v0.103.x\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Update express libdefs
129,187
06.10.2019 22:38:25
14,400
72c3e1027b2582440ae54cfbb3eee7fecaf23f38
[native] Update devtools usage Don't need explicit packages anymore
[ { "change_type": "DELETE", "old_path": "native/flow-typed/npm/react-devtools_vx.x.x.js", "new_path": null, "diff": "-// flow-typed signature: 066685947eacc7b27d4ad752bb55a030\n-// flow-typed version: <<STUB>>/react-devtools_v^3.0.0/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated libdef stub for:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update devtools usage Don't need explicit packages anymore
129,187
06.10.2019 23:41:21
14,400
9aac94abae1ca900656ee6256038d81f85f2ed1a
[web] Get rid of react-text-truncate Haven't actually been using this in forever
[ { "change_type": "DELETE", "old_path": "web/flow-typed/npm/react-text-truncate_vx.x.x.js", "new_path": null, "diff": "-// flow-typed signature: a336c479daf12a511637d13f3b9ca936\n-// flow-typed version: <<STUB>>/react-text-truncate_v^0.10.2/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated libdef s...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Get rid of react-text-truncate Haven't actually been using this in forever
129,187
07.10.2019 00:07:38
14,400
41cf8544d0bd5834119d83c8d263cf507abbba3a
Fix yarn dev 1. `native`: Add `yarn dev` (used to be `yarn start`) 2. `server`: Run `rsync` once on `yarn dev` start 3. `server`: Create `dist` dir after `cleaninstall` so that `nodemon` picks up changes when they occur
[ { "change_type": "MODIFY", "old_path": "native/package.json", "new_path": "native/package.json", "diff": "\"private\": true,\n\"scripts\": {\n\"postinstall\": \"node link-workspaces.js && cd ../ && patch-package && npx flow-mono create-symlinks native/.flowconfig && cd native && npx jetify\",\n- \"s...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Fix yarn dev 1. `native`: Add `yarn dev` (used to be `yarn start`) 2. `server`: Run `rsync` once on `yarn dev` start 3. `server`: Create `dist` dir after `cleaninstall` so that `nodemon` picks up changes when they occur
129,187
07.10.2019 10:47:17
14,400
12163e406094ea0e8924a4ac5d76ab596db3f030
[server] Update express from flow-typed
[ { "change_type": "MODIFY", "old_path": "server/flow-typed/npm/cookie-parser_v1.x.x.js", "new_path": "server/flow-typed/npm/cookie-parser_v1.x.x.js", "diff": "+// flow-typed signature: 4b0c9d45a87420675a90e7f1239da4e3\n+// flow-typed version: 2f514ea8dd/cookie-parser_v1.x.x/flow_>=v0.93.x <=v0.103.x\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Update express from flow-typed
129,187
08.10.2019 02:58:56
14,400
b8d2329a0a96509fa3f0bf8a65e7de5d9f43ef89
app.build.js -> app.build.cjs Otherwise Node 12.11 complains that it has `require` statements
[ { "change_type": "MODIFY", "old_path": "server/loader.mjs", "new_path": "server/loader.mjs", "diff": "@@ -18,17 +18,7 @@ export async function resolve(\nspecifier,\n`server/dist/${specifier}`,\n);\n-\n- let format;\n- if (url.search(/json(:[0-9]+)?$/) !== -1) {\n- format = 'json';\n- } else if (spec...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
app.build.js -> app.build.cjs Otherwise Node 12.11 complains that it has `require` statements
129,187
08.10.2019 15:20:58
14,400
b97a1cf1640ff68cccadf658eda9ed9920d31ab9
[native] codeVersion -> 35 Won't release this one to the people. Just for long-term internal testing
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -131,8 +131,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 -> 35 Won't release this one to the people. Just for long-term internal testing
129,187
08.10.2019 16:29:24
14,400
fac387f01cc3746426eeaf277e0f624a28862232
[server] Fix server dev environment for new app.build.cjs file
[ { "change_type": "MODIFY", "old_path": "server/package.json", "new_path": "server/package.json", "diff": "\"prod-build\": \"npm run babel && npm run rsync && npm run update-geoip\",\n\"update-geoip\": \"cd ../node_modules/geoip-lite && npm run updatedb\",\n\"prod\": \"node --experimental-modules --l...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Fix server dev environment for new app.build.cjs file
129,187
08.10.2019 17:22:57
14,400
4e2563e1583767a95508dd8822845ee25ba733ce
[web] Fix Request Access scrolling in Splash
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.react.js", "new_path": "web/splash/splash.react.js", "diff": "@@ -51,6 +51,7 @@ class Splash extends React.PureComponent<Props, State> {\nrequestAccess: PropTypes.func.isRequired,\n};\nemailInput: ?HTMLInputElement;\n+ bottomContainer: ?HTMLD...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix Request Access scrolling in Splash
129,187
08.10.2019 17:46:35
14,400
8c215c86f715cbe4dc1992dda4dfe7ae4e02c454
[native] Fix up some components for iOS dark mode
[ { "change_type": "MODIFY", "old_path": "native/account/modal-components.react.js", "new_path": "native/account/modal-components.react.js", "diff": "@@ -55,6 +55,7 @@ const styles = StyleSheet.create({\nfontSize: 20,\npadding: 0,\nmargin: 0,\n+ color: 'black',\n},\n});\n" }, { "change_type": ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix up some components for iOS dark mode
129,187
08.10.2019 17:48:24
14,400
ac91a266019866850773b662d474fedf22da5699
[native] codeVersion -> 36 Won't release this one to the people immediately
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -131,8 +131,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 -> 36 Won't release this one to the people immediately
129,187
08.10.2019 17:53:49
14,400
1879a642279a9da8aad9346b98d92b56a6c0dd94
[web] Always focus on emailInput in Splash on Request Access
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.react.js", "new_path": "web/splash/splash.react.js", "diff": "@@ -228,11 +228,12 @@ class Splash extends React.PureComponent<Props, State> {\nconst formHeight = 180;\nconst contentHeight = 790;\nconst guaranteesSpace = contentHeight - window....
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Always focus on emailInput in Splash on Request Access
129,187
08.10.2019 18:11:45
14,400
f713490d71ea2c63fca8d2ad1f62e3458830ee09
[native] Only default StatusBar to dark-content on iOS Note that this is included in the v36 native release on Android, despite being past that version bump commit...
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -105,6 +105,9 @@ if (Platform.OS === \"android\") {\nconst msInDay = 24 * 60 * 60 * 1000;\nconst ReduxifiedRootNavigator = createReduxContainer(RootNavigator);\n+const defaultStatusBarStyle =...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Only default StatusBar to dark-content on iOS Note that this is included in the v36 native release on Android, despite being past that version bump commit...
129,187
09.10.2019 14:04:53
14,400
0b69f4cf1c35f601067022740b95633a41b0aec9
[native] Explicitly set TextInputs to black On iOS dark mode they default to white
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -553,6 +553,7 @@ const styles = StyleSheet.create({\nfontSize: 16,\nborderColor: '#AAAAAAAA',\nborderWidth: 1,\n+ color: 'black',\n},\nbottomAligned: {\nalignS...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Explicitly set TextInputs to black On iOS dark mode they default to white
129,187
09.10.2019 18:22:16
14,400
5b14efc98573fcdf3fb2b086e6db658779df6f2b
[native] Shared component for SafeAreaView
[ { "change_type": "MODIFY", "old_path": "native/account/logged-out-modal.react.js", "new_path": "native/account/logged-out-modal.react.js", "diff": "@@ -34,7 +34,6 @@ import invariant from 'invariant';\nimport Icon from 'react-native-vector-icons/FontAwesome';\nimport OnePassword from 'react-native-o...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Shared component for SafeAreaView
129,187
09.10.2019 18:23:07
14,400
2a4cea28bc687eedc2b63eabe081de468773f15c
[native] Set keyboardHidesTabBar to false Otherwise `KeyboardAvoidingView` gets weird
[ { "change_type": "MODIFY", "old_path": "native/navigation/header.react.js", "new_path": "native/navigation/header.react.js", "diff": "@@ -5,11 +5,11 @@ import { Header } from 'react-navigation-stack';\nimport DisconnectedBar from './disconnected-bar.react';\n-export default function CustomHeader(pro...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Set keyboardHidesTabBar to false Otherwise `KeyboardAvoidingView` gets weird
129,187
10.10.2019 01:08:32
14,400
1950bcd37dff16cda9954e2ce0279bb0434d038c
[native] Use new library in-app notifs Moving from `react-native-in-app-notification` to `react-native-in-app-message`
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -18,11 +18,9 @@ import {\nLinking,\nView,\nStyleSheet,\n- DeviceInfo,\n} from 'react-native';\nimport { createReduxContainer } from 'react-navigation-redux-helpers';\nimport PropTypes from 'p...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use new library in-app notifs Moving from `react-native-in-app-notification` to `react-native-in-app-message`
129,187
10.10.2019 01:18:28
14,400
8e8a3f21557664af3712b305e43dcc77cf2d4e07
[native] codeVersion -> 37 Won't release this one to the people immediately
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -131,8 +131,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 -> 37 Won't release this one to the people immediately
129,187
11.10.2019 15:18:39
14,400
844b5fd9541b2df6f9669588f6bce230898d7702
[web] Fix color splotches in ThreadPicker
[ { "change_type": "MODIFY", "old_path": "web/calendar/thread-picker.react.js", "new_path": "web/calendar/thread-picker.react.js", "diff": "@@ -24,7 +24,7 @@ type OptionProps = {\nclass ThreadPickerOption extends React.PureComponent<OptionProps> {\nrender() {\n- const colorStyle = { backgroundColor: `...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Fix color splotches in ThreadPicker
129,187
11.10.2019 17:10:40
14,400
669b095021740f2437b845d8f183f04921b5a95d
[web] Use scrollTop instead of scrollTo in Splash
[ { "change_type": "MODIFY", "old_path": "web/splash/splash.react.js", "new_path": "web/splash/splash.react.js", "diff": "@@ -25,6 +25,8 @@ import css from './splash.css';\nimport LoadingIndicator from '../loading-indicator.react';\nimport LogInModal from '../modals/account/log-in-modal.react';\n+cons...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Use scrollTop instead of scrollTo in Splash
129,187
11.10.2019 17:36:29
14,400
7d4886123be703afa17306cb197a959954e95370
[native] mergePrefixIntoBody
[ { "change_type": "MODIFY", "old_path": "lib/shared/notif-utils.js", "new_path": "lib/shared/notif-utils.js", "diff": "@@ -493,8 +493,25 @@ function notifCollapseKeyForRawMessageInfo(\n}\n}\n+type Unmerged = $ReadOnly<{\n+ body: string,\n+ title: string,\n+ prefix?: string,\n+ ...\n+}>;\n+type Merged...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] mergePrefixIntoBody
129,187
11.10.2019 17:39:45
14,400
c0011bd147da27ed05f32d27e082738edaca3103
Separate out title and body for iOS in-app notifs
[ { "change_type": "MODIFY", "old_path": "native/push/push-handler.react.js", "new_path": "native/push/push-handler.react.js", "diff": "@@ -40,7 +40,10 @@ import {\nsetDeviceTokenActionTypes,\nsetDeviceToken,\n} from 'lib/actions/device-actions';\n-import { notificationPressActionType } from 'lib/shar...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Separate out title and body for iOS in-app notifs
129,187
11.10.2019 17:44:25
14,400
6f6e113dd6d923fb51b981d7838083f2bf6d9284
[native] codeVersion -> 38
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -131,8 +131,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 -> 38
129,187
11.10.2019 19:04:00
14,400
5d9c0a060e77ac955c964482895be9dbe3e83187
[server] Render React using a stream to improve performance
[ { "change_type": "MODIFY", "old_path": "server/src/responders/handlers.js", "new_path": "server/src/responders/handlers.js", "diff": "@@ -17,7 +17,7 @@ import { deleteCookie } from '../deleters/cookie-deleters';\nexport type JSONResponder = (viewer: Viewer, input: any) => Promise<*>;\nexport type Do...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Render React using a stream to improve performance
129,187
11.10.2019 20:13:46
14,400
1d7375be40eff64ed7fa9e8831ae618caa4704c9
[server] Restructure websiteResponder into promises About to introduce something that will stream the store JSON to the browser
[ { "change_type": "MODIFY", "old_path": "server/src/responders/website-responders.js", "new_path": "server/src/responders/website-responders.js", "diff": "@@ -28,6 +28,7 @@ import { verifyField } from 'lib/types/verify-types';\nimport { mostRecentMessageTimestamp } from 'lib/shared/message-utils';\ni...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Restructure websiteResponder into promises About to introduce something that will stream the store JSON to the browser
129,187
11.10.2019 23:19:47
14,400
b34d216089b067c17771b712f3af48494c5a533f
[server] Stream Redux JSON in websiteResponder
[ { "change_type": "ADD", "old_path": null, "new_path": "server/flow-typed/npm/JSONStream_vx.x.x.js", "diff": "+// flow-typed signature: b9558a13550357656cdaa9a6e8a2f744\n+// flow-typed version: <<STUB>>/JSONStream_v1.3.5/flow_v0.98.0\n+\n+/**\n+ * This is an autogenerated libdef stub for:\n+ *\n+ * '...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Stream Redux JSON in websiteResponder
129,187
12.10.2019 03:56:01
14,400
597b1c7a3a654c5272b22d98c4a1453ac20ae3d0
[server] Try serving the prerendered HTML first
[ { "change_type": "MODIFY", "old_path": "server/src/responders/website-responders.js", "new_path": "server/src/responders/website-responders.js", "diff": "@@ -245,8 +245,9 @@ async function websiteResponder(\n<meta name=\"application-name\" content=\"SquadCal\" />\n<meta name=\"msapplication-TileColo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Try serving the prerendered HTML first
129,187
14.10.2019 19:38:33
14,400
58d67d75447d1cf53546b3b6151024a31ab1b861
Clean up package.json and scripts
[ { "change_type": "MODIFY", "old_path": "lib/package.json", "new_path": "lib/package.json", "diff": "\"name\": \"lib\",\n\"version\": \"0.0.1\",\n\"type\": \"module\",\n- \"devDependencies\": {\n- \"flow-bin\": \"^0.98.0\"\n- },\n+ \"private\": true,\n+ \"license\" : \"BSD-3-Clause\",\n\"scripts\": {...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Clean up package.json and scripts
129,187
14.10.2019 22:40:11
14,400
27903d9852780164ee74a8b44aaa6481f6f5cf0e
[server] Updated pull script
[ { "change_type": "ADD", "old_path": null, "new_path": "server/bash/pull.sh", "diff": "+#!/bin/bash\n+\n+# run as: ssh user on root wheel\n+# run from: wherever\n+# param: path to link to\n+\n+# The maximum amount of space to spend on checkouts. By default we leave around\n+# old deployments in case ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Updated pull script
129,187
15.10.2019 02:58:18
14,400
b215c766158ac71b44620bcba5d71941263d1c19
[server] Fix for deploy script
[ { "change_type": "RENAME", "old_path": "server/bash/pull.sh", "new_path": "server/bash/deploy.sh", "diff": "@@ -16,7 +16,7 @@ DAEMON_USER=squadcal\nGIT_CLONE_PARAMS=https://github.com/Ashoat/squadcal.git\nset -e\n-[[ `whoami` = root ]] || exec sudo su -c $0\n+[[ `whoami` = root ]] || exec sudo su -c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Fix for deploy script
129,187
15.10.2019 02:58:42
14,400
ce2ffe706707b5fa73becd511cd3c9da2c3eceab
Prefix all node_modules/.bin commands with yarn
[ { "change_type": "MODIFY", "old_path": "lib/package.json", "new_path": "lib/package.json", "diff": "\"license\" : \"BSD-3-Clause\",\n\"scripts\": {\n\"clean\": \"rm -rf node_modules/\",\n- \"flow\": \"flow; test $? -eq 0 -o $? -eq 2\"\n+ \"flow\": \"yarn flow; test $? -eq 0 -o $? -eq 2\"\n},\n\"devD...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Prefix all node_modules/.bin commands with yarn
129,187
15.10.2019 02:59:45
14,400
639453f661a566fc7db4492300145aea88a95df5
[server] Node 12.12
[ { "change_type": "MODIFY", "old_path": "server/.nvmrc", "new_path": "server/.nvmrc", "diff": "-12.11\n+12.12\n" }, { "change_type": "MODIFY", "old_path": "server/package.json", "new_path": "server/package.json", "diff": "\"rsync\": \"rsync -rLpmuv --exclude '*/package.json' --exc...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Node 12.12
129,187
15.10.2019 03:17:16
14,400
1b765de5241695b94efd41ce8d4d917709f7700f
[server] Copy facts over in deploy script as well
[ { "change_type": "MODIFY", "old_path": "server/bash/deploy.sh", "new_path": "server/bash/deploy.sh", "diff": "@@ -24,8 +24,9 @@ rm -rf \"$CHECKOUT_PATH\" # badass. risky\nmkdir -p \"$CHECKOUT_PATH\"\nchown $DAEMON_USER:$DAEMON_USER \"$CHECKOUT_PATH\"\nsu $DAEMON_USER -c \"git clone $GIT_CLONE_PARAMS...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Copy facts over in deploy script as well
129,187
15.10.2019 03:23:58
14,400
37c2853c7ae5d3fcc030b2dac71ff2ebdb61781b
[server] Fix date format in deploy script
[ { "change_type": "MODIFY", "old_path": "server/bash/deploy.sh", "new_path": "server/bash/deploy.sh", "diff": "@@ -19,7 +19,7 @@ set -e\n[[ `whoami` = root ]] || exec sudo su -c \"$0 $1\"\n# STEP 1: clone source into new directory\n-CHECKOUT_PATH=$1.$(date +%F-%H:%I)\n+CHECKOUT_PATH=$1.$(date +%F-%H:...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Fix date format in deploy script
129,187
15.10.2019 16:32:57
14,400
2aeccfb24d17f0fd6ba937419bd8f4b564b2b3ca
[native] Vibrate when showing an in-app notification
[ { "change_type": "MODIFY", "old_path": "native/push/push-handler.react.js", "new_path": "native/push/push-handler.react.js", "diff": "@@ -30,6 +30,7 @@ import {\nPlatform,\nAppState as NativeAppState,\nAlert,\n+ Vibration,\n} from 'react-native';\nimport NotificationsIOS from 'react-native-notificat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Vibrate when showing an in-app notification
129,187
15.10.2019 17:15:32
14,400
8a8cb1fb0e4f4ac64f0106582c7846686aa5b600
[native] Reload ImageGalleryKeyboard on foreground
[ { "change_type": "MODIFY", "old_path": "native/media/image-gallery-keyboard.react.js", "new_path": "native/media/image-gallery-keyboard.react.js", "diff": "@@ -22,6 +22,7 @@ import invariant from 'invariant';\nimport { Provider } from 'react-redux';\nimport CameraRoll from '@react-native-community/c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Reload ImageGalleryKeyboard on foreground
129,187
15.10.2019 18:14:40
14,400
ffeb1c6986c20bd6834e3bbd7e1e661f8dc6b4e1
[native] Pass Message responder props on to View This ensures that the `TouchableWithoutFeedback` in `Message` works properly
[ { "change_type": "MODIFY", "old_path": "native/chat/composed-message.react.js", "new_path": "native/chat/composed-message.react.js", "diff": "@@ -23,6 +23,7 @@ type Props = {|\nchildren: React.Node,\n// Redux state\ncomposedMessageMaxWidth: number,\n+ ...React.ElementProps<typeof View>,\n|};\nclass ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Pass Message responder props on to View This ensures that the `TouchableWithoutFeedback` in `Message` works properly
129,187
15.10.2019 18:21:19
14,400
b9f006035dcd370ccdf551c64e15e250b5d9c8b2
[native] Hide ImageGalleryKeyboard on RobotextMessage press
[ { "change_type": "MODIFY", "old_path": "native/chat/robotext-message.react.js", "new_path": "native/chat/robotext-message.react.js", "diff": "@@ -8,6 +8,11 @@ import {\nmessageTypeIsRobotext,\ntype RobotextMessageInfo,\n} from 'lib/types/message-types';\n+import {\n+ type KeyboardState,\n+ keyboardS...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Hide ImageGalleryKeyboard on RobotextMessage press
129,187
16.10.2019 14:05:42
14,400
14f4cdc8c0f28e177a57224085bbfd1c9c31262d
[native] Add GlobalThemeInfo to Redux
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -40,6 +40,7 @@ import DisconnectedBarVisibilityHandler\nimport DimensionsUpdater from './redux/dimensions-updater.react';\nimport ConnectivityUpdater from './redux/connectivity-updater.react'...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Add GlobalThemeInfo to Redux
129,187
16.10.2019 14:56:28
14,400
3e60fa31164514558cc6eeb0bf90dc56ef3b1d41
[native] AppearancePreferences screen to set globalThemePreference
[ { "change_type": "ADD", "old_path": null, "new_path": "native/more/appearance-preferences.react.js", "diff": "+// @flow\n+\n+import type { DispatchActionPayload } from 'lib/utils/action-utils';\n+import type { AppState } from '../redux/redux-setup';\n+import {\n+ type GlobalThemePreference,\n+ type ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] AppearancePreferences screen to set globalThemePreference
129,187
16.10.2019 15:05:07
14,400
16c828ddc6cd60276eef118a895b2bdf9ba9bcef
[native] Pass Redux activeTheme to React Navigation
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -4,6 +4,7 @@ import type {\nNavigationState,\nNavigationAction,\n} from 'react-navigation';\n+import { type GlobalTheme, globalThemePropType } from './types/themes';\nimport type { Dispatch }...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Pass Redux activeTheme to React Navigation
129,187
16.10.2019 15:31:13
14,400
0b73a0896b72f9cb828ed12b2b2efb0ce5e3cf67
[native] Pass Redux activeTheme to StatusBar
[ { "change_type": "MODIFY", "old_path": "native/app.react.js", "new_path": "native/app.react.js", "diff": "@@ -50,9 +50,6 @@ if (Platform.OS === \"android\") {\n}\nconst ReduxifiedRootNavigator = createReduxContainer(RootNavigator);\n-const defaultStatusBarStyle = Platform.OS === \"ios\"\n- ? \"dark-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Pass Redux activeTheme to StatusBar
129,187
16.10.2019 16:16:14
14,400
750bbcf2e83852978596392dd370debc84ed012b
[native] Use bottom tab navigator for Android
[ { "change_type": "DELETE", "old_path": "native/chat/chat-label.react.js", "new_path": null, "diff": "-// @flow\n-\n-import type { AppState } from '../redux/redux-setup';\n-\n-import React from 'react';\n-import { View, Text, StyleSheet } from 'react-native';\n-import PropTypes from 'prop-types';\n-\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use bottom tab navigator for Android
129,187
16.10.2019 16:22:22
14,400
0852f2c17ca8555d8cec06b0c89c064f00f1ea5d
[native] Hide react-native-firebase require cycle warnings
[ { "change_type": "MODIFY", "old_path": "native/push/push-handler.react.js", "new_path": "native/push/push-handler.react.js", "diff": "@@ -31,6 +31,7 @@ import {\nAppState as NativeAppState,\nAlert,\nVibration,\n+ YellowBox,\n} from 'react-native';\nimport NotificationsIOS from 'react-native-notifica...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Hide react-native-firebase require cycle warnings
129,187
16.10.2019 16:27:59
14,400
f69982ea2bc9746fe23bcea93f842db09f6c71fc
[native] Style in-app notifs based on Redux activeTheme
[ { "change_type": "MODIFY", "old_path": "native/push/in-app-notif.react.js", "new_path": "native/push/in-app-notif.react.js", "diff": "// @flow\n+import type { GlobalTheme } from '../types/themes';\n+\nimport * as React from 'react';\nimport { View, Text, StyleSheet, Platform } from 'react-native';\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Style in-app notifs based on Redux activeTheme
129,187
16.10.2019 16:51:46
14,400
d19c97102d92637339ba106c04cba62e7586d7bf
[native] Use taptic feedback for in-app notifs on iOS 10 and higher
[ { "change_type": "MODIFY", "old_path": "native/ios/SquadCal.xcodeproj/xcshareddata/xcschemes/SquadCal.xcscheme", "new_path": "native/ios/SquadCal.xcodeproj/xcshareddata/xcschemes/SquadCal.xcscheme", "diff": "selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\nselectedLauncherIde...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use taptic feedback for in-app notifs on iOS 10 and higher
129,187
16.10.2019 16:52:23
14,400
4374ace6b23294de35500cc9b69b2eff1a06644e
[web] Show server-rendered current day Okay now that server has timezone info based on IP address
[ { "change_type": "MODIFY", "old_path": "web/calendar/day.react.js", "new_path": "web/calendar/day.react.js", "diff": "@@ -51,7 +51,6 @@ type Props = {\ntype State = {\npickerOpen: bool,\nhovered: bool,\n- mounted: bool,\n};\nclass Day extends React.PureComponent<Props, State> {\n@@ -67,26 +66,14 @@ ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[web] Show server-rendered current day Okay now that server has timezone info based on IP address
129,187
16.10.2019 16:56:51
14,400
c4983c7b61a5dc0c6472160d2c58e883dd6f01a1
Always specify radix to parseInt
[ { "change_type": "MODIFY", "old_path": "lib/selectors/local-id-selectors.js", "new_path": "lib/selectors/local-id-selectors.js", "diff": "@@ -9,7 +9,7 @@ const localIDExtractionRegex = /^local([0-9]+)$/;\nfunction numberFromLocalID(localID: string) {\nconst matches = localIDExtractionRegex.exec(loca...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
Always specify radix to parseInt
129,187
16.10.2019 19:35:40
14,400
ca3a0460268fe424095f7624a230d546b17652c4
[native] Change to react-native-dark-mode for Android support
[ { "change_type": "DELETE", "old_path": "native/flow-typed/npm/react-native-appearance_vx.x.x.js", "new_path": null, "diff": "-// flow-typed signature: 62cdc8af700fc7c2359b39b1e134054c\n-// flow-typed version: <<STUB>>/react-native-appearance_v0.1.0/flow_v0.98.0\n-\n-/**\n- * This is an autogenerated...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Change to react-native-dark-mode for Android support
129,187
17.10.2019 10:09:19
14,400
613dd60f91acc99ad8d7a2466b35b2565234ecb6
[native] Has some fixes for Android
[ { "change_type": "MODIFY", "old_path": "native/android/app/src/main/AndroidManifest.xml", "new_path": "native/android/app/src/main/AndroidManifest.xml", "diff": "android:name=\".MainActivity\"\nandroid:launchMode=\"singleTask\"\nandroid:label=\"@string/app_name\"\n- android:configChanges=\"keyboard|...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] react-native-dark-mode@0.2.0-rc.1 Has some fixes for Android
129,187
17.10.2019 14:45:01
14,400
f581b0af86a8ba491d5a9c16094adccf96b580f2
[native] DisconnectedBar should show below Header on Android
[ { "change_type": "MODIFY", "old_path": "native/navigation/header.react.js", "new_path": "native/navigation/header.react.js", "diff": "import * as React from 'react';\nimport { Header } from 'react-navigation-stack';\n+import { View } from 'react-native';\nimport DisconnectedBar from './disconnected-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] DisconnectedBar should show below Header on Android
129,187
18.10.2019 13:32:15
14,400
f32fbbcf3e5978da4db5d8bbee27a0be9be05589
[native] Fix Calendar height calculations for bottom tab bar on Android
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -931,12 +931,9 @@ class Calendar extends React.PureComponent<Props, State> {\nconst itemHeight = Calendar.itemHeight(data[index]);\nconst entryAdditionalActiveHeig...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix Calendar height calculations for bottom tab bar on Android
129,187
18.10.2019 15:01:56
14,400
e0e2fb843f06e2f96b0fd0ec2cc60d234c602f38
[native] Style AppearancePreferences for dark mode
[ { "change_type": "MODIFY", "old_path": "native/more/appearance-preferences.react.js", "new_path": "native/more/appearance-preferences.react.js", "diff": "@@ -18,6 +18,7 @@ import Icon from 'react-native-vector-icons/Ionicons';\nimport { connect } from 'lib/utils/redux-utils';\nimport Button from '.....
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Style AppearancePreferences for dark mode
129,187
18.10.2019 15:13:22
14,400
657b1f91c6c61604fee3f59474b37613e7937dd3
[native] fillInColors
[ { "change_type": "MODIFY", "old_path": "native/.flowconfig", "new_path": "native/.flowconfig", "diff": "[untyped]\n.*/node_modules/@react-native-community/cli/.*/.*\n+; Added this here to avoid Flow errors when importing from react-native/Libraries/StyleSheet/StyleSheetTypes\n+.*/node_modules/react-...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] fillInColors
129,187
22.10.2019 12:33:22
14,400
e949bb3af85a387f52becf4c4096ce81cbcc6294
[native] Improve contrast on some colors
[ { "change_type": "MODIFY", "old_path": "native/themes/colors.js", "new_path": "native/themes/colors.js", "diff": "@@ -9,7 +9,7 @@ import { createSelector } from 'reselect';\nconst colors = {\nlight: {\n- background: '#E9E9EE',\n+ background: '#E0E0E5',\nbackgroundLabel: '#8E8E93',\nforeground: '#F2F...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Improve contrast on some colors
129,187
22.10.2019 18:12:40
14,400
bfadbfbc3253aeaa2d369f7d3f683fb0f749be98
[native] Prefix "panel" to some theme colors
[ { "change_type": "MODIFY", "old_path": "native/more/appearance-preferences.react.js", "new_path": "native/more/appearance-preferences.react.js", "diff": "@@ -65,7 +65,9 @@ class AppearancePreferences extends React.PureComponent<Props> {\nrender() {\nconst isDark = this.props.globalThemeInfo.activeTh...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Prefix "panel" to some theme colors
129,187
22.10.2019 19:21:13
14,400
6d7a983c4431d7b5af8b4f02d2b081d721cd86eb
[native] Require iosHighlightUnderlayColor in Button Since it will now be theme-dependent
[ { "change_type": "MODIFY", "old_path": "native/calendar/entry.react.js", "new_path": "native/calendar/entry.react.js", "diff": "@@ -23,13 +23,13 @@ import type {\nNavigationScreenProp,\nNavigationRoute,\n} from 'react-navigation';\n+import type { Styles } from '../types/styles';\nimport * as React f...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Require iosHighlightUnderlayColor in Button Since it will now be theme-dependent
129,187
22.10.2019 20:53:40
14,400
3e340a3710132331b68cfc66031cd8f0a544c375
[native] Dark mode for Calendar tab
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar-input-bar.react.js", "new_path": "native/calendar/calendar-input-bar.react.js", "diff": "// @flow\n-import React from 'react';\n-import { View, StyleSheet, Text } from 'react-native';\n+import type { AppState } from '../redux/redux-set...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for Calendar tab
129,187
23.10.2019 13:02:15
14,400
1dbc59c7ae4adc5e632e8a2c2dcd90acf518bb76
[native] Fix up keyboard interplay with ChatInputBar on Android
[ { "change_type": "MODIFY", "old_path": "native/navigation/navigation-setup.js", "new_path": "native/navigation/navigation-setup.js", "diff": "@@ -116,6 +116,7 @@ import {\n} from '../chat/text-message-tooltip-modal.react';\nimport ThreadSettingsMemberTooltipModal\nfrom '../chat/settings/thread-setti...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix up keyboard interplay with ChatInputBar on Android
129,187
23.10.2019 14:48:20
14,400
4fcb578dfa13a09f3734edad39bc702f7d85282b
[native] Fix color of HeaderBackButton on Android
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-navigator.react.js", "new_path": "native/chat/chat-navigator.react.js", "diff": "@@ -6,6 +6,7 @@ import type {\n} from 'react-navigation';\nimport * as React from 'react';\n+import { Platform } from 'react-native';\nimport { createStackNavigat...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix color of HeaderBackButton on Android
129,187
23.10.2019 14:53:28
14,400
30ad85ce1f7459d011e36db7a8ce37b78ecbd661
[native] Show notice in ImageGalleryKeyboard if no media was found
[ { "change_type": "MODIFY", "old_path": "native/media/image-gallery-keyboard.react.js", "new_path": "native/media/image-gallery-keyboard.react.js", "diff": "@@ -335,7 +335,7 @@ class ImageGalleryKeyboard extends React.PureComponent<Props, State> {\nrender() {\nlet content;\nconst { imageInfos, error,...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Show notice in ImageGalleryKeyboard if no media was found
129,187
23.10.2019 15:20:41
14,400
65ac46338312e02f058b47e0e0129d401ed6006e
[native] Use themed link color for ThreadSettingsButton
[ { "change_type": "MODIFY", "old_path": "native/chat/thread-settings-button.react.js", "new_path": "native/chat/thread-settings-button.react.js", "diff": "import { type ThreadInfo, threadInfoPropType } from 'lib/types/thread-types';\nimport type { Navigate } from '../navigation/route-names';\n+import...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use themed link color for ThreadSettingsButton
129,187
23.10.2019 17:34:04
14,400
fcc56c04bbe91af7c0ea28744131b9cca5fc45d8
[lib] Fix robotext for unnamed child thread creation
[ { "change_type": "MODIFY", "old_path": "lib/shared/message-utils.js", "new_path": "lib/shared/message-utils.js", "diff": "@@ -110,10 +110,12 @@ function robotextForMessageInfo(\nlet text = `${creator} created a child thread`;\nconst childName = messageInfo.childThreadInfo.name;\nif (childName) {\n- ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[lib] Fix robotext for unnamed child thread creation
129,187
24.10.2019 00:38:48
14,400
3318306d0a1015e722c6d8ad861a636e224daac8
[native] New style for ChatInputBar Supports dark mode
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -27,11 +27,12 @@ import {\nkeyboardStatePropType,\nwithKeyboardState,\n} from '../navigation/keyboard-state';\n+import type { Styles } from '../types/styles';\...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] New style for ChatInputBar Supports dark mode
129,187
24.10.2019 12:48:31
14,400
9fc3af8d963581f8c9a9e0b1299560bf4649b192
[native] colorsSelector
[ { "change_type": "MODIFY", "old_path": "native/calendar/calendar.react.js", "new_path": "native/calendar/calendar.react.js", "diff": "@@ -32,7 +32,7 @@ import {\nconnectionStatusPropType,\n} from 'lib/types/socket-types';\nimport type { Styles } from '../types/styles';\n-import { type GlobalTheme, g...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] colorsSelector
129,187
24.10.2019 13:39:06
14,400
d8ee338b396ad46c629ce69dbaa7c731613a520f
[native] Search component
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-thread-list.react.js", "new_path": "native/chat/chat-thread-list.react.js", "diff": "@@ -7,17 +7,15 @@ import {\nchatThreadItemPropType,\n} from 'lib/selectors/chat-selectors';\nimport type { NavigationScreenProp, NavigationRoute } from 'react...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Search component
129,187
24.10.2019 13:43:53
14,400
611f17a09d29702e2f5a17c0bde87beca42a53b1
[native] Floating TextInput style in Chat
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -554,8 +554,6 @@ const styles = {\npaddingHorizontal: 10,\nborderRadius: 10,\nfontSize: 16,\n- borderColor: 'listInputBorder',\n- borderWidth: 1,\ncolor: 'list...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Floating TextInput style in Chat
129,187
24.10.2019 14:02:40
14,400
cacb8a54c5574c4c6d7fe539901e2129d26f5ea5
[native] Dark mode for ChatThreadList
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -554,7 +554,7 @@ const styles = {\npaddingHorizontal: 10,\nborderRadius: 10,\nfontSize: 16,\n- color: 'listBackgroundLabel',\n+ color: 'listForegroundLabel',\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for ChatThreadList
129,187
24.10.2019 15:53:49
14,400
07f41169900065f23d3d949cb396fe54be4497e2
[native] Fix color of back button
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-navigator.react.js", "new_path": "native/chat/chat-navigator.react.js", "diff": "@@ -37,10 +37,9 @@ const ChatNavigator = createStackNavigator(\n{\ndefaultNavigationOptions: ({ navigation }) => ({\nheader: Header,\n- headerLeft:\n- Platform.OS...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix color of back button
129,187
24.10.2019 17:19:54
14,400
46fd96299beb648c32cae758ba7d66a363fdff41
[native] Dark mode for ComposeThread
[ { "change_type": "MODIFY", "old_path": "native/chat/compose-thread.react.js", "new_path": "native/chat/compose-thread.react.js", "diff": "@@ -23,10 +23,12 @@ import {\n} from 'lib/types/user-types';\nimport type { DispatchActionPromise } from 'lib/utils/action-utils';\nimport type { UserSearchResult...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for ComposeThread
129,187
24.10.2019 21:52:09
14,400
c9c99dce5bbed10cd699a4b0ba7a66756e6f7679
[native] Back out react-native-hyperlink update It seems to have broken things
[ { "change_type": "MODIFY", "old_path": "native/package.json", "new_path": "native/package.json", "diff": "\"react-native-floating-action\": \"^1.19.1\",\n\"react-native-fs\": \"^2.14.1\",\n\"react-native-gesture-handler\": \"^1.4.1\",\n- \"react-native-hyperlink\": \"^0.0.16\",\n+ \"react-native-hyp...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Back out react-native-hyperlink update It seems to have broken things
129,187
24.10.2019 22:35:59
14,400
68ee6d213c9a57ef7afd049f476cce6a70557c9d
[native] Dark mode for MessageList
[ { "change_type": "MODIFY", "old_path": "native/calendar/entry.react.js", "new_path": "native/calendar/entry.react.js", "diff": "@@ -391,10 +391,7 @@ class InternalEntry extends React.Component<Props, State> {\nrawText += \" \";\n}\nconst textStyle = { color: textColor };\n- const linkColorStyle = da...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for MessageList
129,187
25.10.2019 13:48:17
14,400
aaac25d2949e5ffba73dacb53dbc2a25d272d8bc
[native] panelForegroundSecondaryLabel -> panelForegroundTertiaryLabel
[ { "change_type": "MODIFY", "old_path": "native/more/build-info.react.js", "new_path": "native/more/build-info.react.js", "diff": "@@ -81,7 +81,7 @@ const styles = {\n},\nlabel: {\nfontSize: 16,\n- color: 'panelForegroundSecondaryLabel',\n+ color: 'panelForegroundTertiaryLabel',\npaddingRight: 12,\n}...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] panelForegroundSecondaryLabel -> panelForegroundTertiaryLabel
129,187
27.10.2019 17:33:46
14,400
44f528a28751c9398fd3247033d8a10c288f98c5
[native] Update panel white colors a bit
[ { "change_type": "MODIFY", "old_path": "native/themes/colors.js", "new_path": "native/themes/colors.js", "diff": "@@ -14,10 +14,10 @@ const light = Object.freeze({\nredText: '#AA0000',\ngreenText: 'green',\nlink: '#036AFF',\n- panelBackground: '#E0E0E5',\n- panelBackgroundLabel: '#8E8E93',\n- panelF...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Update panel white colors a bit
129,187
27.10.2019 17:50:43
14,400
5bd0161086cfca8770ad5c344d1498792212f6f8
[native] Dark mode for ActionResultModal
[ { "change_type": "MODIFY", "old_path": "native/navigation/action-result-modal.react.js", "new_path": "native/navigation/action-result-modal.react.js", "diff": "@@ -5,13 +5,18 @@ import type {\nNavigationLeafRoute,\nNavigationStackScene,\n} from 'react-navigation';\n+import type { AppState } from '.....
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for ActionResultModal
129,187
27.10.2019 18:10:50
14,400
d56256a9042e536da0b2648ec70645f61ea9b73e
[native] Different modalContrastOpacity in ActionResultModal for dark mode
[ { "change_type": "MODIFY", "old_path": "native/navigation/action-result-modal.react.js", "new_path": "native/navigation/action-result-modal.react.js", "diff": "@@ -113,7 +113,7 @@ const styles = {\n},\nbackdrop: {\nbackgroundColor: 'modalContrastBackground',\n- opacity: 0.8,\n+ opacity: 'modalContra...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Different modalContrastOpacity in ActionResultModal for dark mode
129,187
27.10.2019 21:51:56
14,400
32ea2e5258d351cfee0bfd016b0caa2969484467
[native] Dark mode for ImageGalleryKeyboard
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -69,7 +69,6 @@ import { nonThreadCalendarQuery } from '../selectors/nav-selectors';\nimport { getKeyboardHeight } from '../keyboard';\nimport {\nimageGalleryKe...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for ImageGalleryKeyboard
129,187
27.10.2019 22:23:47
14,400
3b594e70713c84333d066c3cf31cc1460f90466a
[native] Dark mode for ComposeSubthreadModal
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/compose-subthread-modal.react.js", "new_path": "native/chat/settings/compose-subthread-modal.react.js", "diff": "@@ -9,14 +9,18 @@ import type {\nNavigationScreenProp,\nNavigationLeafRoute,\n} from 'react-navigation';\n+import type { AppSt...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for ComposeSubthreadModal
129,187
27.10.2019 23:35:54
14,400
f99a3561fca3f3bdb01563f6df21f73947b9c60a
[native] Clean up chat message focus animation
[ { "change_type": "MODIFY", "old_path": "native/chat/composed-message.react.js", "new_path": "native/chat/composed-message.react.js", "diff": "@@ -82,7 +82,7 @@ class ComposedMessage extends React.PureComponent<Props> {\nreturn (\n<View {...viewProps}>\n- <MessageHeader item={item} focused={focused} ...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Clean up chat message focus animation
129,187
27.10.2019 23:53:38
14,400
bdc6fc081da7b060f16c2943e76e8c744fb6c804
[native] Dark mode for OnePasswordButton
[ { "change_type": "MODIFY", "old_path": "native/account/panel-components.react.js", "new_path": "native/account/panel-components.react.js", "diff": "@@ -82,6 +82,7 @@ function PanelOnePasswordButton(props: {| onPress: () => Promise<void> |}) {\nreturn (\n<OnePasswordButton\nonPress={props.onPress}\n+...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for OnePasswordButton
129,187
27.10.2019 23:59:28
14,400
cba17c2222139e2e4330c226a2a0f32aca3c356d
[native] codeVersion -> 39
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -131,8 +131,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 -> 39
129,187
28.10.2019 17:25:10
14,400
8d19b534a62d748f5db01d9801d125bc73705e46
[native] Save button in MultimediaModal
[ { "change_type": "MODIFY", "old_path": "native/utils/animation-utils.js", "new_path": "native/utils/animation-utils.js", "diff": "@@ -7,6 +7,9 @@ const {\nClock,\ncond,\ngreaterThan,\n+ eq,\n+ sub,\n+ set,\n} = Animated;\nfunction clamp(value: Value, minValue: Value, maxValue: Value): Value {\n@@ -2...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Save button in MultimediaModal
129,187
29.10.2019 19:08:05
14,400
64dff933f0952ed06eda7738d2fcf716b41062bf
[native] Use dark mode ActionResultModal against MultimediaModal
[ { "change_type": "MODIFY", "old_path": "native/navigation/action-result-modal.react.js", "new_path": "native/navigation/action-result-modal.react.js", "diff": "@@ -16,7 +16,7 @@ import Animated from 'react-native-reanimated';\nimport { connect } from 'lib/utils/redux-utils';\nimport { contentBottomO...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use dark mode ActionResultModal against MultimediaModal
129,187
30.10.2019 00:56:31
14,400
45443f1b06da4b9e49e9bb5987665128197f3cfe
[native] Hide StatusBar in MultimediaModal
[ { "change_type": "MODIFY", "old_path": "native/media/multimedia-modal.react.js", "new_path": "native/media/multimedia-modal.react.js", "diff": "@@ -1153,7 +1153,7 @@ class MultimediaModal extends React.PureComponent<Props, State> {\nrender() {\nconst { mediaInfo } = this.props.navigation.state.param...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Hide StatusBar in MultimediaModal
129,187
30.10.2019 00:58:32
14,400
aa0585867ee8e23006404b7a2dd27163fc12896c
[native] Increase dark listBackgroundTernaryLabel contrast
[ { "change_type": "MODIFY", "old_path": "native/themes/colors.js", "new_path": "native/themes/colors.js", "diff": "@@ -106,7 +106,7 @@ const dark: Colors = Object.freeze({\nlistBackground: '#1C1C1E',\nlistBackgroundLabel: '#C7C7CC',\nlistBackgroundSecondaryLabel: '#BBBBBB',\n- listBackgroundTernaryLa...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Increase dark listBackgroundTernaryLabel contrast
129,187
01.11.2019 00:13:03
14,400
12f7bc423b6f7b31b33a048db2c4ce1afe217786
[native] Android multidex support
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -133,6 +133,7 @@ android {\ntargetSdkVersion rootProject.ext.targetSdkVersion\nversionCode 39\nversionName \"0.0.39\"\n+ multiDexEnabled true\n}\nsplits {\nabi {\n@@ -...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Android multidex support
129,187
01.11.2019 00:14:01
14,400
7d01fd600cb8fa699648ab3080b0319fb8ff1890
[native] react-native-camera
[ { "change_type": "MODIFY", "old_path": "native/android/app/build.gradle", "new_path": "native/android/app/build.gradle", "diff": "@@ -133,6 +133,7 @@ android {\ntargetSdkVersion rootProject.ext.targetSdkVersion\nversionCode 39\nversionName \"0.0.39\"\n+ missingDimensionStrategy 'react-native-camera'...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] react-native-camera
129,187
01.11.2019 00:15:24
14,400
b2cab14780e872b40180175accc01dc4d19b1e0a
[native] Camera button in ChatInputBar
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -29,6 +29,10 @@ import {\n} from '../navigation/keyboard-state';\nimport type { Styles } from '../types/styles';\nimport { type Colors, colorsPropType } from '...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Camera button in ChatInputBar
129,187
01.11.2019 00:15:48
14,400
0006afe8d6c540e4bb8307329216d4d458909d50
[native] CameraModal
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -537,6 +537,7 @@ class ChatInputBar extends React.PureComponent<Props, State> {\n}\nopenCamera = () => {\n+ this.props.navigation.navigate({ routeName: CameraM...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] CameraModal
129,187
01.11.2019 00:19:34
14,400
595ce7107a5bb93bc3ee0e69eb058af9b242ac38
[native] Animate CameraModal background opacity
[ { "change_type": "MODIFY", "old_path": "native/media/camera-modal.react.js", "new_path": "native/media/camera-modal.react.js", "diff": "@@ -24,6 +24,8 @@ import {\nconst {\nValue,\n+ Extrapolate,\n+ interpolate,\n} = Animated;\ntype Props = {|\n@@ -45,15 +47,38 @@ class CameraModal extends React.Pur...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Animate CameraModal background opacity
129,187
02.11.2019 00:00:25
14,400
fcab4b345cbe0e6f5593e967a938fb5f713841ee
[native] Extract gestureJustStarted & gestureJustEnded
[ { "change_type": "MODIFY", "old_path": "native/media/multimedia-modal.react.js", "new_path": "native/media/multimedia-modal.react.js", "diff": "@@ -48,7 +48,11 @@ import {\n} from '../selectors/dimension-selectors';\nimport Multimedia from './multimedia.react';\nimport ConnectedStatusBar from '../co...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Extract gestureJustStarted & gestureJustEnded
129,187
04.11.2019 14:58:29
18,000
89fb5660db54776e56b902001c773f51668153c7
[native] Fix spacing between messages in same cluster
[ { "change_type": "MODIFY", "old_path": "native/chat/chat-input-bar.react.js", "new_path": "native/chat/chat-input-bar.react.js", "diff": "@@ -621,7 +621,7 @@ const styles = {\n},\ncameraIcon: {\npaddingRight: 3,\n- paddingBottom: Platform.OS === \"ios\" ? 10 : 12,\n+ paddingBottom: Platform.OS === \...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Fix spacing between messages in same cluster
129,187
04.11.2019 15:09:27
18,000
2b77841e0bffd8a62172fb8fd12b966c2b8c958b
[native] Include clusterEndHeight on focused message
[ { "change_type": "MODIFY", "old_path": "native/chat/composed-message.react.js", "new_path": "native/chat/composed-message.react.js", "diff": "@@ -18,6 +18,8 @@ import { composedMessageMaxWidthSelector } from './composed-message-width';\nimport MessageHeader from './message-header.react';\nimport { c...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Include clusterEndHeight on focused message
129,187
04.11.2019 15:17:53
18,000
fc6d93eeeecf2f0325032ea8d6ab075cbee83829
[native] Use constants for chat message height calculation
[ { "change_type": "MODIFY", "old_path": "native/chat/composed-message.react.js", "new_path": "native/chat/composed-message.react.js", "diff": "@@ -13,9 +13,9 @@ import Icon from 'react-native-vector-icons/Feather';\nimport { connect } from 'lib/utils/redux-utils';\n-import FailedSend from './failed-s...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Use constants for chat message height calculation
129,187
04.11.2019 16:05:26
18,000
f0d47bee04b5e1fc523d87bde7f51978bf07bb1a
[native] Dark mode for Multimedia spinner color
[ { "change_type": "MODIFY", "old_path": "native/chat/inline-multimedia.react.js", "new_path": "native/chat/inline-multimedia.react.js", "diff": "@@ -21,6 +21,7 @@ type Props = {|\nonLongPress: () => void,\npostInProgress: bool,\npendingUpload: ?PendingMultimediaUpload,\n+ spinnerColor: string,\n|};\n...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Dark mode for Multimedia spinner color
129,187
04.11.2019 16:08:34
18,000
2913a093b3bd7a05c21c8aff7df638a6e8532c0e
[native] Make AddUsersModal ActivityIndicator match text
[ { "change_type": "MODIFY", "old_path": "native/chat/settings/add-users-modal.react.js", "new_path": "native/chat/settings/add-users-modal.react.js", "diff": "@@ -173,7 +173,7 @@ class AddUsersModal extends React.PureComponent<Props, State> {\nif (this.props.changeThreadSettingsLoadingStatus === \"lo...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[native] Make AddUsersModal ActivityIndicator match text
129,187
04.11.2019 17:40:30
18,000
2ecf356fd0b79e36f759c0739d2a86f313c82faa
[server] Specify apns-push-type header for iOS push notifs
[ { "change_type": "MODIFY", "old_path": "server/package.json", "new_path": "server/package.json", "diff": "},\n\"dependencies\": {\n\"JSONStream\": \"^1.3.5\",\n- \"apn\": \"^2.2.0\",\n+ \"apn\": \"git+https://github.com/node-apn/node-apn.git#3.0.0\",\n\"buffer-image-size\": \"^0.6.4\",\n\"common-tag...
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Specify apns-push-type header for iOS push notifs
129,187
05.11.2019 11:38:22
18,000
8ce2917e5c6a14f1dd022ba5d04c2d4d09c909dc
[server] Add support for Android smart lock
[ { "change_type": "MODIFY", "old_path": "server/.well-known/assetlinks.json", "new_path": "server/.well-known/assetlinks.json", "diff": "\"78:8A:30:DF:7E:1F:AB:0E:F6:2B:69:8B:98:21:00:FE:97:E7:EB:34:AD:21:45:50:7D:A1:EE:CF:74:C8:FD:0D\"\n]\n}\n+ },\n+ {\n+ \"relation\": [\"delegate_permission/common....
JavaScript
BSD 3-Clause New or Revised License
comme2e/comm
[server] Add support for Android smart lock