DT @30.10.2015: SQLite durch sharedPreferences getauscht. ViewReport erweitert. Design changes.

This commit is contained in:
Dennis Thießen
2015-10-30 13:53:27 +01:00
parent a7fbf78dd4
commit 7a41b99ccd
23 changed files with 875 additions and 111 deletions

View File

@@ -24,7 +24,7 @@
<string name="title_activity_entrance">Risk Ahead</string>
<string name="btn_profile_logout">Logout</string>
<string name="btn_settings_change">{fa_paint_brush} Confirm changes</string>
<string name="btn_settings_change">{fa_pencil} Confirm changes</string>
<string name="lbl_profile_title">Welcome</string>
<string name="drawer_open">Open navigation drawer</string>
@@ -63,8 +63,8 @@
<string name="lbl_report_short">Title</string>
<string name="lbl_report_long">Description</string>
<string name="lbl_report_category">Crime Category</string>
<string name="lbl_report_time">Time (hh:mm)</string>
<string name="lbl_report_date">Date (dd-mm-yyyy) of incident</string>
<string name="lbl_report_time">Time </string>
<string name="lbl_report_date">Date (yyyy-mm-dd)</string>
<string name="lbl_settings_name">Name</string>
<string name="lbl_settings_surname">Surname</string>
@@ -80,7 +80,7 @@
<string name="lbl_profile_top10">Top10</string>
<string name="lbl_settings_password">Confirm Password</string>
<string name="btn_settings_req_password">{fa_paint_brush} Change password</string>
<string name="btn_settings_req_password">{fa_envelope} Request new password</string>
<string name="lbl_settings_retype_password">Retype Password</string>
<string name="menu_action_about">About</string>
@@ -95,6 +95,11 @@
<item>Personal</item>
<item>Property</item>
<item>Political</item>
</string-array>
</string-array>
<string name="title_activity_reportlist">Report List</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="title_activity_view_report">View Report</string>
</resources>