21-07-2025
✨ Search & Usability Enhancements
This release focuses on improving the user experience of the search page and headline displays. We've introduced a more intuitive 'time ago' date format and enhanced search results to be more interactive. Under the hood, we've also made several refinements to improve application stability and maintainability.
✨ User Experience Enhancements
- User-Friendly Date Formatting: All timestamps across headline tiles are now displayed in a more intuitive 'time ago' format (e.g., "5 minutes ago," "yesterday"). This makes it much easier to gauge how recent an article is at a glance.
- Enhanced Search Results: The search page is now more powerful. When you search for topics, they will appear as dedicated, interactive items in the results list, allowing you to tap them to navigate directly to that topic feed.
🔧 Stability & Technical Refinements
- Robust Configuration Handling: We've improved how remote configuration is fetched, using constants instead of hardcoded strings to make the process more reliable and less prone to errors.
- Dependency Updates & Alignment: The application has been updated to use the latest version of our internal
ht-http-client
library, ensuring full compatibility and stability with our backend services. - Code Quality: Minor code cleanup was performed, including the removal of unused imports and variables, contributing to better overall code hygiene.