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

misc tweaks #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

misc tweaks #9

wants to merge 5 commits into from

Conversation

aldot
Copy link

@aldot aldot commented Oct 31, 2013

Hi!

First of all, nice app! I like it's size.

There are, however, a couple of nits:

First and foremost, many of my mail-attachments are text/x-patch or text/x-diff, some are even application/octet-stream depending on the MUA deciding how to obfuscate the attached patches.
To be able to read them, i need an app that registers for all these mimeTypes. That patch in this series is the most important for me. I would be grateful if you would consider applying at least this one.

The other stuff fell out while i tried to rebuild your Text Viewer :)
Thanks alot in advance for your time!
Cheers,

First, mimeType support wildcards, so announce we can handle "text/*".
Secondly, some mail-attachments i receive are text but are classified as
application/octet-stream, so add that, too, so i can view them.

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Allow to backup user preferences.
This setting is on per default but lint complains if you rely on the
default and not specify it explicitly..

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
The version is informational only so disable it for clarity.

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
lint was complaining that the fontsizes were not translated in ja.
Change this to use a NumberPicker instead of the hardcoded array.

Note: requires minSdkVersion bump to 11
Note: fontsize should really not be a string preference!

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant