diff --git a/app/build.gradle b/app/build.gradle index ec23c20..cf12194 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,9 +41,9 @@ dependencies { implementation "android.arch.lifecycle:extensions:1.1.1" annotationProcessor "android.arch.lifecycle:compiler:1.1.1" - implementation 'com.github.ahmadaghazadeh:CodeEditor:1.0.1' + //implementation 'com.github.ahmadaghazadeh:CodeEditor:1.0.3' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - //implementation project(':library') + implementation project(':library') } diff --git a/library/build.gradle b/library/build.gradle index 3cd63fa..4e219ac 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -41,9 +41,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation "com.android.support:appcompat-v7:$supportLibraryVersion" implementation "com.android.support:design:$supportLibraryVersion" - implementation "com.android.support:support-v13:$supportLibraryVersion" implementation "com.android.support:support-v4:$supportLibraryVersion" - implementation "com.android.support:cardview-v7:$supportLibraryVersion" implementation 'commons-io:commons-io:2.6' //Apache Commons IO implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0' diff --git a/library/src/main/res/layout/fragment_start_page.xml b/library/src/main/res/layout/fragment_start_page.xml deleted file mode 100644 index 27f5538..0000000 --- a/library/src/main/res/layout/fragment_start_page.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/layout/item_list_file.xml b/library/src/main/res/layout/item_list_file.xml deleted file mode 100644 index fda9c32..0000000 --- a/library/src/main/res/layout/item_list_file.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/layout/view_code_editor.xml b/library/src/main/res/layout/view_code_editor.xml deleted file mode 100644 index 9070e95..0000000 --- a/library/src/main/res/layout/view_code_editor.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/values/styles.xml b/library/src/main/res/values/styles.xml index f2eed81..c686e1b 100644 --- a/library/src/main/res/values/styles.xml +++ b/library/src/main/res/values/styles.xml @@ -39,8 +39,7 @@ josefin_sans_semibold.ttf josefin_sans_regular.ttf --> - - @style/PreferenceThemeOverlay.v14.Material + false true diff --git a/library/src/main/res/xml-v25/shortcuts.xml b/library/src/main/res/xml-v25/shortcuts.xml deleted file mode 100644 index ed18ad7..0000000 --- a/library/src/main/res/xml-v25/shortcuts.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/backup_descriptor.xml b/library/src/main/res/xml/backup_descriptor.xml deleted file mode 100644 index 1d0b518..0000000 --- a/library/src/main/res/xml/backup_descriptor.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/library/src/main/res/xml/fragment_about.xml b/library/src/main/res/xml/fragment_about.xml deleted file mode 100644 index e746cba..0000000 --- a/library/src/main/res/xml/fragment_about.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/fragment_application.xml b/library/src/main/res/xml/fragment_application.xml deleted file mode 100644 index 3b24f82..0000000 --- a/library/src/main/res/xml/fragment_application.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/fragment_codestyle.xml b/library/src/main/res/xml/fragment_codestyle.xml deleted file mode 100644 index 3f56b83..0000000 --- a/library/src/main/res/xml/fragment_codestyle.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/fragment_editor.xml b/library/src/main/res/xml/fragment_editor.xml deleted file mode 100644 index 4f52cfa..0000000 --- a/library/src/main/res/xml/fragment_editor.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/fragment_files.xml b/library/src/main/res/xml/fragment_files.xml deleted file mode 100644 index a0f0059..0000000 --- a/library/src/main/res/xml/fragment_files.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/xml/preference_headers.xml b/library/src/main/res/xml/preference_headers.xml deleted file mode 100644 index 5e46553..0000000 --- a/library/src/main/res/xml/preference_headers.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -
- -
- -
- -
- -
- - \ No newline at end of file diff --git a/library/src/main/res/xml/provider_paths.xml b/library/src/main/res/xml/provider_paths.xml deleted file mode 100644 index 3539bfc..0000000 --- a/library/src/main/res/xml/provider_paths.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file