Development
- #127 Support the Android Studio Ladybug.
Feature
- #124 Add Privacy Manifest for iOS
Development
- #119 Replace Kotlin JvmToolchain function
Development
- #106 Update to Java 17 and Gradle 8.4 by @lemonderon.
Bug fix
- [BREAKING CHANGE] #101 Prefix UA with appName instead of brand by @sgrodzicki.
Before:
User-Agent: Apple/1.0.0 (iOS 17.2; iPhone; Simulator; x86)
After:
User-Agent: SampleApp/1.0.0 (iOS 17.2; iPhone; Simulator; x86)
Development
- Update Kotlin kotlin-stdlib-jdk7 to kotlin-stdlib
Development
- Update Flutter to >=3.0.0
- Update Gradle plugins to v8
Bug fix
- Wrong brand name.
Development
- Migrate jCenter to MavenCentral for android apps.
Feature
- Change Android compileSdkVersion to 33
- Update Flutter to >=2.10.0
Development
- Update Flutter to 3.3.0
- Update Dart to 2.18.0
Feature
- Update Dart SDK to >=2.14.0
- Require Android minSdkVersion to 22
Development
- Replace effective_dart to flutter_lints
Feature
- Update Flutter to >=2.0.0
- Update Dart to >=2.12.0
Bug Fix
- Set Android minSdkVersion to 21.
Initial release.
Feature
- userAgent() return String.
- userAgentData() return UserAgentData
- userAgentClientHintsHeader return Map