Commit Graph

10 Commits

Author SHA1 Message Date
pezkuwichain 84b87458da feat: replace governance banner with builders call-to-action (#63)
The "Your Voice Matters" card used pezkuwiwallet://pezkuwi/open/governance.
That path prefix-matches the referendum deep link handler (/open/gov), which
requires an id; without one it reports "Referendum not found". Worse, a
matched-but-failed deep link is persisted and never cleared, so it replays on
every app launch.

Replace it with a builders/developer call-to-action (image: Gre Miraza scene)
that links to an external Telegram invite. External https links bypass the
in-app deep link engine entirely, so this card cannot get stuck.

prod + dev kept in sync; en/ku/tr localised.
2026-07-22 21:32:23 -07:00
pezkuwichain 1433c8db45 feat: refresh home banners — remove Newroz/Explorer, add Cloud Nation & Hiring (#61)
Assets banner set (prod + dev kept in sync):
- Remove pezkuwi-newroz-001 (expired) and pezkuwi-explorer-001
- Add pezkuwi-book-001: "Cloud Nation" book promo (image = English cover),
  action null ("on Amazon" in copy)
- Add pezkuwi-hiring-001: Pezkuwi Digital States hiring 10,000 paid roles,
  action -> https://welati.pex.network
- Welcome card: "Kurdistan" -> "Stateless Nations" (en/ku/tr)
- Community card action -> new Telegram invite (t.me/+DUWJ8wtt5qI4Njgy)

Localisation covers all app-supported languages of the 6-language standard
(en/ku/tr); fa/ar/kmr are not app locales so no dead files were added.

New foreground images (250x180, transparent, text-free) added under
resources/images/. Backgrounds reused from freed slots.
2026-07-22 20:43:14 -07:00
pezkuwichain e5339235ad revert: temporarily restore content to the last Play-Store-compatible state
The live Play Store release (wallet-android 85bde7e, published 2026-06-15)
was built against whatever was on this branch's HEAD at the time - which,
since master had received no commits between 2026-03-02 and this week, was
commit 7a087cf. This week's changes (nova-base sync, Tron config/icons,
balance test fixtures, etc.) are real and wanted, but they've made master
incompatible with that still-live app version, and live users installing
fresh right now get a completely empty tokens list because of it (the app's
chain sync silently fails whole-hog on any single malformed/incompatible
chain entry, leaving new installs with zero locally-cached chains).

This makes master's served content match 7a087cf exactly, stopping the
bleeding for current live users without needing an emergency app release.
None of this week's work is lost - it's all preserved on
pending/post-fix-release and will come back once wallet-android's Tron
send feature is complete and both repos can ship together in one
coordinated release.
2026-07-11 08:23:48 -07:00
pezkuwichain 45cbb72e1c Add Tron chain to Pezkuwi overlay; regenerate merged configs
- pezkuwi-overlay/chains/pezkuwi-chains.json: add Tron mainnet
  (native TRX + USDT-TRC20) chain entry, plus new TRX/Tron icons
  under pezkuwi-overlay/icons/ (the correct source location - synced
  into the top-level icons/ output by sync_from_nova.py).
- Regenerate all chains/*, xcm/*, staking/* merged output via
  sync_from_nova.py against the current nova-base submodule state.
- Also picks up previously-uncommitted local fixes: canonical
  Telegram/Twitter links (t.me/kurdishmedya, x.com/bizinikiwi) in
  README/docs/banners, and Pezkuwi mainnet + People chain SubQuery
  staking overrides.
2026-07-07 11:02:08 -07:00
pezkuwichain 916ea48594 feat: add Turkish localization for banners 2026-02-12 02:48:59 +03:00
pezkuwichain 8515448a94 Fix banner deep links: novawallet -> pezkuwiwallet 2026-01-24 08:21:38 +03:00
pezkuwichain 88b4f2330e Add missing banner images 2026-01-24 08:04:23 +03:00
pezkuwichain cf2c49f073 Add banner background images (gradient) 2026-01-24 06:28:45 +03:00
pezkuwichain 84f7ed30dc Update banners for Pezkuwi Wallet
- Replace Nova Wallet banners with Pezkuwi-specific content
- Add Kurdish (ku) localization as primary language
- Add English (en) localization
- Remove unused languages and Nova-related content
- Add Pezkuwi banner images (HEZ, PEZ, Newroz, welcome)
- Add README with admin guide for banner management

8 banners: Welcome, Staking, HEZ Token, PEZ Token,
Governance, Community, Explorer, Newroz
2026-01-24 06:27:06 +03:00
pezkuwichain 46297339b1 Initial commit: Pezkuwi Wallet Utils
- Chain configurations for Polkadot, Kusama and all major parachains
- Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain)
- Staking metadata and validator lists
- DApp configurations
- XCM cross-chain messaging configs
- Governance dApp listings
- Promotional banners
- Chain migration configurations
- Asset metadata and icons

Based on Nova Utils with Pezkuwichain extensions
2026-01-23 00:29:48 +03:00