Omar Basem
344c9ba9b7
Quo2: Settings item blur ( #17258 )
...
* quo2: settings item blur
2023-09-12 21:49:10 +04:00
Icaro Motta
6ea31695d6
Do not warn about subscriptions being used in non-reactive contexts ( #17240 )
...
Force re-frame to stop warning about subscriptions in non-reactive contexts
while executing subscription tests (i.e. unit tests using the macro
test-helpers.unit/deftest-sub).
The net result? No more hundreds of useless warnings in the output of make test.
re-frame: Subscribe was called outside of a reactive context.
See: https://day8.github.io/re-frame/FAQs/UseASubscriptionInAJsEvent/
The warning is actually useful in production code, but in a subscription test we
already know we're never inside a reactive context.
2023-09-12 11:58:06 -03:00
Yevheniia Berdnyk
2c52001e22
e2e: fixes 12.09
2023-09-12 16:46:49 +03:00
Volodymyr Kozieiev
dd1f938e85
Transaction summary component ( #17163 )
...
* Transaction summary component
2023-09-12 14:44:40 +01:00
mmilad75
fcbe6fe2b4
Implement "Drawer top" component ( #17196 )
...
Implement "Drawer top" component
2023-09-12 12:03:15 +03:30
Flavio Fraschetti
dfd91c0e5f
Bump release to 1.25.0 ( #17247 )
2023-09-11 14:42:15 +01:00
Flavio Fraschetti
67ea362b83
bump-release-to-1.24.0 ( #17246 )
...
bump-release-to-1.24.0
2023-09-11 14:18:39 +01:00
frank
a9c840b6ba
fix: Sync is hanging in "syncing devices" stage ( #17226 )
2023-09-11 20:39:12 +08:00
Mustafa Ateş Uzun
599cf0fb24
fix: web-prefixes function ( #17239 )
2023-09-11 12:37:24 +02:00
Flavio Fraschetti
0842a97cac
Fix: composer is separated from the footer #17238
...
This PR resolves the issue where Composer becomes detached from the footer during the chat history loading phase, specifically when the skeleton screen is displayed. Fixes #17237 .
2023-09-11 11:12:46 +01:00
Ajay Sivan
7bb4f9cfe8
Title input component improvements ( #17209 )
...
- Add edit icon
- Fix disable style
2023-09-08 04:59:51 -07:00
yqrashawn
50a1e10136
fix: icon size in system message add new :size/s-24 icon-avatar ( #17108 )
2023-09-08 19:23:32 +08:00
yqrashawn
b393d4e037
chore: update status go version for #17110 ( #17222 )
2023-09-08 11:04:36 +08:00
yqrashawn
a05156c645
Fix: User-avatar indicator size/position ( #17110 )
...
### Commit Summary
Figma https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?type=design&node-id=107-5264&mode=design&t=3IlYad4D0crAiVcf-4
Affected all avatars with status indicator
32x32
Signed-off-by: yqrashawn <namy.19@gmail.com>
Co-authored-by: Flavio Fraschetti <flavio@status.im>
2023-09-07 17:45:23 +01:00
Mohsen Ghafouri
cd1bd1c211
[ #17207 ] fix: incorrect mentions alignment in messages ( #17212 )
2023-09-07 19:25:03 +03:00
Andrea Maria Piana
50af7fb502
Hide featured communities when not fetched
2023-09-07 17:10:38 +01:00
Flavio Fraschetti
3d63854b03
Revise dev guidelines for code deprecation ( #17177 )
...
### Commit Summary
This pull request updates our coding guidelines to include a process for marking deprecated functions using metadata in ClojureScript.
2023-09-07 17:00:02 +01:00
Flavio Fraschetti
a30a80f8a1
Replace old skeleton with new ( #17169 )
...
fixes #17103
### Follow up from #16865
This commit focuses on enhancing the user experience by replacing our legacy skeleton loaders with the latest version. Additionally, it introduces a refined approach for deprecating outdated components and functions to maintain a cleaner codebase.
### Key Changes
Replace existing skeleton loaders with the latest skeleton-list component for improved performance and usability.
Implement a standardized deprecation method, using either naming conventions or metadata annotations, for phasing out old components and functions.
2023-09-07 16:31:11 +01:00
Jamie Caprani
8036c219e8
chore: add transparent outline to notification in top-nav component ( #17171 )
2023-09-07 07:10:38 -07:00
flexsurfer
a8e9b2486b
Community logo and title are not aligned on the channels screen #17214 ( #17215 )
2023-09-07 15:29:35 +02:00
Anton Iakimov
b7a090716d
nix: set ios status-go targets
2023-09-07 14:15:30 +02:00
Omar Basem
36c87d3857
Quo2 Wallet: Settings Item ( #17179 )
...
* feat quo2: settings-item
2023-09-07 15:36:28 +04:00
Alexander
c1c8c210e8
Top bar stability & animation improvements ( #17170 )
...
* Top bar stability improvements
Style updates
Style updates, bugfixes
* Display name update
* Style fix
2023-09-07 13:13:16 +02:00
Ajay Sivan
b645686684
fix: profile input - input field position - Android ( #17210 )
2023-09-07 03:53:40 -07:00
Omar Basem
bd8e332c68
Quo2: divider line ( #17211 )
...
* quo2: divider line
2023-09-07 13:50:19 +04:00
Omar Basem
2f13dfe22a
New nav bar for preview screens ( #17206 )
...
* quo2: preview themes
2023-09-07 11:16:26 +04:00
Ajay Sivan
e9d76c2a0b
Handle long names in pinned messages ( #17078 )
...
Handle long names in all system messages variations
2023-09-06 08:17:31 -07:00
Yevheniia Berdnyk
7609a07cc2
e2e: fixes 6.09
2023-09-06 16:23:24 +03:00
Andrea Maria Piana
155f57ca6b
Dont parse unused identicon
2023-09-06 14:09:37 +01:00
frank
bf3ad02bb1
point status-go-version.json to the right commit ( #17200 )
2023-09-06 20:13:12 +08:00
Icaro Motta
0f71c18f57
Disable fn-deprecated warning during development ( #17204 )
...
Disable :fn-deprecated warnings from the Closure compiler for the mobile
shadow-cljs target during development. The compiler warnings are no longer
necessary, because we're managing deprecation via clj-kondo.
Without the compiler setting's change, every code reload will generate warnings
for each and every deprecated call in the repo, which can quickly grow to the
hundreds or more, thus making the terminal output horrendous to understand.
Also set clj-kondo's "fail-level" to "error" (the default is "warning").
2023-09-06 08:58:42 -03:00
Yevheniia Berdnyk
69aeffd943
e2e: removed deprecated metods usage
2023-09-06 12:48:57 +03:00
Yevheniia Berdnyk
726b76a290
e2e: split 1-1 chat test group
2023-09-06 12:30:17 +03:00
Yevheniia Berdnyk
56b13cbdca
e2e: updated join communities flow
2023-09-06 12:17:08 +03:00
Samuel Hawksby-Robinson
d63b1240d7
Fix for Android error `route ip+net: netlinkrib: permission denied` ( #17166 )
...
* status-go branch update
4cc53630...b9968a75
* comment start-searching-for-local-pairing-peers out
* revert status-go-version.json
---------
Co-authored-by: frank <lovefree103@gmail.com>
2023-09-06 15:24:40 +08:00
Brian Sztamfater
b2840a77a5
feat: add custom color to wallet graph ( #17149 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-09-05 11:05:54 -03:00
John Ngei
7d1098b5b3
Fix join communities design review bugs
...
* fix: join communities design review bugs
* updated design fixes
2023-09-05 15:53:59 +03:00
Mohsen Ghafouri
741e40094b
[ #16859 ] fix: community channel design review ( #17178 )
2023-09-05 14:40:05 +03:00
flexsurfer
a1babada69
Onboarding screens ( #17165 )
...
* Broken back navigation on "Create profile" screen #17155
Onboarding screens layout is broken
#17152
Onboarding Flow - Layout issues in enable biometrics screen
#17151
Onboarding navigation issues
#17129
2023-09-05 13:19:15 +02:00
Siddarth Kumar
7ca17e537e
chore: improve `make show-ios-devices` ( #17180 )
...
This commit removes the dependency of the IOS Target for `show-ios-devices` command.
We no longer need the IOS target because the default shell contains the `ios-deploy` library, which is used by this command already.
2023-09-05 14:55:25 +05:30
Yevheniia Berdnyk
37af9d9b97
e2e: updated community channel element
2023-09-05 01:48:49 +03:00
Ajay Sivan
dfa30fd14f
quo channel component refactor ( #17070 )
2023-09-04 08:39:23 -07:00
Jakub Sokołowski
f433956657
nix: refresh Gradle dependenncies using new setup
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-04 09:58:21 +02:00
Jakub Sokołowski
83f622d349
nix: make fetching Gradle dependencies more generic
...
Before what we did was essentially guess what files might exist for any
given package. This approach mostly works, but not entirely.
This is especially problematic when dealing with weird edge case
packages like `react-native`, which you can read about here:
https://github.com/react-native-community/discussions-and-proposals/pull/508
https://github.com/react-native-community/discussions-and-proposals/blob/4a06fc64/proposals/0508-out-of-npm-artifacts.md#the-react-native-android-archive
In order to avoid as much the guessing aspect of fetching Gradle
dependencies we are using both HTML listsings of files and
`artifact-metadata.json` files that exist for more recent packages.
This way we can avoid having to add special edge cases that have been
found out when working on React Native 72 upgrade in:
https://github.com/status-im/status-mobile/pull/17062
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-04 09:57:53 +02:00
mmilad75
6809311191
Implement "Account origin" Component ( #17147 )
...
Implement "Account origin" Component
2023-09-01 20:41:57 +03:30
Yevheniia Berdnyk
5647bb4ac9
e2e: fixes navigation, long press and so on
2023-09-01 18:21:03 +03:00
Volodymyr Kozieiev
f3f85f9911
Wallet activity component ( #17141 )
...
* Wallet activity component
* Component description added
* removed unnecessary piece
* lint fix
* Review notes
* fix issue with blur preview
* lint fix
2023-09-01 16:20:15 +01:00
diana
5e3255ea57
Docs update: required e2e
2023-09-01 15:26:26 +02:00
Parvesh Monu
77fc7a92d9
Don't display "Add Unknown as contact to send a Message" if chat is not loaded
2023-09-01 18:04:54 +05:30
Jamie Caprani
72455877bd
fix: remove hole view code with error ( #17164 )
2023-09-01 05:11:13 -07:00