Skip to content

Commit e4ceab7

Browse files
committed
up version
1 parent d983a71 commit e4ceab7

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

Safe/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717

1818
defaultConfig {
1919
applicationId "org.openintents.safe"
20-
versionCode 31
21-
versionName "1.4.2"
20+
versionCode 32
21+
versionName "1.4.3"
2222
minSdkVersion 8
2323
targetSdkVersion 23
2424
}
@@ -38,6 +38,10 @@ android {
3838
release.setRoot('build-types/release')
3939
}
4040

41+
lintOptions {
42+
abortOnError false
43+
}
44+
4145
buildTypes {
4246
release {
4347
minifyEnabled false

Safe/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ or decrypt data, and get or set passwords by connecting to OI Safe.
2424
To obtain the current release, visit
2525
http://www.openintents.org
2626

27+
----------------
28+
release: 1.4.3
29+
date: 2016-04-06
30+
31+
- For ICS and higher, use system ui to pick files for export/import and backup/restore
32+
2733
----------------
2834
release: 1.4.2
29-
date: 2012-??-??
35+
date: 2015-10-29
3036

3137
- For ICS and higher, no longer show screenshot on recent apps for PassView and PassEdit
3238
- Fixed bug where master password would be required twice in order to open safe

Safe/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
android:installLocation="auto">
66
<!-- History:
77
* * * UPDATE ATRACKDOG METADATA BELOW FOR RELEASE CANDIDATES * * *
8+
1.4.3 [32]: 2016-04-06
9+
1.4.2 [31]: 2015-10-29
810
1.4.2-alpha [30]: 2013-05-05
911
1.4.1 [29]: 2012-08-01
1012
1.4 [28]: 2012-07-16
@@ -188,9 +190,11 @@
188190
<provider
189191
android:name=".CryptoContentProvider"
190192
android:authorities="org.openintents.safe" />
193+
<!-- NON-FOSS -->
191194
<provider
192195
android:name="org.openintents.safe.backup.MyBackupPro"
193196
android:authorities="org.openintents.safe.backup.MyBackupPro" />
197+
<!-- END NON-FOSS -->
194198

195199
<!-- Activities from OI Distribution Library -->
196200
<activity android:name="org.openintents.distribution.EulaActivity" />

Safe/src/main/res/raw/recent_changes.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
----------------
2+
release: 1.4.3
3+
date: 2016-04-06
4+
5+
- For ICS and higher, use system ui to pick files for export/import and backup/restore
6+
7+
----------------
8+
release: 1.4.2
9+
date: 2015-10-29
10+
11+
- For ICS and higher, no longer show screenshot on recent apps for PassView and PassEdit
12+
- Fixed bug where master password would be required twice in order to open safe
13+
- Internal changes to clean up code
14+
- For ICS and higher, added decreasing progress bar to notification to indicate auto lock timeout
15+
16+
----------------
17+
release: 1.4.1
18+
date: 2012-08-01
19+
20+
- fix security hole for rooted devices
21+
122
----------------
223
release: 1.4
324
date: 2012-07-16

0 commit comments

Comments
 (0)