From a9b61853b9e8511179726f2342bcaa261bacabd6 Mon Sep 17 00:00:00 2001 From: Amine Date: Fri, 27 Oct 2017 18:48:22 +0200 Subject: [PATCH] Updates and more. --- CHANGELOG.md | 10 ++++++ app/build.gradle | 30 +++++++++--------- .../bou/readerforselfoss/HomeActivity.kt | 4 --- .../bou/readerforselfoss/LoginActivity.kt | 3 -- .../adapters/ItemCardAdapter.kt | 2 +- .../adapters/ItemListAdapter.kt | 2 +- .../bou/readerforselfoss/utils/AppUtils.kt | 29 ----------------- .../bou/readerforselfoss/utils/LinksUtils.kt | 8 +++++ .../drawable-hdpi/ic_thumb_up_white_48dp.png | Bin 434 -> 0 bytes .../drawable-mdpi/ic_thumb_up_white_48dp.png | Bin 307 -> 0 bytes .../drawable-xhdpi/ic_thumb_up_white_48dp.png | Bin 542 -> 0 bytes .../ic_thumb_up_white_48dp.png | Bin 768 -> 0 bytes .../ic_thumb_up_white_48dp.png | Bin 1085 -> 0 bytes app/src/main/res/layout/activity_login.xml | 3 +- app/src/main/res/layout/switch_item.xml | 11 ------- app/src/main/res/menu/home_menu.xml | 4 +-- app/src/main/res/values-af/strings.xml | 8 ++--- app/src/main/res/values-ar/strings.xml | 8 ++--- app/src/main/res/values-ca/strings.xml | 8 ++--- app/src/main/res/values-cs/strings.xml | 8 ++--- app/src/main/res/values-da/strings.xml | 8 ++--- app/src/main/res/values-de/strings.xml | 8 ++--- app/src/main/res/values-el/strings.xml | 8 ++--- app/src/main/res/values-es/strings.xml | 8 ++--- app/src/main/res/values-fi/strings.xml | 8 ++--- app/src/main/res/values-fr/strings.xml | 6 ++-- app/src/main/res/values-he/strings.xml | 8 ++--- app/src/main/res/values-hu/strings.xml | 6 ++-- app/src/main/res/values-it/strings.xml | 8 ++--- app/src/main/res/values-ja/strings.xml | 8 ++--- app/src/main/res/values-ko/strings.xml | 8 ++--- app/src/main/res/values-nl/strings.xml | 8 ++--- app/src/main/res/values-no/strings.xml | 8 ++--- app/src/main/res/values-pl/strings.xml | 8 ++--- app/src/main/res/values-pt/strings.xml | 8 ++--- app/src/main/res/values-ro/strings.xml | 8 ++--- app/src/main/res/values-ru/strings.xml | 8 ++--- app/src/main/res/values-sr/strings.xml | 8 ++--- app/src/main/res/values-sv/strings.xml | 8 ++--- app/src/main/res/values-tr/strings.xml | 8 ++--- app/src/main/res/values-uk/strings.xml | 6 ++-- app/src/main/res/values-vi/strings.xml | 8 ++--- app/src/main/res/values-zh/strings.xml | 8 ++--- app/src/main/res/values/strings.xml | 4 +-- app/src/main/res/xml/bottombar.xml | 20 ------------ build.gradle | 2 +- 46 files changed, 118 insertions(+), 224 deletions(-) delete mode 100644 app/src/main/res/drawable-hdpi/ic_thumb_up_white_48dp.png delete mode 100644 app/src/main/res/drawable-mdpi/ic_thumb_up_white_48dp.png delete mode 100644 app/src/main/res/drawable-xhdpi/ic_thumb_up_white_48dp.png delete mode 100644 app/src/main/res/drawable-xxhdpi/ic_thumb_up_white_48dp.png delete mode 100644 app/src/main/res/drawable-xxxhdpi/ic_thumb_up_white_48dp.png delete mode 100644 app/src/main/res/layout/switch_item.xml delete mode 100644 app/src/main/res/xml/bottombar.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e0125..9aef17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +**1.5.4.01** + +- Removed the "apk downloaded from outside of playstore" message. + +- Versions update. + +- HTML viewer version update. It should fix an issue with images. + +- Some code cleaning. + **1.5.4.00** - Added issue reporting from within the app. diff --git a/app/build.gradle b/app/build.gradle index 7b6c2b4..88b7aca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,31 +95,31 @@ android { dependencies { // Testing - androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.0' - androidTestCompile 'com.android.support.test:runner:1.0.0' + androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestCompile 'com.android.support.test:runner:1.0.1' // Espresso-contrib for DatePicker, RecyclerView, Drawer actions, Accessibility checks, CountingIdlingResource - androidTestCompile 'com.android.support.test.espresso:espresso-contrib:3.0.0' + androidTestCompile 'com.android.support.test.espresso:espresso-contrib:3.0.1' // Espresso-intents for validation and stubbing of Intents - androidTestCompile 'com.android.support.test.espresso:espresso-intents:3.0.0' + androidTestCompile 'com.android.support.test.espresso:espresso-intents:3.0.1' compile fileTree(dir: 'libs', include: ['*.jar']) compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" // Android Support - compile 'com.android.support:appcompat-v7:26.0.2' - compile 'com.android.support:design:26.0.2' - compile 'com.android.support:recyclerview-v7:26.0.2' - compile 'com.android.support:support-v4:26.0.2' - compile 'com.android.support:support-vector-drawable:26.0.2' - compile 'com.android.support:customtabs:26.0.2' - compile 'com.android.support:cardview-v7:26.0.2' + compile 'com.android.support:appcompat-v7:26.1.0' + compile 'com.android.support:design:26.1.0' + compile 'com.android.support:recyclerview-v7:26.1.0' + compile 'com.android.support:support-v4:26.1.0' + compile 'com.android.support:support-vector-drawable:26.1.0' + compile 'com.android.support:customtabs:26.1.0' + compile 'com.android.support:cardview-v7:26.1.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' // Firebase + crashlytics - compile 'com.google.firebase:firebase-core:11.2.0' - compile 'com.google.firebase:firebase-config:11.2.0' - compile 'com.google.firebase:firebase-invites:11.2.0' + compile 'com.google.firebase:firebase-core:11.4.2' + compile 'com.google.firebase:firebase-config:11.4.2' + compile 'com.google.firebase:firebase-invites:11.4.2' compile('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') { transitive = true; } @@ -146,7 +146,7 @@ dependencies { compile 'com.melnykov:floatingactionbutton:1.3.0' compile 'com.github.jd-alexander:LikeButton:0.2.1' compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' - compile 'org.sufficientlysecure:html-textview:3.3' + compile 'org.sufficientlysecure:html-textview:3.5' // glide compile 'com.github.bumptech.glide:glide:4.1.1' diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt index 8fa95fa..766aeec 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt @@ -55,7 +55,6 @@ import apps.amine.bou.readerforselfoss.themes.AppColors import apps.amine.bou.readerforselfoss.utils.Config import apps.amine.bou.readerforselfoss.utils.bottombar.maybeShow import apps.amine.bou.readerforselfoss.utils.bottombar.removeBadge -import apps.amine.bou.readerforselfoss.utils.checkAndDisplayStoreApk import apps.amine.bou.readerforselfoss.utils.checkApkVersion import apps.amine.bou.readerforselfoss.utils.customtabs.CustomTabActivityHelper import apps.amine.bou.readerforselfoss.utils.drawer.CustomUrlPrimaryDrawerItem @@ -214,9 +213,6 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener { } ItemTouchHelper(simpleItemTouchCallback).attachToRecyclerView(recyclerView) - - this@HomeActivity.checkAndDisplayStoreApk() - } private fun handleBottomBar() { diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/LoginActivity.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/LoginActivity.kt index 7e62b7e..1054e80 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/LoginActivity.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/LoginActivity.kt @@ -19,7 +19,6 @@ import android.widget.* import apps.amine.bou.readerforselfoss.api.selfoss.SelfossApi import apps.amine.bou.readerforselfoss.api.selfoss.SuccessResponse import apps.amine.bou.readerforselfoss.utils.Config -import apps.amine.bou.readerforselfoss.utils.checkAndDisplayStoreApk import apps.amine.bou.readerforselfoss.utils.isBaseUrlValid import com.crashlytics.android.Crashlytics import com.ftinc.scoop.Scoop @@ -81,8 +80,6 @@ class LoginActivity : AppCompatActivity() { if (settings.getString("url", "").isNotEmpty()) { goToMain() - } else { - this@LoginActivity.checkAndDisplayStoreApk() } mFirebaseAnalytics = FirebaseAnalytics.getInstance(this) diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemCardAdapter.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemCardAdapter.kt index 44fc888..cab17a8 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemCardAdapter.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemCardAdapter.kt @@ -223,7 +223,7 @@ class ItemCardAdapter(private val app: Activity, } browserBtn.setOnClickListener { - c.openInBrowser(items[adapterPosition]) + c.openInBrowserAsNewTask(items[adapterPosition]) } } diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemListAdapter.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemListAdapter.kt index f60eadc..0821aff 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemListAdapter.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/adapters/ItemListAdapter.kt @@ -226,7 +226,7 @@ class ItemListAdapter(private val app: Activity, } browserBtn.setOnClickListener { - c.openInBrowser(items[adapterPosition]) + c.openInBrowserAsNewTask(items[adapterPosition]) } } diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/utils/AppUtils.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/utils/AppUtils.kt index 4ec6101..39ac3aa 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/utils/AppUtils.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/utils/AppUtils.kt @@ -5,35 +5,13 @@ import android.content.Intent import android.content.SharedPreferences import android.net.Uri import android.support.v7.app.AlertDialog -import android.text.TextUtils import com.google.firebase.remoteconfig.FirebaseRemoteConfig -import apps.amine.bou.readerforselfoss.BuildConfig import apps.amine.bou.readerforselfoss.R import apps.amine.bou.readerforselfoss.api.selfoss.Item -fun Context.checkAndDisplayStoreApk() = { - fun isStoreVersion(): Boolean = - try { - val installer = this.packageManager - .getInstallerPackageName(this.packageName) - !TextUtils.isEmpty(installer) - } catch (e: Throwable) { - false - } - - if (!isStoreVersion() && !BuildConfig.GITHUB_VERSION) { - val alertDialog = AlertDialog.Builder(this).create() - alertDialog.setTitle(getString(R.string.warning_version)) - alertDialog.setMessage(getString(R.string.text_version)) - alertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, "OK", - { dialog, _ -> dialog.dismiss() }) - alertDialog.show() - } else Unit -} - fun String?.isEmptyOrNullOrNullString(): Boolean = this == null || this == "null" || this.isEmpty() @@ -100,11 +78,4 @@ fun Context.shareLink(itemUrl: String) { sendIntent.putExtra(Intent.EXTRA_TEXT, itemUrl.toStringUriWithHttp()) sendIntent.type = "text/plain" startActivity(Intent.createChooser(sendIntent, getString(R.string.share)).setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)) -} - -fun Context.openInBrowser(i: Item) { - val intent = Intent(Intent.ACTION_VIEW) - intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK - intent.data = Uri.parse(i.getLinkDecoded().toStringUriWithHttp()) - startActivity(intent) } \ No newline at end of file diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/utils/LinksUtils.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/utils/LinksUtils.kt index e037a58..2ca0be3 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/utils/LinksUtils.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/utils/LinksUtils.kt @@ -11,6 +11,7 @@ import android.util.Patterns import android.widget.Toast import apps.amine.bou.readerforselfoss.R import apps.amine.bou.readerforselfoss.ReaderActivity +import apps.amine.bou.readerforselfoss.api.selfoss.Item import apps.amine.bou.readerforselfoss.utils.customtabs.CustomTabActivityHelper import okhttp3.HttpUrl import xyz.klinker.android.drag_dismiss.DragDismissIntentBuilder @@ -107,3 +108,10 @@ fun String.isBaseUrlValid(): Boolean { return Patterns.WEB_URL.matcher(this).matches() && existsAndEndsWithSlash } + +fun Context.openInBrowserAsNewTask(i: Item) { + val intent = Intent(Intent.ACTION_VIEW) + intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK + intent.data = Uri.parse(i.getLinkDecoded().toStringUriWithHttp()) + startActivity(intent) +} diff --git a/app/src/main/res/drawable-hdpi/ic_thumb_up_white_48dp.png b/app/src/main/res/drawable-hdpi/ic_thumb_up_white_48dp.png deleted file mode 100644 index cedf001dea59005c5aebdbc799bb2620ac36cbb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmV;j0ZsmiP)YU7>4m6XvM`Ee>32ap2g3b5DHxTAWW7+;UdNa-glnfeS4T9J=ImnB1Ngr_Zb#&T=9S z)U`Nps>OkW{5kX7lDysgK__HipC%Ow=|I=yRhwcO(184EG57n=VoLIxj4G>v8fu`P z8fd5n!h<~MuYo?)Ky@`xMGN%Kq88{Z{Apne8nUAWs*Qep*@8-1pbj%ypr~2P5cC#0 zcymxS`bA*{8a;SpP%ZAwWd$l}fuauH6coQ>n}DJZ-VjtBHzc?R4cXQL)y7XPNkDxk z2R{X<>Ez(2097&s9Zg!tl7I@dGveHY_Of)KAfQOg(W00P6a*9~)1a63bxMl8Ht%+R#_uubi^6>6 zO!7X-WO8PV`Or~hL_(SW1tuhwd4Mr7_xaKx4^Yz3=O0bdOe0dEI3YM`SA zDq3KAdL$@-h89>7*8)H1r>1LQPg)CfgXg|$psEFCmtQWoz?T+SoxPv}pmpuzehb)I z=l{sq0R7M}=mWrGZTb9jR)8^h^zQ!M9p}>}Z=yvL>>t)ei17R0wxR$4002ovPDHLk FV1mZqicbIl diff --git a/app/src/main/res/drawable-xhdpi/ic_thumb_up_white_48dp.png b/app/src/main/res/drawable-xhdpi/ic_thumb_up_white_48dp.png deleted file mode 100644 index f43cef8ec57bf386ee379c03ef3e8ab53bc88a69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 542 zcmV+(0^$9MP)+?oO$m2@AWLMU(M?|&jf+ZW=n9iama{r{smBAR5>4@z?gDAz$@d*`2cSWE9V0| z(4>-oN%_rb=fjqEKJ07f!@71p%xmXEzjl6s2IYJ>_c#BFC|lFchgt1>=+Vx9(awhh z-}2j?@?k|gA11Z)p<6ruNjo3*wDVy}J0B)|$Zx4S|C?4H0J~JX8z1tANOqsxk|kX` zz!vpbi5#ig0Pd*Q&T2y7i~22FE+}NKkB|9@l-347Mjen>2Ncx-C3OG>Fn|FJV1R%9 zL3XVUSXKWz-Kz~aQvX3SsSUUGtGjoN_l8{=LB-s#i^Y)83i z=QChX8xZY$smFjBZNPKr8)%h)&x8QWQSZFF0&Ww@|DY=_KsFJ;PV}=6u7EV9*z>;~ z{$bz>2m*4k12$YvpSS~3oW+`dLUXKuARt99rYBN~O{e_o0Kcz=40(z*OD~cq!$4rO g*=#nO&1MVT4=SGK_{4lm>;M1&07*qoM6N<$g1~$Cc>n+a diff --git a/app/src/main/res/drawable-xxhdpi/ic_thumb_up_white_48dp.png b/app/src/main/res/drawable-xxhdpi/ic_thumb_up_white_48dp.png deleted file mode 100644 index db84e2764649e9389d97585c305b52fc7a5dfd71..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 768 zcmV+b1ONPqP)3~&3lD{0HN-uDj}n2TZFIq^*d5fKs9IGxiK6daEvT}Q(4NK!u< zjz^MiBI0-?=@u%EN0RO!<9H+tHZwoxGsmA5$Q#E=9kMANpzJ2ic*23c&gU9y-9$z;+zP<3c7PJ~3SL3`5tLRaD z>FzfQPnT-b@y6iUs@WO=ZEp;qVbw#KCN!#EwdH^OEYtz{7egOm!KmY**5I_I{1Q0*~RbB>=Zww&cQ-FLY0CLS~9YC&!5dgW`0dl>L0LXO^ zAlIap1LW$90H}DG)&t}khycj710dI%2!LFN0CIgPG2ojX=u!kg#mlq-AlG07K(3tt zx!y(quVXy4K^jv|eYd1iy4-o*lx&U%bX(d3eYY_kyub|BUxrQSEa_w1qpe$jYj}c1`G?6gS zu@rztljZqd;ef9)P;at8HzHC1YD;vHw}M?hDLd#WAFU@$HR+-BVK~+CCm< zEWQ+Y*(W@)N{5G8@j{s+TcYAcHDRTK@IXPui<^8M`6enRp31ne$<-yq#p8k+k8-hz zWS2oku)4Q)dVv4q7~QsQQ%x%8zqh{r^$+{^{Li1JZPhgffn?$KNVl)AMc?l8ox{8@ zVJE}RpNxGQV;b)KVK}}s4n#d(BcNbze}FR&Ooguz0r51$I48`OPiUIT^yC@)kDhFn z6KDB9G%=j~`B2H63nUZLuygMJ@O5k6vwEE4-w@XDlz5i^niTxf;hoZWQAdmr(Kw^4?f2 zk2yj>r@RqXu(W?80wi(-6fFN&wt<{7KLDgXka5!I!_7=8&)csu{rP+M&yRC{ z=ZQa9AALS@U77d{{R3}wQ<_%a7xZeldE0r>UZykmbpJS3zb>%lqUjUA9a zY{NLo)|Yd_Ya4H%IZ{A#B(DMOQU=<28z`Xb%%oD?CZup(#hcY*TR+gPYnfE6eSn(l z7$?n5^Jqxft-)C2TQnDFcCatgi;LULOt>HLynU6tDw4rHGo0UqH=)PutE{sx^9{$@ zRnxMh4kRth@DA3=mUAeauDj zCPCMAEB68ow;Si``Yt>b`Wx0i-{KUbTvE%d-`dZ9*)XzvU=cVV?7-m9z=(sR&->sn ZXFjj~9xm1VRA8~d;OXk;vd$@?2>`ZW%U1vZ diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index 2642d6b..6cc2c24 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -55,9 +55,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/prompt_url" - android:imeActionId="@+id/login" - android:inputType="textUri" android:imeOptions="actionUnspecified" + android:inputType="textUri" android:maxLines="1" /> diff --git a/app/src/main/res/layout/switch_item.xml b/app/src/main/res/layout/switch_item.xml deleted file mode 100644 index ee492c6..0000000 --- a/app/src/main/res/layout/switch_item.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/app/src/main/res/menu/home_menu.xml b/app/src/main/res/menu/home_menu.xml index f57d50a..3f424ec 100644 --- a/app/src/main/res/menu/home_menu.xml +++ b/app/src/main/res/menu/home_menu.xml @@ -5,14 +5,14 @@ + app:showAsAction="ifRoom"/> "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 2fb1a6c..8739044 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Melde einen Bug oder rege ein neues Feature an" - "WARNUNG" - "WARNUNG" - "Du scheinst eine Version der App verwenden, die nicht aus dem Play Store kommt. Die App könnte manipuliert wurden. Ich bin nicht verantwortlich für daraus resultierende Schäden an deinem Gerät. Bitte erwäge, die ReaderForSelfoss App aus dem Play Store zu nutzen." - "Kachelansicht" + "WARNUNG" + "Kachelansicht" "Artikel kann nicht als Favorit markiert werden" "Eintrag kann nicht aus Favoriten entfernt werden" "Teilen" @@ -116,7 +114,7 @@ Keine Quellen geladen Lade… Suche - Quelle kann nicht gelöscht werden... + Quelle kann nicht gelöscht werden… Beim Versuch deine Selfoss-Instanz zu erreichen ist ein Fehler aufgetreten. Solltet dieser Fehler bestehen bleiben, trete bitte mit mir in Kontakt. Designs Standard diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 31fb22f..639ffcf 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -46,10 +46,8 @@ "Liens utils" "Suivie des problèmes" "Pour signaler un bug ou demander une nouvelle fonctionnalité" - "ATTENTION" - "ATTENTION" - "Il semblerait que vous utilisiez une version de l'application ne provenant pas du Play Store. L'application peut avoir été modifié et son utilisation peut être dangereuse. Je ne serai en aucun cas tenu responsable en cas de dommage causé sur votre appareil. Pour éviter tout problème, je vous conseille de télécharger ReaderForSelfoss directement depuis le Play Store." - "Card View" + "ATTENTION" + "Card View" "Impossible de marquer l'élément comme favoris" "Impossible de retirer l'élément des favoris" "Partager" diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 1e213c2..edf2c99 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -46,9 +46,7 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." + "WARNING" "Card View" "Can't mark article as favorite" "Can't remove item from favorite" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 5d92906..7866d3e 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -46,10 +46,8 @@ "Links" "Bug tracker" "Rapporteer een probleem of dien een verzoek in" - "WAARSCHUWING" - "WAARSCHUWING" - "Deze versie van de applicatie lijkt niet afkomstig van de Play Store en kan mogelijk virussen bevatten. De ontwikkelaar is niet verantwoordelijk voor mogelijke schade aan uw apparaat. Overweeg om de ReaderForSelfoss app uit de Play Store te gebruiken." - "Kaart weergave" + "WAARSCHUWING" + "Kaart weergave" "Kan het artikel niet markeren als favoriet" "Kan het item niet verwijderen uit favorieten" "Delen" @@ -116,7 +114,7 @@ No sources loaded Loading … Zoeken - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 1e213c2..edf2c99 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -46,9 +46,7 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." + "WARNING" "Card View" "Can't mark article as favorite" "Can't remove item from favorite" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 1e213c2..6d5e954 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -46,10 +46,8 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" - "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." - "Card View" + "WARNING" + "Card View" "Can't mark article as favorite" "Can't remove item from favorite" "Share" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 72eb5ea..ac1548e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -44,9 +44,7 @@ "Links" "Issue Tracker" "Report a bug or ask for a new feature" - "WARNING" "WARNING" - "You seem to be using a version of the app that doesn't come from the store. The app could have been tampered with. I will not be responsible if it causes any damage to your device. Consider using the ReaderForSelfoss app from the Play Store." "Card View" "Can't mark article as favorite" "Can't remove item from favorite" @@ -116,7 +114,7 @@ No sources loaded Loading … Search - Can\'t delete the source... + Can\'t delete the source… There was an issue when trying to communicate with your Selfoss Instance. If the issue persists, please get in touch with me. Themes Default diff --git a/app/src/main/res/xml/bottombar.xml b/app/src/main/res/xml/bottombar.xml deleted file mode 100644 index 9158683..0000000 --- a/app/src/main/res/xml/bottombar.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 46d30ea..e59798c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-rc2' + classpath 'com.android.tools.build:gradle:3.0.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong