From aa18d67a066abd2f0960eb2c1418618a9c1d0bd3 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Wed, 13 May 2020 15:30:23 +0000 Subject: [PATCH 1/3] Adding Simple Dialer --- metadata/com.simplemobiletools.dialer.yml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.simplemobiletools.dialer.yml diff --git a/metadata/com.simplemobiletools.dialer.yml b/metadata/com.simplemobiletools.dialer.yml new file mode 100644 index 0000000000..6050fba5d7 --- /dev/null +++ b/metadata/com.simplemobiletools.dialer.yml @@ -0,0 +1,33 @@ +Categories: + - System +License: Apache-2.0 +AuthorName: Tibor Kaputa +AuthorEmail: hello@simplemobiletools.com +WebSite: https://simplemobiletools.com +SourceCode: https://github.com/SimpleMobileTools/Simple-Dialer +IssueTracker: https://github.com/SimpleMobileTools/Simple-Dialer/issues +Changelog: https://github.com/SimpleMobileTools/Simple-Dialer/blob/HEAD/CHANGELOG.md +Donate: https://simplemobiletools.com/donate +Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ +Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP + +AutoName: Dialer + +RepoType: git +Repo: https://github.com/SimpleMobileTools/Simple-Dialer + +Builds: + - versionName: 5.0.0 + versionCode: 1 + commit: 5.0.0 + subdir: app + gradle: + - yes + prebuild: + - sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + - sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 5.0.0 +CurrentVersionCode: 1 From 8a42ae0aeb7884aa30fa019d3dbe621c9df4bdff Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Wed, 13 May 2020 20:57:38 +0000 Subject: [PATCH 2/3] Apply suggestion to metadata/com.simplemobiletools.dialer.yml --- metadata/com.simplemobiletools.dialer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/com.simplemobiletools.dialer.yml b/metadata/com.simplemobiletools.dialer.yml index 6050fba5d7..7b079e45fe 100644 --- a/metadata/com.simplemobiletools.dialer.yml +++ b/metadata/com.simplemobiletools.dialer.yml @@ -25,7 +25,6 @@ Builds: - yes prebuild: - sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle - - sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties AutoUpdateMode: Version %v UpdateCheckMode: Tags From 0cb4269f7f17ab68265a6a973333e53332c6be17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 14 May 2020 11:36:37 +0200 Subject: [PATCH 3/3] fix lint for com.simplemobiletools.dialer --- metadata/com.simplemobiletools.dialer.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/com.simplemobiletools.dialer.yml b/metadata/com.simplemobiletools.dialer.yml index 7b079e45fe..c0d6ab96bf 100644 --- a/metadata/com.simplemobiletools.dialer.yml +++ b/metadata/com.simplemobiletools.dialer.yml @@ -23,8 +23,7 @@ Builds: subdir: app gradle: - yes - prebuild: - - sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle AutoUpdateMode: Version %v UpdateCheckMode: Tags