mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-23 17:01:39 -04:00
* compare normalized search and items to ignore accents and diacritics * Update CHANGELOG.md * compare normalized search and items to ignore accents and diacritics * Update CHANGELOG.md * fix change print enconding to base64 #104 Signed-off-by: Jan Guegel <jan@guegel.eu> * ops.. wrong branch.. Signed-off-by: Jan Guegel <jan@guegel.eu> * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> * use normalizeString() from commons libs Signed-off-by: Jan Guegel <jan@guegel.eu> * use normalizeString() from commons libs also for recentsfragmen Signed-off-by: Jan Guegel <jan@guegel.eu> * Apply suggestions from code review Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> * use normalizeString() for StorageFragment Signed-off-by: Jan Guegel <jan@guegel.eu> * fix last usage of contains() without normalizeString in search context fix missing expection toast Signed-off-by: Jan Guegel <jan@guegel.eu> * remove Toast from loop Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> --------- Signed-off-by: Jan Guegel <jan@guegel.eu> Co-authored-by: Jan Guegel <jan@guegel.eu> Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Refs: https://github.com/FossifyOrg/File-Manager/issues/95