Skip to content

Version Updates

How to Upgrade

Simply update the version number in your build.gradle:

groovy
// Before
implementation 'com.loxily:android-localize-sdk:1.0.1'

// After (latest version)
implementation 'com.loxily:android-localize-sdk:1.4.1'

Sync Gradle and re-run the application.

Version History

VersionChanges
1.4.1Fixed TransactionTooLargeException crash caused by high-resolution screenshots (screenshot data now transferred via temp file)
1.4.0Added Community Translation suggestTranslation(): players can submit translation suggestions; supports auto-capture and external screenshot modes
1.3.4Added "Powered by Loxily" branding to LoxiBot chat interface; production stability improvements
1.3.3Added reviewCurrentScreen(stringIds, imageBytes) external screenshot API (supports Unity RenderTexture); removed FOREGROUND_SERVICE_MEDIA_PROJECTION permission, resolving Google Play review issues
1.3.2string_id exact matching: reviewCurrentScreen(stringIds) supports passing string_id array, queries complete translation data from backend, consistent with Web Agent
1.2.8Agent floating button changed to manual control; added reviewCurrentScreen() programmatic review method
1.2.7Screenshot enhancement: SurfaceView PixelCopy + black screen detection (supports games/emulators)
1.2.6PixelCopy screenshot, supports game screen capture
1.2.4Production environment release, enhanced publish form fallback mechanism
1.2.0Added LoxiBot AI Agent: intelligent translation review, one-click optimization, version publishing
1.0.1Core features: string retrieval, language switching, logging control