diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-10-06 19:52:18 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-10-06 19:52:18 +0200 |
| commit | 3609dc675bd4579f933275cd18769c502c1721de (patch) | |
| tree | 8a3807126ec8716ab74d7f1ff6d42b0dcef6dcdc /main/res | |
| parent | 34905d520cb033bf3abdb6d11d3bffd1a5e7be7e (diff) | |
| download | cgeo-3609dc675bd4579f933275cd18769c502c1721de.zip cgeo-3609dc675bd4579f933275cd18769c502c1721de.tar.gz cgeo-3609dc675bd4579f933275cd18769c502c1721de.tar.bz2 | |
fix #4400: Insert last log text
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/menu/abstract_logging_activity.xml | 5 | ||||
| -rw-r--r-- | main/res/values/changelog_master.xml | 1 | ||||
| -rw-r--r-- | main/res/values/preference_keys.xml | 2 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/main/res/menu/abstract_logging_activity.xml b/main/res/menu/abstract_logging_activity.xml index aeb6720..9c91399 100644 --- a/main/res/menu/abstract_logging_activity.xml +++ b/main/res/menu/abstract_logging_activity.xml @@ -32,6 +32,11 @@ <menu /> <!-- filled dynamically --> </item> <item + android:id="@+id/menu_repeat_last" + android:title="@string/log_repeat" + app:showAsAction="ifRoom|withText"> + </item> + <item android:id="@+id/save" android:icon="@drawable/ic_menu_save" android:title="@string/log_save" diff --git a/main/res/values/changelog_master.xml b/main/res/values/changelog_master.xml index 8fac080..53cea8b 100644 --- a/main/res/values/changelog_master.xml +++ b/main/res/values/changelog_master.xml @@ -12,6 +12,7 @@ · New: Import lab caches as virtual caches\n · New: Remember zoom level of live map and cache map separately\n · New: Confirmation for deleting all offline logs\n + · New: Menu item for repeating last log text\n · Fix: Improved compass rotation algorithm\n · Fix: Smilies fit line height in logbook\n \n diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml index 4787308..4bb908d 100644 --- a/main/res/values/preference_keys.xml +++ b/main/res/values/preference_keys.xml @@ -182,4 +182,6 @@ <string name="pref_changelog_last_checksum">changelog_last_checksum</string> <string name="pref_caches_history">caches_history</string> <string name="pref_hardware_acceleration">hardware_acceleration2</string> + <string name="pref_last_cache_log">last_cache_log</string> + <string name="pref_last_trackable_log">last_trackable_log</string> </resources> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index f411cc4..c7f458a 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -92,6 +92,7 @@ <string name="log_clear">Clear</string> <string name="log_post_not_possible">Loading Log Page…</string> <string name="log_add">Add</string> + <string name="log_repeat">Repeat last log</string> <string name="log_no_rating">No rating</string> <string name="log_stars_1_description">Poor</string> <string name="log_stars_15_description">Fairly poor</string> |
