version 1.4.7.2
May 17, 2026 minor
1.4.7.2 is a performance and feature release introducing a brand-new property details layout, customizable feature hooks, smoother map interactions, and key performance upgrades.
Houzi App 1.4.7.2
- [Developer Tooling] Added the Houzi AI Skill system (.agents/skills/houzi/) to streamline AI-assisted app customizations.
- [New UI Layout] Modern, 3-column grid layout (v2) for property features.
- [New Hook] Added getValuedFeatureDesignHook() to toggle property layout designs.
- [Performance Overhaul] Blazing-fast home screen rendering, optimized caching, and fluid scrolling on the property details page.
- [Optimized Map] Improved map search reliability and smoother coordinate tracking.
- [Platform Updates] Upgraded dependencies for enhanced Android and iOS stability.
version 1.4.7.1
March 04, 2026 minor
1.4.7.1 brings minor fixes and improvements
Houzi App 1.4.7.1
- [Improved] Removed READ_EXTERNAL_STORAGE restricted storage permissions, migrated to Android Scoped Storage for Play Store compliance.
- [Improved] Fixed a bug where the PDF download progress dialog and notification would remain stuck after the download completed.
version 1.4.7
March 02, 2026 major
1.4.7 brings major updates, featuring a new User Verification System, refreshed Home Air & New Home Design, enhanced search experience, and expanded map support with OpenStreetMap integration.
Houzi App 1.4.7
- [New] Introduced a comprehensive User Verification System, enabling agents and agencies to submit digital credentials for verification. Admins can review and approve requests, awarding a verification badge to the user’s profile upon approval.
- [New] Introduces OpenStreetMap and Mapbox Maps, that allows users to seamlessly switch between different map styles and providers, including Google Maps, OpenStreetMap, and Mapbox.
- [New] Implemented the CRM User Dashboard, enabling a dedicated dashboard view within CRM that displays user-related insights, including activity on properties and other engagement data.
- [New] Added a download progress indicator in Android notifications when downloading property attachments.
- [New] Home Air the New Home Design:
- New Search Bar: Redesigned into a multi-action tool.
- Search Input: Tapping the main area or icon navigates to the dedicated Search Page.
- Location Selector: Integrated hierarchical selection flow: Country → State → City → Area.
- Filter Action: Dedicated settings icon opens the Filter Page.
- Customizable Category Tabs: Located below the search bar for quick filtering. Pre-configured with “All”, “For Rent”, and “For Sale”, and fully customizable by users.
- Floating Map Button: A prominent button at the bottom center allows users to view the listings on map view.
- [New] Added new property item designs for layout design 12 and 13.
- [New] Users can now share blogs, agent, and agency profiles with others.
- [New] Added CustomSearchWebParamsHook hook to support custom query parameters in search API requests.
- [New] Added a hook HouziMapProviderHook to set the default map provider, allowing developers to switch between google (Google Maps) and osm (OpenStreetMap) as needed.
- [New] Added a hook OSMGeoAdminEmailHook to configure the User-Agent admin email for OpenStreetMap search and reverse geocoding services, ensuring proper request identification and compliance with OSM usage policies.
- [New] Added a hook MapViewInitialLocationHook to set the initial latitude, longitude, and zoom level for maps in Add Property and Search Results, ensuring a consistent starting view for users.
- [New] Added a hook MapBoxApiKeyHook to securely configure and manage the Mapbox API token, which is required to enable Mapbox services across the application. This hook ensures proper authentication and seamless functionality when Mapbox is selected as the map provider.
- [New] Updated the Android project folder, Gradle, Wrapper, and plugins to their latest versions. Check migration guide for further details.
- [Improved] Updated the User Approval system logic to sync with recent improvements in the Houzi Rest API.
- [Improved] Added download icon for notification attachments in Android and the admin verification screen.
- [Improved] Enhanced localization support with new translations and improved string handling.
- [Improved] Fixed issue in Sequential location picker where the “All” tab list tile would not appear when there was nothing to select.
- [Improved] Fixed bug in CRM Leads while adding Notes.
- [Improved] Fixed validation not enabling for Custom Fields when marked as required in Theme Options.
- [Improved] Resolved an issue where the “Download Image” button remained active even when disabled in the configuration.
- [Improved] Addressed UI layout issues in RTL mode to ensure proper localization rendering.
- [Improved] Updated the deprecated method for flutter_launcher_icons to the correct implementation.
- [Improved] Enhanced the Add Property screens by introducing a dedicated button for unverified users. This allows users to directly navigate to the User Verification Screen, making the verification process more accessible and streamlined.
Houzi Rest Api Plugin 1.4.7
- [New] Launched the User Verification System API, managing the complete verification workflow from credential submission to admin approval.
- [New] Implemented parameters to filter and show only verified agents/agencies.
- [New] Implemented the User Dashboard CRM Webservice to display user-related statistics and activity data, providing admins with clear insights into property interactions and engagement.
- [Improved] Enhanced User Approval system code.
- [Improved] Refactored Touch Base web service structure by migrating user-related actions to dedicated User functions for better modularity.
- [Improved] Fixed issue where Required Fields were not showing up for Custom Fields.
- [Improved] Fixed Forgot Password bug that prevented emails from being sent to the user account.
- [Improved] Ensure a push notification is sent to the admin when a Contact Us request is sent from the mobile app.
- [Improved] Refactored and fixed role management by moving it to a dedicated module that now handles only user-related roles, including nonce handling from Houzi, ensuring cleaner separation of responsibilities and better maintainability.
- [Improved] Fixed an issue where user approval was bypassed when signing up via social accounts, ensuring all users go through the proper verification flow, when User Approval System is enabled.
Houzi Builder 1.4.7
- [New] Integrated Home Air support, allowing users to generate and fully customize their configurations.
- [New] Added Property Item Design for design 12 and 13.
- [Improved] Fixed a bug where the property item in the Style tab was null and not showing up.
version 1.4.6
October 14, 2025 major
1.4.6 Brings support for Flutter 3.35.XX.
Houzi App 1.4.6
- [New] Added quick handling for unverified users. If a user is not verified, the app will now display a warning screen.
- [New] Users can now change their role directly from their profile using a dropdown menu, if change role is allowed.
- [Improved] Fixed an issue with clicking the “All” in country, state, city or area list in location picker.
- [Improved] Fixed an issue where users did not receive email or notification when their property was approved by the admin.
- [Improved] Fixed an issue with map markers/pointers not showing.
- [Improved] Issue causing the map not to display when the show_map_instead_of_filter option was enabled.
- [Improved] Fixed an issue with Country, State, City, or Area could remove its parent location in add a property.
Houzi Rest Api Plugin 1.4.6
- [New] Added API for User Verification System, to confirm whether a user is verified and handle unverified cases accordingly.
- [New] The editProfile API now allows users to update their role in addition to existing profile fields, without affecting the current logic.
- [Improved] The API now correctly triggers email and notification events when a property is approved by an admin.