Mohsen
8ed7059aa9
[ #17230 ] fix: fetch group member info ( #17726 )
2023-10-25 21:26:34 +03:00
Omar Basem
125c117bac
wallet: token value drawer ( #17730 )
...
* wallet: token value drawer
2023-10-25 15:45:45 +04:00
Parvesh Monu
078976806a
Don't display "Add Unknown as contact to send a Message" if chat is not loaded ( #17704 )
2023-10-25 16:38:01 +05:30
Omar Basem
07dd42a7d3
Wallet: Network Preferences drawer ( #17710 )
...
* Wallet: Network Preferences drawer
2023-10-25 14:55:17 +04:00
Ajay Sivan
3197adf855
Refactor tag preview screens to new api ( #17549 )
2023-10-25 03:19:37 -07:00
Ibrahem Khalil
8296bda85b
Fix recent album not showing count ( #17498 )
2023-10-24 17:23:16 +03:00
flexsurfer
ca2b3abb1c
old wallet fixes ( #17697 )
2023-10-24 15:36:10 +03:00
Ibrahem Khalil
b910f05286
Update `react-native-camera-kit` to latest beta to enable programmitcal zooming ( #17708 )
2023-10-24 11:48:36 +03:00
Mohsen
c42fc5153d
[ #17288 ] refactor: migrate previews to new api ( #17695 )
2023-10-23 20:40:22 +03:00
codemaster
221c501279
fix: remove qa-only features(unicorn, skull) ( #17594 )
2023-10-23 22:33:09 +10:00
diana
071d8f0925
e2e: new link format
2023-10-23 11:26:53 +02:00
yqrashawn
04a7f76271
feat: support new universal/deep link format ( #17480 )
2023-10-22 09:50:48 +08:00
Icaro Motta
ca6fd3df66
Upgrade Clojure libraries ( #17690 )
...
Upgrades and cleans up all production Clojure dependencies and 1 dev-only
dependency (com.taoensso/tufte).
- Remove warning "WARNING: update-keys already refers to:
#'clojure.core/update-keys in namespace: io.aviso.exception"
- Remove hickory and mvxcvi/alphabase dependencies they are not used.
- Upgrade com.taoensso/tufte from 2.1.0 to 2.6.3
- Upgrade transit-cljs from 0.8.248 to 0.8.280
- Upgrade cljs-bean from 1.3.0 to 1.9.0
- Remove workaround for com.taoensso/timbre in shadow-cljs.edn
- Upgrade com.taoensso/timbre from 4.10 (Status fork) to 6.3.1
2023-10-20 20:47:23 -03:00
Lungu Cristian
337b1d77d0
fix: crash when selecting photos from cameraroll ( #17691 )
2023-10-20 22:19:44 +03:00
Yevheniia Berdnyk
17e9ce7513
e2e: added test for Add contact validation
2023-10-20 16:17:11 +03:00
Yevheniia Berdnyk
6436e82990
e2e: join community when node owner is offline
2023-10-20 16:05:21 +03:00
R Adithya Kumar
7642adf32c
[ #17395 ] Temporarily disables image options in edit mode ( #17488 )
...
Co-authored-by: Lungu Cristian <lungucristian95@gmail.com>
2023-10-20 14:02:31 +03:00
Jakub Sokołowski
2df7a7cf6d
nix: do not exclude module files from Gradle deps
...
This is necessary for the React Native `0.72.5` build to work.
https://github.com/status-im/status-mobile/pull/17241
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-19 14:06:39 +02:00
flexsurfer
4a8a23a4c4
rename to wallet-legacy ( #17673 )
2023-10-19 13:50:55 +02:00
Ajay Sivan
e71c167e8a
Fix: Messages/Author component text overflow ( #17414 )
2023-10-19 00:48:42 -07:00
Jakub Sokołowski
9d6ed9305b
fix shebang for NixOS usage in scheck-nix-shell.sh
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-18 22:17:25 +02:00
Flavio Fraschetti
3f1d52da8c
Update README ( #17674 )
...
Add Status App Functionality Demo to docs
2023-10-18 14:33:05 +01:00
Mohamed Javid
d5da921e1c
Implement Edit Wallet Account Screen (base) ( #17637 )
...
This commit
- Adds the base Screen base for the Create/Edit Account/Address
- Adds the Wallet Edit Account screen
- Adds the gradient in the account options bottom sheet
- Adds a new key/prop "right-icon" in the data-item component to prevent overlapping with the icon used in the description and updates its usage.
- Updates the "section-label" component to receive "container-style" (this will prevent adding a wrapping view in the screens)
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-10-18 17:38:58 +05:30
Omar Basem
f19ec2a93f
Wallet: Buy Tokens drawer ( #17654 )
...
* Wallet: buy tokens drawer
2023-10-18 15:24:25 +04:00
Yevheniia Berdnyk
7da899e29f
e2e: updated GH report and fixed 2 tests
2023-10-18 13:47:50 +03:00
frank
b4b8eb08a6
local pair: optimised finding server cert ( #17619 )
...
4cc53630...3326362b
2023-10-18 15:41:48 +08:00
Ulises Manuel
b6e2e8cba4
[ #16858 ] Input text multiline height ( #17536 )
...
* Fix preview screen receiving wrong parameter
* Fix input multiline style on iOS and counter label always showed
* Fix icon metadata and wrong values passed to svg icons
* Use quo/input in add contact sheet
2023-10-17 16:45:03 -06:00
Jakub Sokołowski
495aee584e
fix broken reference to yarn start in rn-start.sh
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-17 23:47:19 +02:00
Siddarth Kumar
6924d9978d
prevent changing deps outside of nix shell ( #17662 )
...
We've often seen cases of devs attempting to change dependencies outside a nix-shell and run into weird side effects
This commit stops them from :
- updating pods outside a nix shell
- updating node deps outside a nix shell
This commit also cleanup unused scripts in package.json and adds a fake comment script.
2023-10-17 23:35:58 +05:30
Brian Sztamfater
5829eaf77b
feat: scan account from QR ( #17464 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-10-17 13:47:21 -03:00
Churikova Tetiana
6acae424d7
e2e: add new floating screen
2023-10-17 21:48:46 +05:30
Parvesh Monu
e6e29a8521
Implement animations for discover communities screen
2023-10-17 21:48:46 +05:30
yqrashawn
4c2ae2338a
chore: add lsp clean-ns in lint-fix ( #17661 )
2023-10-18 00:17:43 +08:00
flexsurfer
6f9bcd1bb1
rename quo2 ( #17660 )
2023-10-17 17:27:18 +02:00
Jakub Sokołowski
6bbe930425
nix: pin Ruby at 3.1, fastlane shell for nix-update-gems
...
Since the `default` shell doesn't have Ruby, the `nix-update-gems`
target would incorrectly use the system Ruby instead of the one from Nix.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-17 16:59:49 +02:00
Vitaliy Vlasov
37dceb4df8
update status-go with filter-ping-peers-fix
...
aded258c...abac55c7
Signed-off-by: Vitaly Vlasov <mail@vitv.ly>
2023-10-17 17:51:14 +03:00
Mohsen
fc284f466f
[ #17507 ] fix: image placeholder issue in create-profile ( #17645 )
2023-10-17 17:28:00 +03:00
yqrashawn
428d79607e
fix: long press & bg color animation for deleted message ( #17428 )
2023-10-17 13:29:47 +08:00
Omar Basem
be6b02304b
Wallet: Activity Tab ( #17643 )
...
* Wallet: activity tab
2023-10-17 08:00:22 +04:00
Icaro Motta
7ae96e86f1
Enable ns sorting linter and clean+sort all namespaces ( #17618 )
2023-10-16 22:03:18 +00:00
OMKAR MAKHARE
00e9ee556a
Update README.md ( #17651 )
...
Replaced & with and
2023-10-16 18:35:41 +02:00
flexsurfer
27cd7d4edd
remove quo lib ( #17626 )
2023-10-16 18:34:00 +02:00
Mohsen
ff2dfe1a2f
[ #17533 ] fix: 'Sign in' page overlaps 'Main' page ( #17608 )
2023-10-16 17:57:47 +03:00
Alex Tumanov
024f053af8
implement bottom actions component ( #17190 )
2023-10-16 07:07:28 -07:00
flexsurfer
b970b723a5
move legacy subs step 1 ( #17648 )
2023-10-16 15:47:20 +02:00
frank
18606c7329
remove SQLCipher dependency for ios ( #17642 )
2023-10-16 18:01:09 +08:00
Mohsen
ea8b8d142b
[ #17288 ] refactor: migrate previews to new api ( #17624 )
2023-10-16 11:52:58 +03:00
Jamie Caprani
dd20d8896f
remove custom-color-by-theme method, add resolve-color method ( #17567 )
2023-10-16 01:20:37 -07:00
Icaro Motta
9078c3b61b
Composer - Link previews - Adjust for upcoming API breaking changes in status-go ( #17573 )
...
Adapt the JSON RPC response to the new shape returned by `wakuext_unfurlURLs` on
v0.170.0. The changes were introduced PR
https://github.com/status-im/status-go/pull/4033 . There are no behavioral
changes in the API as far as mobile is concerned at the moment.
2023-10-13 17:10:38 +00:00
Jakub Sokołowski
d01c337a2c
nix: update Clojure dependencies to remove POMs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-13 15:23:42 +02:00