Jakub Sokołowski
c008c01bc1
ci: bump timeout for tests to 15 minutes
...
We've been seing longer runs on release CI for nightlies, possibly due
to more than 2 parallel builds running on one host.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-10 11:06:10 +02:00
Omar Basem
7e1af5b80d
Composer polishing ( #15857 )
...
* refactor: composer
2023-05-10 12:17:24 +04:00
Ulises Manuel Cárdenas
ee4bcf9116
Recovery phrase onboarding ( #15831 )
...
* Add missing tests for recovery phrase input
2023-05-09 21:55:09 -06:00
Ajay Sivan
1aff364595
fix: android blur view hash mismatch in some locations
2023-05-09 21:36:12 +02:00
Alexander
929ec6a453
'Unpin' option in 1-1 chat for deleted message ( #15833 )
2023-05-09 19:27:10 +02:00
Omar Basem
341497e98d
feat: new composer complete 🎉 ( #15818 )
...
* feat: new composer
2023-05-09 21:03:19 +04:00
frank
c275205bed
Adapt to status-go backend changes for ConvertToKeycardAccount ( #15846 )
2023-05-09 20:51:08 +08:00
Parvesh Monu
ebb110e6e3
fix Home-stack overlaps bottom tabs in Xiaomi devices on first run ( #15821 )
2023-05-09 16:03:13 +05:30
Ibrahem Khalil
ab973076eb
[15612] Only allow showing universal links after clicking start using status ( #15786 )
2023-05-09 10:49:25 +03:00
Volodymyr Kozieiev
c78bdda717
Last message preview improvings ( #15613 )
2023-05-08 18:37:26 +01:00
Jakub Sokołowski
b7a138118a
nix: update Gradle dependencies
...
Contains changes that should have been included in:
https://github.com/status-im/status-mobile/pull/15713
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-08 16:22:18 +02:00
Jakub Sokołowski
f03e11c877
nix: fix handling POMs without JARs
...
Otherwise we can get a failure like this:
```
Regenerating Nix files...
Found 40 sub-projects...
Found 609 direct dependencies...
Found 889 dependency URLs...
! Failed to fetch: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.jar
```
When using `make nix-update-gradle`.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-08 15:48:19 +02:00
Omar Basem
6c5350573d
refactor: remove images placeholder text ( #15830 )
...
* refactor: remove placeholder images text
2023-05-08 15:03:51 +04:00
Omar Basem
521765e312
fix: new-chat-insets ( #15829 )
2023-05-08 12:20:35 +04:00
Ajay Sivan
5f362f333f
quo2 predictive keyboard component ( #15806 )
2023-05-05 20:41:57 +05:30
Ajay Sivan
6aae68ba04
fix: incorrect font-size in user-avatar(size: medium) ( #15801 )
2023-05-04 21:41:46 +05:30
Churikova Tetiana
dbaaa54c83
e2e: remove/switch profiles
2023-05-04 16:27:55 +02:00
Brian Sztamfater
e5913cc3ea
feat: audio component
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-05-04 10:48:05 -03:00
Ajay Sivan
0226a92c07
quo2 documentation drawer component ( #15674 )
2023-05-04 19:15:13 +05:30
Roman Volosovskyi
d7db401cb2
[ #15798 ] Fix issue with android dev env by disabling flipper
2023-05-04 11:18:14 +02:00
Omar Basem
7e54aa0b0d
New mentions design ( #15799 )
...
* feat: mentions new design
2023-05-04 13:12:42 +04:00
Alexander
4774b0f5e5
Fix for mention text overlaying message text when mention is added during message editing (Android) ( #15778 )
2023-05-03 18:26:37 +02:00
Siddarth Kumar
6aa38de7c7
set checked for communities disclaimer explicitly ( #15804 )
2023-05-03 21:24:19 +05:30
Omar Basem
a973976123
New composer - add audio comp ( #15790 )
...
* feat: composer - add audio comp
2023-05-03 09:54:23 +04:00
Ajay Sivan
03aac0e4ce
fix: quo2 title-input component selection style fix for android ( #15717 )
2023-05-02 17:01:09 +05:30
Siddarth Kumar
fac368521b
(fix) modify disclaimer component for on tap UX ( #15757 )
2023-05-02 15:55:49 +05:30
Omar Basem
51b9253734
revert podfile.lock ( #15791 )
...
* revert podfile.lock
2023-05-02 09:27:47 +04:00
Omar Basem
08e6b8164e
feat: composer - edit message ( #15772 )
...
* feat: new composer - edit message
2023-05-01 20:39:07 +04:00
Parvesh Monu
9a8354f783
Improve dissmiss all overlays ( #15773 )
2023-04-28 20:52:34 +05:30
Churikova Tetiana
6c0c742676
e2e: align with new communities / cleanup
2023-04-28 13:56:31 +02:00
flexsurfer
e0ed2a250b
clean old code, remove public chat, implement drawers for home screens ( #15766 )
2023-04-28 13:42:38 +02:00
Jakub Sokołowski
2f988fcd47
nix: disable sandboxing for xcodewrapper
...
Otherwise we see weird errors like this:
```
/nix/store/g0jijpgcb4q54zbvz5p8yvxcnb6lshnk-stdenv-darwin/setup: line 1391: /nix/store/sja8sqq4y5s9ijkb97i3pi2jrhsy40cz-xcode-wrapper-14.3/bin/xcodebuild: Operation not permitted
We require xcodebuild version: 14.3
error: builder for '/nix/store/d1dji0ywl851wgj9vv58ibpm32gq3wsm-xcode-wrapper-14.3.drv' failed with exit code 1;
last 2 log lines:
> /nix/store/g0jijpgcb4q54zbvz5p8yvxcnb6lshnk-stdenv-darwin/setup: line 1391: /nix/store/sja8sqq4y5s9ijkb97i3pi2jrhsy40cz-xcode-wrapper-14.3/bin/xcodebuild: Operation not permitted
> We require xcodebuild version: 14.3
```
Related to: https://github.com/NixOS/nixpkgs/pull/228696
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-28 11:24:16 +02:00
frank
ee71117111
remove unused code relate to old text-input component ( #15765 )
...
* remove unused code relate to old text-input component
* removed tow lines
2023-04-28 09:37:13 +08:00
Omar Basem
3e9d5dde54
Reimplement composer: add reply ( #15736 )
...
* feat: add composer reply
2023-04-27 20:20:00 +04:00
Siddarth Kumar
2eed30be8f
(chore) : Improve QR code quo2 component ( #15755 )
...
This PR adds the ability to :
- Generate a QR by passing any url.
- See different error correction levels.
- Shows the media server url for that specific QR code.
- Moved media server URI generation logic to `image_server.cljs`
2023-04-27 19:25:49 +05:30
Parvesh Monu
8e49a06dbe
fix UI freeze issue ( #15761 )
2023-04-27 17:26:33 +05:30
Roman Volosovskyi
fb326bbf4e
[ #15741 ] Fix error on tapping pinned message
2023-04-27 10:23:16 +02:00
Jamie Caprani
52c6687608
feat: add identifiers screen to onboarding-flow ( #15684 )
2023-04-26 21:26:32 -07:00
frank
cfefef6b75
fix [ #15616 ] Sometimes mentions list does not appear after typing @ in chat input filed ( #15622 )
2023-04-27 11:37:01 +08:00
flexsurfer
e6ba40ac17
fix quo hotreload ( #15760 )
2023-04-26 18:14:58 +02:00
flexsurfer
efbf93f6e2
move status native module ( #15749 )
2023-04-26 18:14:14 +02:00
Mohamed Javid
6eb2029c51
Show "Kicked from community" notification in Activity Center ( #15734 )
...
* [Feature] Implement Community Kicked notification
* Status Go Update
2023-04-26 19:56:33 +05:30
Parvesh Monu
55bab9454a
fix status bar font color ( #15744 )
2023-04-26 19:35:51 +05:30
flexsurfer
0ca6ee3934
Request to join community screen is not scrollable on Android #15748 ( #15750 )
...
Co-authored-by: Churikova Tetiana <tatiana@status.im>
2023-04-26 13:33:00 +02:00
Parvesh Monu
0649c66dde
fix device theme change listener in ios ( #15724 )
2023-04-26 16:41:11 +05:30
Roman Volosovskyi
1b0374a156
[ #15655 ] Resolve messages with markdown on Jump To screen
2023-04-26 11:55:45 +02:00
yqrashawn
f9eae4ef82
fix: always albumize outgoing image messages ( #15735 )
2023-04-26 14:26:37 +08:00
Icaro Motta
68f360bbf6
New component: Link Preview ( #15732 )
...
Fixes https://github.com/status-im/status-mobile/issues/15731
Figma > Design System > Links:
https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?node-id=5626-159413&t=ghr8u97I2GNX8YZY-0
2023-04-25 13:48:25 -03:00
Icaro Motta
30f0b436e9
Various fixes for Contact Request flows (2nd attempt) ( #15685 )
...
- Make sure status-mobile works well with the upcoming status-go changes in PR
https://github.com/status-im/status-go/pull/3379 .
- Replace calls to `wakuext_addContact` with `wakuext_sendContactRequest`. This
is what's been aligned with the desktop team, as we will go on to remove
`wakuext_addContact` in the near future.
Fixes https://github.com/status-im/status-mobile/issues/15679
2023-04-25 13:32:08 -03:00
Rahul Pratap
80bab6d338
Fixed styling issues for mention in the chat text ( #15723 )
...
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2023-04-25 16:17:16 +01:00