android-ago
android-ago copied to clipboard
An Android TextView that always displays an auto refreshing relative time span with respect to a reference time
Hey There! Nice to see your work it pretty good. I've Corrected Many Spelling and Grammatical Errors. Check it out!!!
Correction of grammitcal mistakes.
Fixed R.id to R.string by which strings can be accessed . Added R.string to past
When text is displaying it is showing 21 hrs. ago instead of 21 hrs ago. Is there a way to get rid of " . "
I'm wanting to show ETAs that will commonly be less than 60 minutes but may occasionally be up to 120 minutes. In the case that the ETA is 60 minutes...
I added an translation for Korean.
Can I save the "setReferenceTime" even if the app destroys?
It is an oversight that RTTV does not have a way to tell you what its current reference time is. Add a `getReferenceTime()` method.