26 Commits

Author SHA1 Message Date
Matej Kriz
26574e98d0 fix(suite-native): dismiss keyboard on click to add label
- If there is some other active input in the app, the keyboard is not hidden automatically on click on Add label button, this would ensure the keyboard dismissed so Edit label bottom sheet is visible and not hidden behind the keyboard.
2026-03-06 16:57:46 +01:00
juriczech
0860250ca5 feat(suite-native): unify and improve suite sync error handling 2026-03-03 09:40:01 +01:00
Petr Knetl
dbea56403d chore(deps): update @gorhom/bottom-sheet from 5.2.6 to 5.2.8 2026-02-25 10:50:36 +01:00
Szymon Lesisz
d8b175d26b refactor(suite-common): move device to standalone package 2026-02-18 20:17:20 +01:00
Tomas Boda
6d80f47903 chore: bump @reduxjs/toolkit 2026-02-16 16:11:39 +01:00
juriczech
f21c4f5d6c feat(suite-sync): fw upgrade 2026-02-04 14:38:34 +01:00
juriczech
9966c70374 fix(suite-native): unify suite sync button condition 2026-02-03 16:59:38 +01:00
juriczech
1a8005d385 feat(suite-native): add label button visibility
# Conflicts:
#	suite-native/labeling/src/components/EditableLabelLayout.tsx
#	suite-native/labeling/src/components/TransactionOutputLabelEditable.tsx
#	suite-native/labeling/src/selectors.ts
#	suite-native/module-accounts-management/src/components/AccountRenameForm.tsx
2026-02-03 16:59:38 +01:00
Peter Sanderson
d27605c088 fix: Better error for turn on suite sync 2026-01-16 10:46:21 +01:00
Peter Sanderson
8f65d64bd1 fix: resolve circular dependencis caused by NativeServices 2026-01-05 15:56:01 +01:00
Peter Sanderson
f34b05fdfc chore: split Services for Native vs Desktop
chore: hacky fix to address circular deps
2026-01-05 15:56:01 +01:00
Tomas Boda
6147797599 chore: bump @reduxjs/toolkit 2025-12-15 10:47:12 +01:00
Peter Sanderson
1a87fc7333 feat: introduce suite-sync-types to handle circular imports in extraDeendencies 2025-12-09 14:39:04 +01:00
juriczech
7730e7ca29 chore(suite-common): simplify suite-sync
chore(suite-common): remove unused suite-sync props

chore(suite-common): remove useSuiteSyncAlerts

chore(suite-common): initSuiteSyncNative

chore(suite-common): useSuiteSync => useToggleSuiteSyncMethods
2025-12-04 15:28:05 +01:00
Vojtěch Tranta
7756d336b4 feat(suite): add account descriptor and account symbol the address labeling sync 2025-11-25 14:16:48 +01:00
Tomas Boda
d0d6cc9ff8 chore(suite): bump @reduxjs/toolkit 2025-11-14 10:19:10 +01:00
Peter Sanderson
15432e2f11 chore: rename local-first-storage to suite-sync 2025-11-13 12:16:45 +01:00
Vojtěch Tranta
a2908c0e23 refactor(suite-native): consolidate the calls and data gathering to retrieve the final account label value 2025-11-12 10:28:10 +01:00
Matěj Husák
e4ccf77a19 feat(native): implemented alert to add label button 2025-11-11 23:59:12 +01:00
Vojtěch Tranta
57884a16e6 feat(suite-native): remove the evolu enabled from feature flags andput it to the separate toggle 2025-11-05 11:10:09 +01:00
Petr Knetl
a125ec32aa chore(suite-native): bump react native related dependencies (2025-10) 2025-10-27 13:04:36 +01:00
Jiří Čermák
da15b18eff chore: upgrade @reduxjs/toolkit to v2.9.1 2025-10-21 15:12:12 +02:00
Jiří Čermák
78f16f554b chore: update @reduxjs/toolkit to version 2.9.0 across multiple packages 2025-10-21 15:12:12 +02:00
brantalikp
6a1176a102 chore(suite-native): expo 54: dependencies update 2025-10-20 11:35:17 +02:00
Peter Sanderson
bdd87839d0 fix: all new depndencies after rebase & remove depchecks from example
packages
2025-09-18 13:04:25 +02:00
Peter Sanderson
ccc434d6a4 feat: Local First Storage (Evolu) for mobile
fix: temp comment out some code that causes some ESM import hell

fix: tests, improve to not use 'as' in fixtures

chore: replace 'as' with array spread to convert to ordinary (from readonly) array

fix: bump expo to ^53.0.22 so it can be same as expo required by evolu (and can be deduped)

fix: re-enable the FetureFlag callback

chore: better naming for local-first-package in native

fix: remove on bad circular dependency from local-first-storage reducer<->selectors

chore: update madge (circular import, one more is removed)

fix: disable Evolu labeling in Portfolio Tracker mode

chore: use F.toMutable instead of a ... spread

fix: depcheck ignore (peerdependecny: expo, expo-sqlite) only for relevant package

fix: move feature-flag code out of the feature-falgs module into dev-tools

fix: better selectors, no need to provide whole object, the string|undefined is all what is needed

fix: bad key props in the list

fix: use standard TextButton component

fix: unify string|null for (all) label selectors

fix: missing translation string

chore: extract the labeling logic into separate thunk

fix: depcheck

fix: transaction name component has now correct variant

fix: render debug inly when labeling is on
2025-09-18 11:03:52 +02:00