Jiri Zbytovsky
b93f71b05a
docs: organize suite-desktop.md chapters
2026-02-09 10:56:54 +01:00
Jiri Zbytovsky
f6586f221f
docs: fix nbsp in headings
2026-02-09 10:56:54 +01:00
Jan Komarek
902ef4b229
fix(intl): move translations scripts to the new package
2026-01-29 14:45:24 +01:00
Jiří Čermák
e8dbc121b0
refactor: create @suite/intl package and update all related imports
...
- remove re-exports, use direct imports from @suite/intl
- resolve cir. dep. between suite-data and package/suite
- update imports from @suite-common/intl-types to @suite/intl
- update imports from src/support/messages to @suite/intl
- remove @suite-common/intl-types
- move Translation from @trezor/suite to the new package
2026-01-16 17:44:21 +01:00
Jaroslav Hrách
5700e7dac8
docs(message-system): add info about Message manager UI and Data source
2025-09-02 11:55:24 +02:00
Matěj Husák
0d23b92446
chore(suite): removed translation mode
2025-07-29 13:39:44 +02:00
Jan Václavík
10112c2ec8
feat(suite): Update URLs
2025-07-24 20:24:36 +02:00
tomasklim
f51e5dda62
chore(message-system): only official langs are required in config
2025-07-17 12:53:40 +02:00
tomasklim
cdb57b99e0
chore(message-system): remove en-GB lang
2025-07-17 12:53:40 +02:00
Martin Varmuza
03e84db54c
chore: remove gitlab mentions
2025-07-11 09:25:34 +02:00
Jaroslav Hrách
a7251e98c2
fix(urls): change GEOLOCATION_API_URL
2025-06-03 15:45:04 +02:00
Jaroslav Hrách
e8c5a56570
feat(suite-common): add geolocation condition to the message system
2025-06-03 12:47:05 +02:00
Tomas Martykan
eb758acea9
chore: apply latest prettier
2025-05-05 13:51:36 +02:00
Matej Kriz
a7c00a088d
feat(message-system): load valid experiments to store also for mobile app
2025-01-14 11:40:17 +01:00
Martin Homola
d6d3f3d982
feat(message-system): add ab testing message
2025-01-07 22:22:35 +09:00
Jan Komarek
203214268b
fix(suite, suite-desktop-ui, suite-common): add type check to messages.ts and fix translations
2024-11-12 13:23:15 +01:00
Jan Komarek
6ff70bded3
docs: add support for T3B1
2024-09-05 11:23:43 +02:00
Jan Komarek
a12b8770d3
docs: update docs to include T3T1
2024-09-05 11:23:43 +02:00
Jiri Zbytovsky
aa729d7217
docs: Fix URL for Crowdin workflow
2024-08-16 13:39:09 +02:00
Jiri Zbytovsky
a9c53ab0bd
docs(core): Update message system docs
2024-08-14 11:36:46 +02:00
0xadams.eth
f40b8bf7d8
Chore/refactor fiat rates ( #11592 )
...
* chore(suite): remove rates in transactions from storage
d
* chore(suite): fetch historical fiat rates from transactions and save them in redux storage
* chore(suite): refactor legacy fiat rates and fiat value
* chore(suite-native): refactor legacy fiat rates and fiat value
* chore(docs): update `FiatValue` component usage with historic rates
* chore(suite): store historic rates for remembered wallet to storage
* fix(suite): remove +/- from 0 values of crypto and fiat sums in day header
2024-05-21 07:48:28 +00:00
Martin Varmuza
ce092bf433
feat: enable seamless firmware update in Suite
2024-04-30 10:27:11 +02:00
0xadams.eth
622cb9d62a
chore: fiat rates improvements ( #11524 )
...
* chore(suite): improve fiat fetching readibility
* chore(suite): improve fiat fetching flow and fallbacks based on networks
* chore(suite-native): replace native fiat rates with wallet core
* chore(suite): use last successful fetch timestamp from result
* chore(docs): update fiat rates
2024-03-11 12:55:55 +01:00
Jan Komarek
e60ace9264
chore(suite): make year dynamic in search tips
2024-02-15 13:12:13 +01:00
AdamSchinzel
d556571270
fix(suite): fetch fiat rates for sol and ada tokens
2024-01-02 16:52:57 +01:00
AdamSchinzel
e2fb9ea19a
chore(suite): add fiat rates to common
...
chore: nits
2024-01-02 16:52:57 +01:00
vytick
145da2e38f
feat(suite-common): add optional title to messages ( #9877 )
2023-11-09 16:25:08 +01:00
tomasklim
4229fd483b
chore: update prettier to v3 and reformat
2023-11-04 08:55:36 +01:00
vuittont60
7a984a9d2a
docs: fix typos ( #9754 )
2023-10-27 09:51:36 +02:00
Jan Komarek
2b06063712
chore: edit links to trezor-firmware repo after renaming its main branch
2023-10-17 17:00:25 +02:00
tomasklim
eda8eacd81
chore(message-system): target T2B1 in old Suites
2023-10-13 10:37:21 +02:00
tomasklim
ce028705a8
chore(docs): change model to internal model
2023-08-10 11:33:05 +02:00
tomasklim
d389aadba9
feat(message-system): device model internal
2023-07-27 14:51:43 +02:00
omahs
0a9ac199be
Fix: typos
2023-07-19 13:33:27 +02:00
tomasklim
74290aab3a
chore: unify trezor names in docs/comments
2023-07-18 14:18:17 +02:00
Matej Kriz
a6dcaacb35
chore(message-system): sign config by build:libs script
...
- Now it's needed for type-check and it makes the setup of the repo simpler, it just cost a few extra seconds.
2023-06-14 10:00:11 +02:00
Matej Kriz
1e503eb178
chore(message-system): delete packages/message-system completely
...
- Move all message-system logic to suite-common to prepare for sharing local signed config with suite-native.
- Everything on one place helps deduplicate VERSION and JWS_SIGN_ALGORITHM constants.
- Cleaning of unused constants.
2023-06-14 10:00:11 +02:00
tomasklim
a926901a64
chore: unify Trezor T and 1 names
2023-05-08 08:39:50 +02:00
tomasklim
abe486b471
chore(suite): name model R to model T2B1
2023-05-08 08:39:50 +02:00
Szymon Lesisz
fc205710a8
ci: update coinjoin-backend ports and docs
2023-04-19 09:40:57 +02:00
tomasklim
631c7030e4
feat(suite): device model in fw, seed, bootloader files
2023-01-05 15:42:58 +01:00
Matej Kriz
f10b1a50da
feat(message-system): start checking for message system config changes every minute
2023-01-03 17:48:38 +01:00
Matej Kriz
6f74a27f5d
feat(message-system): enable to define feature flag in message system config
2023-01-03 17:48:38 +01:00
Matej Kriz
9cb50bbeb0
feat(logger): human redable datetime in filename
2023-01-03 11:10:39 +01:00
Matej Kriz
10432fbe8d
feat(coinjoin): turn on logging to file when debug menu is activated
2023-01-03 11:10:39 +01:00
Matej Kriz
6da71eb58a
feat(logger): start logging to data directory instead of home directory
2023-01-03 11:10:39 +01:00
Jan Komarek
1622fa1ee8
chore(docs): enhance metadata docs
2022-12-07 10:35:51 +01:00
Jan Komarek
92a24cf183
chore(docs): update metadata docs
2022-12-07 09:46:41 +01:00
tomasklim
6a7ab50186
feat(suite-web-landing): remove landing package
2022-11-21 18:06:05 +01:00
Jan Komarek
b7be54b5a2
chore(suite): replace wiki links with knowledge base links
2022-11-04 15:13:31 +01:00