-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup and small performance improvements #8
Conversation
Ignored exceptions should be named as "ignored" to make linter happy
Make the msgHandler not static. Make field final. Make PartialRange and FileInfo classes final (improves performance)
getMimeTypeForDocument(): containsKey() internally makes the same get()
Hi @mvbasov please take a look on the PR. I would like to send another PR but I want to know if the project is alive |
Thank You for your work! |
You warm up my interest to this project:)
|
Thank you. Basically I’m interested in your server because it’s the only one available on my xiomi Android TV installed via F-droid. I saw few other http and even webdav servers in App Store but looks like only your supports TV boxes. |
You will be laugh. It not operate on my TV box :) |
Embedded Android devices are slow so it makes sense to do some basic optimizations.
Almost all these optimization was just made automatically by Android Studio so the refactoring should is safe.