Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Apr 6, 2016
1 parent d983a71 commit e4ceab7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Safe/build.gradle
Expand Up @@ -17,8 +17,8 @@ android {

defaultConfig {
applicationId "org.openintents.safe"
versionCode 31
versionName "1.4.2"
versionCode 32
versionName "1.4.3"
minSdkVersion 8
targetSdkVersion 23
}
Expand All @@ -38,6 +38,10 @@ android {
release.setRoot('build-types/release')
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled false
Expand Down
8 changes: 7 additions & 1 deletion Safe/readme.txt
Expand Up @@ -24,9 +24,15 @@ or decrypt data, and get or set passwords by connecting to OI Safe.
To obtain the current release, visit
http://www.openintents.org

----------------
release: 1.4.3
date: 2016-04-06

- For ICS and higher, use system ui to pick files for export/import and backup/restore

----------------
release: 1.4.2
date: 2012-??-??
date: 2015-10-29

- For ICS and higher, no longer show screenshot on recent apps for PassView and PassEdit
- Fixed bug where master password would be required twice in order to open safe
Expand Down
4 changes: 4 additions & 0 deletions Safe/src/main/AndroidManifest.xml
Expand Up @@ -5,6 +5,8 @@
android:installLocation="auto">
<!-- History:
* * * UPDATE ATRACKDOG METADATA BELOW FOR RELEASE CANDIDATES * * *
1.4.3 [32]: 2016-04-06
1.4.2 [31]: 2015-10-29
1.4.2-alpha [30]: 2013-05-05
1.4.1 [29]: 2012-08-01
1.4 [28]: 2012-07-16
Expand Down Expand Up @@ -188,9 +190,11 @@
<provider
android:name=".CryptoContentProvider"
android:authorities="org.openintents.safe" />
<!-- NON-FOSS -->
<provider
android:name="org.openintents.safe.backup.MyBackupPro"
android:authorities="org.openintents.safe.backup.MyBackupPro" />
<!-- END NON-FOSS -->

<!-- Activities from OI Distribution Library -->
<activity android:name="org.openintents.distribution.EulaActivity" />
Expand Down
21 changes: 21 additions & 0 deletions Safe/src/main/res/raw/recent_changes.txt
@@ -1,3 +1,24 @@
----------------
release: 1.4.3
date: 2016-04-06

- For ICS and higher, use system ui to pick files for export/import and backup/restore

----------------
release: 1.4.2
date: 2015-10-29

- For ICS and higher, no longer show screenshot on recent apps for PassView and PassEdit
- Fixed bug where master password would be required twice in order to open safe
- Internal changes to clean up code
- For ICS and higher, added decreasing progress bar to notification to indicate auto lock timeout

----------------
release: 1.4.1
date: 2012-08-01

- fix security hole for rooted devices

----------------
release: 1.4
date: 2012-07-16
Expand Down

0 comments on commit e4ceab7

Please sign in to comment.