Releases: hotwired/turbo-android
Releases · hotwired/turbo-android
7.1.4
7.1.3
7.1.2
7.1.1
What's Changed
- Add 402: Payment Required by @joemasilotti in #322
- Only show error screens for SSL errors when the url matches the current visit by @jayohms in #323
- Add Strada integration to WebBottomSheetFragment in demo by @donnfelker in #321
New Contributors
- @joemasilotti made their first contribution in #322
- @donnfelker made their first contribution in #321
Full Changelog: 7.1.0...7.1.1
7.1.0
What's Changed
- Add missing TurboSessionNavHostFragment API documentation by @jayohms in #313
- Readme documentation improvements by @jayohms in #314
- Updating the Installation and Quickstart documentation to use build.gradle.kts by @enochtamulonis in #302
- Assign a unique view ID to each WebView instance by @jayohms in #315
- Convert build files to Kotlin DSL by @jayohms in #316
- Pass more detailed visit errors to apps to avoid ambiguity by @jayohms in #317
- Bump Android Gradle Plugin to 8.2.2 by @jayohms in #318
Breaking API Changes
- Errors are now reported through granular error types instead of simple error codes. See PR for details: #317
New Contributors
- @enochtamulonis made their first contribution in #302
Full Changelog: 7.0.3...7.1.0
7.0.3
What's Changed
- Bump minSdkVersion to 26 in the docs by @kyrylo in #298
- Perform same-page visit proposals without recreating the current destination by @jayohms in #292
- REPLACE_ROOT presentation - popUpTo to controller.graph.id (inclusive) by @reaper in #296
- Anim replace root by @jayohms in #304
- Allow animation customization for replace_root presentation (fixes #285) by @MichalSznajder in #286
- Expand docs on remote path configuration by @ghiculescu in #213
- Catch all exceptions when attempting to fetch the remote config and log errors by @jayohms in #305
- Properly handle navigate back/up from bottom sheet dialog fragments by @jayohms in #306
- Fix
clearBackStack()
from a bottom sheet dialog fragment by @jayohms in #307 - Allows error views to be scrolled without pull-to-refresh interference by @jayohms in #308
- Keep Turbo classes in proguard consumer rules by @jayohms in #309
- Prevent pull-to-refresh from triggering while scrolling in a nested scrollable element on the page by @jayohms in #310
- Fix
Toolbar
back button visibility without having a separate start destinationFragment
instance by @jayohms in #311
New Contributors
- @kyrylo made their first contribution in #298
- @reaper made their first contribution in #296
- @MichalSznajder made their first contribution in #286
Full Changelog: 7.0.2...7.0.3
7.0.2
7.0.1
7.0.0
What's Changed
- Build update by @jhutarek in #273
- Accept "image/jpeg" mime type for image captures by @jayohms in #282
- Support Android 13's predictive back gesture by @jayohms in #276
- Improve how a TurboVisitResponse is logged by @jayohms in #283
- Allow clear text traffic in debug build by @kiskoza in #241
- Fix R8 build issues by @jayohms in #284
New Contributors
Full Changelog: 7.0.0-rc18...7.0.0
7.0.0-rc18
What's Changed
- Set WebView's height to wrap content if its parent is ScrollingView by @mbarta in #266
- Prevent web page screenshot scaling down in some cases by @mbarta in #267
Full Changelog: 7.0.0-rc17...7.0.0-rc18