From 50f6f3acc30709fed912ea82f326a86dd6a18ba0 Mon Sep 17 00:00:00 2001 From: Mridang Agarwalla Date: Mon, 21 Mar 2016 20:43:45 +0200 Subject: [PATCH] Bumped the use the Android N Preview, added ACRA and multiple settings intents. --- Gasflow.iml | 2 +- app/app.iml | 12 ++++--- app/build.gradle | 12 ++++--- app/src/main/AndroidManifest.xml | 31 ++++++++++--------- .../com/mridang/speedo/SpeedoApplication.java | 14 +++++++++ app/src/main/res/values/strings.xml | 3 ++ 6 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 app/src/main/java/com/mridang/speedo/SpeedoApplication.java diff --git a/Gasflow.iml b/Gasflow.iml index 42a4d1b..4c9f11a 100644 --- a/Gasflow.iml +++ b/Gasflow.iml @@ -8,7 +8,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 6e912fc..68492b8 100644 --- a/app/app.iml +++ b/app/app.iml @@ -26,7 +26,7 @@ - + @@ -68,7 +68,8 @@ - + + @@ -80,10 +81,11 @@ - + - - + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index db48cb0..2600f21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,9 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" - + compileSdkVersion 'android-N' + buildToolsVersion '24.0.0-rc1' defaultConfig { applicationId "com.mridang.speedo" minSdkVersion 16 @@ -17,10 +16,13 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + productFlavors { + } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:23.2.0' + compile 'com.android.support:support-v4:24.0.0-alpha1' compile project(':colorPicker') -} \ No newline at end of file + compile 'ch.acra:acra:4.8.5' +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f3b54e5..7915f7d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,15 +1,15 @@ - + - - - - + + + + - - + + + + + + android:enabled="true" /> - + - - + + Disable the notification and the service when the device\'s battery is low or when the power saving mode is enabled Background color of the notification icon Color + Unexpected error, please send a report + Throttle has crashed… + Please click here to help fix the issue.