diff --git a/app/src/main/java/com/maskyn/fileeditorpro/dialogfragment/ChangelogDialog.java b/app/src/main/java/com/maskyn/fileeditorpro/dialogfragment/ChangelogDialog.java
index b3880a7..132b3f7 100644
--- a/app/src/main/java/com/maskyn/fileeditorpro/dialogfragment/ChangelogDialog.java
+++ b/app/src/main/java/com/maskyn/fileeditorpro/dialogfragment/ChangelogDialog.java
@@ -27,14 +27,11 @@ import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.Context;
import android.content.DialogInterface;
-import android.content.Intent;
-import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import it.gmariotti.changelibs.library.view.ChangeLogListView;
import com.maskyn.fileeditorpro.R;
-import com.maskyn.fileeditorpro.util.Build;
public class ChangelogDialog extends DialogFragment {
@@ -66,25 +63,6 @@ public class ChangelogDialog extends DialogFragment {
}
}
)
- .setPositiveButton(R.string.vota, new DialogInterface.OnClickListener() {
- /**
- * {@inheritDoc}
- */
- @Override
- public void onClick(final DialogInterface dialog, final int which) {
- try {
- if (Build.FOR_AMAZON) {
- String url = "amzn://apps/android?p=com.maskyn.fileeditor";
- startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url))
- .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
- } else {
- startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.maskyn.fileeditor"))
- .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
- }
- } catch (Exception e) {
- }
- }
- })
.create();
}
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7ee0551..e1eebe7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -65,9 +65,11 @@
Preferences
Save
Save as
+ Rename
Syntax highlight
Undo
Redo
+ Select
Open
The file %1$s was saved with success!
Open a file
@@ -83,7 +85,10 @@
Accessory view
The file cannot be renamed
Use the "Storage Access Framework"
-
Split By Line
-
+ Name
+ Size
+ Modification date
+ Home
+ An error occurred