-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversation
2.Issue in pdf for unsupported character fixed 3.Study filter screen UI fixed
There was a problem hiding this 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; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
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.