Use Nordpol for BaseNfcActivity

- Replace handling of intents with Nordpol tag dispatcher
- Update CreateKeyActivity to pass it's intent to the tag dispatcher
  when invoked by the system (onCreate)
- Add Fidesmo marmeladburk repository
- Add dependency on nordpol-android and nordpol-core
This commit is contained in:
Petter Arvidsson
2015-11-27 13:20:18 +01:00
parent 808a9e4f54
commit dd85bbb4b5
4 changed files with 35 additions and 61 deletions

View File

@@ -64,6 +64,10 @@ dependencies {
compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0'
compile 'com.cocosw:bottomsheet:1.2.0@aar'
// Nordpol
compile 'com.fidesmo:nordpol-android:0.1.10@aar'
compile 'com.fidesmo:nordpol-core:0.1.10'
// libs as submodules
compile project(':extern:openpgp-api-lib:openpgp-api')
compile project(':extern:openkeychain-api-lib:openkeychain-intents')