aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-05-12 23:37:36 -0700
committerAllan Wang <me@allanwang.ca>2018-05-12 23:37:36 -0700
commit92332df62437eea2ee6ce5ff269748dd702d6444 (patch)
tree13565108b0a0624e6394588dd3f26371218e1839
parent32137d839431f57be2a05e0ba8cc0b52129df779 (diff)
downloadfrost-92332df62437eea2ee6ce5ff269748dd702d6444.tar.gz
frost-92332df62437eea2ee6ce5ff269748dd702d6444.tar.bz2
frost-92332df62437eea2ee6ce5ff269748dd702d6444.zip
Move fdroid to flavour
-rw-r--r--app/build.gradle14
-rw-r--r--docs/Changelog.md1
2 files changed, 8 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 77ec7790..0230a42c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -104,14 +104,14 @@ android {
resValue "string", "frost_name", "Frost"
resValue "string", "frost_web", "Frost Web"
}
+ }
+
+ flavorDimensions "store"
+
+ productFlavors {
fdroid {
- minifyEnabled true
- shrinkResources true
+ dimension "store"
applicationIdSuffix ".fdroid"
- versionNameSuffix "-fdroid"
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- resValue "string", "frost_name", "Frost"
- resValue "string", "frost_web", "Frost Web"
}
}
@@ -168,7 +168,7 @@ dependencies {
implementation "com.devbrackets.android:exomedia:${EXOMEDIA}"
- implementation"com.mikepenz:fastadapter-extensions:${kau.fastAdapter}@aar"
+ implementation "com.mikepenz:fastadapter-extensions:${kau.fastAdapter}@aar"
//noinspection GradleDependency
implementation "com.github.bumptech.glide:okhttp3-integration:${kau.glide}"
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 55a25281..14758ca3 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -5,6 +5,7 @@
* Catch crashes if device has no webview
* Fix all the notifications coming in for the first load
* Reorder settings
+* Fix view full image
## v2.0.0
* A new beginning: Frost is completely FOSS