Skip to content

Tags: ljhUncle/android

Tags

1.6.1

Toggle 1.6.1's commit message
Prepare 1.6.1 release

1.6

Toggle 1.6's commit message
Add version to zipaligned APK file name

1.5

Toggle 1.5's commit message
Return in case statement instead of falling through

1.4

Toggle 1.4's commit message
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

Toggle 1.3.1's commit message
Add helper for getting number of orgs

1.3

Toggle 1.3's commit message
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

Toggle 1.2's commit message
Add Hungarian translation

Closes pull request pockethub#190

Signed-off-by: Gergely POLONKAI <[email protected]>

1.1

Toggle 1.1's commit message
Upgrade parent POM version to 1.1

1.0.4

Toggle 1.0.4's commit message
Prepare 1.0.4 release

1.0.3

Toggle 1.0.3's commit message
Remove unneeded calls to SQLiteDatabase.close

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