Skip to content

Commit 9bd5958

Browse files
committed
Prepare release version 2018.1
Perhaps I can get the branding right this time
1 parent a60d0ec commit 9bd5958

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

README.MD

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
# ThunderScout [![Build Status](https://travis-ci.org/Team980/ThunderScout-Android.svg?branch=master)](https://travis-ci.org/Team980/ThunderScout-Android)
1+
# ThunderScout - Scout with power [![Build Status](https://travis-ci.org/Team980/ThunderScout-Android.svg?branch=master)](https://travis-ci.org/Team980/ThunderScout-Android)
22

3-
ThunderScout is designed by FRC Team 980 ThunderBots to help you scout matches quickly and powerfully.
4-
With an intuitively designed scouting flow, robust configuration framework, and intelligent data presentation, ThunderScout can adapt to fit any team's needs.
3+
ThunderScout is Team 980's robust and intuitive scouting app for FIRST Robotics Competition teams.
4+
Scout and analyze matches with an intuitive interface, and modularly configure and link devices to match the structure of your scouting team.
55

6-
ThunderScout is available to download on [GitHub](https://github.com/Team980/ThunderScout-Android/releases), [Google Play](https://play.google.com/store/apps/details?id=com.team980.thunderscout), and the [Amazon Appstore](https://www.amazon.com/gp/mas/dl/android?p=com.team980.thunderscout).
6+
### Modularly configure different devices
7+
Configure and link devices to match the structure of your scouting team.
8+
9+
### Simple and intuitive scouting flow
10+
Scout matches with a simple and easy to understand interface.
11+
12+
### Dynamic match data presentation
13+
Analyze match and team data with sort, search, and filter options. You can also view detailed breakdowns of individual matches, teams, and potential alliances.
14+
15+
### Robust Bluetooth server stack
16+
Transfer data between devices with a robust and reliable Bluetooth server system.
17+
18+
## Download
19+
You can download ThunderScout on [Google Play](https://play.google.com/store/apps/details?id=com.team980.thunderscout), [Amazon](https://www.amazon.com/gp/mas/dl/android?p=com.team980.thunderscout), and [GitHub](https://github.com/Team980/ThunderScout-Android/releases).
20+
21+
ThunderScout is compatible with Android devices running Android 4.1 or newer. Additional capabilities may require additional hardware features, such as Bluetooth or an internet connection.
22+
23+
_Android, Google Play, and the Google Play logo are trademarks of Google LLC._

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
minSdkVersion 16
4141
targetSdkVersion 27
4242
multiDexEnabled true
43-
versionCode 15 //Next public release: 16
44-
versionName "2018.1-beta2"
43+
versionCode 16 //Next public release: 17
44+
versionName "2018.1"
4545
resConfigs "en"
4646
}
4747

app/src/main/java/com/team980/thunderscout/preferences/SettingsActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import android.os.Bundle;
3131
import android.provider.Settings;
3232
import android.support.annotation.Nullable;
33-
import android.support.v4.app.FragmentTransaction;
3433
import android.support.v7.app.AppCompatActivity;
3534
import android.support.v7.preference.EditTextPreference;
3635
import android.support.v7.preference.ListPreference;
@@ -156,7 +155,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
156155

157156
HeaderPreferenceFragment.this.getFragmentManager().beginTransaction()
158157
.replace(android.R.id.content, fragment)
159-
.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE) //this mimics how some Google apps do it
158+
//.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE) //this mimics how some Google apps do it
160159
.addToBackStack(preference.getFragment())
161160
.commit();
162161

app/src/main/res/values/strings.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<string name="app_name">ThunderScout</string>
2727

2828
<string name="welcome_message">
29-
TODO new welcome
29+
ThunderScout is Team 980\'s robust and intuitive scouting app for FIRST Robotics Competition teams. Scout and analyze matches with an intuitive interface, and modularly configure and link devices to match the structure of your scouting team.
3030
\n
3131
\nTo get started, configure your device in the app settings, or dive in and scout your first match!
3232
</string>
@@ -39,10 +39,12 @@
3939
\nYou can opt out of telemetry in the app settings.
4040
</string>
4141

42-
<!--- TODO Last update: v15 -->
42+
<!--- TODO Last update: v16 -->
4343
<string name="update_notes">
44-
ThunderScout 2018.1
45-
\n• These patch notes are also accessible from the About menu, if you ever go looking for them
44+
ThunderScout 2018.1 now supports 2018\'s FIRST POWER UP, as well as improving the stability since the previous release.
45+
\n
46+
\nIn 2018, it\'s all about Power Cubes, and the scouting flow has been updated to match.
47+
\nThe backend that provides for statistical calculations has also been updated, which will allow more types of statistics to be added in a future release.
4648
</string>
4749

4850
<string-array name="alliance_stations_array">

0 commit comments

Comments
 (0)