android_calculator-4: Extend history functionality

This commit is contained in:
Sergey Solovyev
2011-12-18 00:47:58 +04:00
parent 8d6d6bc044
commit 38152fe80d
26 changed files with 940 additions and 215 deletions

View File

@@ -28,6 +28,7 @@
<string name="p_calc_round_result">true</string>
<string name="p_calc_vars">org.solovyev.android.calculator.CalculatorModel_vars</string>
<string name="p_calc_history">org.solovyev.android.calculator.CalculatorModel_history</string>
<string name="p_calc_angle_units_key">org.solovyev.android.calculator.CalculatorActivity_angle_units</string>
<string name="p_calc_angle_units">deg</string>

View File

@@ -299,4 +299,7 @@ Check the \'Round result\' preference in application settings - it should be tur
<string name="c_swipe_distance">Swipe distance for buttons</string>
<string name="c_swipe_distance_summary">Sets swipe distance for buttons that support additional swipe actions</string>
<string name="c_comment">Comment</string>
<string name="c_history_item_saved">Saved</string>
</resources>