andrey
98f78ba50b
[ #13203 ] feat: move fetch prices to status-go
2022-05-05 12:32:20 +02:00
Jakub Sokołowski
1b5f08d680
Gradle: drop unavailable JCenter Bintray from config
...
This repository has been shut down a year ago:
* https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
* https://testfairy.com/blog/jcenter-and-bintray-is-shutting-down-what-to-do/
And yet we still keep references to it in the Gradle config.
Resolves: https://github.com/status-im/status-react/issues/13320
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-05 11:50:50 +02:00
Churikova Tetiana
411fd843ca
e2e: numprocesses and fixes
2022-05-04 18:27:42 +02:00
Jakub Sokołowski
1e8d85983e
nix: upgrade Nixpkgs, Go and Node.js
...
Notable software upgrades:
- Go `1.16.8` to `1.17.3`
- NodeJS `12.22.7` to `16.14.2`
- OpenJDK `8u272-b10` to `8u322-ga`
- Clojure `1.10.3.1029` to `1.11.1.1107`
- Git `2.33.1` to `2.35.1`
- CMake `3.18.1` to `3.22.3`
- Curl `7.79.1` to `7.82.0`
- GNU Awk `5.1.0` to `5.1.1`
The Go upgrade is done in advance of upgrade to `1.18.1`.
The Node.js upgrade is done since `12.x` security support [is over](https://endoflife.date/nodejs ).
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-04 16:51:32 +02:00
Daniel Fernandes
960e338f48
Fixes status-im#13263
...
Signed-off-by: andrey <motor4ik@gmail.com>
2022-05-04 12:57:57 +02:00
andrey
8ac0823eef
placeholder icons
2022-05-04 10:31:09 +02:00
andrey
1964200332
white line android fix
...
Signed-off-by: andrey <motor4ik@gmail.com>
2022-05-03 13:19:14 +02:00
Jakub Sokołowski
2bab1325d8
ci: fix nix sandbox filename by adding random string
...
By using just the timestamp we increase the probability of hitting a
race condition with another build due to same filename of sandbox file.
Depends on: https://github.com/status-im/status-jenkins-lib/pull/40
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-27 15:07:26 +04:00
Jakub Sokołowski
d459f6c318
nix: upgrade Gems, Pods, and Gradle dependencies
...
This is done to help with debugging dependency issues in:
https://github.com/status-im/status-react/pull/13303
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-27 11:57:19 +04:00
Andrea Maria Piana
51b3358d91
Bump version to 0.98.5
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2022-04-26 12:59:47 +01:00
yevh-berdnyk
acf7d1a1ad
Updated TR report and failed tests ids for rerun
2022-04-25 16:36:03 +03:00
Roman Volosovskyi
f6f80be30a
[ #13283 ] Fix syncing of adding contact after removal
2022-04-25 11:18:18 +02:00
Vitaliy Vlasov
fbfab9fd3b
Profile picture sync
...
Signed-off-by: Vitaliy Vlasov <siphiuel@protonmail.com>
2022-04-22 13:16:05 +03:00
Roman Volosovskyi
0c3097abb2
[ #13257 ] Fix sync devices sorting
2022-04-19 12:51:20 +02:00
yevh-berdnyk
fd6b14fccc
Updated GH and TR reports
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2022-04-15 00:55:40 +03:00
Roman Volosovskyi
60ce2ea5d7
3050106595...9de4eb3c8a
...
[#13198 ] Backup deleted community
2022-04-14 19:37:55 +02:00
Churikova Tetiana
b53b7b331a
e2e: cleanup
2022-04-14 10:49:17 +02:00
Jakub Sokołowski
87b87e0d95
android: drop com.android.vending.CHECK_LICENSE perm
...
This blocks submissions to F-Droid repository, and is not necessary.
https://stuff.mit.edu/afs/sipb/project/android/docs/google/play/licensing/adding-licensing.html
https://developer.android.com/google/play/licensing/client-side-verification#manifest-permission
https://raccoon.onyxbits.de/blog/android-permissions-explained-com-android-vending-check_license-210
As far as I cn tell this permission might be coming from [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util ):
e5a0bc2746/android/src/main/AndroidManifest.xml (L4-L5)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-14 10:37:16 +02:00
Parvesh Monu
31c5e708fe
Fix yarn issue with rn-emoji-keyboard ( #13270 )
2022-04-13 16:24:38 +05:30
Churikova Tetiana
3447032d59
e2e: pairing group
2022-04-12 11:24:03 +02:00
pavloburykh
71526e9bd9
added resolve_ipns case to browser group
2022-04-12 12:02:31 +03:00
pavloburykh
fec8e00645
e2e: resolved conflicts
2022-04-11 14:32:26 +03:00
Jakub Sokołowski
0311983751
ci: upgrade Nix from 2.3.12 to 2.6.1
...
Due to changes in how Nix handles Git refs we need to specify
`refs/tags/` prefix in `package.json` to avoid the following error:
```
fatal: couldn't find remote ref refs/heads/v2.0.3-status-v6
error: program 'git' failed with exit code 128
```
I also had to rewrite some logic in `nix/scripts/source.sh` in order to
take account of single-user and multi-user installations.
We default to multi-user for Darwin, but not for any other OS due to
discovered issues with `nix-daemon` socket on Arch and open file limits.
I also rewrote `nix/scripts/setup.sh` and `/nix/scripts/purge.sh` to support
different types of installations. Both single-user and multi-user, as some
operating systems have issues with multi-user installations.
Resolves: https://github.com/status-im/status-react/issues/12832
Depends on: https://github.com/status-im/status-jenkins-lib/pull/37
Related changes:
* https://github.com/status-im/infra-ci/commit/84947b9f
* https://github.com/status-im/infra-ci/commit/bb98f5f3
* https://github.com/status-im/infra-ci/commit/f75d524d
* https://github.com/status-im/infra-ci/commit/d1fc92cd
* https://github.com/status-im/infra-ci/commit/87c4091e
* https://github.com/status-im/infra-ci/commit/8d6b6b3f
* https://github.com/status-im/infra-ci/commit/c4f13285
* https://github.com/status-im/infra-ci/commit/38ac698d
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-11 12:26:54 +02:00
Jakub Sokołowski
da76200433
nix: fix setup.sh script when running on MacOS
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-11 11:10:28 +02:00
Churikova Tetiana
56a1df03f0
e2e: 1 more group
2022-04-08 18:31:12 +02:00
Siddarth Kumar
2ddf4cf924
set image max width to avoid overflow ( #13211 )
...
squashed and merged
2022-04-08 21:11:43 +05:30
Parvesh Monu
6314038634
Add release notes for 1.19 ( #13213 )
2022-04-07 21:12:42 +05:30
Parvesh Monu
ef95a59b0a
Improve notifications life-cycle ( #13248 )
2022-04-06 23:06:17 +05:30
yevh-berdnyk
cde0abd238
sauce sessions check
2022-04-06 14:26:02 +03:00
Roman Volosovskyi
c9441b2db7
[ #13201 ] Fix handling of favourits syncing
2022-04-05 18:13:06 +02:00
Churikova Tetiana
6aae08241d
e2e: ens group
2022-04-05 17:24:03 +02:00
Roman Volosovskyi
4036e21f17
[ #13235 ] Fix opening of the last shown chat with activated local notifications
2022-04-05 10:50:18 +02:00
andrey
ba38f3ec74
turn off new wallet design
...
Signed-off-by: andrey <motor4ik@gmail.com>
2022-04-04 19:31:35 +02:00
andrey
12e3b74651
wallet redesign
2022-04-04 16:14:14 +02:00
Churikova Tetiana
784cb491ab
e2e: nightly navigation fixes
2022-04-01 17:18:58 +02:00
Roman Volosovskyi
346574a494
[ #13233 ] Proper message after clearing history in pubchat
2022-04-01 16:26:36 +02:00
diana
78864c099f
e2e: backup tests for different user types
2022-04-01 12:17:15 +02:00
Parvesh Monu
fd9b010662
Don't unmute contact while adding ( #13237 )
2022-04-01 14:36:50 +05:30
Churikova Tetiana
092b0ed427
e2e: 1-1 chat groups
2022-03-31 23:21:03 +02:00
Roman Volosovskyi
7a964fde29
[ #13230 ] Show default syncing interval
2022-03-31 17:23:55 +02:00
siddarthkay
c40094f2f9
squash and sign
...
lint fix
remove unused import and debug backgrounds
set width boundaries for long usernames in activity
fix lint and pass width from view
updated spacing to accommodate iphoneX
Signed-off-by: andrey <motor4ik@gmail.com>
2022-03-30 15:43:13 +02:00
andrey
c4036aee09
[ #13181 ] Cannot delete images or audio messages
...
Signed-off-by: andrey <motor4ik@gmail.com>
2022-03-30 15:42:31 +02:00
Parvesh Monu
d086b86fd0
don't allow mentioning non-member contacts in public chat ( #13227 )
2022-03-30 00:25:46 +05:30
Churikova Tetiana
99c35da72a
e2e: chat group in medium + testrail
2022-03-29 15:45:31 +02:00
Parvesh Monu
fd89e73e07
fix screen orientation on android ( #13218 )
2022-03-28 21:36:23 +05:30
Jakub Sokołowski
91e85a28f9
scripts/update-status-go: support commit SHA1
...
In some rare cases we might want to supply an exact commit rather than a
branch name or a git tag.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-03-28 17:44:16 +02:00
andrey
d2bec183fd
[ #13220 ] ENS warning is not shown for affected multiaccounts after upgrade
...
Signed-off-by: andrey <motor4ik@gmail.com>
2022-03-28 13:28:33 +02:00
Samuel Hawksby-Robinson
79a5dcf61a
Fix/torrent migration ( #13217 )
...
* bump status-go version to 0.97.2 (#13215 )
a3c60528ef...e4acca1cc5
* bump status-go version to 0.97.3
2022-03-25 19:24:31 +00:00
Andrea Maria Piana
d296da1c34
fix community preview
...
9f7fc78def...a3c60528ef
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2022-03-25 09:26:18 +00:00
Parvesh Monu
b1dc1d871f
quo2 counter component ( #13182 )
2022-03-25 01:31:13 +05:30