This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
Releases: nzbget/android
Releases · nzbget/android
2.0-testing-r36
- added support for native ARM 64 Bit architecture (#14):
- 64 bit binaries are now installed when using NZBGet demon v21.0-r2304 or newer;
- installation confirmation message now contains button "Log" which allows to display full installation log.
2.0-testing-r34
- the app can now run in background as a service, ensuring the daemon process is running and isn't terminated by the system;
- showing system notification when running; a click on notification brings the app to foreground;
- new option to start daemon at system boot;
- to overcome system restrictions for native processes the app can now take care of moving the downloaded files into any directory;
- when downloading nzbget installer from nzbget download page now using https-connection; this not only improve the security but also solves the issues with newer Android versions preventing apps from accessing http-sites.
Many thanks to @kabukky for all the improvements!
2.0-testing-r19
- support for Android 8 (#5):
- busybox is compiled using Android NDK instead of general Linux toolchain;
- when installing NZBGet the app downloads and install NZBGet package compiled specifically for Android using Android NDK (starting with NZBGet v21);
- updated project for Android Studio 3.1.3;
- the app now requires at least Android 5.0.
1.1
Changes since 1.0
- reworked daemon output and status handling for better compatibility with newer Android versions;
- rebuilt included busybox: this fixes crash on x86 emulator and possibly on real x86 devices.
Changes since 1.1-testing-r13
- none.
Manual: Installation on Android.
1.1-testing-r13
- reworked daemon output and status handling for better compatibility with newer Android versions;
- rebuilt included busybox: this fixes crash on x86 emulator and possibly on real x86 devices.
Manual: Installation on Android.
1.0-testing-r10
- improved daemon status detection.
Manual: Installation on Android.
1.0-testing-r8
- updated the app to download NZBGet Linux installer from GitHub releases area. The buttons "Install latest testing" and "Install latest testing debug" now work. This eliminates the manual downloading step;
- smoother UI updates during installation;
- added app icons;
- avoiding download of stable 15.0 which cannot be installed anyway.
1.0-testing-r2
- initial testing release;
- automatic installation of stable and testing releases doesn't work yet (need to be reworked for GitHub hosting);
- only installation of custom releases work.