Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Thank all the cool people
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Jan 2, 2017
1 parent b777137 commit 8ac7d70
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
28 changes: 28 additions & 0 deletions WaniKani/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,34 @@
android:text="@string/pref_title_open_source_licences"
android:textSize="18sp" />

<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/separator_light" />

<LinearLayout
android:id="@+id/settings_developer_contributors"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/selector_background_neutral"
android:gravity="center_vertical"
android:orientation="vertical"
android:padding="16dp">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pref_title_contributors"
android:textSize="16sp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/settings_developer_contributors_summary"
android:text="@string/pref_summary_contributors"
android:textColor="@color/text_gray" />
</LinearLayout>

<View
android:layout_width="match_parent"
android:layout_height="1dp"
Expand Down
11 changes: 11 additions & 0 deletions WaniKani/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,17 @@
<string name="pref_summary_reminder_notification">When you have some reviews or lessons waiting for you, the app will remind you whenever you unlock your device as long as a specific amount of time has passed.</string>
<string name="pref_title_reminder_notification_interval">Reminder notification interval</string>
<string name="pref_summary_reminder_notification_interval">The time it takes for a new reminder notification to be shown</string>
<string name="pref_title_contributors">Contributors</string>
<string name="pref_summary_contributors">Thanks to all the awesome people who helped make this app better. Including but not limited to\n
- Adrien Pyke (kufii)\n
- Aralox\n
- Edward Luo (edluo)\n
- Gustorn\n
- Hal Avisado (hfavisado)\n
- lasrod\n
- LiquidFire\n
- Veyndan Stuart (veyndan)
</string>
<string name="pref_entry_reminder_notification_interval_30_minutes">30 minutes</string>
<string name="pref_entry_reminder_notification_interval_45_minutes">45 minutes</string>
<string name="pref_entry_reminder_notification_interval_1_hour">1 hour</string>
Expand Down

0 comments on commit 8ac7d70

Please sign in to comment.