Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Make error messages scrollable #80

@strugee

Description

@strugee

Whenever there's some sort of OpMode error (usually from the hardware) the app will output some information at the bottom of the main app screen.

Unfortunately, this text is cut off with the string ... at the end. It'd be really useful if we could actually view all error messages at the same time. I tried to just make the error text be a child of a ScrollView, but unfortunately the code that does the actual truncation is inside FtcCommon-release.aar, so I wasn't able to complete the change. (Yet another reason FTC should be open source... :/ Anyway.)

If you want me to file this issue upstream at ftctechnh/ftc_app, let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions