Fixed
Status Update
Comments
kl...@google.com <kl...@google.com> #2
These changes would be really nice! Being able to change the text colour is really important as it now doesn't match the rest of our app either.
Stack overflow posting -http://stackoverflow.com/questions/32533069/how-to-change-a-title-color-in-chrome-custom-tabs
Stack overflow posting -
kl...@google.com <kl...@google.com> #3
Changing text color and the overflow icon color is important to us too! Awesome work on the feature though.
e....@gmail.com <e....@gmail.com> #4
The ability of customize the status bar color is very important!
kl...@google.com <kl...@google.com> #5
It is in the essence of a "custom" UI component to have a custom color. Please add this feature!
lo...@gmail.com <lo...@gmail.com> #6
I have noted that the status bar automatically generated from the toolbar color is a bit darker than needed. The status bar color of the chrome activity is different to the one of the rest of my app. It doesn't strictly follow Material guidelines.
kl...@google.com <kl...@google.com> #7
The same issue I met. And is there a way to customize the title? using my own title rather than the url's. Thanks
kl...@google.com <kl...@google.com> #8
Would very appreciate this enhancement!
kl...@google.com <kl...@google.com> #9
I'd love to have the possibility to change title text color, I'll be a very important graphic consistency inside my app
kl...@google.com <kl...@google.com> #10
Voting +1 for this feature.
kl...@google.com <kl...@google.com> #11
It has been more than a year. Please add this!
kl...@google.com <kl...@google.com> #12
[Comment deleted]
e....@gmail.com <e....@gmail.com> #13
It will certainly be a nice feature and have a nice title for the chrome tab. Please fix this.
e....@gmail.com <e....@gmail.com> #14
Customize the status bar color is a real need. Voting +1
e....@gmail.com <e....@gmail.com> #15
Yes, it's needed definitely. Please!! Voting+1.
kl...@google.com <kl...@google.com> #16
Any date to the release of this feature? Working with VectorDrawables is awesome and let us have an IconKit but this little impediment make it not perfect
ge...@gmail.com <ge...@gmail.com> #18
Voting +1 for this feature.
kl...@google.com <kl...@google.com> #19
voting +1 for this feature
Description
***** *****
***** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!! *****
***** *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, CYANOGENMOD, *****
***** INTERNAL ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.*****
***** *****
***** THOSE ISSUES BELONG IN DIFFERENT ISSUE TRACKERS *****
***** *****
*****************************************************************
Affected Version:
What steps will reproduce the problem?
1.Use the native KeyStore from Windows
2.User a certificate witch need an USE-eToken
3.callapksigner with those parameters:
@("sign",
"--ks", "$easyTokenSignCrtPath",
"--ks-type", "PKCS11",
"--ks-pass", "file:$apkSignerPwPath",
"--ks-provider-class", "sun.security.pkcs11.SunPKCS11",
"--ks-provider-arg", "C:\PROGRA~1\Java\jdk1.8.0_121\bin\eToken.cfg",
"--ks-key-alias", "my alias",
"$scrDir\$toSign")
What is the expected output?
apk file should be sign, all those parameters are working with jarsigner, on the same computer
What do you see instead?
Please provide any additional information below.
- Windows Server 2016
- JDK 1.8.0_121
- eToken works with jarsigner on the same Computer, parameters are:
$jarSignerParams=@(
"-keystore","NONE",
"-storepass", "$STOREPASS",
"-storetype", "PKCS11",
"-tsa", "
"-providerclass", "sun.security.pkcs11.SunPKCS11",
"-providerArg", "$JDK_PATH\bin\eToken.cfg"
"$scrDir\$toSignJarsigner",
"my alias")
As far as I could analyse, {KeyStore}.engineLoad() should not be called will 'null' as parameter, which is done in apksigner
Regards, Éric