-
-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include all GitHub Releases changelogs as Fastlane
- Loading branch information
Showing
32 changed files
with
189 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Built prototype from a number of existing codebases up to a decent working prototype/poc app | ||
- Basic monitoring capabilities work for accelerometer movement (moving the device and vibration), microphone sound monitoring, and camera motion detection (front or back camera) | ||
- pin entry locks monitor mode on/off | ||
- attempts at keeping monitoring on while device screen is off and locked have been implemented | ||
- remote SMS notification optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* Captured photos now in color, with tap/zoom/swipe interface for reviewing | ||
* Added ambient light sensor that can detect flashlights, etc in a dark room | ||
* Reordered event list so that newest one is first! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
First release as a "public beta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
2d5185e upgrade to build 101 | ||
22e6308 more conservative use of the camera params for now | ||
b6ba321 handle crashes from the media record better |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
91edf69 make the monitor background the right color | ||
b5868a1 don't autoactive timer unless already running | ||
0fd6f69 tuning of accel/motion sensor; new UI for configuration | ||
1c62775 update package imports after refactor | ||
f2dc953 refactored to org.havenapp.main package and project name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
What an amazing amount of contribution by our new community team, post-launch announcement! What can we say, but THANK YOU for all the interest and support. We'll be working on ways to support and engage with the community in the new year, so stay tuned for that. | ||
|
||
WARNING: This release is signed with the official Guardian Project release key, which is different than the automated nightly repo build key. If you are using F-Droid to get Haven, then stick with that path. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
* New Camera Sensitivity configuration | ||
* Support for working on non-telephone tablet devices, and w/o touchscreen (TVs, chromebooks) | ||
* Better linking between monitor UI and running background service (in case of crash) | ||
* Improvements to running in background | ||
* Lot's of other great UI improvements! | ||
|
||
Thanks to @mig5 @christxph @percy-g2 @fat-tire @WangQiru @FREEWING-JP @kushaldas and all others who reported issues and bugs! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
4f0a20d update changelog for 109 | ||
5cfe8bc update to build 109 | ||
cd6ec13 for #230, re-enables web server with password requirement | ||
3e92554 new localizations for app strings and store descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
8d4c48e update to build 11 (0.0.11) | ||
91227e7 a few more onboarding and permissions tweaks | ||
6a867f5 ensure mic permissions are requested! | ||
5c29260 Major UI overhaul in line with #37 proposals | ||
25467c8 improve onboarding | ||
6978de9 add support for audiowaves library | ||
1ebeba0 add the display of audio waveforms | ||
2b803fc add art assets to project | ||
eff9b90 update how Sugar OOM is setup and called | ||
d0ee22a update depenencies | ||
7fe0319 updating logo and color scheme | ||
9c9d3fb branding updates! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Multiple fixes for sensor configuration, tuning, and background operation | ||
* Restore the ability to receive all notifications (set "0" in settings) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixes some new issues with camera switching, and changes camera configuration flow to make it directly accessible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Thanks to the amazing contributions of lukeswitz, fat-tire, percy-g2, FREEWING-JP, HenryQW,PelicanMaster,investe, WangQiru and leonardoporpora! | ||
|
||
New feature highlights | ||
- Option to enable a regular "heartbeat" message to ensure Haven is running and active | ||
- Option to enable video capture, instead of still+audio, in case motion is detected | ||
- General improved stability of the camera sensitivity setup and capture | ||
|
||
Fixed and/or closed | ||
- Deleting only Haven Log #216 by michritoba was closed 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is a build meant for testing of the new camera implementation to see if it improves reliability when the screen is off/locked. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
e2ca365 update to build 115 | ||
b937479 more improvements to video recording | ||
72011b8 add blank drawable to clear out detection overlay | ||
f095929 enscure motion detect sensivity is updated as the user changes it | ||
7070dbb re-use the MotionDetector, and other improvements | ||
625cab5 lock to portrait since CameraView requires that | ||
68ce40e update start button to be more visible | ||
4431fd0 handle the view logs / deactivate button as expected | ||
2654119 ensure Event delete and undo is working as expected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
c22ecae update to build 116 | ||
37a6c9d if video is activated, don't send still photo notifications | ||
990ce9e update signal-cli-android to 0.6.0 | ||
6966bed a few tweaks to camera behavior | ||
29da0f7 remove Picasso for image loading since we can just use Fresco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cedfd4f update to 0.0.12 | ||
5be5838 add support for detecting power changes | ||
74c54f1 update art | ||
319f24d add a fancy header | ||
aedfb9b remove unused graphics | ||
dbfe832 tweak layout of header text | ||
507734e improve layout of main screen | ||
9c45128 append onion address to text message notificatoins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
1e0871f update to 0.0.13 | ||
e8fd0e8 Make sure monitor service is not null | ||
cedfd4f update to 0.0.12 | ||
5be5838 add support for detecting power changes | ||
74c54f1 update art | ||
319f24d add a fancy header | ||
aedfb9b remove unused graphics | ||
dbfe832 tweak layout of header text | ||
507734e improve layout of main screen | ||
9c45128 append onion address to text message notificatoins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
03dfebe update to 0.0.14 | ||
635c6ee remove custom protocol store for now | ||
d261747 update package for power sensor | ||
6ab5e71 update spanish strings | ||
dfe024a improve cancel/deactivate logic | ||
29b9581 fix typo that turned an int into a car | ||
2233edb update UI for localizatoin and extract remaining strings | ||
c8236b7 make sure monitor service is running | ||
083d895 change title of webpage to match app | ||
cb1b640 lock onboarding into portrait mode | ||
4f7ddfe add transifex support and add our first spanish localiza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Now available in Spanish! | ||
* Alpha support for secure notifications (with photo!) through Signal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
8834c71 improvements to time configuration UI | ||
1cf930f Merge branch 'master' of github.com:guardianproject/phoneypot | ||
73841cb fixes for #41 to enable basic password for onion service | ||
d3d97d6 removed signal-cli as submodule; moved to gradle | ||
6db0bdf Removed submodule signal-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
e4c3661 tweak accel detection | ||
d40ab2c tweak about display | ||
2cb0d09 updated to 0.0.17 | ||
bb218d1 make out the preview fps | ||
d7ff89a improve the camera preview speed | ||
d15980f source code cleanup | ||
2ed2152 start supporting RSS for onion syncing | ||
5b168f1 adding more information about 3rd party libs and licenses | ||
ec12936 add screens | ||
8834c71 improvements to time configuration UI | ||
73841cb fixes for #41 to enable basic password for onion service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
12c8090 improvements to spanish translation | ||
9c1a076 increase sensitivy of motion detection | ||
7a93a4e add support for sending audio notifications over Signal | ||
e4c3661 tweak accel detection | ||
d40ab2c tweak about display | ||
bb218d1 make out the preview fps | ||
d7ff89a improve the camera preview speed | ||
d15980f source code cleanup | ||
2ed2152 start supporting RSS for onion syncing | ||
194ede7 Merge branch 'master' of github.com:guardianproject/phoneypot | ||
5b168f1 adding more information about 3rd party libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
294c75b make sure audio file is done recording before sending | ||
e9c4f21 fix bug in gradle | ||
63662da update build and manifest | ||
12c8090 improvements to spanish translation | ||
9c1a076 increase sensitivy of motion detection | ||
7a93a4e add support for sending audio notifications over Signal | ||
e4c3661 tweak accel detection | ||
d40ab2c tweak about display | ||
2cb0d09 updated to 0.0.17 | ||
bb218d1 make out the preview fps | ||
d7ff89a improve the camera preview speed | ||
d15980f source code cleanup | ||
2ed2152 start supporting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
fe0d363 remove notifications, and hide them from lockscreen | ||
4585a84 update to 0.0.2 | ||
a3de1b6 update build files | ||
ec218a2 updating source code headers as appropriate | ||
06b6781 update readme | ||
4ffba25 add wakelock to keep it from sleeping | ||
f5ae3ce camera motion detection also working | ||
861c709 sound and motion/accel working | ||
4324206 basic accel alert is working | ||
6211580 delete old readme | ||
a09a22e update README | ||
1e5bf02 change how the service is triggered - also add new notification icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- fix camera crash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
11953e7 more progress on #15 for the alert/event log | ||
43ae704 very basic event display and share UI | ||
d078907 major progress on #15 with data persistence and log UI | ||
7332fec using Sugar ORM for data persistence of event info | ||
b0d17c9 code package refactor | ||
fe0d363 remove notifications, and hide them from lockscreen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Image and audio are now stored and displayed when detection event occurs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
29efbde add countdown timer and fix audio playback | ||
55b2bce add countdown screen and cancel buttons - also fix a bug with persisting the audio file path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
d4dbb14 a few more UI tweaks | ||
e3138c0 improvements to onboarding, first-time logic | ||
46028b7 minor UI/color tweaking | ||
a2ba058 fix issues with persistence of event triggers | ||
3d65072 fix bug with crashing after event window | ||
456ddf4 make the threshold lower for change detection | ||
69c47ba add Barometer/Pressure sensor #32 first bits of code - need to figure out what a typical "diff" in pressure looks like | ||
3f6a0b5 implemented onboarding #11 very basic start with graphics | ||
b0f5558 make all sensors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
7f70d29 improve list display of images and audio | ||
|
||
Otherwise, please see the release notes for 0.0.6: | ||
https://github.com/guardianproject/phoneypot/releases/tag/0.0.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
c944a86 update to 0.0.8 | ||
3dcdcc2 add first noise "room tone" baseline #12 | ||
6d98ef9 support batch sending of event log with attachments | ||
a83c4e2 for #24 add ability to swipe away false trigger events | ||
4ba0436 improve the delete / undo capability | ||
c5a95ba for #19 reduce framerate of preview, should help with battery | ||
787a57b fixes #30 ensures swipe deletes; also add share per item! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
** Please note, this build has been signed with a new development signing key. This means you will have to uninstall any previous versions of PhoneyPot, before you install this one ** | ||
|
||
HIGHLIGHTS | ||
* Improved settings screen | ||
* Interactive "room tone" microphone sensor configuration screen | ||
* Real-time remote access via Onion Service to log and captured media |