Skip to content

Commit

Permalink
up she goes...
Browse files Browse the repository at this point in the history
  • Loading branch information
harlo authored and harlo committed Mar 25, 2013
0 parents commit 95f2ca9
Show file tree
Hide file tree
Showing 121 changed files with 4,978 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
gen/*
bin/*
.classpath
33 changes: 33 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>iWitness</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
4 changes: 4 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6
85 changes: 85 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<manifest xmlns:android="https://schemas.android.com/apk/res/android"
package="org.witness.iwitness"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="17" />

<uses-feature android:name="android.hardware.camera" />

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="org.witness.informacam.ICP" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="org.witness.iwitness.IWitness"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.media.action.IMAGE_CAPTURE" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name="org.witness.iwitness.app.CameraActivity"
android:label="@string/app_name" />
<activity
android:name="org.witness.iwitness.app.EditorActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light" />
<activity
android:name="org.witness.iwitness.app.HomeActivity"
android:label="@string/app_name"
android:screenOrientation="portrait" />
<activity
android:name="org.witness.informacam.ui.WizardActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:screenOrientation="portrait" />
<activity
android:name="org.witness.informacam.ui.SurfaceGrabberActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:screenOrientation="landscape" />
<activity
android:name="org.witness.iwitness.app.LoginActivity"
android:label="@string/app_name" />
<activity
android:name="org.witness.iwitness.app.WipeActivity"
android:label="@string/app_name" />

<service
android:name="org.witness.informacam.InformaCam"
android:enabled="true"
android:exported="false" />
<service
android:name="org.witness.informacam.informa.InformaService"
android:enabled="true"
android:exported="false" />
<service
android:name="org.witness.informacam.storage.IOService"
android:enabled="true"
android:exported="false" />
<service
android:name="org.witness.informacam.transport.UploaderService"
android:enabled="true"
android:exported="false" />
<service
android:name="org.witness.informacam.crypto.SignatureService"
android:enabled="true"
android:exported="false" />
</application>

</manifest>
29 changes: 29 additions & 0 deletions assets/EULA
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
TERMS OF USE

WHO WE ARE
We are The Guardian Project, an Open Source software project creating easy to use mobile applications and developer tools that help users more effectively protect their identity. We've developed ObscuraCam, an application for your Android mobile device, and we also maintain a website located at https://guardianproject.info. We will refer to the application hereafter as “App” and the website as “Site.”

THE APP
The App is designed to enable simple and straightforward redacting and anonymizing of mobile photos. To that end the App provides utilities for the user to automatically scan for faces and redact regions using methods such as solid color fill, pixelation and 'masking.' The tools we use for facial recognition are open source utilities developed by third parties and in no way do we claim that they will be 100% effective in facial detection.

USAGE GUIDELINES
The App is designed to protect the identity of users and bystanders. Please use it in accordance with this design. While we recognize that your mobile device is your own and you may take whatever pictures you see fit, we encourage you to use the App in socially responsible ways.

SOURCE CODE & LICENSING
The App source code is hosted publicly at https://github.com/guardianproject/SecureSmartCam/ and is licensed under the GNU General Public License v3 (GPLv3). The GPL is a copyleft license for general use, meaning that derived works can only be distributed under the same license terms. In other words, you're more than welcome to use the project's code in your own projects, but they must be similarly licensed. Please reference https://github.com/guardianproject/SecureSmartCam/blob/master/LICENSE for relevant

MINORS
THIS SERVICE IS NOT MEANT FOR MINORS. We are committed to protecting the privacy needs of children and we encourage parents and guardians to take an active role in their children’s online activities and interests. The Service is not intended for and may not be used by children under the age of 13. Minors over the age of 13 should seek permission from their parents to use the App.

CONTENT OWNERSHIP
YOU OWN THE CONTENT YOU CREATE. Whatever pictures you create using our App are yours to do with what you wish. Any pictures you take will also be saved to your Device’s native Image folder and you can download those images to your computer according to the software your Device uses.

YOU DON’T OWN ALL THE CONTENT YOU SEE. If you didn’t create the Content, you don’t own it. This includes images you may have downloaded from the Internet or by other means. That means you cannot use it without permission from the original content owner, in accordance with their wishes. If you did create the Content, and you want to give someone permission to use it, that is your right.

And now for some boring legalese…

INDEMNIFICATION AND RELEASE
You will indemnify, defend and hold us and our investors, officers, directors, affiliates, subsidiaries, licensors, partners, licensees, consultants, contractors, agents, attorneys, advertisers and employees (collectively, the “Indemnified Parties”) harmless from and against any and all actual or threatened suits, actions, proceedings (at law or in equity), claims (groundless or otherwise), damages, payments, deficiencies, fines, judgments, settlements, liabilities, losses, costs and expenses (including, but not limited to, reasonable attorney and expert fees, costs, penalties, interest and disbursements) resulting from any claim (including third party claims), suit, action, or proceeding against a Indemnified Party, whether successful or not, resulting from or arising in connection with: (i) your use of the Site, the Mobile applications, the Materials and/or the Service; (ii) your conduct; (iii) any breach by you of these Terms (including, but not limited to, any breach of any of your representations or warranties); and/or (iii) any Content you upload to, posted on, create on, transmitted through or linked from the Site.

UPDATES TO TERMS OF USE
We reserve the right to change or modify any provisions of these Terms and any policies or guidelines governing your use of the Service, at any time in our sole discretion and without liability to you. Any such changes or modifications will be effective immediately upon posting of revisions on the Service. Your continued use of the Service following the posting of such changes or modifications constitutes your acceptance thereof. Therefore, you should frequently review these Terms and all applicable policies or guidelines on the Site in order to understand the terms and conditions applicable to your use of the Service. If you do not agree to any changes or modifications to these Terms or to any applicable policies or guidelines, your sole recourse is to stop using the Service.
2 changes: 2 additions & 0 deletions assets/help/css/jquery.mobile-1.1.1.min.css

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions assets/help/form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<HTML>


<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>



<BODY>

<div id="container">




<div id="mainbody">

<div id="maintext">

<h1 class="header1">Add a document</h1>
Add a step, glossary term or FAQ to the documentation data store.

<BR>

<form id="addDoc" action="" method="post">

<P>
Name/Term/Question:<BR>
<input type="text" name="name"/><BR>
Description/Answer:<BR>
<input type="text" name="address" /><BR>
Type:<BR>
<select name="city">
<option value="step">Step</option>
<option value="term">Glossary Term</option>
<option value="FAQ">Frequently Asked Question</option>
</select>
<BR>

</P>

<input type="submit" />
</form>



</div>

</div>



</div>








</body>

</html>
Binary file added assets/help/images/A0tlm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/help/images/A0tlm2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/help/images/doggie_tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/help/images/gummies_tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/help/images/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/help/images/start.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 95f2ca9

Please sign in to comment.