Commit Graph
7 Commits
Author SHA1 Message Date
Jonathan Rainville 93a204cb92 refactor(emoji): move ascii emoji map to C++ to increase performance 2026-08-24 09:14:04 -04:00
Noelia 7d9c458098 feat(ActivityCenter): Include activity center in back history
Record `Activity Center` navigation in section history and restore it on Back.

Add peek support to inspect the next history token without consuming it.

Closes #20521
2026-07-17 15:26:33 +03:00
Alex Jbanca 14df1fabdf feat(Nav): subsection navigation
+ other fixes
2026-07-17 15:26:33 +03:00
Alex Jbanca 46599ebb41 fix(android): back navigation
This commit implements back navigation on 3 levels:
- popups will close on back (already handled by qt)
OR
- sections will swipe back from right panels to left panels (handled generally in the portrait layout)
OR
- the app will move to the previous panel in history (handled in appMain)
OR
- app will be minimised (handled in appMain)

window.onClose will not prevent app close anymore.

	nimble.paths
2026-07-17 15:26:33 +03:00
Michał Cieślak 80bdfc11ee Remove qml import versions from ui code (ui dir) 2025-07-14 10:48:53 +02:00
Stefan a09defbef7 feat(wallet) skip picking flags in the random emoji picker function
Also add a test to validate the knowledge of the emoji picker function
about flags position

Closes #13715
2024-03-20 11:56:03 +01:00
Alex Jbanca 624b758c85 fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00