Skip to content

Commit

Permalink
Prepare release version 2018.1
Browse files Browse the repository at this point in the history
Perhaps I can get the branding right this time
  • Loading branch information
19lmyers committed Mar 13, 2018
1 parent a60d0ec commit 9bd5958
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
25 changes: 21 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# ThunderScout [![Build Status](https://travis-ci.org/Team980/ThunderScout-Android.svg?branch=master)](https://travis-ci.org/Team980/ThunderScout-Android)
# ThunderScout - Scout with power [![Build Status](https://travis-ci.org/Team980/ThunderScout-Android.svg?branch=master)](https://travis-ci.org/Team980/ThunderScout-Android)

ThunderScout is designed by FRC Team 980 ThunderBots to help you scout matches quickly and powerfully.
With an intuitively designed scouting flow, robust configuration framework, and intelligent data presentation, ThunderScout can adapt to fit any team's needs.
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.

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).
### Modularly configure different devices
Configure and link devices to match the structure of your scouting team.

### Simple and intuitive scouting flow
Scout matches with a simple and easy to understand interface.

### Dynamic match data presentation
Analyze match and team data with sort, search, and filter options. You can also view detailed breakdowns of individual matches, teams, and potential alliances.

### Robust Bluetooth server stack
Transfer data between devices with a robust and reliable Bluetooth server system.

## Download
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).

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.

_Android, Google Play, and the Google Play logo are trademarks of Google LLC._
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
multiDexEnabled true
versionCode 15 //Next public release: 16
versionName "2018.1-beta2"
versionCode 16 //Next public release: 17
versionName "2018.1"
resConfigs "en"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import android.os.Bundle;
import android.provider.Settings;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.preference.EditTextPreference;
import android.support.v7.preference.ListPreference;
Expand Down Expand Up @@ -156,7 +155,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {

HeaderPreferenceFragment.this.getFragmentManager().beginTransaction()
.replace(android.R.id.content, fragment)
.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE) //this mimics how some Google apps do it
//.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE) //this mimics how some Google apps do it
.addToBackStack(preference.getFragment())
.commit();

Expand Down
10 changes: 6 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string name="app_name">ThunderScout</string>

<string name="welcome_message">
TODO new welcome
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.
\n
\nTo get started, configure your device in the app settings, or dive in and scout your first match!
</string>
Expand All @@ -39,10 +39,12 @@
\nYou can opt out of telemetry in the app settings.
</string>

<!--- TODO Last update: v15 -->
<!--- TODO Last update: v16 -->
<string name="update_notes">
ThunderScout 2018.1
\n• These patch notes are also accessible from the About menu, if you ever go looking for them
ThunderScout 2018.1 now supports 2018\'s FIRST POWER UP, as well as improving the stability since the previous release.
\n
\nIn 2018, it\'s all about Power Cubes, and the scouting flow has been updated to match.
\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.
</string>

<string-array name="alliance_stations_array">
Expand Down

0 comments on commit 9bd5958

Please sign in to comment.