DateTimeSeer

Additional

Language
Java
Version
N/A
Created
Sep 30, 2016
Updated
Oct 11, 2016 (Retired)
Owner
Pratyush Verma (p-v)
Contributor
Pratyush Verma (p-v)
1
Activity
Badge
Generate
Download
Source code

DateTimeSeer

A painless way to pick future time

DateTimeSeer is an android seer who gets visions of the date and time you are thinking.

It tells you what you might be thinking and helps in what modern people call as autocompletion. Unfortunately, he currently knows only english.

Gradle

Add the seer to build.gradle and you are good to go,

dependencies {
    compile 'com.pv:datetimeseer:1.0.0'
}

The library exposes SeerFilter which extends android's Filter class and so can be hooked to anything which implements Filterable.

Use the ConfigBuilder to provide Date/Time formats.

The sample app here demonstrate the usage of the Filter with the AutoCompleteTextView.

Contributing

For other languages support,

  • Checkout the dev branch
  • Implement the changes for the language in this package. Check the english language implementation for reference.
  • Add the strings.xml file for the language
  • Add the language to Config.java
  • Update getLocaleFromLanguage in DateTimeUtils.java
  • Initialize the handlers created in SeerParserInitializer.java for the language

Feel free to create an issue in case of any implementation issues. Or email me at the address present on my profile.

TODOS

  • Add more documentation
  • Some dirty code clean up