Skip to content

Tags: jessicahaworth/android

Tags

1.6.1

Prepare 1.6.1 release

1.6

Add version to zipaligned APK file name

1.5

Return in case statement instead of falling through

1.4

Only allow item selection if orgs are non-empty

The org count being empty means they did not successfully
load so don't allow further navigation in this case.

1.3.1

Add helper for getting number of orgs

1.3

Return hash of e-mail in else clause

GravatarUtils guards against an empty string so the
check does not need to be duplicated in AvatarLoader

1.2

Add Hungarian translation

Closes pull request pockethub#190

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>

1.1

Upgrade parent POM version to 1.1

1.0.4

Prepare 1.0.4 release

1.0.3

Remove unneeded calls to SQLiteDatabase.close

The SQLiteOpenHelper is always closed in a finally
block and closing the database is handled there.