Commits (80)
-
Juan Manuel Solaro authoreda690f302
-
Juan Manuel Solaro authoredba62b95c
-
Juan Manuel Solaro authoredcad4eac2
-
Juan Manuel Solaro authoredca37a2f8
-
Martin Santangelo authored673585bc
-
Martin Santangelo authored7741d10d
-
Martin Santangelo authored47127ac3
-
Martin Santangelo authoredabcc86fe
-
Martin Santangelo authored3e925498
-
Martin Santangelo authored8322be44
-
Martin Santangelo authored76abfb45
-
Martin Santangelo authored5551aa8a
-
Martin Santangelo authored31da093a
-
Juan Manuel Solaro authored9390b68a
-
Juan Manuel Solaro authored1dbd5169
-
Martin Santangelo authored
Fix non error exception in sentry See merge request !419
fbd58557 -
Martin Santangelo authored
Fix null is not an object in entities service See merge request !420
22f4360e -
Martin Santangelo authoredab700104
-
Martin Santangelo authored44a883f6
-
Juan Manuel Solaro authored17ddec9a
-
Martin Santangelo authored5981af73
-
Martin Santangelo authored335892a0
-
Martin Santangelo authored213b023a
-
Juan Manuel Solaro authored3b5a50dc
-
Martin Santangelo authored
Admin-approved withdrawals language See merge request !409
6b8e81c2 -
Martin Santangelo authored22825068
-
Martin Santangelo authored85ea636d
-
Brian Hatchet authored
Fix onboarding issues in suggested channels and initial registering See merge request !422
c2c67ff3 -
Brian Hatchet authored
Referral notifications view added See merge request !423
0380c331 -
Martin Santangelo authoredcb1ced91
-
Martin Santangelo authored23371d0e
-
Martin Santangelo authored68de2564
-
Martin Santangelo authored69db53de
-
Martin Santangelo authoredf7b43897
-
Martin Santangelo authored7c48323c
-
Martin Santangelo authored
Fix ios 13 and android issues See merge request !424
eb2a9249 -
Martin Santangelo authored1649379c
-
Martin Santangelo authored86cc3c78
-
Martin Santangelo authoredf7c17139
-
Martin Santangelo authored
Fix android font weight ignore >= 700 See merge request !425
b45d304d -
Brian Hatchet authored
Fix is not focusing comments/conversations See merge request !428
037fa2f6 -
Martin Santangelo authoredfe91ec99
-
Xander Miller authored
Update readme pod install See merge request !429
9453a92f -
Martin Santangelo authoredc522cbf5
-
Martin Santangelo authored9b13c5d3
-
Martin Santangelo authored10cc2d4b
-
Brian Hatchet authored
Fix upload animated gifs iOS See merge request !432
d8ddfe3f -
Brian Hatchet authored
Fix MindsVideo should hide overlay for preview videos See merge request !433
5ecf31b6 -
Brian Hatchet authored
Feat improve pulse animation with reanimated and fix ios simulator issue See merge request !434
881ee2e5 -
Juan Manuel Solaro authored925009c6
-
Mark Harding authored
Release 3.12.0 See merge request !436
92616cd7 -
Martin Santangelo authored743753ee
-
Martin Santangelo authored77ae8c79
-
Brian Hatchet authored
Fix gathering inconsistent behavior when press back See merge request !438
57262535 -
Brian Hatchet authored
Fix source maps are not uploaded to sentry on android build See merge request !437
a1c0fca9 -
Brian Hatchet authored
Merge branch 'feat/ability-to-update-scheduled-count-on-entity-prepend-or-remove' into 'release/3.14.0' Ability to update scheduled count on entity prepend or remove See merge request !435
abc73754 -
Juan Manuel Solaro authoredf9948372
-
Martin Santangelo authored0f1f2c83
-
Martin Santangelo authored4deb4897
-
Martin Santangelo authored47e75d43
-
Juan Manuel Solaro authored5ddd3726
-
Martin Santangelo authoredb4b81a61
-
Mark Harding authored
Not log into sentry api errors with not a number status See merge request !440
fb97f9f8 -
Mark Harding authored
Upload debug symbols from xcode build See merge request !442
6fbbca78 -
Mark Harding authored
Allow to play only one video See merge request !443
03b04e4e -
Martin Santangelo authored1efd0519
-
Martin Santangelo authored
Fix recently visited channel reload error See merge request !441
e1b46243 -
Juan Manuel Solaro authored4bf87f0b
-
Brian Hatchet authored
(fix) add username to string in base model See merge request !444
79d0fc78 -
Brian Hatchet authored
Fix html replace in BlogViewHTML See merge request !445
77bbd113 -
Brian Hatchet authored
Fix auto-subscribe to the previous user if register a new user after logs out See merge request !448
3a537c14 -
Juan Manuel Solaro authored2cb439f9
-
Brian Hatchet authored
Log message to sentry when json parse error occur See merge request !447
13303989 -
Martin Santangelo authoreda90c0d96
-
Brian Hatchet authored
Trim username and password on the login screen See merge request !446
5920ef78 -
Martin Santangelo authored
bump app version See merge request !449
acefded3 -
Martin Santangelo authored405adce1
-
Martin Santangelo authored
Fix comments delete for activity owners See merge request !450
9c90f317 -
Martin Santangelo authored99b9594e
-
Juan Manuel Solaro authoredd03f7e34
Showing
__e2e__/config.js
deleted
100644 → 0
16.9 KB
12.8 KB
23.5 KB
40.1 KB
81.1 KB
e2e/actions/login.js
0 → 100644
e2e/config.json
0 → 100644
e2e/init.js
0 → 100644
e2e/login.spec.js
0 → 100644
index.android.js
deleted
100644 → 0
107 KB
jest.e2e.config.js
deleted
100644 → 0
{ | ||
"name": "Minds", | ||
"version": "0.0.1", | ||
"version": "3.12.0", | ||
"private": true, | ||
"scripts": { | ||
"android": "react-native run-android", | ||
... | ... | @@ -11,8 +11,6 @@ |
"update-settings": "ts-node tasks/update-settings.js", | ||
"test": "jest", | ||
"locale": "ts-node tasks/poeditor.js", | ||
"e2e": "jest -c jest.e2e.config.js", | ||
"e2e-local": "e2elocal=1 jest -c jest.e2e.config.js", | ||
"preinstall": "git config core.hooksPath .githooks", | ||
"postinstall": "jetify" | ||
}, | ||
... | ... | @@ -20,7 +18,7 @@ |
"@hawkingnetwork/node-libs-react-native": "^1.0.10", | ||
"@react-native-community/art": "^1.0.2", | ||
"@react-native-community/async-storage": "^1.3.4", | ||
"@react-native-community/cameraroll": "^1.2.1", | ||
"@react-native-community/cameraroll": "^1.3.0", | ||
"@react-native-community/netinfo": "^4.4.0", | ||
"@sentry/react-native": "^1.0.9", | ||
"crypto-js": "^3.1.9-1", | ||
... | ... | @@ -38,6 +36,7 @@ |
"react-native": "0.61.4", | ||
"react-native-actionsheet": "^2.4.2", | ||
"react-native-animatable": "^1.3.3", | ||
"react-native-bootsplash": "^1.0.3", | ||
"react-native-collapsible-header-views": "^1.0.2", | ||
"react-native-convert-ph-asset": "^1.0.3", | ||
"react-native-device-info": "^4.0.1", | ||
... | ... | @@ -65,7 +64,8 @@ |
"react-native-qrcode-svg": "^5.2.0", | ||
"react-native-randombytes": "^3.5.3", | ||
"react-native-reanimated": "^1.3.0", | ||
"react-native-screens": "^1.0.0-alpha.23", | ||
"react-native-redash": "^8.6.0", | ||
"react-native-screens": "^2.0.0-alpha.11", | ||
"react-native-share": "^2.0.0", | ||
"react-native-snap-carousel": "^3.8.2", | ||
"react-native-sqlite-storage": "^4.1.0", | ||
... | ... | @@ -90,6 +90,7 @@ |
"@react-native-community/eslint-config": "^0.0.5", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "^24.9.0", | ||
"detox": "^14.7.1", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"enzyme-to-json": "^3.4.0", | ||
... | ... | @@ -102,5 +103,26 @@ |
"react-test-renderer": "16.9.0", | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.7.2" | ||
}, | ||
"detox": { | ||
"configurations": { | ||
"ios.sim.debug": { | ||
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
} | ||
}, | ||
"ios.sim.release": { | ||
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
} | ||
} | ||
}, | ||
"test-runner": "jest" | ||
} | ||
} |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.