10371 Commits

Author SHA1 Message Date
Ulises M
cf5b9fcea2
No longer shows the modal if the user manually updates their profile 2025-01-24 17:50:40 -06:00
Ulises M
0e2bf00513
Improvement: remove dispatch-n 2025-01-24 17:25:32 -06:00
Ulises M
e2569c93ab
Add maps to pass params 2025-01-24 17:25:32 -06:00
Ulises M
8974812b76
Lint fix 2025-01-24 17:25:31 -06:00
Ulises M
9ba7690ca4
Fix different keys for different users 2025-01-24 17:25:31 -06:00
Ulises M
4532c2d460
Fix iOS modal presentation 2025-01-24 17:25:31 -06:00
Ulises M
c0c8930cbd
Lint fix 2025-01-24 17:25:31 -06:00
Ulises M
b0ed9c9033
Fix tests 2025-01-24 17:25:31 -06:00
Ulises M
f17096d01a
Move texts to i18n 2025-01-24 17:25:30 -06:00
Ulises M
4481bb61f2
Remove comment 2025-01-24 17:25:30 -06:00
Ulises M
a3ec50dddf
Remove some :f> now unnecessary 2025-01-24 17:25:30 -06:00
Ulises M
5a908c77ec
Fix subscription inside ref-event-fx 2025-01-24 17:25:30 -06:00
Ulises M
80fcb435f8
Fix test 1 2025-01-24 17:25:30 -06:00
Ulises M
c5a01b8e43
Fix color picker selected styles 2025-01-24 17:25:29 -06:00
Ulises M
c322c60a07
Ask user to update their profile before sending a message or contact request 2025-01-24 17:25:29 -06:00
Ulises M
04c556ab39
squash with modal 2025-01-24 17:25:29 -06:00
Ulises M
92ae0f2726
Add introduce yourself modal 2025-01-24 17:25:29 -06:00
Ulises M
bc73e0648b
Add modal screen to update the profile 2025-01-24 17:25:29 -06:00
Ulises M
608a81a203
Fix tests 2025-01-24 17:25:28 -06:00
Ulises M
f6331a8345
Make events to update a profile more generic 2025-01-24 17:25:28 -06:00
Ulises M
33b9ac4495
Add buttons-style prop to bottom actions to allow same button dimensions 2025-01-24 17:25:23 -06:00
Sean Hagstrom
94fbbbcb3c
fix: resolve UI glitches for chat, contacts, and keycard (#21946)
This change resolves some issues related to text-overflow in the app, and it also ensures we use the correct drawer title when editing a user nickname.
2025-01-24 15:51:46 +00:00
Yevheniia Berdnyk
4dfd616583
e2e: additional logging for errors in tests 2025-01-23 12:46:55 +02:00
Parvesh Monu
85d00e47af
Keycard - Import a seed phrase into a new Keycard (#21947) 2025-01-23 12:23:33 +05:30
Ulises Manuel
438fd7a512
fix(chat): Same QR shown code for everyone in the Contacts tab (#21949) 2025-01-22 15:26:15 -06:00
Mohsen
ee5f73f5ee
[#21919] fix: remove on-ramp provider description and reinstate mecuryo (#21923)
* [#21919] fix: remove on-ramp provider description and reinstate mecuryo

59caca61...07d07601

* [#21919] fix: rebase status-go

4ec885a9...41743c6c
2025-01-22 17:59:08 +03:00
Volodymyr Kozieiev
b49c0ae58a
Fix local re-frisk launch (#21972) 2025-01-22 14:43:26 +00:00
Yevheniia Berdnyk
f474edf67d
e2e: fix for saving logs 2025-01-22 16:03:54 +02:00
Volodymyr Kozieiev
dfd90617bf
Backend server doc added to readme (#21966) 2025-01-21 12:14:27 +00:00
Yevheniia Berdnyk
9782ba2ac3
e2e: added verifications to fallback test 2025-01-21 11:54:44 +02:00
Brian Sztamfater
f0e0c95fe0
feat: integrate base chain (#21876)
Signed-off-by: Brian Sztamfater <brian@status.im>
2025-01-21 01:44:02 -03:00
Mohsen
ef7d977299
[#21305] fix: sort assets by value and collectibles by name (#21908)
* [#21305] fix: sort assets by value and collectibles by name

* [#21305] fix: use seq to check name is nil or empty

* [#21305] fix: normalize text to sort properly
2025-01-20 19:41:40 +03:00
Parvesh Monu
70a5ed255f
fix keycard sign up ui issues (#21938) 2025-01-20 17:22:13 +05:30
flexsurfer
be1347346c
[#21578] Keycard - Factory reset a Keycard (#21914) 2025-01-20 12:35:06 +01:00
Volodymyr Kozieiev
803e83ae02
Screens for editing transaction settings (#21838)
* Screens for editing transaction settings

* extra lines removed

* review notes fixed
2025-01-20 11:21:55 +00:00
Yevheniia Berdnyk
64748c939b
e2e: fix for test_community_mentions_push_notification 2025-01-20 03:33:27 +02:00
Sean Hagstrom
64fb344197
chore: add support for remote devices with re-frisk server (#21805)
This changes adds support for connecting remotely to re-frisk when running the app on a mobile device. This change is essentially aimed towards better support for introspecting on iOS devices, but these changes should also work for Android devices too. Note, that running in the Android simulator may still require port-forwarding with `adb reverse`.
2025-01-18 05:57:17 +00:00
Sean Hagstrom
f27b402205
chore: update status-go with identity images fixes (#21931)
This change integrates status-go changes that fix an underlying issue with generating identity images. Now identity images will be generated with a populated `clock` field, so we no longer need our existing workaround.
2025-01-18 05:37:37 +00:00
Icaro Motta
b22744f81e
fix(settings): Show current mailserver in legacy settings (#21901)
A regression removed more code than we wanted in
https://github.com/status-im/status-mobile/pull/20730 and the result was
broken functionality in the Legacy settings.

We now show the current mailserver correctly. The data is kept in sync via
signals, just as the original code.

Fixes https://github.com/status-im/status-mobile/issues/21375
2025-01-17 14:26:20 -03:00
Mohamed Javid
174e44c77d
fix(wallet)_: Dismiss collectible details screen after a is TX placed (#21909)
This commit fixes the user is not taken to the activity tab after the TX is placed if the user enters the send flow from collectible details screen (inside the account)

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2025-01-16 21:57:06 +05:30
Mohsen
35c5d5ae6a
[#21853] fix: unregister event listener after logout (#21873)
* [#21853] fix: check deeplink pending request after wallet connect loaded

* [#21853] fix: isolate the usage of pending deeplink url

* [#21853] fix: remove redundant check for web3 object

* [#21853] fix: unregister event listener after logout

* [#21853] fix: extract handler
2025-01-15 20:33:31 +03:00
frank
ae00ecb3e0
ci: support long awaited Xcode 16 (#21345) 2025-01-15 18:49:51 +05:30
flexsurfer
8687282d63
[#21836] Relative derivation paths are not supported by keycard (#21888) 2025-01-15 12:27:51 +01:00
frank
04a97faa43
chore_: remove EncodeTransfer/EncodeFunctionCall/VerifyAccountPassword (#21925) 2025-01-15 17:52:30 +08:00
Parvesh Monu
91d3cd8da8
fix "keycard is not empty" screen shown if keycard moved during create profile flow (#21918) 2025-01-15 13:14:32 +05:30
Parvesh Monu
e1a7146f4c
fix Keyboard overlaps suggestion bar and validation errors (#21917) 2025-01-15 12:57:35 +05:30
Sean Hagstrom
5dc1bfe03b
chore: cleanup event definitions and tests for contact-requests and deleting messages (#21885)
* chore: add error logging events and effects

* chore: restructure tests and effects for delete-message-for-me

* chore: refactor events and effects and tests for chat-contacts

* chore: refactor and add tests for accepting and declining contact request

* chore: refactor chat-contacts rf/defn to defn

* chore: add :fx key as a mergeable effect for rf/merge when running tests

* chore: refactor rf/defn and add tests for delete-message-for-me

* chore: remove log effects for contacts

* chore: remove logs effects for delete-message-for-me

* fix: update chat usage of sync-all

* fix: resolve schema error with missing action-label for contact-request dismissed state

* fix: ensure chat-contacts event error handlers are compatible with re-frame

* fix: ensure delete-message-for-me event error handlers are compatible with re-frame

* chore: refactor and test delete-message events

* chore: refactor log events and effects

* chore: use log effect in delete-message

* chore: use log events and effects inside chat-contacts

* chore: use log effects inside delete-message-for-me

* chore: remove unneeded test for delete-message-for-me

* chore: format bottom-drawer component

* chore: format delete-message

* chore: format delete-message-for-me
2025-01-14 14:41:47 +00:00
Mohamed Javid
2d8ba41d89
fix(wallet)_: General send flow for saved address and scanned address (#21899)
This commit:

- fixes send flow from saved addresses
- adds back send flow from general QR scanner

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2025-01-14 17:57:21 +05:30
Sean Hagstrom
457ed15e0b
chore: resolve deprecation warnings related to custom-color and touchable-without-feeback (#21874)
This change refactors the codebase to avoid using deprecated functions and components related to the `custom-color` function (now removed) and the touchable-without-feedback component.
2025-01-14 12:09:49 +00:00
Alexander
c11cf22bbb
2.32.x: Update metadata for F-Droid (#21912)
* 2.32.x: Update metadata for F-Droid

* Rollback
2025-01-14 11:43:11 +01:00