moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Package name for DiskLruCache #38

Closed Eteokles closed 11 years ago

Eteokles commented 11 years ago

I'm pretty sure i'm just bad, but i don't understand one thing... When i work with the sources, in tileview.tiles.TileCache.java DiskLruCache is imported by import com.jakewharton.DiskLruCache; but the package name of this is : com.jakewharton.disklrucache.DiskLruCache; so, I get an error until I don't change this one.

Can you explain to my slow brain ...

moagrius commented 11 years ago

Hmm... Apparently the package name was changed in March of this year...

The jar linked in the TileView readme should still be good (old package name)... LMK if that doesn't solve it for you.

Eteokles commented 11 years ago

Ok thanks. I had the latest version (2.0.2). With the 1.3.1 it's working with no modification ;) I'm not so bad finally :p

moagrius commented 11 years ago

GTK, thanks for pointing it out.