From 3ff7fb05ac0766eaf13c9886728901731bc74092 Mon Sep 17 00:00:00 2001 From: Mike Dunn Date: Thu, 21 Jun 2018 23:01:19 -0500 Subject: [PATCH] readme, proguard --- README.md | 6 +++--- demo/proguard-rules.pro | 1 + tileview/proguard-rules.pro | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da5ac03..a0eb0997 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Out of the box, the TileView will manage the tiled image, including subsampling Additional plugins are provided to allow adding overlaying Views (markers), info windows, hot spots, path drawing, and coordinate translation. -This is the first release (June 20) of TileView version 3.0. TileView version 2.0 was released nearly 5 years ago, and is showing its age. TileView3 is much improved, much more modern, and much simpler, and I hope everyone will take advantage of what I've learned in that time. +This is the first release (June 20) of TileView version 3.0. TileView version 2.0 was released nearly 5 years ago, and is showing its age. TileView3 is much improved, much more modern, and much simpler. -**Please note that TileView3 is in beta.** Actually, probably closer to an alpha, but other than help from some great contributors, I'm the sole maintainer, so this is as close as I'm going to get to a beta without dedicated time. +**Please note that TileView3 is in beta.** Really, probably closer to an alpha. There are bugs, but I think the core is solid and ready for beta testing. This is a major upgrade and is not backwards compatible with TileView version 2. If you're need a stable version, the last release of version 2 is 2.7.7, and is available as a branch, here: https://github.com/moagrius/TileView/tree/version-2.7.7, or from the [releases page](https://github.com/moagrius/TileView/releases). No further work will be done on version 2. -**This is truly open source.** I'm very happy to accept improvements or bug fixes; create an issue, branch, and create a PR. I'm not super interested in finding bugs - I already know what most of them are, and will start to document them as this make its way into the wild. +**This is truly open source.** I'm very happy to accept improvements or bug fixes - no caveats; create an issue, branch, and create a PR. I'm not super interested in finding bugs and don't want the issues page to become a wasteland - I already know what most of them are, and will start to document them as this make its way into the wild. ## Installation Add this to your app module's build.gradle. diff --git a/demo/proguard-rules.pro b/demo/proguard-rules.pro index d2791161..5162e6b3 100644 --- a/demo/proguard-rules.pro +++ b/demo/proguard-rules.pro @@ -15,3 +15,4 @@ #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} +-dontwarn java.lang.invoke.** diff --git a/tileview/proguard-rules.pro b/tileview/proguard-rules.pro index 2085488d..31917fda 100644 --- a/tileview/proguard-rules.pro +++ b/tileview/proguard-rules.pro @@ -18,3 +18,4 @@ -keep class com.qozix** {*;} -keepattributes InnerClasses -keepattributes EnclosingMethod +-dontwarn java.lang.invoke.**