Skip to content

Commit

Permalink
Fix change log text.
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpatel committed Oct 16, 2016
1 parent 72df4f3 commit 802cbd0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ public class PreferencesActivity extends PreferenceActivity implements OnSharedP
private static String mSymbolSearchKey = "";
private final String CHANGE_LOG = ""
+ "New features:<br/><br/>"
+ "• Option to refresh directly from widget when enabled in settings.<br/><br/><br />"
+ "• Option to refresh directly from widget when enabled in Settings > Update Options.<br/><br/>"
+ "Multiple bug fixes:<br/><br/>"
+ "• Storing the buy price in the portfolio with 4dp only retains up to the 3rd dp.<br/><br/>"
+ "• Stocks with a value under 10 can show too many decimal places after reboot.<br/><br/>"
+ "• Calculation of holding in portfolio is incorrect in some locales.<br/><br/>"
+ "• Run tests as part of CI build.";
+ "• Calculation of holding in portfolio is incorrect in some locales.";
//+ "<br /><br /><i>If you appreciate this app please rate it 5 stars in the Android market!</i>"

// Fields for time pickers
Expand Down

0 comments on commit 802cbd0

Please sign in to comment.