Skip to content

Robot Scouter v3.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SUPERCILEX SUPERCILEX released this 30 Jan 03:15
· 127 commits to master since this release
70a1507

Table of Contents

Intro

Robot Scouter v3.0 is out!!! v3.0 completely reworks Robot Scouter's user experience, supports trashing teams and templates instead of permanently deleting them, includes rewritten internals to make future development easier, and fixes swaths of bugs. The full diff is available here.

Stats

  • Commits: 301
  • Lines of code changed in this release: 26,077
  • Total LoC: 18,482

New features

Home interface

Robot Scouter v3.0 now opens up to the "Home" interface, letting you manage commonly used features all from one place. It currently includes the team list, scout editor, and template editor. Later, Auto Scout will be added to the Home interface.

Note: scout editors now open inline instead of in a new window. However, you can still move the scout editor to a new window by going to the overflow menu in the top right and selecting the "Move to new window" option.

Trash

Teams and templates are no longer permanently deleted. Instead, they are moved to the trash where you'll find the usual "Restore" and "Delete permanently" options.

Animations

Robot Scouter v3.0 comes with several new animations to spice things up:

  • The stopwatcher timer icon animates on and off
  • The counter metric value updates are animated
  • The team's robot picture animates to open the scout editor
  • The scout editor's offline loading animation is now a bouncing cloud

Android Pie (9.0) support

Robot Scouter v3.0 now fully supports Android Pie.

French translations

Robot Scouter has been fully translated into French... huge thanks to @Samgd14 from team 6929.

Notable changes and improvements

  • Logging in with GitHub is now supported
  • Several dialogs are now bottom sheets
  • The metric addition UI in the template editor has been transitioned to a bottom sheet, thereby fixing a bug where not all metrics were accessible on small screens
  • Multiple teams in the team list can now be selected through drag selection
  • Tons of bug fixes and other minor improvements