Skip to content

Commit 3ff7fb0

Browse files
committed
readme, proguard
1 parent 9127979 commit 3ff7fb0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Out of the box, the TileView will manage the tiled image, including subsampling
1414

1515
Additional plugins are provided to allow adding overlaying Views (markers), info windows, hot spots, path drawing, and coordinate translation.
1616

17-
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.
17+
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.
1818

19-
**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.
19+
**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.
2020

2121
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.
2222

23-
**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.
23+
**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.
2424

2525
## Installation
2626
Add this to your app module's build.gradle.

demo/proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
-dontwarn java.lang.invoke.**

tileview/proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
-keep class com.qozix** {*;}
1919
-keepattributes InnerClasses
2020
-keepattributes EnclosingMethod
21+
-dontwarn java.lang.invoke.**

0 commit comments

Comments
 (0)