Skip to content

Tags: liuwenlong/android

Tags

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.

1.0.2

Toggle 1.0.2's commit message
Add test that verifies authenticator is detected

1.0.1

Toggle 1.0.1's commit message
Prepare 1.0.1 release

1.0

Toggle 1.0's commit message
Add browsable category to action view intent before starting

This ensures the GitHub app is not shown as a possible
target for the sign up link since that must be done
from a browser.