summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src')
-rwxr-xr-xorg.fox.ttcomics/src/main/AndroidManifest.xml10
-rw-r--r--org.fox.ttcomics/src/main/ic_launcher-web.pngbin0 -> 46644 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher.pngbin0 -> 9286 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher_round.pngbin0 -> 6420 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher.pngbin0 -> 4676 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher_round.pngbin0 -> 3790 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 13477 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher_round.pngbin0 -> 9233 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 26172 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher_round.pngbin0 -> 15030 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 39508 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher_round.pngbin0 -> 21408 bytes
-rw-r--r--org.fox.ttcomics/src/main/res/values/ic_launcher_background.xml4
-rw-r--r--org.fox.ttcomics/src/main/web_hi_res_512.pngbin0 -> 145250 bytes
14 files changed, 10 insertions, 4 deletions
diff --git a/org.fox.ttcomics/src/main/AndroidManifest.xml b/org.fox.ttcomics/src/main/AndroidManifest.xml
index b10fe85..74e8cd3 100755
--- a/org.fox.ttcomics/src/main/AndroidManifest.xml
+++ b/org.fox.ttcomics/src/main/AndroidManifest.xml
@@ -1,7 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="org.fox.ttcomics2"
- android:versionCode="83"
- android:versionName="1.41" >
+ android:versionCode="84"
+ android:versionName="1.42" >
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
@@ -9,12 +10,13 @@
<application
android:name=".Application"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:fullBackupOnly="true"
- android:allowBackup="true">
+ android:allowBackup="true"
+ tools:ignore="GoogleAppIndexingWarning">
<activity
android:theme="@android:style/Theme.NoDisplay"
diff --git a/org.fox.ttcomics/src/main/ic_launcher-web.png b/org.fox.ttcomics/src/main/ic_launcher-web.png
new file mode 100644
index 0000000..3f9926d
--- /dev/null
+++ b/org.fox.ttcomics/src/main/ic_launcher-web.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher.png b/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..ab3ff48
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher_round.png b/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..2f9f7a0
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher.png b/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..89dca8d
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher_round.png b/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..694b0fd
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher.png b/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..b48a14a
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..572844a
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher.png b/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..9528690
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..fce7ce1
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..a506989
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..4db1ad4
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.ttcomics/src/main/res/values/ic_launcher_background.xml b/org.fox.ttcomics/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 0000000..c5d5899
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="ic_launcher_background">#FFFFFF</color>
+</resources> \ No newline at end of file
diff --git a/org.fox.ttcomics/src/main/web_hi_res_512.png b/org.fox.ttcomics/src/main/web_hi_res_512.png
new file mode 100644
index 0000000..66b6963
--- /dev/null
+++ b/org.fox.ttcomics/src/main/web_hi_res_512.png
Binary files differ