Skip to content

Commit

Permalink
Remove unuesed Implementaion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Aghazadeh committed Oct 5, 2018
1 parent acb8207 commit 420cae9
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 687 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
2 changes: 0 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
66 changes: 0 additions & 66 deletions library/src/main/res/layout/fragment_start_page.xml

This file was deleted.

75 changes: 0 additions & 75 deletions library/src/main/res/layout/item_list_file.xml

This file was deleted.

30 changes: 0 additions & 30 deletions library/src/main/res/layout/view_code_editor.xml

This file was deleted.

3 changes: 1 addition & 2 deletions library/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
<item name="md_medium_font">josefin_sans_semibold.ttf</item>
<item name="md_regular_font">josefin_sans_regular.ttf</item>
-->

<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>


<item name="windowActionBar">false</item>
<item name="windowActionModeOverlay">true</item>
Expand Down
45 changes: 0 additions & 45 deletions library/src/main/res/xml-v25/shortcuts.xml

This file was deleted.

24 changes: 0 additions & 24 deletions library/src/main/res/xml/backup_descriptor.xml

This file was deleted.

104 changes: 0 additions & 104 deletions library/src/main/res/xml/fragment_about.xml

This file was deleted.

Loading

0 comments on commit 420cae9

Please sign in to comment.