Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ipstolen committed Jan 16, 2024
2 parents 81e23e5 + 793238d commit a449284
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.a2022frcscoutingapp;
package com.example.a2023frcscoutingapp;

import android.content.Context;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
//ignore all the commented out things :)
public class MainActivity extends AppCompatActivity {




public static final String FIlE_NAME_KEY = "standard";

private static RatingBar rDefenseBar;
Expand Down Expand Up @@ -153,6 +156,34 @@ public class MainActivity extends AppCompatActivity {
private boolean broken_parts;
private boolean partially_dead;


/////new variables
private int trap;

private int spotlight;

private boolean melody;

private String Climb_end = "C";

private String Park_end = "P";

private String Nothing_end = "N";

private boolean Card_red;

private boolean Card_yellow;

private boolean disabled;


private boolean no_robot_problem;
private boolean broken_parts;
private boolean partially_dead;




private String[] climbDisplayText = {"No Climb", "Touching", "Leveled", "In Community"};

private Map<Integer, List<String>> matchMap = new HashMap<>();
Expand Down
Loading

0 comments on commit a449284

Please sign in to comment.