From 38d601d87a74819837ae17acf1fb5b121756b4de Mon Sep 17 00:00:00 2001 From: Pedro Paulo Amorim Date: Fri, 15 Jan 2016 12:50:22 -0200 Subject: [PATCH] idea removed --- .gitignore | 53 +- .idea/.name | 1 - .idea/compiler.xml | 22 - .idea/copyright/profiles_settings.xml | 3 - .idea/encodings.xml | 6 - .idea/gradle.xml | 19 - .idea/libraries/appcompat_v7_22_1_0.xml | 15 - .idea/libraries/epublib_core_latest.xml | 9 - .idea/libraries/slf4j_android_1_5_8.xml | 9 - .../libraries/support_annotations_22_1_0.xml | 11 - .idea/libraries/support_v4_22_1_0.xml | 13 - .idea/misc.xml | 38 - .idea/modules.xml | 10 - .idea/vcs.xml | 6 - .idea/workspace.xml | 3141 ----------------- MenuDrawer/MenuDrawer.iml | 10 +- app/app.iml | 17 +- folio-android.iml | 19 - 18 files changed, 48 insertions(+), 3354 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/libraries/appcompat_v7_22_1_0.xml delete mode 100644 .idea/libraries/epublib_core_latest.xml delete mode 100644 .idea/libraries/slf4j_android_1_5_8.xml delete mode 100644 .idea/libraries/support_annotations_22_1_0.xml delete mode 100644 .idea/libraries/support_v4_22_1_0.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml delete mode 100644 folio-android.iml diff --git a/.gitignore b/.gitignore index ccf2efe02..badb0ab32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,40 @@ -# Built application files -*.apk -*.ap_ +# Custom +_site -# Files for the Dalvik VM -*.dex +# Ant +MANIFEST.MF +./*.jar +build.num +build -# Java class files -*.class +# ADT +.classpath +.project +.settings +local.properties +bin +gen +_layouts +proguard.cfg -# Generated files -bin/ -gen/ +# OSX +.DS_Store -# Gradle files -.gradle/ -build/ -/*/build/ +# Github +gh-pages -# Local configuration file (sdk path, etc) -local.properties +# Gradle +.gradle +build -# Proguard folder generated by Eclipse -proguard/ +# IDEA +*.iml +*.ipr +*.iws +out +.idea -# Log Files -*.log +# Maven +target +release.properties +pom.xml.* \ No newline at end of file diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 69d3968eb..000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -folio-android \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index aecd954a5..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf337..000000000 --- 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 97626ba45..000000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 1666b808b..000000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/libraries/appcompat_v7_22_1_0.xml b/.idea/libraries/appcompat_v7_22_1_0.xml deleted file mode 100644 index cc13122c6..000000000 --- a/.idea/libraries/appcompat_v7_22_1_0.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/epublib_core_latest.xml b/.idea/libraries/epublib_core_latest.xml deleted file mode 100644 index d830a8822..000000000 --- a/.idea/libraries/epublib_core_latest.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/slf4j_android_1_5_8.xml b/.idea/libraries/slf4j_android_1_5_8.xml deleted file mode 100644 index 207f6f5c2..000000000 --- a/.idea/libraries/slf4j_android_1_5_8.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_annotations_22_1_0.xml b/.idea/libraries/support_annotations_22_1_0.xml deleted file mode 100644 index 92a9b02df..000000000 --- a/.idea/libraries/support_annotations_22_1_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_v4_22_1_0.xml b/.idea/libraries/support_v4_22_1_0.xml deleted file mode 100644 index eef2936b0..000000000 --- a/.idea/libraries/support_v4_22_1_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index aaaf9225e..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 1.8 - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 56dd753aa..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 9fd7e11a1..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,3141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - localhost - 5050 - - - - - - - - - - 1430395932337 - - - 1430771330209 - - - 1431030611795 - - - 1431097049172 - - - 1431376195490 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - file://$PROJECT_DIR$/app/src/main/java/br/com/rsa/folioreader/customviews/FolioReaderWebView.java - 38 - - - - file://$PROJECT_DIR$/app/src/main/java/br/com/rsa/folioreader/FolioReader.java - 46 - - - - file://$PROJECT_DIR$/app/src/main/java/br/com/rsa/folioreader/activities/FolioReaderActivity.java - 47 - - - - file://$PROJECT_DIR$/app/src/main/java/br/com/rsa/folioreader/FolioReader.java - 37 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MenuDrawer/MenuDrawer.iml b/MenuDrawer/MenuDrawer.iml index 9b34a4e63..af9f25461 100644 --- a/MenuDrawer/MenuDrawer.iml +++ b/MenuDrawer/MenuDrawer.iml @@ -1,5 +1,5 @@ - + @@ -12,10 +12,12 @@ - + diff --git a/app/app.iml b/app/app.iml index 400488279..143805ca6 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -12,10 +12,12 @@ - + @@ -82,15 +84,14 @@ - - + - - + + \ No newline at end of file diff --git a/folio-android.iml b/folio-android.iml deleted file mode 100644 index 0d0f27c12..000000000 --- a/folio-android.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file