flexsurfer
723573833e
[ #17357 ] move status-im.async-storage.core ( #17380 )
2023-09-25 12:45:39 +02:00
Ibrahem Khalil
53f40b55f2
Adjust PR template to add before/after ( #17402 )
2023-09-25 13:42:37 +03:00
Mohsen Ghafouri
6fd5a97b59
[ #17288 ] refactor: migrate previews to new api ( #17366 )
2023-09-25 13:19:50 +03:00
Mohsen Ghafouri
848cac31ba
[ #17300 ] fix: syncing device indicator color and some alignment ( #17340 )
2023-09-25 11:55:54 +03:00
Omar Basem
7e646f7823
revert podfile ( #17406 )
2023-09-25 12:40:27 +04:00
flexsurfer
b2cae88924
[ #17383 ] migrate status-im.utils.types ( #17389 )
2023-09-25 09:32:55 +02:00
Omar Basem
1aadffd300
Quo2: keypair blur ( #17294 )
...
* quo2: keypair blur
2023-09-25 08:32:04 +04:00
Volodymyr Kozieiev
08689e568a
Links to recorded meetings added to docs ( #17399 )
2023-09-22 16:42:58 +01:00
frank
7543dc9001
fix: identifier rings are displayed on avatars for users with a set ENS ( #17346 )
2023-09-22 21:51:54 +08:00
Parvesh Monu
a99ae74da7
remove messages screen global states ( #17365 )
2023-09-21 21:21:42 +05:30
Parvesh Monu
db41eb303d
fix unread badges behavior on Jump-to screen ( #17363 )
2023-09-21 17:53:38 +05:30
frank
e5ef15b531
Prevent Logged In Account Local Pairing / Syncing With Another Account ( #17342 )
2023-09-21 10:02:42 +08:00
Jamie Caprani
e41fb03b6f
adjust colors resolver to handle communities color ( #17339 )
2023-09-21 01:03:02 +02:00
Jamie Caprani
0ae1e9bc5a
chore: updating theming in quo2 components and chat ( #17199 )
2023-09-21 00:41:00 +02:00
flexsurfer
ddd0796381
[ #17355 ] status-im.utils.image-processing ( #17356 )
2023-09-20 16:14:53 +02:00
flexsurfer
92cc49184d
move messages legacy view ( #17354 )
2023-09-20 15:42:57 +02:00
Mohsen Ghafouri
41282a9f5d
[ #17309 ] fix: wrong cursor position in a pre-filled composer ( #17329 )
2023-09-20 16:24:03 +03:00
flexsurfer
5bb954f8a7
[ #17351 ] remove status-im.utils.platform ( #17352 )
2023-09-20 14:17:52 +02:00
flexsurfer
6a169bd0bd
[ #17347 ] move [status-im.utils.http :as http] to status-im2 ( #17350 )
2023-09-20 14:16:07 +02:00
Siddarth Kumar
a15c9788fe
add support for Xcode 15 ( #17343 )
...
After upgrading to Xcode 15 make run-ios would fail with
```
❌ /Users/siddarthkumar/code/status-im/PR/status-mobile/ios/Pods/boost/boost/container_hash/hash.hpp:131:33: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
struct hash_base : std::unary_function<T, std::size_t> {};
```
This commit fixes the issue and makes existing codebase compatible with newer Xcode.
reference issue in react-native repo : facebook/react-native#37748
2023-09-20 14:41:12 +05:30
Jamie Caprani
6279264ff1
chore: remove colors/dark? method from colors file and update uses ( #17202 )
2023-09-19 08:16:18 -07:00
frank
cb9ae21cf2
process backedup(profile/settings) signal ( #17306 )
2023-09-19 22:05:59 +08:00
Jamie Caprani
6eb53ca2db
fix: update use of setting-item component to match new api ( #17244 )
2023-09-19 05:05:07 -07:00
Tetiana Churikova
5d6800cee0
e2e: update cython and pyyaml ( #17297 )
2023-09-19 13:52:30 +02:00
frank
d5af6b62a7
fix: display name not displayed after sync ( #17311 )
2023-09-19 17:18:38 +08:00
BalogunofAfrica
f2366219a3
fix: carousel text overflow ( #17293 )
2023-09-19 09:15:50 +01:00
BalogunofAfrica
95e0715163
fix: intro screen carousel ( #17269 )
...
* fix: last slide showing for a split second
* fix: use scale resize-method to load image faster on android
2023-09-19 08:51:55 +01:00
Brian Sztamfater
9479f02b39
feat: wallet select address screen UI in empty state ( #17248 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-09-18 16:17:11 -03:00
Parvesh Monu
9df1b854bd
Remove use of camel-snake-kebab from shell worklet ( #17310 )
2023-09-18 16:51:39 +05:30
frank
442600bc28
use new API for ens name registration ( #17127 )
...
* use new API for ens name registration
4cc53630...223d215e
* update status-go-version.json
* update status-go-version.json
* fix Error:Field validation for 'KeycardPairingDataFile' failed on the 'required' tag
* update status-go-version.json
* fix lint issue
2023-09-16 11:37:06 +08:00
Mohsen Ghafouri
b73ea572ee
[ #17288 ] refactor: migrate previews (markdown, messages) to new api ( #17280 )
2023-09-15 19:53:30 +03:00
Siddarth Kumar
a24ddbeefa
address design feedback on profile share UI ( #16257 )
...
This commit adds UI Touchups to profile share screen according to a recent Design Review.
2023-09-15 18:02:13 +05:30
Mohsen Ghafouri
a53ba0c4e1
[ #17218 ] fix: android channel name ellipsize completely ( #17262 )
2023-09-15 14:52:26 +03:00
Volodymyr Kozieiev
4006495b22
fix keyword renaming performance ( #17291 )
2023-09-15 12:02:44 +01:00
frank
72b8979c79
add doc: How to catch crash on ios use xcode ( #17278 )
...
* add doc: How to catch crash on ios use xcode
* addressed feedback from @ilmotta and @siddarthkay
2023-09-15 12:04:11 +08:00
Omar Basem
4d9ebdb9f9
Quo2: Account list card blur ( #17271 )
...
* Quo2: account list card blur
2023-09-15 07:43:48 +04:00
Icaro Motta
e2f837fcbc
Raise clj-kondo linter levels ( #17289 )
...
Recently, we changed clj-kondo default fail-level from "warning" to "error", but
we missed the fact that we needed to raise the default level for all linters set
to "warning".
2023-09-14 11:28:43 -03:00
flexsurfer
07d1b13520
temporary remove "curated.communities.update" ( #17286 )
2023-09-14 15:57:29 +02:00
Lungu Cristian
5d4fbe7ef1
fix: quo2 reaction styles (size + colors) ( #17224 )
2023-09-14 12:21:11 +03:00
Mohamed Javid
0003800f05
Implement Emoji Picker ( #17195 )
...
This commit adds Emoji Picker in the app for usage in Message Composer and Wallet Account.
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-09-13 23:08:13 +05:30
Icaro Motta
dab4d953ec
Fix incorrect usage of functional component ( #17281 )
...
Every keypress on an input field of the preview descriptor re-rendered the whole
functional component and the input focus was lost.
As we know from past issues, we should never use this pattern:
(defn component
[]
[:f>
(fn []
...)])
2023-09-13 13:22:53 -03:00
Brian Sztamfater
baa9dff237
feat: implement address input ( #17191 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-09-13 10:26:29 -03:00
frank
9706111256
fix unable to reset pwd on ios ( #17259 )
2023-09-13 09:06:32 +08:00
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