Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (2 August, 2020 - 9 August, 2020) #11058

Closed
weekly-digest bot opened this issue Aug 9, 2020 · 0 comments
Closed

Weekly Digest (2 August, 2020 - 9 August, 2020) #11058

weekly-digest bot opened this issue Aug 9, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Aug 9, 2020

Here's the Weekly Digest for status-im/status-react:


ISSUES

Last week 31 issues were created.
Of these, 9 issues have been closed and 22 issues are still open.

OPEN ISSUES

💚 #11057 eip-1193 fix, by flexsurfer
💚 #11056 Addition of a Custom RPC for TomoChain on Status, by drexit
💚 #11055 Resolve contract from ens name, by Ferossgp
💚 #11054 Browser stops navigating to URLs after attempt to navigate to URL starting from // on IOS, by churik
💚 #11053 WIP: Test dinamically toggling webview debug, by Ferossgp
💚 #11052 Blocked card screen isn't shown while trying to perform transaction after card has already been blocked, by qoqobolo
💚 #11050 WIP: Use topbars form Quo, by Ferossgp
💚 #11048 Can't change PIN in Keycard settings in Profile if relogin with fingerprint , by qoqobolo
💚 #11047 Add profile photo, by hesterbruikman
💚 #11046 Add local contact names, by hesterbruikman
💚 #11045 Organization channels in chat, by hesterbruikman
💚 #11044 Status chat inside dapps, by hesterbruikman
💚 #11043 Account with no password created if double-tap 'Next' button on 'Chose storage' view, by Serhy
💚 #11042 Transaction status for commands in 1-1 chats doesn't update on synced devices, by qoqobolo
💚 #11041 Hardly visible username on replies in dark mode, by churik
💚 #11037 No conversion for WETH is assests in wallet, by qoqobolo
💚 #11035 Allow choosing to not use a mailserver, by hesterbruikman
💚 #11034 Dialog added to ask permissions for webpage, by vkjr
💚 #11033 Fix text input animations lags, by Ferossgp
💚 #11032 WIP Add UI for referrals flow, by Ferossgp
💚 #11031 Can't open image/sticker panel view after opening it while chat view was scrolling , by Serhy
💚 #11029 Make installreferrer dependency optional for F-Droid, by jakubgs

CLOSED ISSUES

❤️ #11051 nix: add missing args to gcroots.sh script, by jakubgs
❤️ #11049 Regression e2e fix, by churik
❤️ #11040 Home show search when input is focused or has content, by Ferossgp
❤️ #11039 Show gfycat in new chat search, by Ferossgp
❤️ #11038 Fix ens name hash exception for bad names, by Ferossgp
❤️ #11036 Fix GitHub releases, by jakubgs
❤️ #11030 upgrade Gems, Fastlane from 2.146.1 to 2.154.0, by jakubgs
❤️ #11028 Switch to WebView version that doesn't silently grant camera permission, by vkjr
❤️ #11027 Add the 3w Anonymous Name if inserting a chat key in New Chat dialogue, by errorists

LIKED ISSUE

👍 #11039 Show gfycat in new chat search, by Ferossgp
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x1.

NOISY ISSUE

🔈 #11033 Fix text input animations lags, by Ferossgp
It received 12 comments.


PULL REQUESTS

Last week, 22 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 13 pull requests were updated.
💛 #11057 eip-1193 fix, by flexsurfer
💛 #11055 Resolve contract from ens name, by Ferossgp
💛 #11053 WIP: Test dinamically toggling webview debug, by Ferossgp
💛 #11050 WIP: Use topbars form Quo, by Ferossgp
💛 #11034 Dialog added to ask permissions for webpage, by vkjr
💛 #11033 Fix text input animations lags, by Ferossgp
💛 #11032 WIP Add UI for referrals flow, by Ferossgp
💛 #11016 replace camera library, by flexsurfer
💛 #11014 Add universal qr scanner, by Ferossgp
💛 #11007 [#9986] Allow to disable fetching of tx history on mobile network, by rasom
💛 #10953 Mentions, by yenda
💛 #10936 Nim-Status: iOS support, by siphiuel
💛 #10923 fix tokens validation, by flexsurfer

MERGED PULL REQUEST

Last week, 9 pull requests were merged.
💜 #11051 nix: add missing args to gcroots.sh script, by jakubgs
💜 #11049 Regression e2e fix, by churik
💜 #11040 Home show search when input is focused or has content, by Ferossgp
💜 #11039 Show gfycat in new chat search, by Ferossgp
💜 #11038 Fix ens name hash exception for bad names, by Ferossgp
💜 #11036 Fix GitHub releases, by jakubgs
💜 #11030 upgrade Gems, Fastlane from 2.146.1 to 2.154.0, by jakubgs
💜 #11028 Switch to WebView version that doesn't silently grant camera permission, by vkjr
💜 #10620 Add referral share link ui, by Ferossgp


COMMITS

Last week there were 13 commits.
🛠️ nix: add missing args to gcroots.sh script This should fix the following error showing up on MacOS: error: assertion ((__lessThan 0) ((builtins).stringLength watchmanSockPath)) failed at /Users/jenkins/repos/status-react/nix/mobile/android/watchman.nix:8:9 Which was caused by flags like --argstr not being passed. Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ nix: add --console=plain to gradle call Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ jenkin: fix GitHub releases Specifically filenames and the diff link. Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ nix: simplify build of gomobile Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ Home show search when input is focused or has content Fixes #11017 Signed-off-by: Gheorghe Pinzaru feross95@gmail.com by Ferossgp
🛠️ regression e2e fix Signed-off-by: Churikova Tetiana churikova.tm@gmail.com by churik
🛠️ Show gfycat in new chat search fixes #11027 Signed-off-by: Gheorghe Pinzaru feross95@gmail.com by Ferossgp
🛠️ Fix ens name hash exception for bad names Fixes #11022 Signed-off-by: Gheorghe Pinzaru feross95@gmail.com by Ferossgp
🛠️ jenkins: increase iOS build timeout to 25 minutes Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ upgrade Gems, Fastlane from 2.146.1 to 2.154.0 Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ 1.5.0 by flexsurfer
🛠️ Switched to updated version of WebView that asks for permissions Signed-off-by: Volodymyr Kozieiev vkjr.sp@gmail.com by vkjr
🛠️ Add referral program under feature flag Add acquisition backend methods Init referrals sharing UI Add invite on home screen Use i18n for strings Lint Update status go Pull acquisition contract to get SNT amount Use new invite component f pulling go Use screen instead of bottom sheet Handle android install referrer Post referrer to backend if present go go Add async storage for referral decisions Update with the stage backend Update contract methods Modal UI Full handling of advertiser type UI test UI Handle with universal link Allow multiple acquisition per installation Fix android bottom sheet Do not call service if no click-id received Disable invite in release Parse query params for referrer Adapt UI changes Add push notification update deps Mock react-native-push-notification Request push notifications permission on press accept Store transaction to local storage and load it back on login Separate acquisition into smaller ns Add chat invite Get referrer only on first install fix string Fix firebase crash Handle outdate click-id Cleanup business logic Update contract Revert pn Minor update to advertiser modal copy OLD - Welcome to Status! Here is some crypto to get you started NEW - Here’s some crypto to get you started! Use it to get stickers, an ENS name and try dapps OLD - By accepting you agree to the starter pack NEW - By accepting you agree to the referral program upgrade status-go Add mainnet Signed-off-by: Gheorghe Pinzaru feross95@gmail.com by Ferossgp


CONTRIBUTORS

Last week there were 5 contributors.
👤 jakubgs
👤 Ferossgp
👤 churik
👤 flexsurfer
👤 vkjr


STARGAZERS

Last week there were 5 stagazers.
bhua
Fiber-Man
lengxu
ghalestrilo
Jeel-Shah
You all are the stars! 🌟


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository status-im/status-react to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant