Implement automatic score analysis with dynamic learning. Removed Analysis tab and integrated automatic equivalence calculation after score entry with mandatory thresholds (3+ scores, 2+ games) and showing only played games.

This commit is contained in:
cmclark00 2025-03-24 17:01:26 -04:00
parent 7fa9e2a12d
commit 857331566e
11 changed files with 558 additions and 155 deletions

View file

@ -23,10 +23,4 @@
android:label="Statistics"
tools:layout="@layout/fragment_stats" />
<fragment
android:id="@+id/navigation_analysis"
android:name="com.accidentalproductions.tetristats.ui.analysis.ScalingFactorFragment"
android:label="Scaling Analysis"
tools:layout="@layout/fragment_scaling_factor" />
</navigation>