plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 127 forks source link

Add abbreviated day header option #233

Closed xuvatilavv closed 8 years ago

xuvatilavv commented 8 years ago

Solution for issue #231.

Adds an option on the "Appearances" preference page to toggle abbreviated date headers.

Uses DateTime's built-in abbreviation toggles to output date in three-letter format.

Only includes @strings preference text for English locales.

mpost commented 8 years ago

Sounds valuable. Wouldn't it make more sense as an automatic option? The date format could change depending on the available space.

xuvatilavv commented 8 years ago

That would be pretty neat. This is my first time doing anything on Android so I'm not really sure how to do that. I'll look into it.

It's possible that people would prefer the more uniform three-letter headers even with wide layouts though. I feel like it does look cleaner.

mpost commented 8 years ago

Thanks for the contribution. Merged.