dicio-android icon indicating copy to clipboard operation
dicio-android copied to clipboard

Condense main menu + add skill categories

Open tylxr59 opened this issue 4 weeks ago • 0 comments

Made WhatICanDo.kt collapsible on main app screen.

Added categories for skills. These are used to categorize skills in the What I Can Do card and Skill Settings. Skill names are translatable via strings.xml and uses a collator to properly alphabetize categories based on the localized category names. Skills lacking a category are handled by dropping them into the Other category.

Categories are assigned in the SkillInfo.kt files. Example from current_time:

object CurrentTimeInfo : SkillInfo("current_time") {
    override val categoryNameRes = R.string.category_information

tylxr59 avatar Dec 14 '25 14:12 tylxr59