New app: Secure photo viewer

This commit is contained in:
Pierre Rudloff 2018-05-04 13:27:39 +02:00
parent 32b34f8501
commit 7dd17c38fc
2 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,27 @@
Categories:Security,Graphics
License:MIT
Web Site:https://github.com/Somethingweirdhere/Secure-Photo-Viewer
Source Code:https://github.com/Somethingweirdhere/Secure-Photo-Viewer
Issue Tracker:https://github.com/Somethingweirdhere/Secure-Photo-Viewer/issues
Auto Name:Secure photo viewer
Summary:A media-viewer that functions ontop of your lockscreen
Description:
To be used whenever you are showing off pictures to your phone. Prevents someone
seeing what they are not supposed to or doing anything to your phone. Start the
app by sharing pictures or videos.
.
Repo Type:git
Repo:https://github.com/Somethingweirdhere/Secure-Photo-Viewer.git
Build:1.0,1
commit=v1.0
subdir=app
patch=repo.patch
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.0
Current Version Code:1

View file

@ -0,0 +1,22 @@
From e4eb110c185543d4251b5d21964d497b81324eb3 Mon Sep 17 00:00:00 2001
From: Pierre Rudloff <contact@rudloff.pro>
Date: Fri, 4 May 2018 11:33:05 +0200
Subject: [PATCH] Update build.gradle
Add google repostiory
---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index c2ac3d1..f5f903c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
+ google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'