Skip to content

Commit

Permalink
Merge pull request #1 from maks/update-icon
Browse files Browse the repository at this point in the history
Update icon
  • Loading branch information
maks authored Mar 4, 2020
2 parents d0ac16f + f1137e2 commit 5370695
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "com.manichord.viperedit"
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName "1.0"
versionCode 4
versionName "1.1"
}
compileOptions {
sourceCompatibility 1.8
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/nome_app_turbo_editor"
android:hardwareAccelerated="true"
android:largeHeap="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public Dialog onCreateDialog(Bundle savedInstanceState) {
R.string.about_message));

View view = new DialogHelper.Builder(context)
.setIcon(getResources().getDrawable(R.drawable.ic_launcher))
.setIcon(getResources().getDrawable(R.mipmap.ic_launcher))
.setTitle(getVersionName(context))
.setMessage(message)
.createCommonView();
Expand Down
Binary file removed app/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions app/src/main/res/values/strings_dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@
<b>%1$s</b>&nbsp;<font color="#888888">v%2$s</font>
]]></string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Viper Edit is a free and <a href="http://github.com/maks/viper-edit">open source</a> app.
Copyright 2020 Maksim Lin. All Rights Reserved.<br/>
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/>
Many thanks to all who
<a href="http://crowdin.net/project/turbo-client">helped with translations</a> or
donated to me.<br/>
<br/>
If you want to send feedback here is the <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
If you want to send feedback <a href="https://github.com/maks/viper-edit/issues/new/choose">please create a new issue on our Github repo</a>
]]></string>

</resources>

0 comments on commit 5370695

Please sign in to comment.