mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 08:00:14 -04:00
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:
@@ -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>
|
@@ -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>
|
@@ -83,5 +83,6 @@
|
||||
|
||||
<!-- String related to History -->
|
||||
<string name="title_activity_history">History</string>
|
||||
<string name="action_view_task">Task</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user