TweetDateUtils.smali
.class final Lcom/twitter/sdk/android/tweetui/TweetDateUtils;
.super Ljava/lang/Object;
.source "TweetDateUtils.java"
# static fields
.field static final DATE_TIME_RFC822:Ljava/text/SimpleDateFormat;
.field static final INVALID_DATE:J = -0x1L
.field static final RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
# direct methods
.method static constructor <clinit>()V
.registers 3
.line 33
new-instance v0, Ljava/text/SimpleDateFormat;
sget-object v1, Ljava/util/Locale;->ENGLISH:Ljava/util/Locale;
const-string v2, "EEE MMM dd HH:mm:ss Z yyyy"
invoke-direct {v0, v2, v1}, Ljava/text/SimpleDateFormat;-><init>(Ljava/lang/String;Ljava/util/Locale;)V
sput-object v0, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->DATE_TIME_RFC822:Ljava/text/SimpleDateFormat;
.line 35
new-instance v0, Ljava/text/SimpleDateFormat;
sget-object v1, Ljava/util/Locale;->ENGLISH:Ljava/util/Locale;
const-string v2, "MM/dd/yy"
invoke-direct {v0, v2, v1}, Ljava/text/SimpleDateFormat;-><init>(Ljava/lang/String;Ljava/util/Locale;)V
sput-object v0, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
return-void
.end method
.method private constructor <init>()V
.registers 1
.line 39
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static apiTimeToLong(Ljava/lang/String;)J
.registers 4
const-wide/16 v0, -0x1
if-nez p0, :cond_5
return-wide v0
.line 45
:cond_5
:try_start_5
sget-object v2, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->DATE_TIME_RFC822:Ljava/text/SimpleDateFormat;
invoke-virtual {v2, p0}, Ljava/text/SimpleDateFormat;->parse(Ljava/lang/String;)Ljava/util/Date;
move-result-object p0
invoke-virtual {p0}, Ljava/util/Date;->getTime()J
move-result-wide v0
:try_end_f
.catch Ljava/text/ParseException; {:try_start_5 .. :try_end_f} :catch_f
:catch_f
return-wide v0
.end method
.method public static dotPrefix(Ljava/lang/String;)Ljava/lang/String;
.registers 3
const/4 v0, 0x0
.line 59
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v0
const/16 v1, 0x2022
if-ne v0, v1, :cond_a
return-object p0
.line 62
:cond_a
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "\u2022 "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method static getRelativeTimeString(Landroid/content/res/Resources;JJ)Ljava/lang/String;
.registers 14
sub-long v0, p1, p3
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-ltz v4, :cond_8f
const-wide/32 v2, 0xea60
const/4 v4, 0x0
const/4 v5, 0x1
cmp-long v6, v0, v2
if-gez v6, :cond_24
const-wide/16 p1, 0x3e8
.line 79
div-long/2addr v0, p1
long-to-int p1, v0
.line 80
sget p2, Lcom/twitter/sdk/android/tweetui/R$plurals;->tw__time_secs:I
new-array p3, v5, [Ljava/lang/Object;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p4
aput-object p4, p3, v4
invoke-virtual {p0, p2, p1, p3}, Landroid/content/res/Resources;->getQuantityString(II[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p0
return-object p0
:cond_24
const-wide/32 v6, 0x36ee80
cmp-long v8, v0, v6
if-gez v8, :cond_3c
.line 82
div-long/2addr v0, v2
long-to-int p1, v0
.line 83
sget p2, Lcom/twitter/sdk/android/tweetui/R$plurals;->tw__time_mins:I
new-array p3, v5, [Ljava/lang/Object;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p4
aput-object p4, p3, v4
invoke-virtual {p0, p2, p1, p3}, Landroid/content/res/Resources;->getQuantityString(II[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p0
return-object p0
:cond_3c
const-wide/32 v2, 0x5265c00
cmp-long v8, v0, v2
if-gez v8, :cond_54
.line 85
div-long/2addr v0, v6
long-to-int p1, v0
.line 86
sget p2, Lcom/twitter/sdk/android/tweetui/R$plurals;->tw__time_hours:I
new-array p3, v5, [Ljava/lang/Object;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p4
aput-object p4, p3, v4
invoke-virtual {p0, p2, p1, p3}, Landroid/content/res/Resources;->getQuantityString(II[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p0
return-object p0
.line 88
:cond_54
invoke-static {}, Ljava/util/Calendar;->getInstance()Ljava/util/Calendar;
move-result-object v0
.line 89
invoke-virtual {v0, p1, p2}, Ljava/util/Calendar;->setTimeInMillis(J)V
.line 90
invoke-static {}, Ljava/util/Calendar;->getInstance()Ljava/util/Calendar;
move-result-object p1
.line 91
invoke-virtual {p1, p3, p4}, Ljava/util/Calendar;->setTimeInMillis(J)V
.line 92
new-instance p2, Ljava/util/Date;
invoke-direct {p2, p3, p4}, Ljava/util/Date;-><init>(J)V
.line 94
invoke-virtual {v0, v5}, Ljava/util/Calendar;->get(I)I
move-result p3
invoke-virtual {p1, v5}, Ljava/util/Calendar;->get(I)I
move-result p1
if-ne p3, p1, :cond_7d
.line 96
sget-object p1, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
sget p3, Lcom/twitter/sdk/android/tweetui/R$string;->tw__relative_date_format_short:I
invoke-virtual {p0, p3}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
move-result-object p0
invoke-virtual {p1, p0}, Ljava/text/SimpleDateFormat;->applyPattern(Ljava/lang/String;)V
goto :goto_88
.line 100
:cond_7d
sget-object p1, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
sget p3, Lcom/twitter/sdk/android/tweetui/R$string;->tw__relative_date_format_long:I
invoke-virtual {p0, p3}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
move-result-object p0
invoke-virtual {p1, p0}, Ljava/text/SimpleDateFormat;->applyPattern(Ljava/lang/String;)V
.line 103
:goto_88
sget-object p0, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
invoke-virtual {p0, p2}, Ljava/text/SimpleDateFormat;->format(Ljava/util/Date;)Ljava/lang/String;
move-result-object p0
return-object p0
.line 106
:cond_8f
sget-object p1, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
sget p2, Lcom/twitter/sdk/android/tweetui/R$string;->tw__relative_date_format_long:I
invoke-virtual {p0, p2}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
move-result-object p0
invoke-virtual {p1, p0}, Ljava/text/SimpleDateFormat;->applyPattern(Ljava/lang/String;)V
.line 108
sget-object p0, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->RELATIVE_DATE_FORMAT:Ljava/text/SimpleDateFormat;
new-instance p1, Ljava/util/Date;
invoke-direct {p1, p3, p4}, Ljava/util/Date;-><init>(J)V
invoke-virtual {p0, p1}, Ljava/text/SimpleDateFormat;->format(Ljava/util/Date;)Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method static isValidTimestamp(Ljava/lang/String;)Z
.registers 5
.line 52
invoke-static {p0}, Lcom/twitter/sdk/android/tweetui/TweetDateUtils;->apiTimeToLong(Ljava/lang/String;)J
move-result-wide v0
const-wide/16 v2, -0x1
cmp-long p0, v0, v2
if-eqz p0, :cond_c
const/4 p0, 0x1
goto :goto_d
:cond_c
const/4 p0, 0x0
:goto_d
return p0
.end method