Files
Phone/app
Naveen Singh 47b9a83c99 fix: ensure unique call log items to prevent crashes (#534)
* fix: ensure unique call log items to prevent crashes

Refs: https://github.com/FossifyOrg/Phone/issues/378

* fix: prevent incorrect sorting in search results

Changed the day code format (used internally) to yyyy-MM-dd to help with sorting. Corrected sorting also solves duplicated date headers due to misplaced call entries (caused by `startsWith()` sort).

* perf(recents): cache call day code to eliminate allocations

* fix: simplify condition

* refactor: no need to compute day code lazily
2025-08-23 21:13:11 +05:30
..