Adeel Zafar e87ce5a2f1 Fixed Specific Dates With Keywords
Use LocalDate to get current date and yesterday's date.
Then compare these dates with history's dates.
Use strings values "Today" and "Yesterday" wherever required.
Used Java 8's classes LocalDate which works for API 26 and onwards.
Add JakeWharton's ABPThreeTen For BackwardCompatibility before API 26
Hence, I had to increase the minSdk to 15 as it doesn't works with 14
Added 'Today' and 'Yesterday' instead of specific dates in History
2019-03-31 16:21:02 +02:00
..
2017-08-02 20:38:07 +01:00