Izzy

Results 2381 comments of Izzy
trafficstars

Thanks again, @jreast – added to [the wiki](https://github.com/IzzySoft/Adebar/wiki/Tested-Devices#tablets) :+1:

Thanks @5c0tt-b0t – and wow, the first TV box reported, great! Wiki page updated. Glad you like it – enjoy Adebar (and my repo :smiley:)!

Thanks again! Added to the wiki. Great to know that most Android TV boxes should be covered as well! Though I'm not sure whether that can be said based on...

Good to know about the Android TV backgrounds – thanks for sharing! Btw, my Lenovo tablet is a MediaTek device, no issues with that. And of course, PRs are welcome!...

Unfortunately not. By encrypted you mean password-protected backups? Because for "just encrypted", `ab2tar` should take care (even check which of the two variants it knows of is available – though...

I didn't know that the phone being encrypted implies the backup is, too. OK, so that's an AES-256 encrypted backup. Did it need a password or not? If not, there...

For minimal overhead, we can use something like this to verify _availibility_ (not available version): ``` [wget --method=HEAD -O - $url rc=$? if [[ $rc -eq 8 ]] … #...

Update: `wget --method=HEAD --server-response https://f-droid.org/packages//` dutifully reports `HTTP/1.1 404 Not Found` if an app does not exist and `HTTP/1.1 200 OK` if it's there. So the following command should return...

While on it, and if it's not asked too much: I'd love to see an option to have all external links `rel=nofollow` by default and just mark exceptions (maybe like...

There is a link provided for download, pointing to `releases/` – where it says "no releases". So obviously, the devs forgot to create them.