]> Pileus Git - ~andy/freeotp/commit
Initial commit
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 3 Jul 2013 23:48:33 +0000 (19:48 -0400)
committerNathaniel McCallum <npmccallum@redhat.com>
Wed, 3 Jul 2013 23:48:33 +0000 (19:48 -0400)
commit4912a7ef9e762436bf5d4d3d4f1a1b7b91d467bb
tree8e3f7528d75792a9ef12f118f8ffd168329234e9
Initial commit
35 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
ic_launcher-web.png [new file with mode: 0644]
logo.svg [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/delete.png [new file with mode: 0755]
res/drawable-hdpi/generate.png [new file with mode: 0755]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-hdpi/scan.png [new file with mode: 0644]
res/drawable-mdpi/delete.png [new file with mode: 0755]
res/drawable-mdpi/generate.png [new file with mode: 0755]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/scan.png [new file with mode: 0644]
res/drawable-xhdpi/delete.png [new file with mode: 0755]
res/drawable-xhdpi/generate.png [new file with mode: 0755]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/scan.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
res/layout/common.xml [new file with mode: 0644]
res/layout/hotp.xml [new file with mode: 0644]
res/layout/totp.xml [new file with mode: 0644]
res/menu/main.xml [new file with mode: 0644]
res/values-v11/styles.xml [new file with mode: 0644]
res/values-v14/styles.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
src/com/google/android/apps/authenticator/Base32String.java [new file with mode: 0644]
src/org/fedorahosted/freeotp/CircleProgressBar.java [new file with mode: 0644]
src/org/fedorahosted/freeotp/MainActivity.java [new file with mode: 0644]
src/org/fedorahosted/freeotp/Token.java [new file with mode: 0644]
src/org/fedorahosted/freeotp/TokenAdapter.java [new file with mode: 0644]