From 072639b5b22e816df9f78b5cd8a7d4e5379b6aff Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Wed, 17 Sep 2014 20:51:45 +0200 Subject: Changed project structure Switched from custom layout to standard gradle project structure --- app/src/main/AndroidManifest.xml | 351 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 app/src/main/AndroidManifest.xml (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml new file mode 100644 index 000000000..65eac99ea --- /dev/null +++ b/app/src/main/AndroidManifest.xml @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 21b5b835e3a9c83410120d38a63e51be2981a38b Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 19 Sep 2014 22:51:35 +0200 Subject: Moved non-gui classes to 'core' package --- app/src/main/AndroidManifest.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 65eac99ea..768a4abb0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -35,7 +35,7 @@ android:name="de.danoeh.antennapod.PodcastApp" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:backupAgent=".backup.OpmlBackupAgent" + android:backupAgent=".core.backup.OpmlBackupAgent" android:restoreAnyVersion="true" android:logo="@drawable/ic_launcher" android:theme="@style/Theme.AntennaPod.Light"> @@ -75,16 +75,16 @@ android:launchMode="singleInstance"/> @@ -98,7 +98,7 @@ @@ -112,12 +112,12 @@ - + @@ -133,7 +133,7 @@ - + @@ -324,12 +324,12 @@ - + - + -- cgit v1.2.3 From 658559699f5cd482bb19ade298db43a65d750664 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 11 Oct 2014 17:43:07 +0200 Subject: Moved core classes into subproject --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 768a4abb0..3410d9d53 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -112,12 +112,12 @@ - + -- cgit v1.2.3 From 94f514f95875ec84f83cacc8229a78c2ae9b222d Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 12 Oct 2014 18:18:36 +0200 Subject: Fixed manifests --- app/src/main/AndroidManifest.xml | 53 +++++----------------------------------- 1 file changed, 6 insertions(+), 47 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3410d9d53..7de13e7c1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,17 +1,12 @@ + package="de.danoeh.antennapod" + android:versionCode="40" + android:versionName="0.9.9.3"> - - - - - - - - - - - - - - - - - - - @@ -133,11 +103,6 @@ - - - - - @@ -323,13 +288,12 @@ android:value="de.danoeh.antennapod.activity.PreferenceActivity"/> - - + - + - + @@ -341,11 +305,6 @@ android:scheme="package"/> - - - - - -- cgit v1.2.3 From 2cd504b9d093203e5861f3cbe917a07bbc92c70e Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 19 Oct 2014 19:21:51 +0200 Subject: Updated config in app module, fixed typo --- app/src/main/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7de13e7c1..572b7137d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -288,6 +288,12 @@ android:value="de.danoeh.antennapod.activity.PreferenceActivity"/> + + + + + + -- cgit v1.2.3 From ad14fa4f7f0084c875d511b20b0a06633580a3ed Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 25 Oct 2014 20:12:53 +0200 Subject: Updated layouts Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color --- app/src/main/AndroidManifest.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cce3d2dc0..7ec462f70 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -69,6 +69,15 @@ android:name=".activity.DownloadAuthenticationActivity" android:launchMode="singleInstance"/> + + + + Date: Wed, 12 Nov 2014 12:27:43 +0100 Subject: Prepared release of next version --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7ec462f70..44eee8539 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="42" + android:versionName="0.9.9.5"> -- cgit v1.2.3