Changelog ========= Changes Since 0.2.2.1 --------------------- ### Bug Fixes * Do not highlight dictionaries that have not been downloaded, even if there is a new version. * Fix a crash on older devices that was caused by incorrect handling of dictionary icons. * Fix a crash on notification on older devices, caused by the use of a vector icon in the notification, which was not supported. * Fix default radical button size which was too small. Changes In 0.2.2.1 ------------------ ### Features * Display expected file size and entry count in dictionary list. ### Bug Fixes * Scrolling in dictionary view was slow because we computed the hash of downloaded files. We now download to a temporary file, so checking a download now is instantaneous and scrolling is smooth again. Changes In 0.2.2 ------------------- ### Features * Dictionary list is now downloaded from the website, so new dictionaries will not always require an app update. * Show a message when a file is corrupted and delete it. * Show partial download status when a file failed partway. * New pause button to stop downloads partway and retry later. * Detect dictionary updates, display them with a yellow background in the list of dictionaries. * Downloaded dictionaries are now on top of the list. ### Bug Fixes * When a file is already downloaded, updating it will append to it instead of overriding it. * When a file is partially downloaded but updated on server, remove the old partial file as continuing download would cause a hash mismatch. ### Translations * Update fr translation Changes In 0.2.1 ----------------- ### Features * New settings: radical size * Download a control sum with dictionaries * Support resuming partial downloads ### Bug Fixes * Show dictionary sizes in appropriate unit, to prevent showing 0MB on small files * Show a notification when downloading, which helps keeping the app alive while downloading. ### Translations * Update fr translation Changes In 0.2 ----------------- ### Features * Hints are shown when a dictionary is missing * Support romaji and katakana input * Add Kanji lookup by component/radical [#7](https://framagit.org/nani-project/nani-app/issues/7) ### Bug Fixes * Preserve results when device orientation changes ### Misc * Update description for Fdroid * Asynchronous search for better user experience * Update dictionary list icons color on download or remove ### Translations * Update fr translation