Releases: crowdin/android-studio-plugin
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
Added
-
Debug mode
To enable add
debug=true
to the configuration file. This will provide more information about the plugin execution
Updated
- Improve for finding translation files
Fixed
- Fix escaping for Windows OS
1.2.0
Added
-
preserve-hierarchy
config option.This option allows localizing multiple modules containing sources with the same names by saving directories structure in Crowdin instead of adding source files to the project root. By default is set to
false
. To enable - set value totrue
. -
Environment variables support for the configuration file. Read more.
-
Upload translations confirm dialog.
-
Warning to 'download' command about omitted translations.
Updated
-
Deprecated API usage and fix compatibility with versions prior to 181+.
-
Improve error message for the wrong branch name.
Fixed
- Minor UX issues.
1.1.0
- Added: Upload Translation to Crowdin
- Added: Set custom directory to sources and translations files
- Added: Wrapped plugin actions into background tasks
- Added: Crowdin icon for menu
- Updated: Improved base path validation
- Fixed: Work in multiple projects
- Fixed: Removed error notification if project does not have crowdin property file
1.0.0
- Updated: Migrated project to gradle-based intellij plugin
- Updated: API v2 Support
- Updated: Notifications improve
- Updated: Refactoring and fixes
- Fixed:
auto-upload
disabling
Note: This version requires changes in your crowdin.properties file: project-identifier
-> project-id
, project-key
-> api-token
.
project-id
- This is a project numeric id
api-token
- This is a personal access token. Can be generated in your Account Settings