Samuel Hawksby-Robinson
5108ae7972
Add private profile pictures
2021-09-30 13:05:33 +01:00
Jakub Sokołowski
79be879306
ci: upgrade library and use of pkgFilename()
...
Depends on: https://github.com/status-im/status-jenkins-lib/pull/36
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-28 21:25:34 +02:00
Churikova Tetiana
8b0ddec8f9
Merge branch 'tests/nightly28-09-2021' into develop
2021-09-28 18:06:39 +02:00
Churikova Tetiana
0c48f1da88
e2e: fixes
2021-09-28 17:50:55 +02:00
Vitaliy Vlasov
a0acdeca33
Use go-waku's connection status updates
2021-09-28 16:34:04 +03:00
Brian Sztamfater
5c0102c27b
Add push notification on group invite chat
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-09-28 09:06:47 -03:00
andrey
675515a655
[ #12642 ] Can't send funds to multisig - Out of gas
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-27 15:58:41 +02:00
Roman Volosovskyi
70607a13ae
[ #12568 ] Fetch history on receiving pubchat installation
2021-09-27 12:39:55 +03:00
Roman Volosovskyi
750ea72043
[ #12563 ] Allow retrieving of profile updates after removing contact
2021-09-27 11:11:36 +03:00
hesterbruikman
d27f45bad4
fastlane/metadata: update app screenshots
...
Adding here so they can be populate on F-droid.
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-24 16:28:57 +02:00
Roman Volosovskyi
428236b4bb
[ #12585 ] Clear modal's dissmissing state after reopening app with enabled background service
2021-09-24 16:23:43 +03:00
Churikova Tetiana
76c5e7ce1e
Merge branch 'tests/e2e-fixes230921' into develop
2021-09-24 13:09:26 +02:00
Churikova Tetiana
2373737684
e2e: sync contacts + fixes
2021-09-24 12:35:19 +02:00
Andrea Maria Piana
48af425c25
[ Fixes : #12596 ] Fix timeline messages
2021-09-24 10:03:10 +01:00
Roman Volosovskyi
23a0ac9522
[ #12517 ] Ensure that all necessary contact fields are synced
2021-09-23 13:19:11 +03:00
Brian Sztamfater
68ffddbb51
Add ability to Share image from Status
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-09-22 10:07:08 -03:00
Jakub Sokołowski
85348306ce
drop scripts/generate-pull-request-report.sh
...
People on HackerOne keep reporting this file as containing a secret token.
The reality is that this token is no longer usable since it was
published to a public repo, which would have caused it to be revoked
automatically though GitHub automation:
https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
Other than that I'm pretty sure nobody is using this script.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-21 20:04:39 +02:00
Jakub Sokołowski
e2c18ea151
add commit hash to app metadata for Android and iOS
...
This will make identifying installed software easier.
It can also be used to generate F-Droid RPs more easily.
Depends on:
https://github.com/status-im/status-jenkins-lib/pull/35
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-21 11:48:45 +02:00
andrey
82b640abe1
chats list performance
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-20 18:40:07 +02:00
Serhy
6387bba9f5
Update testrailreport and threads
...
Signed-off-by: Serhy <sergii@status.im>
2021-09-20 18:50:26 +03:00
Churikova Tetiana
ca273faadd
e2e: align with testrail API
2021-09-20 12:08:04 +02:00
Michele Balistreri
5b72e749e3
add mark all read for communities
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-09-20 09:38:41 +03:00
Churikova Tetiana
716e72fb5f
ENSon Ropsten on PR and e2e builds
2021-09-18 13:59:07 +02:00
Churikova Tetiana
18606f548b
e2e: ens ropsten
2021-09-17 18:20:47 +02:00
andrey
c001688db9
[ #12569 ] RPC URL is lower-cased when entered in URL field when adding a custom network
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-16 12:18:56 +02:00
Churikova Tetiana
995db1c332
e2e: collectibles + fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
Signed-off-by: Serhy <sergii@status.im>
2021-09-16 09:59:17 +03:00
Andrea Maria Piana
8daf3df6b2
[ Fixes : #12486 ] Fix delete of messages
2021-09-15 10:50:30 +01:00
Jakub Sokołowski
a76e4666de
update-status-go: does not need to depend on make shell
...
The dependency on `make shell` is confusing and unnecessary since
`update-status-go.sh` script only requires availability of the
`nix-prefetch-url` utility to check SHA256 of the `status-go` verison.
Use of `make shell` with this script can also cause issues when running
`make run-android` if already in the shell, which prevents spawning a
new one and effectively stops changes to `status-go-verison.json` file
taking effect.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-15 11:04:52 +02:00
Michele Balistreri
4f4651baac
opening group/community chats clears related activity center entries
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-09-15 09:29:50 +03:00
Jakub Sokołowski
a1ede3528f
nix: drop our gomobile in favor of one from nixpkgs
...
I've created PRs to include gomobile in official nixpkgs:
* https://github.com/NixOS/nixpkgs/pull/116747
* https://github.com/NixOS/nixpkgs/pull/131042
Hence I'm removing our own implementation to use that one.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-14 11:31:17 +02:00
Jakub Sokołowski
5e9c7da96c
nix: upgrade nixpkgs, clean up android sdk config
...
Notable upgrades:
| Package | Previous | Current |
|----------------|-------------|-------------|
| `glibc` | `2.32` | `2.33` |
| `git` | `2.31.1` | `2.32.0` |
| `clojure` | `1.10.3.855`| `1.10.3.943`|
| `nodejs` | `12.22.1` | `12.22.6` |
| `yarn` | `1.22.10` | `1.22.11` |
| Platform Tools | `31.0.2` | `31.0.3` |
| Build Tools | `30.0.3` | `31.0.0` |
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-14 10:53:36 +02:00
Jakub Sokołowski
88dc152e73
nix: rafactor android-sdk to provide sdk/ndk outputs
...
This makes path shorter.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-14 10:52:41 +02:00
Brian Sztamfater
2095b41eee
Add release notes for 1.16
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-09-13 14:23:29 -03:00
andrey
40919b53fb
[ #12556 ] Black font color of community categories in dark mode
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-13 13:39:31 +02:00
andrey
af272abcbf
[ #12047 ] move colors to quo
2021-09-13 11:23:30 +02:00
andrey
52647b88a7
fix token-icon
2021-09-13 10:55:43 +02:00
Shivek Khurana
e2ddf7517f
🎨 NFT Support via OpenSea
...
Baic skeleton 🦴
NFT Details page. The API is not returning properties
Add traits, add opensea link, fetch nfts when new account is added
Toggle privacy options
Hide NFT behind FF
Update sgv
Fix lint and rename opensea to collectibles
Signed-off-by: Shivek Khurana <shivek@status.im>
2021-09-13 14:14:07 +05:30
Michele Balistreri
5246617c69
target SDK 30
...
support scoped storage from Android 10
better permission handling on iOS 14
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-09-13 10:17:51 +03:00
Jakub Sokołowski
bcd497a48a
fdroid: fix adding GOOGLE_FREE=1 with missing newline
...
Broke removing Google dependencies for F-Droid builds:
https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9730#note_674501441
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-10 17:39:28 +02:00
andrey
ee02b90774
[ #12050 ] replace list-item usage by quo
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-09 13:08:08 +02:00
Churikova Tetiana
c036469409
e2e: fee + fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
Signed-off-by: Serhy <sergii@status.im>
2021-09-09 11:35:32 +03:00
Michele Balistreri
0a5abee780
make secure-text-entry always a boolean
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-09-09 09:40:55 +03:00
andrey
1e94a45339
[ #12526 ] Connecting autofarm.network dapps with status wallet freezes browser
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-09-08 11:20:37 +02:00
Michele Balistreri
2bd4957569
- seed-phrase field should not enable autofill
...
- make hide/show password work on Android
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-09-07 14:05:01 +03:00
Parvesh Monu
08cae71390
Small UI Design Improvements ( #12544 )
2021-09-06 23:27:51 +05:30
Brian Sztamfater
112c5fde15
Fix unread indicator in activity center when delete message
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-09-03 13:56:01 -03:00
Brian Sztamfater
4de24442eb
Fix browser history sorting
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-09-03 13:54:59 -03:00
Roman Volosovskyi
efff6d3997
Fix clj kondo warnings in subs.cljs
2021-09-03 11:13:42 +03:00
Roman Volosovskyi
031d44c554
[ #12476 ] Re-enable amount/fee validation on tx signing
2021-09-03 11:08:17 +03:00
Churikova Tetiana
1aa0d930fb
e2e: delete message + tx tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-09-02 18:06:30 +02:00