diff --git a/app/build.gradle b/app/build.gradle
index a5ae3d4a..82c00a6f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.proxerme.app"
minSdkVersion 15
targetSdkVersion 23
- versionCode 14
- versionName "0.2.5"
+ versionCode 15
+ versionName "0.2.6"
}
buildTypes {
release {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ed77d455..663c83d6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -57,9 +57,7 @@
android:value=".activity.DashboardActivity" />
-
+
diff --git a/app/src/main/java/com/proxerme/app/customtabs/CustomTabActivityHelper.java b/app/src/main/java/com/proxerme/app/customtabs/CustomTabActivityHelper.java
index 60c3151b..6314f733 100644
--- a/app/src/main/java/com/proxerme/app/customtabs/CustomTabActivityHelper.java
+++ b/app/src/main/java/com/proxerme/app/customtabs/CustomTabActivityHelper.java
@@ -34,7 +34,7 @@ public class CustomTabActivityHelper implements ServiceConnectionCallback {
private ConnectionCallback mConnectionCallback;
/**
- * Opens the URL on a Custom Tab if possible. Otherwise fallsback to opening it on a WebView.
+ * Opens the URL on a Custom Tab if possible. Otherwise fallback to opening it on a WebView.
*
* @param activity The host activity.
* @param customTabsIntent a CustomTabsIntent to be used if Custom Tabs is available.
@@ -47,7 +47,7 @@ public static void openCustomTab(Activity activity,
CustomTabFallback fallback) {
String packageName = CustomTabsHelper.getPackageNameToUse(activity);
- //If we cant find a package name, it means theres no browser that supports
+ //If we cant find a package name, it means there is no browser that supports
//Chrome Custom Tabs installed. So, we fallback to the webview
if (packageName == null) {
if (fallback != null) {
diff --git a/app/src/main/java/com/proxerme/app/manager/NotificationManager.java b/app/src/main/java/com/proxerme/app/manager/NotificationManager.java
index c8373626..6a691bac 100644
--- a/app/src/main/java/com/proxerme/app/manager/NotificationManager.java
+++ b/app/src/main/java/com/proxerme/app/manager/NotificationManager.java
@@ -99,7 +99,7 @@ private static String generateNewsNotificationBigText(@NonNull List news,
*
* @param context The context.
* @param conferences The new messages. It is expected, that only new conferences are passes,
- * as no checks will hapen here.
+ * as no checks will happen here.
*/
public static void showMessagesNotification(@NonNull Context context,
@NonNull List conferences) {
diff --git a/app/src/main/res/layout/activity_news_image_detail.xml b/app/src/main/res/layout/activity_news_image_detail.xml
index 9ff2a97c..3116057b 100644
--- a/app/src/main/res/layout/activity_news_image_detail.xml
+++ b/app/src/main/res/layout/activity_news_image_detail.xml
@@ -9,7 +9,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
- tools:context=".activity.NewsImageDetailActivity">
+ tools:context=".activity.ImageDetailActivity">
ProxerMe
Entwickler: Ruben Gees
Spenden
- Info
News
Einstellungen
Es gabe ein Problem mit dem Speicher. Bitte versuche es erneut.
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 11c6f51e..52c5379d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -3,7 +3,6 @@
ProxerMe
News
- Info
Donate
Settings
Developer: Ruben Gees