mathisdt / sdbviewer

display lyrics on Android devices (only in conjunction with SDB2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest .apk file from GitHub doesn't work.

Wasnix opened this issue · comments

I've downloaded and installed apk file from GitHub:
SDBViewer_1.2_2019-01-06-08-45-47_release-signed.apk

This app cannot open any URL - neither HTTP nor HTTPS. The file in URL exists definitely. Opening URL in mobile browser on same device works.

My device is a Xiaomi Redmi 5 plus (rooted) with Android 7.1.2.

Screenshot and extracted logcat are appended.

zephyr.log

screenshot_org zephyrsoft sdbviewer

You're right, this release has a problem parsing the URL. It should try to guess the scheme ("http://" or "https://") when none was given, but it tried the URL only with prefix. The problem is fixed in the new release 1.3.
The URL would work also in Release 1.2 when you omit the scheme (remove "https://" from the beginning), but it clearly was a bug. Sorry!