hammer-editor/desktop
Adam Brown 5c3d90ac7f Fix PDF export crash on desktop (#789)
ProGuard stripped org.apache.commons.logging.impl.LogFactoryImpl, which
LogFactory resolves by name, so PDDocument's static init threw
ExceptionInInitializerError on every PDF export from a packaged build.
Only pdfkmp-jvm pulls in PDFBox, so Android is unaffected.

Export failures also went uncaught in ExportDirectoryPicker on all three
platforms, killing the app instead of showing the existing failure toast.
2026-08-17 21:28:46 -07:00
..
gradle/wrapper Upgrade gradle to version 9.5.1 2026-05-17 19:35:37 -07:00
icons Add manifest-driven asset generation pipeline 2026-05-22 19:26:49 -07:00
macos-native Move the sandbox first-run flow onto native AppKit 2026-08-17 20:42:00 -07:00
scripts MacOS publish fixes 2026-06-02 20:49:08 -07:00
src Move the sandbox first-run flow onto native AppKit 2026-08-17 20:42:00 -07:00
build.gradle.kts Move the sandbox first-run flow onto native AppKit 2026-08-17 20:42:00 -07:00
entitlements.plist MacOS sandboxing 2026-06-02 20:54:18 -07:00
proguard-rules.pro Fix PDF export crash on desktop (#789) 2026-08-17 21:28:46 -07:00
runtime-entitlements.plist Add Mac App Store packaging for the desktop module 2026-05-19 17:46:07 -07:00