mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-06-18 21:42:20 -04:00
* 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