From 62aa8903023ce17c4166c9396904c169ca8e1133 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 5 Aug 2015 14:30:07 +0200 Subject: Cleanup; travis CI --- .gitignore | 3 +-- .idea/.name | 1 - .idea/compiler.xml | 23 -------------------- .idea/copyright/profiles_settings.xml | 3 --- .idea/encodings.xml | 5 ----- .idea/gradle.xml | 18 ---------------- .idea/misc.xml | 26 ----------------------- .idea/modules.xml | 10 --------- .idea/scopes/scope_settings.xml | 5 ----- .idea/vcs.xml | 8 ------- .travis.yml | 25 ++++++++++++++++++++++ "Taiz\303\251.iml" | 6 +++--- app/app.iml | 8 +++---- app/src/main/java/com/camilstaps/taize/Taize.java | 2 ++ 14 files changed, 35 insertions(+), 108 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/scopes/scope_settings.xml delete mode 100644 .idea/vcs.xml create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index d8d78ca..54d8c21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .gradle /local.properties -/.idea/workspace.xml -/.idea/libraries +/.idea .DS_Store /build *.apk diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index ea9cb82..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Taizé \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 217af47..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 736c7b5..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 58ff01f..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - 1.7 - - - - - - - - - diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b7d3f25..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ 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 @@ - - + \ 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