Update packages

Remove Today from launcher
Fix Add task bug
This commit is contained in:
Geoffroy BONNEVILLE
2021-09-03 20:10:19 +02:00
parent cc09397ba2
commit 1cf5d8b880
9 changed files with 89 additions and 26 deletions

View File

@@ -18,7 +18,8 @@
android:name=".activities.MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="stateAlwaysHidden">
android:windowSoftInputMode="stateAlwaysHidden"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />
@@ -41,10 +42,6 @@
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".activities.MainActivity" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".activities.HistoryActivity"
android:label="@string/title_activity_history"