FRC-Krawler icon indicating copy to clipboard operation
FRC-Krawler copied to clipboard

FIRST Robotics scouting app brought to you by Team 2052

Results 29 FRC-Krawler issues
Sort by recently updated
recently updated
newest added

We should update all of our `ListView`s to `RecyclerView`s. While we are at it, we can also get rid of `io.nlopez.smartadapters:library:1.3.1`.

Tech debt

Our current database library (GreenDAO) is quite antiquated. We should migrate to [Room](https://developer.android.com/topic/libraries/architecture/room)

Tech debt

We currently cannot release new versions because we still target API level 27. Docs for what changed in API 28: https://developer.android.com/about/versions/pie/android-9.0-changes-28 Docs for what changed in API 29: https://developer.android.com/about/versions/10/behavior-changes-10

Tech debt

Our team tested FRC Krawler (v3.2.9) at an off season competition (Ramp Riot). We manually entered the team list which included a new team 607. After we synced the data...

bug

From testing this weekend, we have seen multiple cases where scouted matches actually don't get logged by the server phone. Initially we thought it was mistakes by people using the...

bug

Could you add a feature to re-order the scouting template as currently the only way to re-order or edit it is to delete everything below and replace the item then...

enhancement

Could you add a feature to have a timer in the background of scouting which starts when the scouter selects anything, logs all the selections they make, and ends when...

enhancement

Could you add a feature to allow the scouter to click next and have it automatically choose the next match number and team for a given scout ie red 1,...

enhancement

We need to document our expectations of contributors