Skip to content

Commit

Permalink
Added Firebase disclosure
Browse files Browse the repository at this point in the history
Added a note to the About screen explaining that the app uses Firebase to record and transmit analytics and Crashlytics to transmit crash data.
  • Loading branch information
theblackwidower committed Mar 6, 2018
1 parent b8da302 commit bdf8afa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/src/main/res/layout/activity_about_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,27 @@

</LinearLayout>

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:orientation="vertical">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/firebase_disclosure"
android:textSize="14sp"/>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:text="@string/firebase_details"
android:textSize="14sp"/>

</LinearLayout>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<string name="translator_credit"><!--Canadian English Translation by T Duke Perry--></string>
<string name="translator_credit_url"><!--http://example.com--></string>

<string name="firebase_disclosure">Includes Firebase analytics and Crashlytics crash reporting</string>
<string name="firebase_details">Anonymous data will be transmitted to improve app development</string>

<!-- Options Screen -->
<string name="incorrect_option_title">On an incorrect answer&#8230;</string>
<string name="incorrect_option_move_on">go to next question</string>
Expand Down

0 comments on commit bdf8afa

Please sign in to comment.