Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpatel committed Aug 3, 2016
1 parent 3e88a20 commit 287c60d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/nitezh/ministock/activities/PreferencesActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,16 @@ public class PreferencesActivity extends PreferenceActivity implements OnSharedP
// Private
private static boolean mPendingUpdate = false;
private static String mSymbolSearchKey = "";
private final String CHANGE_LOG = "• Bug-fixes.<br /><br /><i>If you appreciate this app please rate it 5 stars in the Android market!</i>";
private final String CHANGE_LOG =
"• Major rewrite to support future enhancements"
//+ "<br /><br /><i>If you appreciate this app please rate it 5 stars in the Android market!</i>"
+ "<br/><br/>IMPORTANT - "
+ "You will need to re-create your widgets."
+ "<br/><br/>Apologies, but for this release you will need to delete your existing "
+ "widgets and add them again. This won't be required in the future. We tried to "
+ "create a work around for this but it wasn't possible. Sorry once again."
+ "<br/><br/>I have added an option in the widget menu that will help restore your "
+ "old widget settings: Settings > Backup and Restore > Restore Widget";
// Fields for time pickers
private TimePickerDialog.OnTimeSetListener mTimeSetListener;
private String mTimePickerKey = null;
Expand Down

0 comments on commit 287c60d

Please sign in to comment.