You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for android string resource id in application label. (#146)
Fixes#145
* New android metadata field 'apk_name' used for apk file naming (fall back to artifact name).
* Remove useless 'android:name' field from android manifest.
* CHANGELOG.md, README.md and formatting fixes.
* CHANGELOG.md version and notes fixed.
* Rewrite changelog entry and remove date for *unreleased* version
Copy file name to clipboardExpand all lines: cargo-apk/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# Unreleased
2
+
3
+
- Added `apk_name` field to android metadata for APK file naming (defaults to Rust library name if unspecified).
4
+
The application label is now no longer used for this purpose, and can contain a string resource ID from now on.
5
+
1
6
# 0.6.0 (2021-04-20)
2
7
3
8
-**Breaking:** uses `ndk-build`'s new (de)serialized `Manifest` struct to properly serialize a toml's `[package.metadata.android]` to an `AndroidManifest.xml`. The `[package.metadata.android]` now closely resembles the structure of [an android manifest file](https://developer.android.com/guide/topics/manifest/manifest-element). See [README](README.md) for an example of the new `[package.metadata.android]` structure and all manifest attributes that are currently supported.
0 commit comments