Skip to content

Commit

Permalink
Merge pull request #48 from jquick-axway/MOD-2591
Browse files Browse the repository at this point in the history
feat(android): added hmac properties and optimized open() method
  • Loading branch information
lokeshchdhry committed Apr 14, 2020
2 parents a99faba + 8ea97e3 commit 954cab7
Show file tree
Hide file tree
Showing 14 changed files with 820 additions and 198 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library 'pipeline-library'

buildModule {
sdkVersion = '9.0.0.v20200128095338'
sdkVersion = '9.0.0.GA'
npmPublish = false // By default it'll do github release on master anyways too
}
4 changes: 0 additions & 4 deletions android/AndroidManifest.xml

This file was deleted.

23 changes: 0 additions & 23 deletions android/encrypteddatabase.iml

This file was deleted.

1 change: 0 additions & 1 deletion android/hooks/README

This file was deleted.

35 changes: 0 additions & 35 deletions android/hooks/add.py

This file was deleted.

19 changes: 0 additions & 19 deletions android/hooks/install.py

This file was deleted.

34 changes: 0 additions & 34 deletions android/hooks/remove.py

This file was deleted.

18 changes: 0 additions & 18 deletions android/hooks/uninstall.py

This file was deleted.

4 changes: 2 additions & 2 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 4.0.0
version: 4.1.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: Provides transparent, secure 256-bit AES encryption of SQLite database files.
author: Dawson Toth
license: Appcelerator Commercial License
copyright: Copyright (c) 2013-2019 by Axway, Inc.
copyright: Copyright (c) 2013-2020 by Axway, Inc.

# these should not be edited
name: encrypteddatabase
Expand Down
Loading

0 comments on commit 954cab7

Please sign in to comment.