bollwerk/app
Jens Reinemann a84d130495 fix(resources): grant explicit URI permissions to all resolved activities before startActivity
Resolves 'Keine App gefunden' for ePub and PDF opening failures (e.g. Firefox).
FLAG_GRANT_READ_URI_PERMISSION alone is not sufficient when Android shows
the Chooser – each potential app must receive grantUriPermission() before
startActivity() is called.

- Extract openResourceFile() into FileOpenHelper.kt (eliminates DRY violation)
- Use PackageManager.ResolveInfoFlags (API 33+) with DEPRECATION suppress fallback
- Remove duplicate inline intent code from ResourceDetailScreen

Closes #129
2026-05-19 00:24:58 +02:00
..
schemas/de.bollwerk.app.data.db.BollwerkDatabase feat(app): add ResourceListScreen + BottomBar navigation 2026-05-18 22:15:40 +02:00
src fix(resources): grant explicit URI permissions to all resolved activities before startActivity 2026-05-19 00:24:58 +02:00
build.gradle.kts chore: release v1.7.25 2026-05-18 23:56:45 +02:00
proguard-rules.pro feat: Android-Projekt-Gerüst anlegen (#13) 2026-05-13 15:24:39 +02:00