* redesign(colors): purge forbidden magenta/purple from palette Brand book permits only the Kurdistan palette (kesk/sor/zer/fire) + navy. Replace the four Nova-legacy violations in common colors.xml (names preserved, so no references break): - crowdloan_banner_gradient_start #BD387F -> #009639 (kesk) - networks_banner_gradient_end #661D78 -> #017A2F (kesk-700) - chip_on_card_background #443679 -> #3D999EC7 (frosted periwinkle) - button_wallet_connect_background #353D67 -> #1F2A4D (neutral navy) Repo-wide grep confirmed no other hardcoded magenta/purple literals or purple/pink-named resources remain. * redesign(type): adopt brand fonts (Space Grotesk / Plus Jakarta Sans / JetBrains Mono) Brand book typography. Add OFL static fonts under common/res/font and repoint the theme font attrs (consumed app-wide via ?attr/font* in styles.xml): - fontRegular -> Plus Jakarta Sans Regular (body/UI) - fontSemiBold -> Plus Jakarta Sans SemiBold - fontBold/ExtraBold -> Space Grotesk Bold (display: balances, titles) - fontExtraLight -> Plus Jakarta Sans Light - Monospace text appearance (addresses/hashes) -> JetBrains Mono Static TTFs chosen (minSdk 24 < variable-font API 26). All five verified to cover Turkish + Kurdish Kurmancî glyphs (ş ğ ı İ ê î û ç …). * redesign(splash): replace map+wordmark logo with Newroz flame brand mark The first-launch splash logo (ic_loading_screen_logo) showed a Kurdistan map with a baked-in wordmark. Per the brand book the mark is the Newroz flame. Rasterized assets/nevroz-fire-flame.svg into the existing 6 density slots (same pixel dimensions = drop-in, no bg_splash.xml change, transparent WebP so it composites cleanly over the splash background). * redesign(onboarding): welcome hero -> Global United States of Pezkuwi Replace the legacy onboarding hero (ic_create_wallet_background, whose six density PNGs had inconsistent broken dimensions) with the brand 'Global United States of Pezkuwi' infographic. Consolidate to a single high-res WebP in drawable-nodpi (1408x768, 204K vs 1.75MB PNG) and switch the welcome ImageView scaleType centerCrop -> fitCenter so it shows full and uncropped above the CTA buttons, per the brand book. * redesign(assets): purge magenta/purple from raster illustrations colors.xml only covers named colors; these raster drawables still carried forbidden magenta/purple/pink pixels. Selectively rotate the 255-350 deg hue band (purple-magenta-pink) toward kesk green/teal across all densities, preserving gradients, shapes and the on-brand blues: - ic_pink_siri, ic_networks_banner_image, ic_no_added_networks, ic_import_option_hardware, tinder_gov (6 densities each). Third-party ic_powered_by_oak (OAK Network trademark) left untouched. crowdloan_banner_image is being handled separately. * redesign(assets): de-pink crowdloan banner across all densities The crowdloan banner's magenta sphere was recolored to brand sor red (xxxhdpi). Propagate that fix to the other five densities by downscaling the corrected xxxhdpi master (LANCZOS), so every device shows the same brand-clean banner. Pink-pixel scan now 0% on all six variants. * chore: remove pre-production debug code (release-blocker) CHANGELOG_PEZKUWI listed debug code to strip before production; two items were still live: - FeeLoaderV2Provider: the fee-retry dialog showed a raw "DEBUG: <err> | Runtime: <diagnostics>" string to users -> reverted to the localized resource string and dropped the diagnostics lookup. - RuntimeFactory: removed the companion lastDiagnostics field and its assignment (plus the now-dangling diagnostic vars), and the matching log line in the PezkuwiLiveTransferTest androidTest. Items #3-#6 were already clean. Repo now has no 'DEBUG:' literals or lastDiagnostics references. CHANGELOG marked cleaned. * docs: add BRAND.md — enforceable wallet brand rules Kurdistan-only palette (no pink/magenta/purple), brand fonts, Newroz flame mark, a PR brand checklist with a raster pink-scan snippet, the third-party-logo exception, and the Apache-2.0 attribution rule (keep LICENSE/NOTICE). Points to the canonical brand book at wiki.pezkuwichain.io/brand. * release: bump versionName to 1.1.0 (brand-book UI redesign) Live Play version is 1.0.4; minor bump for the UI redesign. versionCode stays CI-managed (CI_BUILD_ID). Add the v1.1.0 entry to CHANGELOG_PEZKUWI.
Pezkuwi Wallet Android
Next generation mobile wallet for Pezkuwichain and the Polkadot ecosystem.
About
Pezkuwi Wallet is a next-generation mobile application for the Pezkuwichain and Polkadot ecosystem. It provides a transparent, community-oriented wallet experience with convenient UX/UI, fast performance, and strong security.
Key Features:
- Full Pezkuwichain support (HEZ & PEZ tokens)
- Full Polkadot ecosystem compatibility
- Staking, Governance, DeFi
- NFT support
- Cross-chain transfers (XCM)
- Hardware wallet support (Ledger, Polkadot Vault)
- WalletConnect v2
- Push notifications
Native Tokens
| Token | Network | Description |
|---|---|---|
| HEZ | Relay Chain | Native token for fees and staking |
| PEZ | Asset Hub | Governance token |
Build Instructions
Clone Repository
git clone git@github.com:pezkuwichain/pezkuwi-wallet-android.git
Install NDK
Install NDK version 26.1.10909125 from SDK Manager:
Tools -> SDK Manager -> SDK Tools -> NDK (Side by Side)
Install Rust
Install Rust by following official instructions.
Add Android build targets:
rustup target add armv7-linux-androideabi
rustup target add i686-linux-android
rustup target add x86_64-linux-android
rustup target add aarch64-linux-android
Update local.properties
Add the following lines to your local.properties:
ACALA_PROD_AUTH_TOKEN=mock
ACALA_TEST_AUTH_TOKEN=mock
CI_KEYSTORE_KEY_ALIAS=mock
CI_KEYSTORE_KEY_PASS=mock
CI_KEYSTORE_PASS=mock
DEBUG_GOOGLE_OAUTH_ID=mock
RELEASE_GOOGLE_OAUTH_ID=mock
DWELLIR_API_KEY=mock
EHTERSCAN_API_KEY_ETHEREUM=mock
EHTERSCAN_API_KEY_MOONBEAM=mock
EHTERSCAN_API_KEY_MOONRIVER=mock
INFURA_API_KEY=mock
MERCURYO_PRODUCTION_SECRET=mock
MERCURYO_TEST_SECRET=mock
MOONBEAM_PROD_AUTH_TOKEN=mock
MOONBEAM_TEST_AUTH_TOKEN=mock
MOONPAY_PRODUCTION_SECRET=mock
MOONPAY_TEST_SECRET=mock
WALLET_CONNECT_PROJECT_ID=mock
Note: Firebase and Google-related features (Notifications, Cloud Backups) require proper configuration.
Build Types
debug: Uses fixed keystore for Google servicesdebugLocal: Uses your local debug keystorerelease: Production build
Supported Languages
- English
- Turkish (Türkçe)
- Kurdish Kurmanji (Kurmancî)
- Spanish (Español)
- French (Français)
- German (Deutsch)
- Russian (Русский)
- Japanese (日本語)
- Chinese (中文)
- Korean (한국어)
- Portuguese (Português)
- Vietnamese (Tiếng Việt)
- And more...
Resources
- Website: https://pezkuwichain.io
- Documentation: https://docs.pezkuwichain.io
- Telegram: https://t.me/pezkuwichain
- Twitter: https://twitter.com/pezkuwichain
- GitHub: https://github.com/pezkuwichain
License
Pezkuwi Wallet Android is available under the Apache 2.0 license. See the LICENSE file for more info.
Based on Nova Wallet (https://novawallet.io) - © Novasama Technologies GmbH
© Dijital Kurdistan Tech Institute 2026