History fully works as intended: it shows deleted task lists and actual task lists with deleted or done tasks

Opening a task in History shows in read-only mode
Today View repaired
Some code cleanup
This commit is contained in:
BONNEVILLE Geoffroy
2017-12-22 16:29:23 +01:00
parent 074cf29d09
commit e5c150aaf5
12 changed files with 104 additions and 69 deletions

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/background_light">
<RelativeLayout
<com.wismna.geoffroy.donext.widgets.InterceptTouchRelativeLayout
android:id="@+id/new_task_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -116,5 +116,5 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/new_task_due_date_label" />
</RelativeLayout>
</com.wismna.geoffroy.donext.widgets.InterceptTouchRelativeLayout>
</ScrollView>

View File

@@ -62,4 +62,5 @@
<string name="action_history">Historique</string>
<string name="task_list_ok">OK</string>
<string name="title_activity_history">Historique</string>
<string name="action_view_task">Tâche</string>
</resources>

View File

@@ -83,5 +83,6 @@
<!-- String related to History -->
<string name="title_activity_history">History</string>
<string name="action_view_task">Task</string>
</resources>