OH, HELLO (PROBABLE) FLAMING DURTLE USER…
As @Aislin mentioned, and as you may have noticed in other threads discussing the introduction of kana-only vocab to WaniKani, I saw the level of concern shown by users that Flaming Durtles would stop working once the new vocab type was introduced.
The app hasn’t been maintained on github for the past three years (though did receive an update last year that made it Android 12 compliant that isn’t reflected in the repo code) , but it was released under open-source licencing with full permission of the original developer to release it provided the name is changed and so I’ve spent the past week taking the original Flaming Durtles base code and updating it to support the new kana vocab.
I’m releasing the app as SMOULDERING DURTLES
I’ll be hopefully anticipation the most common questions here…
How is this different to Flaming Durtles?
In practical terms, as you use it, nothing will be different to what you’re used to, but under the surface these changes are the most significant:
Kana-only vocabulary is fully supported, appearing as Tofugu intend within vocabulary for the purposes of browsing and progress information, but with distinct info cards and advanced search filtering options for them.
The background API and download handling service has been upgraded, which should make it more graceful at handling slow connections or the app being quit. This should also allow things like options for downloading
Can I just keep using Flaming Durtles
It should theoretically keep working, with the following caveat:
TL;DR: Yes, but kana items won’t be handled correctly and it may not work forever
The way it has been coded means that any unknown subject type stored in the database defaults to being handled as a ‘radical’ for most functions and therefore you’ll get some issues of varying severity, though largely involving display. Nothing with break, as the code is fairly resilient in handling situations where a vocab item doesn’t have a reading, for example (it just doesn’t show one or ask for one) and radicals and kana both share question types in any case. However, you’ll not be able to filter for kana vocab items, get any data on them, etc. and so it’s not particularly ideal.
More technically, it may not be installable via Google Play much longer for newer devices. The app has been updated to support Android 12, but the code remains using API level 29. Android 13 (API level 33) has been set so that Google will not make apps searchable or installable that are below API level 30 - the practical implication of this is that as you update Android on your phones or get newer devices, Flaming Durtles may no longer be installable.