Skip to content

Commit

Permalink
Fixed gradient in app icon.
Browse files Browse the repository at this point in the history
Added feature icon for the Play Store.
  • Loading branch information
phw committed Nov 5, 2014
1 parent b4815a0 commit d099d13
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 29 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uploadedlobster.PwdHash" android:installLocation="auto"
android:versionCode="22" android:versionName="1.3.11">
android:versionCode="23" android:versionName="1.3.12">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />

<application android:icon="@drawable/icon" android:label="@string/app_name"
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-05 Philipp Wolfer <[email protected]>

* Release 1.3.12
* Fixed gradient in new app icon

2014-11-04 Philipp Wolfer <[email protected]>

* Release 1.3.11
Expand Down
6 changes: 3 additions & 3 deletions design/feature-graphic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 55 additions & 25 deletions design/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/icon.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 modified res/drawable-ldpi/icon.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 modified res/drawable-mdpi/icon.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 modified res/drawable-xhdpi/icon.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 modified res/drawable-xxhdpi/icon.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 modified res/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d099d13

Please sign in to comment.