-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 9d32e50..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4562817
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,25 @@
+language: android
+android:
+ components:
+ # Uncomment the lines below if you want to
+ # use the latest revision of Android SDK Tools
+ # - platform-tools
+ # - tools
+
+ # The BuildTools version used by your project
+ - build-tools-21.1.2
+
+ # The SDK version used to compile your project
+ - android-21
+
+ # Additional components
+ #- extra-google-google_play_services
+ #- extra-google-m2repository
+ #- extra-android-m2repository
+ #- addon-google_apis-google-19
+ - extra-android-support
+
+ # Specify at least one system image,
+ # if you need to run emulator(s) during your tests
+ - sys-img-armeabi-v7a-android-19
+ - sys-img-x86-android-17
diff --git "a/Taiz\303\251.iml" "b/Taiz\303\251.iml"
index 0bb6048..cdf506f 100644
--- "a/Taiz\303\251.iml"
+++ "b/Taiz\303\251.iml"
@@ -1,9 +1,10 @@
-
+
+
@@ -15,5 +16,4 @@
-
-
+
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index f697a90..64b22e5 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -12,8 +12,9 @@
-
+
+
@@ -92,5 +93,4 @@
-
-
+
\ No newline at end of file
diff --git a/app/src/main/java/com/camilstaps/taize/Taize.java b/app/src/main/java/com/camilstaps/taize/Taize.java
index 692ecc2..031575b 100644
--- a/app/src/main/java/com/camilstaps/taize/Taize.java
+++ b/app/src/main/java/com/camilstaps/taize/Taize.java
@@ -284,6 +284,8 @@ public class Taize {
* Get the podcasts
* @param context
* @param listener
+ *
+ * @todo now that Taizé uses "Dom Radio" as title, we can't search for dates in the title anymore...
*/
public static void getPodcasts(final Context context, final Listener> listener) {
--
cgit v1.2.3