Sternbach-Software

Results 49 issues of Sternbach-Software

Part of the definition of "active fork" is that it has commits past the original repo, so I think it is important (it certainly is to me) to see how...

See my [rewind animation](https://github.com/shmueldabomb441/Media-Player-Animations#rewind) and [fast-forward](https://github.com/shmueldabomb441/Media-Player-Animations#fast-forward) animation. I made these myself because I couldn't find them elsewhere.

I had this problem. I talked about the issue in [issue #21](https://github.com/edsilfer/sticky-index/issues/21). Here is my fork which works the exact same except for some error handling if the library is...

### OkDownload Version Sample app included in repository as of April 19, 2022 ### Problem Describe Adding [this link](https://torahcdn.net/tdn/1037007.mp3) to [the urls array](https://github.com/lingochamp/okdownload/blob/cb6e20f2484927ef81728355fad3231bb87859a9/sample/src/main/java/com/liulishuo/okdownload/sample/BunchActivity.kt#L242) in the sample app [bunchactivity.kt](https://github.com/lingochamp/okdownload/blob/master/sample/src/main/java/com/liulishuo/okdownload/sample/BunchActivity.kt) on serial...

Where can I find the code for the sample app displayed in the screenshots in the README? It will make integrating the library much easier.

If I start a bunch of tasks with `DownloadTask.enqueue(tasks, listener)` is there a way I can cancel an individual task? If I keep a reference to that task before passing...

Incredibly impressed with the library. I want to display the progress of downloads in my app. Does `cancel()` reset progress? Also, if I wanted to save the progress to my...

Should I just run a loop through the URLs and use "url.download().observeOn(AndroidSchedulers.mainThread()).subscribeBy(...)"? Also, - does the download run in the background on Android? - If the user exits the app,...

Replace RecyclerView with FastScrollerRecyclerView to offer fast-scrolling through hundreds of thousands of logs quickly without having to manually scroll all the way through (an impossible feat for over 150,000 logs...

**Describe the bug** I downloaded [this demos archive](http://download.jzy3d.org/api/1.0/jzy3d-guide-1.0-demos-exe.zip) on my Mac M1 Air, extracted the zip, opened the terminal to the folder, ran "java -classpath "lib/*" org.jzy3d.demos.browser.DemoBrowser", and got the...

question