Jakub Sokołowski
5f50a8c39a
nix: upgrade interpreter from 2.11.1 to 2.14.1
...
This is a mild upgrade that should not cause any controversy.
You can read about changes here:
- https://nixos.org/manual/nix/stable/release-notes/rl-2.12.html
- https://nixos.org/manual/nix/stable/release-notes/rl-2.13.html
- https://nixos.org/manual/nix/stable/release-notes/rl-2.14.html
Relevant `infra-ci` change:
- https://github.com/status-im/infra-ci/commit/e4e9796f
The simplest way to upgrade to `2.14` your version locally is using:
```sh
nix-channel --update
nix-env -iA nixpkgs.nixVersions.nix_2_14 nixpkgs.cacert
sudo systemctl daemon-reload
sudo systemctl restart nix-daemon
```
For MacOS the instructions are a bit different:
https://nixos.org/manual/nix/stable/installation/upgrading.html
Keep in mind you should use `nixpkgs.nixVersions.nix_2_14` instead
of just `nixpkgs.nix` to avoid getting newer than `2.14`.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-19 10:58:56 +02:00
Jamie Caprani
fdb042f4e9
chore: fix unit test for slide button ( #16302 )
2023-06-19 01:21:44 -07:00
flexsurfer
5214f34b31
temporary hide mutual update's messages ( #16290 )
2023-06-16 18:41:21 +02:00
Alexander
68b9ea47a8
Fix for two separate sections with different colors shown on the chat screen (dark mode) ( #16265 )
...
* Fix for two separate sections with different colors shown on the chat screen (dark mode)
* lint-fix
2023-06-16 15:48:52 +02:00
mmilad75
563a266803
Add reorder-item component ( #16225 )
2023-06-16 12:56:38 +02:00
Jamie Caprani
2cbc94320d
feat: add parallax component ( #16277 )
2023-06-16 03:09:10 -07:00
Alexander
d79086bb4c
Disable audio messages ( #16270 )
...
* Remove audio messages
* Fix
* Fix
2023-06-16 11:47:24 +02:00
John Ngei
a10c762aa6
onboarding syncing updates
...
* syncing screen updates
* centered qr-view-finder border within the containing border
* rounded border tips
* update icon color
2023-06-16 02:28:50 +03:00
Samuel Hawksby-Robinson
c9c7b538c7
Added PR Review Policy ( #16280 )
...
* Added PR Review Policy
* Reformat of Policy section to headline with policy fundementals
* Renaming code owner to requester
2023-06-15 23:02:50 +01:00
Mohamed Javid
42040e4fc9
Update default iOS Simulator ( #16289 )
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-06-15 23:37:11 +05:30
Siddarth Kumar
3e343d3264
get rid of `slide-button.component-spec` ( #16293 )
...
We're doing this to unblock other PRs
2023-06-15 23:25:25 +05:30
Lungu Cristian
d43b73b566
Slide button component (bounty) ( #16259 )
2023-06-15 14:25:52 +02:00
Parvesh Monu
4f4489ee51
fix the activity center crash when replying with an image ( #16281 )
2023-06-15 17:36:48 +05:30
Brian Sztamfater
1ab57851d2
chore: add lefthook.yml to gitignore file ( #16288 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-06-15 07:50:40 -03:00
Parvesh Monu
5f802ac6eb
Animate home stack border radius ( #16284 )
2023-06-15 15:37:43 +05:30
Roman Volosovskyi
b58a9beef2
[ #16156 ] Fix top bar flashing
2023-06-15 11:25:53 +02:00
Icaro Motta
8fdfeb5e45
Various fixes for the Information Box component ( #16272 )
...
Fixes UI bugs described in
https://github.com/status-im/status-mobile/issues/16271 , and it also rewrites
the component to follow our guidelines i.e. move code to style namespace, fix
docstring, add component specs, move to separate quo2 directory, etc.
This commit is part of the effort to fix the Community Overview screen.
2023-06-14 15:07:46 -03:00
Parvesh Monu
ca2fc61061
Disable shell navigation
...
Signed-off-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
2023-06-14 22:18:50 +05:30
Parvesh Monu
bcc20c7458
Shell navigation and animations
2023-06-14 22:18:01 +05:30
Omar Basem
fbe4b0a36c
feat: Lightbox share images ( #16224 )
...
* feat: share images
2023-06-14 18:24:55 +04:00
flexsurfer
eddbeb8896
[ #15626 ] Bottom sheets stop opening if close the app with a bottom sheet open and with PNs enabled and reopen it ( #16258 )
2023-06-14 14:18:39 +02:00
Siddarth Kumar
350303256b
upgrade `react-native` from 0.67.5 to 0.69.10 ( #16016 )
2023-06-14 07:17:41 +05:30
Yevheniia Berdnyk
cfefc2d734
e2e: fixes
2023-06-14 02:50:41 +03:00
flexsurfer
2932bbea85
[ #15836 ] Images not displayed in chat when received by user with app … ( #16256 )
2023-06-13 18:21:33 +02:00
Roman Volosovskyi
65e3b209f2
Fix slow scrolling on chat screen
2023-06-13 14:29:12 +02:00
Yevheniia Berdnyk
6f920afcf7
e2e: Fixes for jump-to
2023-06-13 06:24:21 +03:00
Parvesh Monu
f38c85546f
fix App crashes when pressing on community link ( #16019 )
2023-06-12 22:39:22 +05:30
Icaro Motta
204c8996a3
Implement dummy action drawers for community chats ( #16227 )
...
Implements the skeleton for all community channel drawer actions. This commit is
not concerned with the actual implementation of the actions, since that would
grow the scope a bit too much.
Partially implements https://github.com/status-im/status-mobile/issues/16178
Notes: I also updated the actions drawer component to accept a text aligned to
the right (this will be necessary to display the number of pinned messages in
the action drawer). In the Design System, the text is always hidden, and that's
my best guess as to why we didn't implement it. I talked to designers, and they
won't update the Design System Drawer action component
https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?type=design&node-id=1931-31188&t=hOK17fADEXTlnXPY-0 )
for now, but we agreed the reference in Figma > Communities for Mobile
https://www.figma.com/file/h9wo4GipgZURbqqr1vShFN/Communities-for-Mobile?type=design&node-id=5483-193285&t=vOTiuhxD87zhmK2T-0 )
is good enough.
2023-06-12 12:02:47 -03:00
Volodymyr Kozieiev
a5c41612a0
Information about patching 3rd parties ( #16249 )
2023-06-12 13:17:48 +01:00
Ibrahem Khalil
a1d9f45f2f
[16137] Disable text description in lightbox for now ( #16169 )
2023-06-12 11:14:22 +03:00
frank
78d6db5bf0
chore: align changes to RequestAllHistoricMessagesWithRetries ( #16244 )
2023-06-12 15:22:04 +08:00
Mohamed Javid
9376da6c5c
Prevent overflowing of chat name and message preview in the Chat List ( #16210 )
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-06-09 21:36:38 +05:30
Brian Sztamfater
d5c7f0261e
fix: fixes error message on login page
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-06-09 16:45:05 +01:00
Omar Basem
9c1d73ffcf
fix: top bar ios ( #16234 )
...
* fix: top bar overlapped by composer
2023-06-09 18:47:52 +04:00
Omar Basem
ab44dce27b
fix: bottom sheet padding ( #16216 )
...
* fix: bottom sheet padding
2023-06-09 17:03:00 +04:00
Rahul Pratap
573115c22e
Update progress on swiping carousel. ( #16154 )
...
* Update progress on swiping carousel.
* Fixed feedbacks.
2023-06-09 17:53:06 +05:30
Omar Basem
83b35f0439
fix: shell button position in chat screen ( #16190 )
...
* fix: shell button position
2023-06-09 15:18:59 +04:00
Mohamed Javid
2df1b46975
[iOS] Perform preflight check for local network permission ( #16150 )
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-06-09 15:55:15 +05:30
Parvesh Monu
9b52bba95d
fix hole view usage for create profile picture ( #16001 )
2023-06-09 14:15:26 +05:30
Ibrahem Khalil
a5f1028e67
[16082] Adjust height between messages to match designs ( #16170 )
2023-06-09 11:11:19 +04:00
Jamie Caprani
51ccd9fdcb
chore: remove mock data from syncing ( #16132 )
2023-06-08 10:10:51 -07:00
Alexander
1594ff47f5
Layout updates/fixes for pinned messages bar ( #16179 )
...
* Blur under the pinned message bar
* Updated styles
* Code style update
* Style updates
* Updated z-index for composer mentions/suggestions
* Fixes for colors
* Positioning fix rollback
* Small code style update
* Formatting fix
2023-06-08 17:48:12 +01:00
Mohamed Javid
c59de7dbf8
[Fix] Navigation to message reaction ( #16218 )
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-06-08 21:47:10 +05:30
Yevheniia Berdnyk
032c254d19
e2e: Updated report
2023-06-08 15:47:36 +03:00
Ulises Manuel Cárdenas
0fcb8a33aa
[ #16078 ] - Add empty state component to messaging tabs
2023-06-08 06:21:32 -06:00
Mohamed Javid
4695ef65d0
[Update] Identifiers screen design ( #16220 )
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-06-08 14:31:01 +05:30
frank
eff5cb1f3e
fix #16099 ( #16177 )
2023-06-08 15:20:32 +08:00
Yevheniia Berdnyk
f3b5a9db67
e2e: Fixes for nightly failures
2023-06-08 05:06:43 +03:00
Volodymyr Kozieiev
5aa91359e1
Do not show group details when user is not a member of the group ( #16134 )
2023-06-07 17:01:50 +01:00
Omar Basem
a5455739c6
Add Images count to reply ( #16194 )
...
* fix: images reply count
---------
Co-authored-by: pavloburykh <pavlo@status.im>
2023-06-07 18:35:51 +04:00