Load data asynchronously; cache checkmarks and streaks

This commit is contained in:
2016-02-18 14:11:59 -05:00
parent be58d29672
commit 404cc82348
16 changed files with 622 additions and 218 deletions

View File

@@ -43,14 +43,9 @@
android:action="android.intent.action.VIEW"
android:data="https://github.com/iSoron/uhabits"/>
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_misc"
android:title="Miscellaneous">
<Preference android:title="Replay app introduction">
<Preference android:title="View app introduction">
<intent
android:targetClass="org.isoron.uhabits.IntroActivity"
android:targetPackage="org.isoron.uhabits"/>