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

Make capital letters in title optional #451

Open
sushimustwrite opened this issue Jun 12, 2013 · 6 comments
Open

Make capital letters in title optional #451

sushimustwrite opened this issue Jun 12, 2013 · 6 comments

Comments

@sushimustwrite
Copy link
Member

Currently when you upload a new photo and enter a title, the first letter of every word is capitalized. A user can go back and fix it, but doing so is annoying. This title is also the title of the tweet when sharing a photo on Twitter (and probably Facebook, though I've never tested this part myself), So Having The Title In Caps Like This Does Not Look Pretty.

Is there any way to go back to standard capitalization, or at least make this setting optional?

@jmathai
Copy link
Member

jmathai commented Jun 12, 2013

We should go to standard "sentence" capitalization. Please, no option for this :)

@patricksan
Copy link
Member

No settings for that guys.
We set the default capitalisation.

@patricksan
Copy link
Member

Sorry. Just saw your message now. At least is the same opinion. :-)

@httpdispatch
Copy link
Contributor

Currently we are using android:inputType="textCapWords" which causes each word first letter to be capitalized by default. We can change that to textCapSentences which will capitalize only first letter of each sentence

http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType

@patricksan
Copy link
Member

Let's change to textCapSentences

@sushimustwrite
Copy link
Member Author

Sounds good to me.

httpdispatch added a commit to httpdispatch/mobile-android that referenced this issue Jun 14, 2013
- res/layout/activity_upload.xml,
res/layout/fragment_snc_upload_settings.xml: adjusted input type for
title edit text to be textCapSentences instead of textCapWords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants