Robot-Scouter icon indicating copy to clipboard operation
Robot-Scouter copied to clipboard

:robot: Easy, efficient, and collaborative FIRST robot scouting

Results 51 Robot-Scouter issues
Sort by recently updated
recently updated
newest added

This requires #274. With the current architecture, fixing a bug like this is basically impossible. Here's where things fail: https://github.com/SUPERCILEX/Robot-Scouter/blob/30438c9a39da0bb6a759dee25ae315f19f562b41/library/core-data/src/main/java/com/supercilex/robotscouter/core/data/model/Templates.kt#L80-L86

bug
feature:templates

- [ ] Merge fork with upstream - [ ] Remove all IDP SDKs in favor of generic OAuth - [ ] Add support for other IDPs that use generic...

feature
refactor
feature:home

- [ ] Have VMs control UI: https://gist.github.com/SUPERCILEX/21da30a6f73b621b704aba67977af89b - [ ] Decouple DB models with UI models - [ ] Add repository layer - [ ] Get rid of dynamic...

refactor
feature:scouts
feature:teams
feature:templates
feature:exports
feature:settings
feature:home

https://developer.android.com/studio/profile/benchmark See if PrecomputedText actually helps: ![image](https://user-images.githubusercontent.com/9490724/66366875-bda1f080-e946-11e9-8b46-1d7cac991216.png)

enhancement
feature:scouts
feature:teams
feature:templates
feature:home

https://github.com/material-components/material-components-android/tree/master/material-theme-builder - Use no parent themes for performance (since less overwrites) ![image](https://user-images.githubusercontent.com/9490724/65728326-6b6fee00-e06f-11e9-9422-d523d35b58b2.png) - Use closest context for resources to get overridden themes ![image](https://user-images.githubusercontent.com/9490724/65728509-0a94e580-e070-11e9-93e9-d9f37bb20f87.png) - Use default styles so you don't...

enhancement
refactor
feature:scouts
feature:teams
feature:templates

**TODO** This phase adds card UI infrastructure.

feature
feature:auto-scout

**TODO** [https://developers.google.com/nearby/connections/overview](https://developers.google.com/nearby/connections/overview) ## Team sorting By default, teams being sent to devices for scouting will be sorted by the number of scouts they have i.e. less scouts means higher ranking...

feature
feature:auto-scout

# Table of contents - [Intro](#intro) - [U[I/X]](#uix) - [Cards](#uix-cards) - [Intro](#uix-cards-intro) - [Sign in](#uix-cards-intro-account) - [What is Auto Scout?](#uix-cards-intro-what) - [Setup](#uix-cards-setup) - [Events](#uix-cards-setup-events) - [Devices](#uix-cards-setup-devices) - [Google Sheets](#uix-cards-setup-sheets) -...

feature
feature:scouts
feature:teams
feature:templates
feature:exports
feature:database
feature:settings
feature:auto-scout
blocked

Should be: ```java (resources.getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) > Configuration.SCREENLAYOUT_SIZE_LARGE || (configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) = 600; ``` But is: https://github.com/SUPERCILEX/Robot-Scouter/blob/c8457958c0e1fb921f1f0b601f3310a3b5262f4c/library/core-ui/src/main/java/com/supercilex/robotscouter/core/ui/Ui.kt#L28-L30

bug
feature:home