Loading app/build.gradle +8 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 buildToolsVersion '29.0.2' buildToolsVersion '29.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 Loading @@ -13,8 +13,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 14 targetSdkVersion 29 versionCode 2011003 versionName "2.11.3" versionCode 2011004 versionName "2.11.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading Loading @@ -51,14 +51,18 @@ android { } dependencies { // Nextcloud SSO implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0" // Markdown implementation 'com.yydcdut:markdown-processor:0.1.3' implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3' // Glide implementation 'com.github.bumptech.glide:glide:4.10.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' // Android X implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.fragment:fragment:1.2.3" implementation "androidx.preference:preference:1.1.0" Loading @@ -67,6 +71,7 @@ dependencies { implementation 'androidx.work:work-runtime:2.3.4' implementation "com.google.android.material:material:1.1.0" // Testing testImplementation 'junit:junit:4.13' androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' Loading app/src/main/java/it/niedermann/owncloud/notes/android/activity/EditNoteActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,12 @@ package it.niedermann.owncloud.notes.android.activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import androidx.fragment.app.Fragment; import androidx.preference.PreferenceManager; import java.io.BufferedReader; import java.io.IOException; Loading app/src/main/java/it/niedermann/owncloud/notes/android/activity/NoteListWidgetConfigurationActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -6,11 +6,11 @@ import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import android.util.Log; import android.widget.Toast; import androidx.annotation.Nullable; import androidx.preference.PreferenceManager; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; Loading app/src/main/java/it/niedermann/owncloud/notes/android/activity/SelectSingleNoteActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ import android.appwidget.AppWidgetManager; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.Menu; import android.view.View; import androidx.appcompat.widget.Toolbar; import androidx.preference.PreferenceManager; import androidx.swiperefreshlayout.widget.SwipeRefreshLayout; import it.niedermann.owncloud.notes.ExceptionHandler; Loading app/src/main/java/it/niedermann/owncloud/notes/android/appwidget/NoteListWidget.java +2 −1 Original line number Diff line number Diff line Loading @@ -8,10 +8,11 @@ import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.preference.PreferenceManager; import android.util.Log; import android.widget.RemoteViews; import androidx.preference.PreferenceManager; import it.niedermann.owncloud.notes.R; import it.niedermann.owncloud.notes.android.DarkModeSetting; import it.niedermann.owncloud.notes.android.activity.EditNoteActivity; Loading Loading
app/build.gradle +8 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 buildToolsVersion '29.0.2' buildToolsVersion '29.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 Loading @@ -13,8 +13,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 14 targetSdkVersion 29 versionCode 2011003 versionName "2.11.3" versionCode 2011004 versionName "2.11.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading Loading @@ -51,14 +51,18 @@ android { } dependencies { // Nextcloud SSO implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0" // Markdown implementation 'com.yydcdut:markdown-processor:0.1.3' implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3' // Glide implementation 'com.github.bumptech.glide:glide:4.10.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' // Android X implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.fragment:fragment:1.2.3" implementation "androidx.preference:preference:1.1.0" Loading @@ -67,6 +71,7 @@ dependencies { implementation 'androidx.work:work-runtime:2.3.4' implementation "com.google.android.material:material:1.1.0" // Testing testImplementation 'junit:junit:4.13' androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' Loading
app/src/main/java/it/niedermann/owncloud/notes/android/activity/EditNoteActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,12 @@ package it.niedermann.owncloud.notes.android.activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import androidx.fragment.app.Fragment; import androidx.preference.PreferenceManager; import java.io.BufferedReader; import java.io.IOException; Loading
app/src/main/java/it/niedermann/owncloud/notes/android/activity/NoteListWidgetConfigurationActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -6,11 +6,11 @@ import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import android.util.Log; import android.widget.Toast; import androidx.annotation.Nullable; import androidx.preference.PreferenceManager; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; Loading
app/src/main/java/it/niedermann/owncloud/notes/android/activity/SelectSingleNoteActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ import android.appwidget.AppWidgetManager; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.Menu; import android.view.View; import androidx.appcompat.widget.Toolbar; import androidx.preference.PreferenceManager; import androidx.swiperefreshlayout.widget.SwipeRefreshLayout; import it.niedermann.owncloud.notes.ExceptionHandler; Loading
app/src/main/java/it/niedermann/owncloud/notes/android/appwidget/NoteListWidget.java +2 −1 Original line number Diff line number Diff line Loading @@ -8,10 +8,11 @@ import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.preference.PreferenceManager; import android.util.Log; import android.widget.RemoteViews; import androidx.preference.PreferenceManager; import it.niedermann.owncloud.notes.R; import it.niedermann.owncloud.notes.android.DarkModeSetting; import it.niedermann.owncloud.notes.android.activity.EditNoteActivity; Loading