Lots of code cleanup and improvements after inspection

Load Today tasks in a AsyncTask
Use of plurals instead of string
Menu icons change
No more tasks now displayed in the center of the screen
This commit is contained in:
bg45
2017-03-23 17:55:38 -04:00
parent 34cb77d6c4
commit 799ec9a058
97 changed files with 196 additions and 663 deletions

View File

@@ -22,7 +22,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>