- Fix crash log code format not working
- Change package name, you will
need to move the settings over to the new
package, using the built-in import/export data - Increase minimum SDK to 24 (Android 7)
- Increase target SDK to 35 (Android 15)
- Error logger is now a separate library
- App is now (slightly more) reproducible
- Auto whitelist Syncthing folders (fixes #12).
- New icon, and its monochrome variant!
- Don't "obfuscate" release apk
- Fix cleanup service wont start or crashing for Android 14+ users
- Improved APK file filters, now also includes known split APK files (apks, apkm, aab)
- Update dependency
- Add memory leak detector library for debug version
- Gradle wrapper: 8.6 > 8.8
- AGP: 8.5.2 > 8.13.0
- Kotlin: 1.9.22 > 1.9.23
- androidx.appcompat: 1.7.0-alpha03 > 1.7.0
- androidx.benchmark: 1.3.3 > 1.4.1
- androidx.core: 1.13.0-alpha05 > 1.13.0
- androidx.test: 1.5.2 > 1.7.0
- androidx.test.espresso: 3.6.1 > 3.7.0
- androidx.test.ext: 1.1.5 > 1.2.1
- androidx.work: 2.9.1 > 2.10.3
- com.google.android.material: 1.12.0-alpha03 > 1.12.0
- Add memory leak detector library for debug version
- Code formatting & cleanups, translation, typo & bug fixes, etc...
PS: this release won't have apk because I forgot to tag the commit
Full Changelog: v5.0.0...v5.0.1