From 802cbd0d186cf9f090cad0648d37b89d85fb2ca7 Mon Sep 17 00:00:00 2001 From: Nitesh Patel Date: Sun, 16 Oct 2016 18:49:00 +0100 Subject: [PATCH] Fix change log text. --- .../nitezh/ministock/activities/PreferencesActivity.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/nitezh/ministock/activities/PreferencesActivity.java b/src/main/java/nitezh/ministock/activities/PreferencesActivity.java index 32a37ea..9923133 100644 --- a/src/main/java/nitezh/ministock/activities/PreferencesActivity.java +++ b/src/main/java/nitezh/ministock/activities/PreferencesActivity.java @@ -68,12 +68,11 @@ public class PreferencesActivity extends PreferenceActivity implements OnSharedP private static String mSymbolSearchKey = ""; private final String CHANGE_LOG = "" + "New features:

" - + "• Option to refresh directly from widget when enabled in settings.


" + + "• Option to refresh directly from widget when enabled in Settings > Update Options.

" + "Multiple bug fixes:

" + "• Storing the buy price in the portfolio with 4dp only retains up to the 3rd dp.

" + "• Stocks with a value under 10 can show too many decimal places after reboot.

" - + "• Calculation of holding in portfolio is incorrect in some locales.

" - + "• Run tests as part of CI build."; + + "• Calculation of holding in portfolio is incorrect in some locales."; //+ "

If you appreciate this app please rate it 5 stars in the Android market!" // Fields for time pickers