Merge branch 'feature/Secure-Photo-Viewer' into 'master'
New app: Secure photo viewer See merge request fdroid/fdroiddata!3129
This commit is contained in:
commit
4d56ced35e
27
metadata/com.gtp.showapicturetoyourfriend.txt
Normal file
27
metadata/com.gtp.showapicturetoyourfriend.txt
Normal 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
|
22
metadata/com.gtp.showapicturetoyourfriend/repo.patch
Normal file
22
metadata/com.gtp.showapicturetoyourfriend/repo.patch
Normal 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'
|
Loading…
Reference in a new issue