Commit Graph

238 Commits

Author SHA1 Message Date
Peter Sanderson
bd7e1481c2 chore: rename LocalFirstStorage to SuiteSync 2025-11-25 10:18:45 +01:00
Peter Sanderson
d1020fdb34 chore: Refactoring to properly solve dependencis and abstraction for Evolu vs. Suite Sync 2025-11-25 09:44:44 +01:00
Peter Sanderson
2cbfe3fe30 fix: enable SuiteSync work differently on Mobile 2025-11-24 14:17:03 +01:00
Peter Sanderson
8c0e318fe4 chore: code-splitting of SuiteSync code in Common 2025-11-24 12:16:25 +01:00
Peter Sanderson
939581ee34 chore: refactor initEvoluThunk from redux toolkit, to simple
Resut<OK,ERR> pattern
2025-11-20 16:09:16 +01:00
Peter Sanderson
727e012fab chore: separate suite-sync and labeling a bit more (reducer) in common 2025-11-14 12:33:12 +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
Peter Sanderson
3936f79cb8 fix: change relay now correctly updates Evolu instances
fix
2025-11-13 10:18:21 +01:00
Matěj Husák
8adfcf01fa feat(native): updated dev evolu settings 2025-11-11 23:59:12 +01:00
Peter Sanderson
267d81dce4 feat(suite-native): passphrase settings option 2025-11-11 09:42:36 +01:00
Petr Knetl
b752d70abc chore(suite-native): remove localization feature flag 2025-11-10 17:24:20 +01:00
Matěj Husák
109b4cc2c7 fix(suite): fixed labeling typo 2025-11-05 16:15:39 +01:00
Vojtěch Tranta
c113cbaac5 fix(suite-native): show toast mesasge to confirm if the local storage was updated 2025-11-05 11:10:09 +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
Vojtěch Tranta
733f67f4ea feat(suite-native): add DEV settings to put it custom Evolu Relay URL 2025-11-05 11:10:09 +01:00
Vojtěch Tranta
e50c096d4f fix(suite-native): make the enabling of the local-first actually work 2025-11-05 11:10:09 +01:00
Jirka Bažant
7c03b2f24a chore(suite-native): Mobile Trade: refactor module-trading to multiple smaller packages 2025-11-04 22:52:53 +01:00
Jirka Bažant
6c7243b9e7 feat(suite-native): Mobile Trade: Introduce IsTradingResidenceCheckEnabled FF 2025-11-03 14:47:01 +01:00
Tomáš Boďa
d61e344a3f feat(suite): move AVAX from debug mode to experimental features 2025-10-29 13:00:51 +01:00
Petr Knetl
a125ec32aa chore(suite-native): bump react native related dependencies (2025-10) 2025-10-27 13:04:36 +01:00
yanas
a820e842a7 chore(suite-native): remove IsBluetoothEnabled feature flag 2025-10-27 07:59:48 +01:00
yanas
89b7349ed2 chore(suite-native): remove IsDeviceConnectEnabled feature flag 2025-10-24 10:53:29 +02: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
Vytick
c117c189fc feat(suite-native): release connect popup and walletConnect for ios 2025-10-07 10:21:18 +02:00
karliatto
2ba75111dd feat(suite-native): new test-unsigned-env 2025-10-06 10:52:29 +02:00
Petr Knetl
913a372d68 feat(suite-native): select language UI 2025-09-23 07:48:07 +02:00
Vytick
72c46c8b62 feat(suite-native): hide swap dex quotes behind feature flag 2025-09-19 21:37:41 +02:00
Matej Kriz
af8ff16f85 feat(suite-native): possibility to set local config source from debug utils 2025-09-18 15:56:09 +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
7027213e3f fix: add TON of missing dependecies in package.json 2025-09-18 13:04:25 +02:00
Tomas Martykan
52c3a72627 chore(connect): circular dep cleanup 2025-09-18 11:16:49 +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
brantalikp
910521a8df chore(suite): url cleanup 2025-09-10 14:48:29 +02:00
Petr Knetl
6db168014a feat(suite-native): language switching support 2025-09-08 11:23:47 +02:00
yanas
ef025074c9 feat(suite-native): offer app restart after firmware source is changed 2025-09-02 09:15:42 +02:00
Martin Vytick Vytrhlík
8c8f6ac8d0 feat(suite-native): dont allow debug networks with disabled ff 2025-09-01 23:21:23 +02:00
Petr Knetl
0a294c7802 chore(suite-native): bump react navigation libs to 7.x.x 2025-08-26 15:32:48 +02:00
karliatto
1703a6c178 feat(suite-native): firmware update env select dev 2025-08-18 09:50:52 +02:00
Martin Vytick Vytrhlík
4de236d386 feat(suite-native): on tap copy dev utils version and commit to clipboard 2025-08-14 10:19:01 +02:00
Petr Knetl
d516b02eed chore(suite-native): remove check backup feature flag 2025-08-12 12:32:24 +02:00
juriczech
ee44c76e11 chore(suite-native): remove view only by default FF 2025-08-12 08:52:31 +01:00
Jirka Bažant
20a75a1ee5 chore(suite-native): add option to use BottomSheetTextInput in atoms/Input 2025-07-23 14:19:03 +02:00
juriczech
5c9daf0e45 feat(suite-native): add view only by default FF 2025-07-22 15:14:46 +02:00
Martin Vytick Vytrhlík
ec5189b51f feat(suite-native): enable stellar 2025-07-08 12:26:54 +02:00
juriczech
8c080ffa7c chore(suite-native): remove select trigger label 2025-07-08 11:06:22 +02:00
juriczech
8434d20854 fix(suite-native): title vs custom content in screen header 2025-07-07 16:55:50 +02:00
juriczech
5bbf05010c feat(suite-native): add compact only prop 2025-07-04 15:58:03 +02:00