mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 16:10:13 -04:00
Code cleanup
ViewPagerAdapter now has its own file Async classes are static with WeakReferences to containing entity History and Today icons are changed Created new History activity Modified TasksFragment to determine parent activity (Today, History or else)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<string name="task_list_confirmation_delete">Delete task list?</string>
|
||||
<string name="task_list_drag_handle">Drag handle</string>
|
||||
<string name="task_list_no_lists">Create a new task list</string>
|
||||
<string name="task_list_ok">OK</string>
|
||||
|
||||
<!-- Strings related to new task dialog -->
|
||||
<string name="new_task_list">List</string>
|
||||
@@ -80,5 +81,7 @@
|
||||
<string name="incompatible_sdk_version">Sorry, your Android version is not supported.</string>
|
||||
<string name="action_history">History</string>
|
||||
|
||||
<string name="task_list_ok">OK</string>
|
||||
<!-- String related to History -->
|
||||
<string name="title_activity_history">History</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user