Releases: qvapay/mobile_app
Release list
QvaPay v1.9.13
QvaPay v1.9.13 (1913)
fcd0f86 Update app version to 1.9.13 and increment versionCode to 1913 in app.json. Refactor OnlineStatusContext, useDeviceContacts, useTransactionSSE, LockScreen, and various store components to improve performance and maintainability, including the use of effect events and concurrent processing for better responsiveness.
64f3825 Update app version to 1.9.12 and increment versionCode to 1912 in package.json and project.pbxproj for consistency across the project.
QvaPay v1.9.12
QvaPay v1.9.12 (1912)
65428c3 Update app version to 1.9.12 and increment versionCode to 1912 in app.json. Introduce TopupScreen for mobile top-ups via Google Play Billing, enhancing the store experience. Update routes and linking for new top-up functionality, and expand IAP helpers to support consumable top-up products with corresponding SKUs and catalog entries.
QvaPay v1.9.11
QvaPay v1.9.11 (1911)
d0d30c2 Update app version to 1.9.11 and increment versionCode to 1911 in app.json. Add tools namespace to AndroidManifest.xml for managing permissions related to BLE services, which are currently iOS-only, and mark them for removal to avoid unnecessary declarations.
QvaPay v1.9.10
QvaPay v1.9.10 (1910)
aecd714 Update app version to 1.9.10 and increment versionCode to 1910 in app.json. Enhance Theme component to support custom accent colors for GOLD users, including new accent selection functionality and improved styling for accent options. Refactor ThemeContext to manage accent color state and ensure proper theme updates based on user entitlements.
QvaPay v1.9.3
QvaPay v1.9.3 (1903)
459995e Update app version to 1.9.3 and increment versionCode to 1903 in app.json. Enhance caching mechanisms across various screens for improved cold-start performance and offline rendering, including updates to the Home, Invest, P2P, Store, and Transaction components. Implement stale-while-revalidate strategies to ensure cached data is utilized effectively while fetching fresh data.
13f678e Refactor App component to enhance navigation structure and header options
50d0c18 Update app version to 1.9.2 and increment versionCode to 1902 in app.json for consistency across the project.
QvaPay v1.9.2
QvaPay v1.9.2 (1902)
1f4fbd7 Refactor QPAvatar component to remove theme dependency and simplify backfill logic
11ae41e Update app version to 1.9.1 and increment versionCode to 1901 in package.json and project.pbxproj. Enhance BalanceCard component to support pull-to-refresh functionality and update SettingsMenu to improve logout flow with AlertDrawer integration.
QvaPay v1.9.1
QvaPay v1.9.1 (1901)
8a26707 Update app version to 1.9.1 and increment versionCode to 1901 in app.json, package.json, and project.pbxproj. Add NearbyPay screen and related functionality for proximity payments, including navigation and Bluetooth permissions in Info.plist.
7b31293 Refactor user name display across multiple components to utilize displayName helper
8918c89 Refactor query string serialization in storeApi to align with API requirements
56cb24c Update app version to 1.8.9 and increment versionCode to 1809 in app.json, package.json, and project.pbxproj for consistency across the project.
QvaPay v1.8.9
QvaPay v1.8.8
QvaPay v1.8.8 (1808)
b7e1e69 Update subtitle in Store component for Assisted Shopping feature to reflect current offerings with QUSD.
QvaPay v1.8.7
QvaPay v1.8.7 (1807)
1ce9630 Remove unused Hero component from AssistedShopping screen to streamline UI and improve code maintainability.
cec0e82 Update app version to 1.8.7 and increment versionCode to 1807 in app.json and project.pbxproj; add Assisted Shopping screens and related routes to enhance user experience and functionality in the Store section.
b9fd8dc Update app version to 1.8.6 and increment versionCode to 1806 in app.json, package.json, and project.pbxproj; enhance Jest configuration to support .jsx file transformations for improved testing compatibility.