Commits (27)
-
Martin Santangelo authored5b85b1cf
-
Martin Santangelo authored6d460a9b
-
Martin Santangelo authored4b57497f
-
Martin Santangelo authoredbfcbce1b
-
Martin Santangelo authored7f033f3e
-
Brian Hatchet authored
Support sources for videos and add resolution selector See merge request !476
5173a23b -
Brian Hatchet authored
Fix boost peer rejected missing space See merge request !469
fadc101a -
Martin Santangelo authoredef0cc23c
-
Brian Hatchet authored
Remote action with retry and different messages for network, offline and generic errors. See merge request !471
7374b714 -
Brian Hatchet authored
Fix channel updates with old data See merge request !475
3c5e3d34 -
Brian Hatchet authored
Limit blog card title length See merge request !470
80e49027 -
Brian Hatchet authored
Read more option for long channels descriptions See merge request !473
6a631eba -
Martin Santangelo authored02de8cf2
-
Brian Hatchet authored
Add mature toggle comment poster See merge request !478
75a7a614 -
Martin Santangelo authored945db645
-
Brian Hatchet authored
Fix messenger dot not updating and search lost when user returns to the screen See merge request !477
94c6c80d -
Martin Santangelo authoredc58a9a56
-
Martin Santangelo authored414371f6
-
Martin Santangelo authoreddfedcc13
-
Juan Manuel Solaro authored
Use app language as default for translations, improve error handling and clean translation data on logout
55fcf611 -
Xander Miller authored
Email Confirmation See merge request !463
03591346 -
Brian Hatchet authored
Fix groups numeric name error in groups bar See merge request !482
0c2da4a0 -
Brian Hatchet authored
Fix avatar not shown groups list and improve the render performance See merge request !481
e29139eb -
Martin Santangelo authorede092109b
-
Brian Hatchet authored
Fix boosted tag not shown and blocked channel boosts are injected See merge request !480
95d7d535 -
Brian Hatchet authored
Implement fallback in discovery feeds See merge request !479
805d46a7 -
Martin Santangelo authoredcb055044
Showing
... | ... | @@ -27,7 +27,7 @@ |
"entities": "^2.0.0", | ||
"ethjs-signer": "^0.1.1", | ||
"i18n-js": "^3.2.2", | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.15", | ||
"mobx": "^5.14.0", | ||
"mobx-react": "^5.4.4", | ||
"mobx-utils": "^5.4.1", | ||
... | ... | @@ -65,6 +65,7 @@ |
"react-native-progress": "^3.6.0", | ||
"react-native-qrcode-svg": "^5.2.0", | ||
"react-native-randombytes": "^3.5.3", | ||
"react-native-read-more-text": "devbelieve365/react-native-read-more-text", | ||
"react-native-reanimated": "^1.3.0", | ||
"react-native-redash": "^8.6.0", | ||
"react-native-screens": "^2.0.0-alpha.11", | ||
... | ... | @@ -80,6 +81,7 @@ |
"react-navigation-stack": "^1.10.2", | ||
"react-navigation-tabs": "^2.5.6", | ||
"rn-apk": "^0.2.9", | ||
"rne-modal-tooltip": "gist:b28c003d87c619674def0878473338a0", | ||
"socket.io-client": "^2.3.0", | ||
"tipsi-stripe": "8.0.0-beta.8", | ||
"web3": "^1.2.2" | ||
... | ... |
src/common/RemoteAction.js
0 → 100644
This diff is collapsed.