From b043986e1bc4ab253c854ab59f0cbe6e6b525279 Mon Sep 17 00:00:00 2001 From: Nils Braden Date: Sat, 3 Sep 2016 16:41:20 +0200 Subject: [PATCH] Version 1.90 (1) * Reverted SDK changes to avoid problems with themes * Updated versionCode for F-Droid build --- build.gradle | 2 +- localeapi/localeapi.iml | 21 +++++++---- ttrssreader/build.gradle | 15 ++++---- ttrssreader/src/main/AndroidManifest.xml | 4 +-- ttrssreader/ttrssreader.iml | 44 +++++++++++++++--------- 5 files changed, 53 insertions(+), 33 deletions(-) diff --git a/build.gradle b/build.gradle index af8cf6b2..1e3864a8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.3' // NOTE: Do not place your application dependencies here; they belong in the individual module build.gradle files } } diff --git a/localeapi/localeapi.iml b/localeapi/localeapi.iml index 410c4679..f292fa26 100755 --- a/localeapi/localeapi.iml +++ b/localeapi/localeapi.iml @@ -48,6 +48,7 @@ + @@ -55,6 +56,7 @@ + @@ -62,13 +64,7 @@ - - - - - - - + @@ -76,16 +72,27 @@ + + + + + + + + + + + diff --git a/ttrssreader/build.gradle b/ttrssreader/build.gradle index 7887dc3a..43cde946 100755 --- a/ttrssreader/build.gradle +++ b/ttrssreader/build.gradle @@ -17,13 +17,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "24.0.1" + compileSdkVersion 23 + buildToolsVersion "24.0.2" defaultConfig { applicationId "org.ttrssreader" minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 23 } buildTypes { @@ -60,8 +60,8 @@ dependencies { compile 'org.antlr:ST4:4.0.8' compile 'com.google.guava:guava:18.0' // Use Material Design everywhere, see here for latest versions: https://developer.android.com/topic/libraries/support-library/features.html#v7 - compile 'com.android.support:appcompat-v7:24.1.1' - compile 'com.android.support:recyclerview-v7:24.1.1' + compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:recyclerview-v7:23.3.0' // For @Nullable/@NonNull compile 'com.intellij:annotations:12.0' // Remove any potentially harmful script-tags from incoming content @@ -70,6 +70,9 @@ dependencies { // "Updating Your Security Provider to Protect Against SSL Exploits" // https://developer.android.com/training/articles/security-gms-provider.html // Only used in productFlavour "play" - playCompile 'com.google.android.gms:play-services-base:9.2.0' + playCompile 'com.google.android.gms:play-services-base:9.4.0' + + // Proveides sane standards for SSL connections, see https://guardianproject.info/code/netcipher/ + //compile 'info.guardianproject.netcipher:netcipher:1.2' } diff --git a/ttrssreader/src/main/AndroidManifest.xml b/ttrssreader/src/main/AndroidManifest.xml index 283308d8..e3eda085 100755 --- a/ttrssreader/src/main/AndroidManifest.xml +++ b/ttrssreader/src/main/AndroidManifest.xml @@ -20,8 +20,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="internalOnly" - android:versionCode="1890" - android:versionName="1.90.0"> + android:versionCode="1901" + android:versionName="1.90.1"> diff --git a/ttrssreader/ttrssreader.iml b/ttrssreader/ttrssreader.iml index 7137603c..f2d35012 100755 --- a/ttrssreader/ttrssreader.iml +++ b/ttrssreader/ttrssreader.iml @@ -41,6 +41,7 @@ + @@ -48,6 +49,7 @@ + @@ -61,6 +63,7 @@ + @@ -68,6 +71,7 @@ + @@ -75,6 +79,7 @@ + @@ -82,6 +87,7 @@ + @@ -89,6 +95,7 @@ + @@ -96,13 +103,7 @@ - - - - - - - + @@ -110,9 +111,17 @@ + + + + + + + + + - @@ -121,19 +130,18 @@ - - + + + - - - + - + - + @@ -146,9 +154,12 @@ + + - + + @@ -156,7 +167,6 @@ -