FRC-Krawler
FRC-Krawler copied to clipboard
FIRST Robotics scouting app brought to you by Team 2052
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`.
Our current database library (GreenDAO) is quite antiquated. We should migrate to [Room](https://developer.android.com/topic/libraries/architecture/room)
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
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...
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...
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...
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...
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,...
We need to document our expectations of contributors