Releases: Chrisimx/ScanBridge
Nightly build 2026-03-14
Automated nightly build
Last changes:
- 076a778 Switch to OkHttp Ktor engine because CIO does not support disabling hostname verification
- f358b20 Release v2.1.4
- 5b59b97 Fix crash when cropping or rotating a black-and-white image
- df787d1 Release v2.1.3
- 565e772 Custom scanner feature improvements
- bbd56d0 Apply format
- 1ebf0f7 Remove non-null assertation in FoundScannerItem.kt
- d05b002 Improve content description for custom scanner edit button
- 34ba9c4 Rename CustomScannerDao function getByScanId to getById
- 22b341f Add StringRes annotation to StringRes args in DeletionDialog
- 28b2320 Add translations for new strings
- f939799 Fix layouting error in FoundScannerItem, add editing for custom scanners, add deletion confirmation for custom scanners
- 0ff2ee3 Switch to Kotlin impl of escl-mock-server
- 7aeb029 Release v2.1.2
- c389a87 Apply format
ScanBridge 2.1.4: Crash fix
This release fixes a crash that occurred when cropping or rotating black-and-white scans
ScanBridge 2.1.3: Improvements to the custom scanners feature
This release makes small improvements to the custom scanners feature:
- Fix layouting bug for long custom scanner names
- Add editing feature for custom scanners
- Add deletion confirmation dialog when custom scanners are deleted
ScanBridge 2.1.2: Color mode setting
This release adds a few minor improvements:
- Add a color mode setting
- Fix A4 not being accepted when loaded from saved settings with some scanners
- Fix scan intent reset to "Document" when previous settings are loaded and it was on "Default"
ScanBridge 2.0.1: Small bug fixes
This is a new minor version of ScanBridge with a couple of bug fixes:
- Fix crash when trying to share scans with other apps
- Fix "Remember scan settings" not working
ScanBridge 2.0.0: Crop feature & background scanning
This release features background scanning (scans will now complete in the background) and a cropping feature. Furthermore, the codebase has overgone a major refactoring.
See https://github.com/Chrisimx/ScanBridge/blob/v2.0.0/CHANGELOG.md for a more detailled list of changes.
ScanBridge 1.6.2
This is a new minor version of ScanBridge. It fixes issues that occured with the Brother DS 940dw scanner. (It should also restore metadata to F-Droid)
See https://github.com/Chrisimx/ScanBridge/blob/v1.6.2/CHANGELOG.md for a more detailled list of changes.
ScanBridge 1.6.1: Export directly as file and Google Play release
With this new version of ScanBridge, scans can now be exported directly to a file without having to use a workaround (such as the Save Locally app).
The user interface has also been adapted for larger screens like tablets, and ADF-only scanners (i.e. scanners without a flatbed) should now work as well.
Furthermore, an incomplete translation in German has been corrected and an issue with temporary files not being deleted automatically has been resolved.
ScanBridge also celebrates its first release to Google Play! The app is available there for a small price to support the development. You also receive prioritized support with the purchase. Of course, the app still can be obtained for free on F-Droid or from GitHub.
See https://github.com/Chrisimx/ScanBridge/blob/v1.6.1/CHANGELOG.md for a more detailled list of changes.
ScanBridge 1.5.0: Feature release
This new release of ScanBridge brings a lot of handy features and improvements:
- 🇮🇹 Italian language support — thanks a lot to @LucaMaroglio for creating the localization!
- 🌐 Per-app language setting — choose your preferred language for ScanBridge without changing the global setting.
- 📄 US paper formats — Letter, Legal and more are now provided for easy selection.
- ⚙️ Save scan settings — your settings are now remembered for new sessions so you don't have to change them every time.
- ✖️ Cancel button — stop a scan in progress, for example, if it takes too long.
- ✨ Design improvements — cleaner and more polished interface.
- 🛠️ Bug fixes — better compatibility with scanners.
ScanBridge 1.4.0
This new version of ScanBridge is mostly a feature release with a couple of bug fixes.
Changelog
Added
- Automatic recovery of the most recent unfinished scan session when the app is launched, if present (65e23af)
- Automatic discovery of HTTPS scanners on the network (0b30a9a)
- Persistent storage of custom scanner connections for repeated use (4db5876)
- Option to disable HTTPS certificate verification in the settings (to easily connect to scanners with self-signed certs) (1854362)
- Configurable maximum page count per PDF during export (adjustable in the app settings) (7b57a19)
Fixed
Improved Scanner support
- Canon LiDE20/N676U: Fixed scanning communication / Relative Location header support (#78)