mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 08:00:14 -04:00
Lots of code cleanup
Confirm dialog cancel now also works on touch outside and click back button New task dialog is now also an Edit Task dialog: - data is loaded when clicked on an existing Task - a delete button is added on Edit mode - Undo in snackbar is working - Saving inserts or updates in DB depending on mode
This commit is contained in:
@@ -34,14 +34,6 @@
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".activities.MainActivity" />
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activities.TaskDetailsActivity"
|
||||
android:label="@string/task_details_activity_title"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".activities.MainActivity" />
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user