From 8b579d8167d20c4a7255aa924a9def04142ceda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 20:17:58 +0200 Subject: [PATCH] rewrite yml: fr.herverenault.directdictaphone --- metadata/fr.herverenault.directdictaphone.txt | 62 ----------------- metadata/fr.herverenault.directdictaphone.yml | 67 +++++++++++++++++++ 2 files changed, 67 insertions(+), 62 deletions(-) delete mode 100644 metadata/fr.herverenault.directdictaphone.txt create mode 100644 metadata/fr.herverenault.directdictaphone.yml diff --git a/metadata/fr.herverenault.directdictaphone.txt b/metadata/fr.herverenault.directdictaphone.txt deleted file mode 100644 index 258ff22230..0000000000 --- a/metadata/fr.herverenault.directdictaphone.txt +++ /dev/null @@ -1,62 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site: -Source Code:https://archive.softwareheritage.org/browse/origin/https://github.com/herverenault/DirectDictaphone/directory/ -Issue Tracker: - -Auto Name:Direct Dictaphone -Summary:Record short audio notes -Description: -Record short (~45 seconds) audio notes. - -Want to record a thought? Just launch this app and talk. No need to click any -other button. It tries to detect when you stop talking (provided you're not in -an a noisy environment or far from the phone) and it records up to 45 seconds by -default so it won't fill your memory card. - -Want to record another one? Touch the red dot, or launch it again from the phone -lockscreen. - -This app is for recording short notes, such as "Remember to buy milk". If you -want to record a long speech, don't use this app, but rather use VirtualRecorder -for example. - -No network connection needed: notes are stored on the SD card. You can listen to -notes later: press the "Menu" key in Android 2, or click on "Listen" in Android -4 action bar. Then click on a note. -. - -Build:1.8,14 - commit=v1.8 - prebuild=mv java src - target=android-11 - -Build:1.9,15 - commit=v1.9 - prebuild=mv java src - target=android-11 - -Build:1.10,16 - commit=v1.10 - prebuild=mv java src - target=android-11 - -Build:1.11,17 - commit=v1.11 - prebuild=mv java src - target=android-11 - -Build:1.12,18 - commit=v1.12 - prebuild=mv java src - target=android-11 - -Build:1.13,19 - commit=v1.13 - prebuild=mv java src - target=android-11 - -Auto Update Mode:None -Update Check Mode:None -Current Version:1.13 -Current Version Code:19 diff --git a/metadata/fr.herverenault.directdictaphone.yml b/metadata/fr.herverenault.directdictaphone.yml new file mode 100644 index 0000000000..c7e13ca684 --- /dev/null +++ b/metadata/fr.herverenault.directdictaphone.yml @@ -0,0 +1,67 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/herverenault/DirectDictaphone/directory/ + +AutoName: Direct Dictaphone +Summary: Record short audio notes +Description: |- + Record short (~45 seconds) audio notes. + + Want to record a thought? Just launch this app and talk. No need to click any + other button. It tries to detect when you stop talking (provided you're not in + an a noisy environment or far from the phone) and it records up to 45 seconds by + default so it won't fill your memory card. + + Want to record another one? Touch the red dot, or launch it again from the phone + lockscreen. + + This app is for recording short notes, such as "Remember to buy milk". If you + want to record a long speech, don't use this app, but rather use VirtualRecorder + for example. + + No network connection needed: notes are stored on the SD card. You can listen to + notes later: press the "Menu" key in Android 2, or click on "Listen" in Android + 4 action bar. Then click on a note. + +Builds: + - versionName: '1.8' + versionCode: 14 + commit: v1.8 + prebuild: mv java src + target: android-11 + + - versionName: '1.9' + versionCode: 15 + commit: v1.9 + prebuild: mv java src + target: android-11 + + - versionName: '1.10' + versionCode: 16 + commit: v1.10 + prebuild: mv java src + target: android-11 + + - versionName: '1.11' + versionCode: 17 + commit: v1.11 + prebuild: mv java src + target: android-11 + + - versionName: '1.12' + versionCode: 18 + commit: v1.12 + prebuild: mv java src + target: android-11 + + - versionName: '1.13' + versionCode: 19 + commit: v1.13 + prebuild: mv java src + target: android-11 + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: '1.13' +CurrentVersionCode: 19