Skip to content

Commit 3304c9a

Browse files
committed
Version bump
1 parent 2ef39ce commit 3304c9a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ device.
2929
* **Secure Sharing** – When you *do* share, we hand the file off via Android’s native share sheet—no detours.
3030
* **Granular Location** – Add coarse, fine, or zero location data—your call.
3131
* **100 % Open Source** – Auditable code in plain sight.
32+
* **Poison Pill** – Set a special PIN, that when entered, appears to work normally but actually deletes your existing
33+
photos.
34+
* **Decoy Photos** – Select innocuous decoy photos, these will be preserved when your Poison Pill is activated. That way
35+
your Gallery is not suspiciously empty.
3236

3337
### On the Roadmap
3438

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added Decoy Photo system

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
versionCode = "3"
3-
versionName = "1.2"
2+
versionCode = "4"
3+
versionName = "1.3"
44

55
javaVersion = "11"
66
agp = "8.9.2"

0 commit comments

Comments
 (0)