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