peertube-android icon indicating copy to clipboard operation
peertube-android copied to clipboard

PeerTube And Android 4.4

Open H4LG4ND opened this issue 7 years ago • 4 comments

I had an old version ( 0.7 if I remember ) of PeerTube wich worked with my Android 4.4 Kit Kat But not after upgrade I cant find a version for Android 4.4 in F-Droid, neither here : https://github.com/sschueller/peertube-android/releases

What can i do ?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

H4LG4ND avatar Feb 08 '19 14:02 H4LG4ND

All versions ever released are on the release page. I don't think the app ever worked on android 4.4 as the first commit was already minSdkVersion 24. I did make some changes a while back to make it work on Android 5. Maybe you had another peertube app? There is at least one other that I have seen in the playstore.

I will take a look if I can make it work in 4.4 but I can not make any guarantees.

sschueller avatar Feb 08 '19 22:02 sschueller

I can assure you that was working. A version downloaded on F-Droid something like one year ago Thank you for the work

H4LG4ND avatar Feb 09 '19 08:02 H4LG4ND

I just want to +1 getting your app working on Android 4.4. There are plenty of people still using old devices running that version (myself included), and it's great to be able to use native apps from F-Droid as an alternative to the browser.

strypey avatar Mar 03 '19 19:03 strypey

In case anyone has any ideas: https://stackoverflow.com/questions/55007532/netcipher-and-retrofit-on-android-4-4

The major issue is that older android versions can't deal with TLS 1.2 and certain ciphers which almost all Peertube servers are configured for. The workaround is to use Google Play Services but I am looking for an alternate solution which doesn't require it.

sschueller avatar Mar 08 '19 09:03 sschueller