Skip to content

Commit 1bc991b

Browse files
committed
epub creation finally working
1 parent 18b8cc4 commit 1bc991b

113 files changed

Lines changed: 1519 additions & 360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>de.vogella.android.asyntask</name>
3+
<name>de.vogella.android.asynctask</name>
44
<comment></comment>
55
<projects>
66
</projects>

de.vogella.android.asyntask/AndroidManifest.xml renamed to de.vogella.android.asynctask/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
android:versionCode="1"
55
android:versionName="1.0">
66
<application android:icon="@drawable/icon" android:label="@string/app_name">
7-
<activity android:name=".ReadWebpageAsynTask"
7+
<activity android:name="de.vogella.android.asynctask.ReadWebpageAsyncTask"
88
android:label="@string/app_name">
99
<intent-filter>
1010
<action android:name="android.intent.action.MAIN" />
File renamed without changes.

de.vogella.android.asyntask/res/drawable-hdpi/icon.png renamed to de.vogella.android.asynctask/res/drawable-hdpi/icon.png

File renamed without changes.

de.vogella.android.asyntask/res/drawable-ldpi/icon.png renamed to de.vogella.android.asynctask/res/drawable-ldpi/icon.png

File renamed without changes.

de.vogella.android.asyntask/res/drawable-mdpi/icon.png renamed to de.vogella.android.asynctask/res/drawable-mdpi/icon.png

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)