Omar Basem
ca7fe4e287
revert
2023-04-12 23:07:08 +04:00
Omar Basem
5f745e3650
undo
2023-04-12 23:07:08 +04:00
Omar Basem
ba0346ec65
revert file
2023-04-12 23:07:08 +04:00
Omar Basem
b4d39b7fc8
use back handler
2023-04-12 23:07:08 +04:00
Omar Basem
33e62b0a52
fix android margin
2023-04-12 23:07:07 +04:00
Omar Basem
c913d2b03b
lint
2023-04-12 23:07:07 +04:00
Omar Basem
0ca6329e91
remove close button
2023-04-12 23:07:07 +04:00
Omar Basem
98d6a6157e
review
2023-04-12 23:07:06 +04:00
Omar Basem
4ced4fb58f
lint
2023-04-12 23:07:06 +04:00
Omar Basem
4216600e22
comment
2023-04-12 23:07:06 +04:00
Omar Basem
97ed1111e3
comment
2023-04-12 23:07:06 +04:00
Omar Basem
0c59adffd6
fix test
2023-04-12 23:07:05 +04:00
Omar Basem
552984f690
feat: bottom sheet screen
...
updates
updates
updates
updates
updates
updates
updates
updates
updates
updates
updates
updates
2023-04-12 23:07:05 +04:00
Ulises Manuel Cárdenas
73df442f40
Selector component improvements ( #15541 )
...
* Add missing color variants for selectors
* Rename test ns and replace rtl fns by helper ones
* Add missing disclaimer blur style in onboarding - create password
2023-04-12 12:28:33 -06:00
pavloburykh
d11ce135a6
e2e: fix xpath for link preview
2023-04-12 14:35:40 +03:00
Siddarth Kumar and jakub
3bd4038089
Upgrade react-native from 0.63.3 to 0.67.5 ( #15486 )
...
* [IOS Only] react-native 0.63 to 0.67
* [Android Only] react-native 0.63 to 0.67
* bring back all the jenkinsfiles
* make auto-complete prop for text-input compatible
* [IOS Only] react-native 0.63 to 0.67
* [Android Only] react-native 0.63 to 0.67
* bring back all the jenkinsfiles
* nix: drop unnecessary set -x from status-go build
Signed-off-by: Jakub Sokołowski <jakub@status.im >
* add explicity implementation line for soloader
And add deleteDebugFilesForVariant fix for libhermes.
Signed-off-by: Jakub Sokołowski <jakub@status.im >
* use fast-image for link previews
* fix extra line in message composer on android
This elevation prop is un-necessary and causes an extra line to appear which looks like a border but its actually a shadow.
* don't use `fast-image` for url preview favicon
* fix audio record button interfering cancel android
This fix was not needed in react-native 0.63.4 but is needed after we upgraded to 0.67.5
* get rid of unused platform import
---------
Co-authored-by: Jakub Sokołowski <jakub@status.im >
2023-04-12 15:25:19 +05:30
Ibrahem Khalil
88b9aa14e8
[15504, 15408] Nickname flow ( #15557 )
2023-04-12 11:37:50 +02:00
Roman Volosovskyi
d4bef47804
[ #15545 ] Show proper user name in pinned message
2023-04-11 17:20:15 +02:00
Alexander
fe4f4463c8
Fix design inconsistencies on onboarding notifications screen ( #15523 )
...
* Fix design inconsistencies on onboarding notifications screen
* Fixes
* Title as a separate component
* Lint-fix
* Post-review fixes
* File rollback
* File rollback
* Fixes
* Fixes
2023-04-11 16:44:38 +02:00
Jamie Caprani
cddf127674
feat: add qr and share qr components to quo2 ( #15583 )
...
feat: add qr and share qr components to quo2
2023-04-11 02:35:51 -07:00
Ibrahem Khalil
a46a3e2a93
Bump go version to work with latest status-go changes ( #15614 )
2023-04-11 10:11:06 +02:00
Icaro Motta
bfc7a2d88b
Implement new URL Preview component ( #15607 )
...
Fix https://github.com/status-im/status-mobile/issues/15592
Notes:
- The red border around the icon has been reported in issue
https://github.com/status-im/status-mobile/issues/15606
- The loading state doesn't have a spinning icon on purpose. This will be done
separately.
2023-04-10 22:02:39 -03:00
Ulises Manuel Cárdenas
ccb20d7994
[ #15578 ] fix code snippet
2023-04-10 12:24:22 -06:00
yqrashawn
a261628b83
feat: support ens profile name in lock screen ( #15554 )
2023-04-10 12:23:40 +08:00
John Ngei
e1bbf4bc75
redirect user to communities home after finishing onboarding
2023-04-08 02:45:55 +03:00
jakub
bb73bc76a0
nix: bump nixpkgs to include fix for apksigner
...
Without this fix:
https://github.com/NixOS/nixpkgs/commit/d0c06fa3
The `apksigner` utility is unavailable on macOS:
```
error: Package ‘apksigner-33.0.1’ in .../pkgs/development/tools/apksigner/default.nix:86
is not supported on ‘x86_64-darwin’, refusing to evaluate.
```
Signed-off-by: Jakub Sokołowski <jakub@status.im >
2023-04-07 18:05:50 +02:00
Ibrahem Khalil
bb20c5848f
[15383] Add the album count attribute to message body ( #15487 )
2023-04-07 17:49:56 +02:00
frank
9da9427488
Move mentions logic to status-go ( #15428 )
2023-04-07 17:01:13 +08:00
Mohamed Javid
c3ed15f30d
[Improvements] Syncing completed events check ( #15574 )
2023-04-06 22:29:14 +05:30
Mohamed Javid
3238f42039
[Fix] Remove AC request to join notification on community request cancellation ( #15586 )
...
* [Fix] Remove AC request notification on community request cancellation
* Status Go Version Bump
2023-04-06 19:53:43 +05:30
Mohamed Javid
0656ad8cb2
[Fix] QR Viewfinder overlap with segmented tabs in Sign in ( #15568 )
2023-04-06 17:15:54 +05:30
Alexander
5be2cd949b
Patch react-native/Yoga to make it possible to build an app using Xcode 14.3 ( #15589 )
...
* Patch react-native/Yoga to make it possible to build an app using Xcode 14.3
* Update
* Update
* Comment update
* Comment update
2023-04-06 12:20:36 +02:00
Siddarth Kumar
4123fde91b
fix chat layout breaking when combining normal text with code blocks ( #15585 )
2023-04-05 21:11:45 +05:30
Omar Basem
e55a9326d6
fix: image desktop ( #15562 )
...
* fix: image desktop not opening
2023-04-03 18:31:29 +04:00
Parvesh Monu
6bdadd9f0d
fix create profile issues ( #15561 )
2023-04-03 19:49:25 +05:30
Brian Sztamfater
79cd7f7df5
fix: add min 5 characters validation for display names
...
Signed-off-by: Brian Sztamfater <brian@status.im >
2023-04-03 10:40:50 -03:00
jakub
c5de054324
Revert "set signing to auto for debug builds ( #15420 )"
...
This reverts commit 3f3cbe98a4 .
2023-04-03 08:52:09 +02:00
Ibrahem Khalil
7ed4bc5a5c
Add accessibility id for community unread indicators ( #15485 )
2023-04-02 20:16:51 +02:00
flexsurfer and Churikova Tetiana
103e154076
improve navigation and bottom sheet ( #15467 )
...
Co-authored-by: Churikova Tetiana <tatiana@status.im >
2023-03-31 16:13:27 +02:00
John Ngei
abe4dc7ac1
Update communities discover screen
...
* Fix: discover communities missing data
* made community tags scrollable
2023-03-31 13:25:56 +03:00
Jamie Caprani
2ab491f12b
chore: update to new ui on intro screen of syncing ( #15450 )
2023-03-31 02:49:36 -07:00
Andrea Maria Piana
6417d90e1c
Bump version to 1.22.0
2023-03-30 17:30:05 +01:00
Parvesh Monu
21d409ce36
fix display name issues
2023-03-30 19:45:11 +05:30
Ibrahem Khalil
d458bca193
Allow/Add mobile link previews for YouTube and Twitter ( #15407 )
2023-03-30 16:12:56 +02:00
Churikova Tetiana
4f2f8dea4c
e2e: new onboarding
2023-03-30 15:15:42 +02:00
Andrea Maria Piana
f744d761c0
Set log directory correctly
...
https://github.com/status-im/status-go/compare/bb6139ae...b38b3817
2023-03-30 13:54:29 +01:00
Jamie Caprani
7ad5e2181d
chore: clean up ui for onboarding screens ( #15470 )
2023-03-30 04:05:42 -07:00
Andrea Maria Piana
a10425e318
Save biometrics
2023-03-30 09:17:23 +01:00
frank
9c0ab739ea
add simple validation for password, fix #15478 ( #15503 )
2023-03-30 08:01:22 +08:00
Omar Basem
0503f5cfc9
Image index fix ( #15525 )
...
* image index fix
2023-03-29 22:12:38 +04:00