Lê Thái Phúc Quang
Lê Thái Phúc Quang
@thangmam Hi, I haven't got a chance to revisit the problem since everything is working just fine in my app and I have other higher priority things to do. About...
@darkrevier > Are these lines of code created initially No, it is another way to create an HttpProxyCacheServer ```java // Instead using this private HttpProxyCacheServer newProxy() { return new HttpProxyCacheServer(this);...
@darkrevier yes, it is playable in my case, if you cannot play it, maybe because of another reasons, such as player's requirement, file format,...
@darkrevier you need to mock the way `androidvideocache` name the cached file, find it [here](https://github.com/danikula/AndroidVideoCache/blob/acdf747a991739204e32e0fde5c893490cfb4e40/library/src/main/java/com/danikula/videocache/file/FileCache.java#L36) and [here](https://github.com/danikula/AndroidVideoCache/blob/acdf747a991739204e32e0fde5c893490cfb4e40/library/src/main/java/com/danikula/videocache/HttpProxyCacheServer.java#L194), use that way to name your preloaded files. So that when the library...
@rocky8roy First you need to create your own FileNameGenerator ```java public class MyOwnFileNameGenerator implements FileNameGenerator { // Do your naming logic } ``` Then init cache server proxy using with...
@rocky8roy > can we pause or stop the current caching of this library code? > my problem scenario is a follows: > i have implemented in this way: > I...
> > @rocky8roy > > > can we pause or stop the current caching of this library code? > > > my problem scenario is a follows: > > >...
Hi @StanKocken, any progress so far? I am having problem with this sdk too, keeping all its stuffs seems to work, but it doent make sense using ProGuard and keep...
Same problem: OS X with ST3 3176, @0speedy's solution doesn't work for me :(
@mlvandijk @mpkorstanje Hi, I'm looking at this issue, the 3 latters are fine ``` 4. Feature file location. /src/main/resources/com/example/my/app 5. Step definition locations com.example.my.app 6. Runner class location: com.example.my.app ```...