This week’s release is history, let’s start thinking about the new one! These are the points I would like to work on:

  • redesign/reorder of the settings screen to keep only the most important items in the screen and move all “advanced” tweaks to sub-pages (see here);
  • save drafts for posts and comments to send them at a later point (see here).

Do you have any other idea/suggestion? Thanks as always.

  • Dieguito 🦝OPM
    link
    1
    edit-2
    3 months ago

    A couple of bugs I’m also going to fix:

    • sometimes when you open the app and there is no connectivity, you get “logged out” (done here)
    • post body max lines does not work as expected after Markdown rendering has been completely reimplemented (done here).

    New features:

    • add possibility to share community and user references (done here).
  • Dieguito 🦝OPM
    link
    0
    edit-2
    3 months ago

    A review in the Play Store also pointed out that the app is not compliant with Material Design guidelines, which is partially true.

    The area where the most blatant violations can be found (i.e. custom components are used where a user should expect standard material components) is the navigation drawer.

    It started promisingly, I was using the ModalNavigationDrawer composable, but the idea got somehow lost along the way and no ModalDrawerSheet (instead of a plain Column), and no NavigationDrawerItem (instead of plain Rows) are used in all subsequent levels.

    See this PR and this PR.