Commit Graph

  • c78b325e6d fix: cloud backup schema dropped Tron address/keypair on every round trip pezkuwichain 2026-07-11 04:09:34 -07:00
  • c713ebf6b2 debug: dump all meta accounts' tronAddress/tronPublicKey presence at startup pezkuwichain 2026-07-11 02:10:00 -07:00
  • 7f071f4821 debug: log Tron chain arrival + gate evaluation in BalancesUpdateSystem pezkuwichain 2026-07-10 17:25:31 -07:00
  • 5f5f74989a fix: enable returnDefaultValues for feature-account-impl unit tests pezkuwichain 2026-07-10 16:11:15 -07:00
  • 29395576a3 debug: add logging to Tron address backfill migration pezkuwichain 2026-07-10 15:56:34 -07:00
  • 634a318fdf fix: unnecessary stubbing + missing assertTrue import in Tron backfill test pezkuwichain 2026-07-10 14:24:20 -07:00
  • d719dbe35c fix: import the invoke operator needed for KeyPairSchema { ... } builder syntax in the test pezkuwichain 2026-07-10 13:47:34 -07:00
  • 46f8abc04c fix: backfill Tron address for pre-existing wallets - TRX was invisible for every account created before Tron support shipped pezkuwichain 2026-07-10 12:45:50 -07:00
  • cc5d00c4ab fix: make local eq/any/argThat wrappers never return actual null pezkuwichain 2026-07-10 10:23:56 -07:00
  • a8d2636f66 fix: use raw org.mockito.Mockito statics instead of test_shared wrappers pezkuwichain 2026-07-10 09:36:41 -07:00
  • fb1e0c9cf0 fix: add explicit : Unit return type to @Test functions using runBlocking pezkuwichain 2026-07-10 09:05:03 -07:00
  • c5c04807d4 ci: show full exception detail for feature-wallet-impl unit test failures pezkuwichain 2026-07-10 08:34:06 -07:00
  • 096d3d61ed fix: add missing test-shared dependency for feature-wallet-impl unit tests pezkuwichain 2026-07-10 07:53:08 -07:00
  • 9de7267a58 test: add native TRX transfer test - sign/broadcast pipeline had no coverage pezkuwichain 2026-07-10 07:25:33 -07:00
  • 55d405c3a1 fix: move TRX ahead of BTC/ETH/BNB in default token order, drop UNI's pin pezkuwichain 2026-07-09 22:46:09 -07:00
  • 7a60afb98f fix: cache AVD and retry emulator boot to stop balances-test CI flake pezkuwichain 2026-07-09 21:28:46 -07:00
  • cfaa03c2a3 Merge main: pull in dead-workflow cleanup pezkuwichain 2026-07-09 21:22:06 -07:00
  • 9105560a36 test: verify Ethereum USDT sync too, closing the third originally-reported gap pezkuwichain 2026-07-09 19:53:32 -07:00
  • 01effc26c9 fix: retry TronGrid 429s instead of just tolerating the flake pezkuwichain 2026-07-09 17:29:55 -07:00
  • 54bea1234a fix: revert FullSyncPaymentUpdater's retryWhen wrapper - root cause found pezkuwichain 2026-07-09 14:44:30 -07:00
  • ae8acb9d12 revert: NativeAssetBalance back to raw subscribe(key), typed DSL made it worse pezkuwichain 2026-07-09 13:32:17 -07:00
  • 593fedcdd4 fix: avoid suspend call inside non-inline removeAll(predicate) pezkuwichain 2026-07-09 12:34:02 -07:00
  • a16c9cc5e5 ci: run balances tests on every PR, not just schedule/manual dispatch pezkuwichain 2026-07-09 12:09:23 -07:00
  • 72a881c059 test: expand full-architecture test to cover the whole Pezkuwi ecosystem pezkuwichain 2026-07-09 12:08:27 -07:00
  • c5174d0ccf fix: NativeAssetBalance uses typed subscribe DSL, not raw key subscription pezkuwichain 2026-07-09 11:53:35 -07:00
  • 7a6b93a323 diag: trace NativeAssetBalance.startSyncingBalance() entry/key/emission pezkuwichain 2026-07-09 10:51:57 -07:00
  • d7cae696c8 diag: log full/enabled asset list per chain in FullSyncPaymentUpdater pezkuwichain 2026-07-09 10:05:42 -07:00
  • 2bb8a4e3d0 fix: actually start BalancesUpdateSystem in the full-architecture test pezkuwichain 2026-07-09 09:15:28 -07:00
  • 4cf6cef68d fix: add missing scalars converter dependency for androidTest pezkuwichain 2026-07-09 08:16:32 -07:00
  • 9beb68daa2 ci: run the whole balances test package, not just BalancesIntegrationTest pezkuwichain 2026-07-09 07:53:51 -07:00
  • 688a23ba6b fix: log and stop swallowing synchronous listenForUpdates() failures; retry NDK download in CI pezkuwichain 2026-07-09 07:52:15 -07:00
  • b3714d3b79 fix: order chain queries by rowid so Pezkuwi's chains register first pezkuwichain 2026-07-09 06:03:20 -07:00
  • 57dbe77db3 test: add Tron balance integration test pezkuwichain 2026-07-09 04:01:00 -07:00
  • 1d00f78fa9 fix: isolate per-chain mapping failures in currentChains, not just register/unregister pezkuwichain 2026-07-09 02:10:40 -07:00
  • 99c9fd9db5 fix: don't let a transient fetch failure wipe local chains/assets pezkuwichain 2026-07-08 18:21:45 -07:00
  • fd7adec0cc fix: wrap long ktlint-violating log line from previous commit pezkuwichain 2026-07-08 14:01:19 -07:00
  • 7906a20f96 fix: stop swallowed errors from silently killing balance/updater sync pezkuwichain 2026-07-08 13:54:44 -07:00
  • 4aebac305f fix: retry balance sync on failure for ALL chains, not just Tron pezkuwichain 2026-07-08 11:57:26 -07:00
  • 21d2896493 fix: retry Tron balance polling on failure instead of permanently dying pezkuwichain 2026-07-08 11:33:54 -07:00
  • 0d5a21e5fc chore: remove dead workflows tied to the now-deleted master branch (#12) pezkuwichain 2026-07-08 11:17:11 -07:00
  • 15aa33000b fix: don't show perpetual "Connecting" for Tron chains in Networks list pezkuwichain 2026-07-08 10:21:56 -07:00
  • 74728a8477 feat(dashboard): collapsible Pezkuwi card, minimal by default pezkuwichain 2026-07-02 04:15:45 -07:00
  • be887e5f50 Merge main: pull in critical Tron ChainConnection fix + CI infra fixes pezkuwichain 2026-07-08 08:39:31 -07:00
  • 7dea79dbee fix: use arm64-v8a emulator image on macos-14 runners (#11) pezkuwichain 2026-07-08 06:36:31 -07:00
  • 4a2fc5681a ci: add workflow_dispatch escape hatch to pull_request.yml (#8) pezkuwichain 2026-07-07 11:56:50 -07:00
  • 351114b349 feat: insert TRX into default token order after BNB pezkuwichain 2026-07-07 11:00:50 -07:00
  • 99ed9486fe feat: extend default token order (BTC, ETH, BNB, AVAX, LINK, UNI, TAO) pezkuwichain 2026-07-07 11:00:16 -07:00
  • 30a86418df release: bump versionName to 1.1.2 (Tron send/transfer) pezkuwichain 2026-07-07 08:50:42 -07:00
  • 4537be4496 fix: ktlint violations (nested-comment doc text, line length) pezkuwichain 2026-07-07 07:17:43 -07:00
  • 3cd07abe55 Add Tron (TRC20/TRX) send/transfer support pezkuwichain 2026-07-07 07:08:22 -07:00
  • 46d2a91510 Add read-only Tron (TRC20) chain family support (#9) pezkuwichain 2026-07-07 06:03:20 -07:00
  • 85bde7e448 Redesign: dashboard card + action row (v1.1.1) (#6) pezkuwichain 2026-06-14 23:34:49 -07:00
  • 37c2edc6cd ci(deploy): support staged production rollout (userFraction) (#5) pezkuwichain 2026-06-14 23:02:50 -07:00
  • 87bacc3f7c ci: fix develop PR build signing (validateSigningDevelop) (#4) pezkuwichain 2026-06-14 22:51:12 -07:00
  • 22422c85da Redesign: brand-book alignment + forbidden-color purge (v1.1.0) (#3) pezkuwichain 2026-06-14 22:20:33 -07:00
  • f5df785a42 fix(ci): free disk space before building debug androidTest APKs (#1) pezkuwichain 2026-06-11 07:22:10 -07:00
  • 5245f86678 fix: use main branch in github release workflow v1.0.4 pezkuwichain 2026-04-20 22:16:43 +03:00
  • 817ce246b4 fix: remove trailing blank lines before closing braces (ktlint) pezkuwichain 2026-04-20 16:57:22 +03:00
  • a793993c1f fix: use Locale.US for DecimalFormat to fix $0 price display on Turkish locale devices pezkuwichain 2026-04-20 16:28:16 +03:00
  • f5b38eed8c chore: remove Branch.io SDK and route deep links through own domain pezkuwichain 2026-03-23 22:59:05 +03:00
  • 28d0391d72 fix: store native libs uncompressed with 16KB zip alignment pezkuwichain 2026-03-14 19:50:06 +03:00
  • 64d727dd21 fix: 16KB page alignment for all native libraries pezkuwichain 2026-03-14 18:35:15 +03:00
  • 55df31b29b feat: prepare v1.0.3 production release with 16KB page alignment pezkuwichain 2026-03-14 16:49:39 +03:00
  • b4932c8b6e chore: bump version to 1.0.2 for Play Store release pezkuwichain 2026-03-11 06:27:11 +03:00
  • 2fe578048b Fix unescaped apostrophes and remaining positional format specifiers in translations pezkuwichain 2026-03-11 02:09:20 +03:00
  • a91b1cb22b Fix positional format specifiers in English strings.xml pezkuwichain 2026-03-11 01:56:24 +03:00
  • ed0ffe0a3c Fix positional format specifiers in Kurdish strings.xml pezkuwichain 2026-03-11 01:27:45 +03:00
  • cc44f22163 fix: use positional format specifiers in Turkish translations pezkuwichain 2026-03-11 01:19:45 +03:00
  • 8bbeddf2ba feat: complete Turkish and Kurdish translations for all UI strings pezkuwichain 2026-03-11 01:09:50 +03:00
  • c965746f8f fix: use commit-count based versionCode to prevent downgrade on Firebase v1.0.1 pezkuwichain 2026-03-10 02:18:55 +03:00
  • 8d150266fb fix: detect on-chain dispatch errors for citizenship and staking extrinsics pezkuwichain 2026-03-09 02:46:49 +03:00
  • 44fd64496b feat: add complete Pezkuwi/citizenship translations to all 14 languages pezkuwichain 2026-03-08 23:57:41 +03:00
  • 84d0f39f8a fix: replace setFragmentResult with interface callback for citizenship dismiss pezkuwichain 2026-03-08 19:06:21 +03:00
  • 138c0199c9 fix: auto-refresh Pezkuwi dashboard card after actions pezkuwichain 2026-03-08 17:32:40 +03:00
  • cbce1070b4 Bump version to 1.0.1 and add release notes pezkuwichain 2026-03-05 16:46:23 +03:00
  • ba057617d3 fix: ktlint multiline-if-else braces in PezkuwiDashboardAdapter pezkuwichain 2026-03-05 02:40:08 +03:00
  • 91f2b5d254 feat: add Start Tracking button for StakingScore on dashboard pezkuwichain 2026-03-05 02:33:31 +03:00
  • 6939dfd4c3 Fix auto-pr to not fail when branches are already in sync pezkuwichain 2026-03-02 15:08:24 +03:00
  • 2177683838 Replace force-push sync with PR-based auto-merge workflow pezkuwichain 2026-03-02 14:22:29 +03:00
  • 81b0491691 fix: use safe call for nullable String in ifBlank pezkuwichain 2026-03-01 22:22:41 +03:00
  • 5705d0d578 fix: resolve citizenship bottom sheet not opening on button tap pezkuwichain 2026-03-01 22:08:19 +03:00
  • d33a0a6289 fix: use https telegram link in dashboard share referral button pezkuwichain 2026-02-28 04:22:16 +03:00
  • 5771fbc10b fix: use https telegram link instead of custom scheme for sharing pezkuwichain 2026-02-28 02:40:06 +03:00
  • 66be33c43e fix: disable referrer input when pre-filled from deep link pezkuwichain 2026-02-28 02:00:08 +03:00
  • 33c6559a41 fix: connect referral link to blockchain via deep link handler pezkuwichain 2026-02-27 22:11:34 +03:00
  • 894e5dac22 fix: prevent staking dashboard hang when exposure flag not cached pezkuwichain 2026-02-27 13:41:26 +03:00
  • 2d0d46688e fix: save exposure flag for uncertain state to prevent setup screen hang pezkuwichain 2026-02-27 04:30:53 +03:00
  • 40f1b9bcaa fix: correct Google OAuth client ID and add auth diagnostics pezkuwichain 2026-02-27 00:44:36 +03:00
  • ef1c71a320 style: fix ktlint formatting in staking dashboard logs pezkuwichain 2026-02-26 23:50:34 +03:00
  • 415085b0d5 fix: prevent staking dashboard crash from missing assets pezkuwichain 2026-02-26 22:38:18 +03:00
  • 2374dac2ad fix: prevent staking dashboard infinite loading pezkuwichain 2026-02-26 20:49:12 +03:00
  • 853bbf567e fix: auto-detect sdkmanager path for self-hosted runners pezkuwichain 2026-02-26 13:38:30 +03:00
  • 2462c2b306 fix: resolve CI workflow failures across multiple jobs pezkuwichain 2026-02-26 13:29:43 +03:00
  • e43bb7a595 fix: enable full debug symbols in Rust native bindings pezkuwichain 2026-02-25 23:24:26 +03:00
  • 49bbb8cf51 fix: enable native debug symbols for Play Store pezkuwichain 2026-02-24 23:06:31 +03:00
  • 8da8dd0088 fix: preserve symbol tables in Rust bindings for Play Store debug symbols pezkuwichain 2026-02-24 20:51:08 +03:00
  • abc624b57a fix: remove debugSymbols from Play Store upload pezkuwichain 2026-02-24 20:45:26 +03:00
  • d8810676a6 ci: upload native debug symbols to Play Store pezkuwichain 2026-02-24 20:09:31 +03:00
  • e6a087f907 ci: change Play Store track from production to alpha for closed testing pezkuwichain 2026-02-24 19:04:01 +03:00
  • c30cdf2411 build: add native debug symbols for releaseMarket pezkuwichain 2026-02-24 18:20:18 +03:00