Skip to content
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

Android: Feedback and contact us moved to registration server and pdf issue for unsupported characters fixed #242

Merged
merged 4 commits into from
Apr 29, 2020

Conversation

naveenr-btc
Copy link
Collaborator

@naveenr-btc naveenr-btc commented Apr 25, 2020

1.Feedback and contactUs moved from wcp to registration server
2.Issue in pdf for unsupported character fixed
3.Study filter screen UI fixed

Note: #235 PR also needs to be merge along this build as it has the server side changes.

2.Issue in pdf for unsupported character fixed
3.Study filter screen UI fixed
@googlebot googlebot added the cla: yes Do not use - reserved for devops label Apr 25, 2020
Copy link
Contributor

@zohrehj zohrehj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestions, otherwise looks great.

Please document whether this change requires simultaneous deployment of any server components?
Also is there a matching iOS change being deployed that needs to be deployed at the same time?

doc,
assetManager.open("com/tom_roush/pdfbox/resources/ttf/LiberationSans-Regular.ttf"));
} catch (Exception e) {
font = PDType1Font.HELVETICA;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this to where font is defined as an initial value.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

}
}

private StringBuffer replaceUnsupportedCharacter(String text) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method name is misleading, since if the character is encodable it will not be replaced.
Should be called something like sanitizeCharacter instead.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Do not use - reserved for devops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants