diff --git a/.idea/misc.xml b/.idea/misc.xml
index cca2cdae..7158618b 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -37,7 +37,7 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 279ed12d..3fe5edeb 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,10 +2,8 @@
-
+
-
-
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 1ad57196..b195edfb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,4 @@
+Copyright (C) 2017 Jakob Nixdorf
Copyright (C) 2015 Bruno Bierbaumer
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
diff --git a/README.md b/README.md
index b8b2030d..db35cc40 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,29 @@
-# OTP Authenticator [![Build Status](https://img.shields.io/travis/0xbb/otp-authenticator/master.svg?style=flat-square)](https://travis-ci.org/0xbb/otp-authenticator)
-![OTP Authenticator Icon](./media/icon.png)
+# andOTP - Android OTP Authenticator
+![andOTP](./media/icon.png)
-OTP Authenticator is a two-factor authentication App for Android 4.0+.
+andOTP is a two-factor authentication App for Android 4.3+.
It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
Simply scan the QR code and login with the generated 6-digit code.
+This is a fork of the great OTP Authenticator app written by Bruno Bierbaumer,
+which has sadly been inactive since 2015. All credit for the original version
+goes to Bruno.
## Features:
- Free and Open-Source
- Requires minimal permissions
- Only camera access for QR code scanning
-- Encrypted storage on Android 4.3+
+- Encrypted storage
- Sleek minimalistic Material Design
- Great Usability
- Compatible with Google Authenticator
+
+
## Screenshots:
### Overview:
![Home Screen](./media/overview_720p.gif)
@@ -47,6 +53,7 @@ Simply scan the QR code and login with the generated 6-digit code.
## License:
```
+Copyright (C) 2017 Jakob Nixdorf
Copyright (C) 2015 Bruno Bierbaumer
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
diff --git a/app/build.gradle b/app/build.gradle
index 9a8f1696..4399d125 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,7 +5,7 @@ android {
buildToolsVersion '25.0.3'
defaultConfig {
- applicationId "net.bierbaumer.otp_authenticator"
+ applicationId "org.shadowice.flocke.andotp"
minSdkVersion 18
targetSdkVersion 25
versionCode 3
diff --git a/app/src/androidTest/java/net/bierbaumer/otp_authenticator/ApplicationTest.java b/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java
similarity index 99%
rename from app/src/androidTest/java/net/bierbaumer/otp_authenticator/ApplicationTest.java
rename to app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java
index f7609263..91919348 100644
--- a/app/src/androidTest/java/net/bierbaumer/otp_authenticator/ApplicationTest.java
+++ b/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java
@@ -1,4 +1,4 @@
-package net.bierbaumer.otp_authenticator;
+package org.shadowice.flocke.andotp;
import android.app.Application;
import android.content.Context;
diff --git a/app/src/androidTest/java/net/bierbaumer/otp_authenticator/MainActivityTest.java b/app/src/androidTest/java/org/shadowice/flocke/andotp/MainActivityTest.java
similarity index 99%
rename from app/src/androidTest/java/net/bierbaumer/otp_authenticator/MainActivityTest.java
rename to app/src/androidTest/java/org/shadowice/flocke/andotp/MainActivityTest.java
index 4a814d82..b80ba9d9 100644
--- a/app/src/androidTest/java/net/bierbaumer/otp_authenticator/MainActivityTest.java
+++ b/app/src/androidTest/java/org/shadowice/flocke/andotp/MainActivityTest.java
@@ -1,4 +1,4 @@
-package net.bierbaumer.otp_authenticator;
+package org.shadowice.flocke.andotp;
import android.app.Activity;
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 98e93d32..cbb75d73 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
+ package="org.shadowice.flocke.andotp">
+ tools:context="org.shadowice.flocke.andotp.MainActivity">
- OTP Authenticator
- Authenticator
+ andOTP
+ OTP Authenticator
No account has been added yet
Delete
Edit