Implement about screen

This commit is contained in:
2016-03-06 08:33:03 -05:00
parent aaf2789a21
commit e0527dc8ff
10 changed files with 260 additions and 62 deletions

View File

@@ -21,36 +21,11 @@
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_links"
android:title="@string/links">
<Preference android:title="@string/pref_rate_this_app">
<intent
android:action="android.intent.action.VIEW"
android:data="market://details?id=org.isoron.uhabits"/>
</Preference>
<Preference android:title="@string/pref_send_feedback">
<intent
android:action="android.intent.action.SENDTO"
android:data="mailto:isoron+habits@gmail.com?subject=Feedback%20about%20Loop%20Habit%20Tracker"/>
</Preference>
<Preference android:title="@string/pref_view_source_code">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/iSoron/uhabits"/>
</Preference>
<Preference android:title="@string/pref_view_app_introduction">
<intent
android:targetClass="org.isoron.uhabits.IntroActivity"
android:targetPackage="org.isoron.uhabits"/>
</Preference>
</PreferenceCategory>
<Preference android:title="@string/about">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="org.isoron.uhabits.AboutActivity"
android:targetPackage="org.isoron.uhabits"/>
</Preference>
</PreferenceScreen>