Releases: verloop/android-sdk
Releases · verloop/android-sdk
Fix: parcelable issue with proguard
Merge pull request #29 from verloop/bugfix/parcel-crash-fix-proguard Creator Parcel replaced with Kotlin Annotation Parcelize
Handled build version issue for parcelable objects
- Upgraded the target SDK to 34
- Upgraded proguard rules
- Removed deprecated intent methods and moved them to IntentCompact
- Upgraded gradle versions
Fixed subtitle alignment
- Marked subtitle as optional
- Alignment of title is fixed if subtitle is not present
Configurable title bar
Title bar can be configured using 3 methods:
- Server side configuration: Go to settings > widget branding > update the configuration
- Code configuration: In
VerloopConfigBuilder, you can now setheaderConfigwhich will override the server configs and has more precedence over server config - Custom XML: In
VerloopConfigBuilder, you can setoverrideHeaderLayoutastrueand addtoolbar_verloop.xmlin the root folder. Check sample app for placement. This has highest precedence.
Added openMenuWidgetOnStart method in config
1.1.10 Update Readme.md
Bug fixes and improved logging
- Fixed the redirection issue on 302 status
- Added log listeners
1.1.9-rc.2: Merge pull request #20 from verloop/error-handling
Error handling and LogEventListener implementation
Added callback handler for events in the system
- Events could be debug/info/warn/error
RC build for Minor fixes
- Optimizations
- Debug logs
- Remove webview cache
- Destroying views on clearing of activity
- Removing staging flag