• Stars
    star
    121
  • Rank 285,420 (Top 6 %)
  • Language
    Java
  • Created over 9 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android formatter for fuzzy date and time

Fuzzy Date Formatter

A simple formatter library which formats dates in a fuzzy form for display in apps. E.g.

Calendar -> "6 minutes ago"

Contributions and translations welcome.

Usage

repositories {
    jcenter()
}

dependencies {
    compile 'si.virag:fuzzydateformatter:1.1.0'
}
Date date = new Date();
String text = FuzzyDateTimeFormatter.getTimeAgo(context, date);

License

Copyright 2015 Jernej Virag

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

RoboGif

A small utility to record Android device screen to a GIF
Python
522
star
2

AndroidOpenGLVideoDemo

Demo of using TextureView and OpenGL on it to render video
Java
160
star
3

slo_pos

Slovenian part-of-speech tagger for Python/NLTK
Python
14
star
4

pyopencv_demo

Demo of how to use SURF/FLANN to find similar images in python
Python
8
star
5

SlovenianLemmatizer

LemmaGen Slovenian lemmatization library with bindings for C, Java and Python
C++
8
star
6

img2c

Image to raw C header converter
Python
7
star
7

gortmpd

Attempt at a WebM streaming server written in Go
Go
7
star
8

solr_example

Example configuration for Solr with Slovenian language support
6
star
9

slo_ner_service

This is a RESTful service for doing named entity extraction for slovenian language.
Java
5
star
10

mokr

Slovenian weather forecast app for iPhone
Objective-C
4
star
11

SloRealestate

Project to parse and sanitize slovenian realestate ad data
Python
4
star
12

pyvideo

Python video decoding library using AVBin as a backend
Python
4
star
13

hass-swissweather

HomeAssistant module for MeteoSwiss
Python
3
star
14

nothing_here

My personal blog in Octopress
JavaScript
2
star
15

pysolarized

Yet another library for talking to Solr with Python
Python
2
star
16

pyglet

git fork of pyglet with osx threading issues fixed
Python
2
star
17

android-ndk-size-analyzer

Python utility to analyze size of NDK .so files
Python
1
star
18

octopress-bitbucket

Bitbucket aside for Octopress blog platform
JavaScript
1
star
19

collectd-solr

Python module for collecting Solr stats with collectd
Python
1
star
20

vim-config

My VIM IDE configuration
Vim Script
1
star
21

Parkomat

A simple application to assist with SMS parking payments in Ljubljana.
Java
1
star
22

Promet

Application for traffic information in Slovenia
Java
1
star
23

slo_ner

slo_ner
Python
1
star