8000 Updating app name in android activity doesn't respect `-` · Issue #1 · anexinet/tiapp-updater · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updating app name in android activity doesn't respect - #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pablog178 opened this issue Dec 26, 2017 · 0 comments
Open

Updating app name in android activity doesn't respect - #1

pablog178 opened this issue Dec 26, 2017 · 0 comments
Labels

Comments

@pablog178
Copy link
Contributor

When using special characters in the app name (-), they should be removed for the android's app name activity tag (if found).

<activity android:configChanges="keyboardHidden|orientation" android:label="@string/app_name" android:name=".FooBarHelloActivity" android:theme="@style/Theme.Titanium">

Test Case:

  • App Name: Foo-Bar Hello
  • Expected Result in Android activity: android:name=".FooBarHelloActivity"
  • Right now it generates: android:name=".Foo-barHelloActivity"
@pablog178 pablog178 added the bug label Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant
0