From cf4e8a40ffc1cc13f1b83c5cd79b4cad309d24b0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 9 Dec 2020 15:34:49 +0100 Subject: [PATCH] convert all MediaWiki links to HTML links ```python import yaml, glob, re, os from fdroidserver import metadata pat = re.compile(r'\[(https?://[^ \]]+)\s+([^\]]+)\]') for f in glob.glob('metadata/*.yml'): with open(f) as fp: data = yaml.load(fp) description = data.get('Description', '') for m in pat.finditer(data.get('Description', '')): link = m.group(1) text = m.group(2) print(f, link, text, flush=True) description = description.replace(m.group(), '%s' % (link, text)) data['Description'] = description app = metadata.App(data) metadata.write_metadata(f, app) ``` ``` sed -i 's,^ - true, - yes,' metadata/*.yml sed -i 's,^ - false, - no,' metadata/*.yml ``` closes fdroid-website#510 --- metadata/a2dp.Vol.yml | 2 +- metadata/amirz.rootless.nexuslauncher.yml | 2 +- metadata/anupam.acrylic.yml | 2 +- metadata/app.librenews.io.librenews.yml | 5 ++--- metadata/app.openconnect.yml | 2 +- metadata/apps.amine.bou.readerforselfoss.yml | 2 +- metadata/at.jclehner.rxdroid.yml | 2 +- metadata/at.linuxtage.companion.yml | 2 +- metadata/at.univie.sensorium.yml | 2 +- metadata/at.zweng.bankomatinfos2.yml | 2 +- metadata/au.com.darkside.XServer.yml | 6 ++---- metadata/awais.instagrabber.yml | 2 +- ...be.brunoparmentier.openbikesharing.app.yml | 2 +- metadata/be.digitalia.fosdem.yml | 2 +- metadata/be.uhasselt.privacypolice.yml | 4 ++-- metadata/btools.routingapp.yml | 2 +- metadata/buet.rafi.dictionary.yml | 2 +- metadata/ca.farrelltonsolar.classic.yml | 2 +- metadata/ca.pr0ps.xposed.entrustunblocker.yml | 2 +- metadata/ch.citux.td.yml | 2 +- metadata/ch.hsr.eyecam.yml | 2 +- metadata/ch.jiikuy.velocitycalculator.yml | 2 +- ...updater.bamless.com.chromiumsweupdater.yml | 4 ++-- metadata/click.dummer.UartSmartwatch.yml | 2 +- metadata/co.loubo.icicle.yml | 2 +- metadata/com.a5corp.weather.yml | 2 +- metadata/com.adam.aslfms.yml | 2 +- metadata/com.adonai.manman.yml | 3 +-- metadata/com.afollestad.impression.yml | 2 +- metadata/com.agateau.catgenerator.yml | 4 ++-- .../com.alaskalinuxuser.justcraigslist.yml | 2 +- metadata/com.allansimon.verbisteandroid.yml | 2 +- metadata/com.amabyte.vtucslabmanual.yml | 4 ++-- metadata/com.android.quake.yml | 2 +- metadata/com.angryburg.uapp.yml | 2 +- metadata/com.anthony.deepl.openl.yml | 4 ++-- ...anysoftkeyboard.languagepack.esperanto.yml | 4 ++-- ...oftkeyboard.languagepack.french_xlarge.yml | 3 +-- ...softkeyboard.languagepack.hebrew_large.yml | 3 +-- ...anysoftkeyboard.languagepack.malayalam.yml | 2 +- .../com.anysoftkeyboard.languagepack.neo.yml | 2 +- .../com.anysoftkeyboard.languagepack.pali.yml | 3 +-- ...m.anysoftkeyboard.languagepack.persian.yml | 2 +- metadata/com.aragaer.jtt.yml | 3 +-- metadata/com.aselalee.trainschedule.yml | 4 ++-- metadata/com.b44t.messenger.yml | 2 +- metadata/com.bd.gitlab.yml | 2 +- metadata/com.bec3.diolite.yml | 2 +- metadata/com.bec3.mobilite.yml | 2 +- metadata/com.bigbluecup.android.launcher.yml | 12 +++++------ metadata/com.botbrew.basil.yml | 6 +++--- metadata/com.chanapps.four.activity.yml | 2 +- metadata/com.cityfreqs.littlesirecho.yml | 4 ++-- metadata/com.claha.showtimeremote.yml | 2 +- metadata/com.clickgostudio.air1072.yml | 2 +- metadata/com.concentricsky.android.khan.yml | 2 +- metadata/com.crazyhitty.chdev.ks.munch.yml | 2 +- metadata/com.cyanogenmod.filemanager.ics.yml | 4 ++-- metadata/com.daniel.mobilepauker2.yml | 6 +++--- metadata/com.danielme.muspyforandroid.yml | 5 ++--- metadata/com.derek_s.hubble_gallery.yml | 4 ++-- metadata/com.dozuki.ifixit.yml | 2 +- metadata/com.ebaschiera.triplecamel.yml | 3 +-- metadata/com.evenement.encapsulation.yml | 2 +- ...mple.forgottenumbrella.cardboardmuseum.yml | 7 +++---- .../com.example.root.analyticaltranslator.yml | 2 +- metadata/com.f0x.eddymalou.yml | 2 +- metadata/com.gacode.relaunchx.yml | 2 +- metadata/com.gelakinetic.mtgfam.yml | 15 +++++++------- metadata/com.ginkel.hashit.yml | 2 +- metadata/com.github.axet.callrecorder.yml | 2 +- metadata/com.github.axet.tonegenerator.yml | 4 ++-- metadata/com.github.cvzi.screenshottile.yml | 2 +- .../com.github.gianlucanitti.expreval.yml | 3 +-- metadata/com.github.gotify.yml | 4 ++-- metadata/com.github.kiliakin.yalpstore.yml | 4 ++-- metadata/com.github.marmalade.aRevelation.yml | 3 +-- metadata/com.github.moko256.twitlatte.yml | 4 ++-- metadata/com.github.niqdev.ipcam.yml | 2 +- ...om.github.notizklotz.derbunddownloader.yml | 2 +- metadata/com.github.ruleant.getback_gps.yml | 2 +- ...com.github.yeriomin.dumbphoneassistant.yml | 2 +- metadata/com.github.yeriomin.yalpstore.yml | 4 ++-- metadata/com.gokhanmoral.stweaks.app.yml | 4 ++-- metadata/com.google.android.gms.yml | 3 +-- metadata/com.google.android.location.yml | 3 +-- .../com.google.android.marvin.talkback.yml | 3 +-- metadata/com.google.code.geobeagle.yml | 4 ++-- metadata/com.google.marvin.shell.yml | 3 +-- metadata/com.gpl.rpg.AndorsTrail.yml | 2 +- metadata/com.halftough.webcomreader.yml | 10 +++++----- metadata/com.health.openscale.yml | 5 ++--- metadata/com.howeyc.spiped.yml | 3 +-- metadata/com.hykwok.CurrencyConverter.yml | 2 +- metadata/com.icecondor.nest.yml | 5 ++--- metadata/com.ichi2.anki.yml | 2 +- metadata/com.infonuascape.osrshelper.yml | 2 +- ...com.internalpositioning.find3.find3app.yml | 6 +++--- .../com.isaacparker.dozesettingseditor.yml | 2 +- metadata/com.isanexusdev.androidcpg.yml | 2 +- metadata/com.iven.xdafeedreader.yml | 2 +- metadata/com.jarsilio.android.pocketup.yml | 2 +- metadata/com.jmelzer.myttr.yml | 2 +- metadata/com.joshtwigg.cmus.droid.yml | 2 +- metadata/com.jparkie.givesmehope.yml | 3 ++- metadata/com.kanedias.vanilla.lyrics.yml | 2 +- metadata/com.kanedias.vanilla.metadata.yml | 2 +- metadata/com.kn.paper_foss_theme.yml | 4 ++-- metadata/com.kvance.Nectroid.yml | 4 ++-- metadata/com.linkomnia.android.Changjie.yml | 4 +--- metadata/com.linuxcounter.lico_update_003.yml | 2 +- metadata/com.liveplayergames.finneypoker.yml | 4 ++-- metadata/com.luk.saucenao.yml | 2 +- metadata/com.lun.chin.aicamera.yml | 2 +- metadata/com.manor.currentwidget.yml | 2 +- metadata/com.mantz_it.rfanalyzer.yml | 6 +++--- metadata/com.matejdro.pebbledialer.yml | 3 +-- metadata/com.mattermost.mattermost.yml | 5 ++--- metadata/com.mde.potdroid.yml | 3 ++- metadata/com.mgaetan89.showsrage.yml | 6 +++--- metadata/com.movim.movim.yml | 2 +- metadata/com.murrayc.galaxyzoo.app.yml | 4 ++-- metadata/com.nikhiljha.lobstersapp.yml | 2 +- metadata/com.nilhcem.frcndict.yml | 2 +- metadata/com.nltechno.dolidroidpro.yml | 2 +- metadata/com.nma.util.sdcardtrac.yml | 4 ++-- metadata/com.nutomic.ensichat.yml | 2 +- metadata/com.oF2pks.adbungfu.yml | 10 +++++----- metadata/com.olam.yml | 2 +- metadata/com.orphan.amplayer.yml | 7 +++---- metadata/com.orpheusdroid.screenrecorder.yml | 4 ++-- ...lsikun.runinbackgroundpermissionsetter.yml | 3 +-- metadata/com.pcinpact.yml | 2 +- metadata/com.peppercarrot.runninggame.yml | 2 +- metadata/com.phpsysinfo.yml | 2 +- metadata/com.pixiv.muzei.pixivsource.yml | 2 +- metadata/com.pjuu.droidotter.yml | 2 +- metadata/com.pjuu.otterdroid.yml | 2 +- metadata/com.plusonelabs.calendar.yml | 2 +- metadata/com.quran.labs.androidquran.yml | 4 ++-- .../com.radiostudent.radiostudentstream.yml | 2 +- .../com.rascarlo.adaptive.brightness.tile.yml | 4 ++-- metadata/com.rastating.droidbeard.yml | 2 +- metadata/com.ratebeer.android.yml | 2 +- metadata/com.refactech.driibo.yml | 2 +- metadata/com.robert.maps.yml | 4 ++-- .../com.rubenwardy.minetestmodmanager.yml | 4 ++-- metadata/com.sakthipriyan.cricscore.yml | 5 ++--- metadata/com.samebits.beacon.locator.yml | 2 +- metadata/com.samsandberg.mtafarebuster.yml | 4 ++-- metadata/com.seafile.seadroid.yml | 2 +- metadata/com.seafile.seadroid2.yml | 2 +- metadata/com.selesca.xkcdmuzei.yml | 2 +- metadata/com.sensirion.smartgadget.yml | 12 +++++------ metadata/com.sevag.pitcha.yml | 2 +- .../com.shahul3d.indiasatelliteweather.yml | 2 +- metadata/com.sigseg.android.worldmap.yml | 6 +++--- metadata/com.simplemobiletools.calendar.yml | 3 +-- metadata/com.simplemobiletools.contacts.yml | 3 +-- metadata/com.simplemobiletools.draw.yml | 3 +-- .../com.simplemobiletools.filemanager.yml | 3 +-- metadata/com.simplemobiletools.gallery.yml | 3 +-- metadata/com.simplemobiletools.notes.yml | 3 +-- metadata/com.slash.batterychargelimit.yml | 4 ++-- metadata/com.syncedsynapse.kore2.yml | 2 +- metadata/com.theworld.help.cbtandroid.yml | 2 +- metadata/com.tkjelectronics.balanduino.yml | 3 +-- metadata/com.tmarki.comicmaker.yml | 3 +-- metadata/com.tnc.android.graphite.yml | 2 +- metadata/com.traffar.game_of_life.yml | 4 ++-- metadata/com.traffar.gomoku.yml | 4 ++-- metadata/com.traffar.pentago.yml | 4 ++-- metadata/com.tum.yahtzee.yml | 2 +- metadata/com.twobuntu.twobuntu.yml | 3 ++- metadata/com.ulicae.cinelog.yml | 6 +++--- metadata/com.uploadedlobster.PwdHash.yml | 2 +- metadata/com.utyf.pmetro.yml | 2 +- metadata/com.vuze.android.remote.yml | 8 ++++---- metadata/com.vwp.locdemo.yml | 4 ++-- metadata/com.waifusims.wanicchou.yml | 2 +- metadata/com.wangdaye.mysplash.yml | 6 +++--- metadata/com.wbrenna.gtfsoffline.yml | 4 ++-- metadata/com.wikijourney.wikijourney.yml | 2 +- metadata/com.wireguard.android.yml | 2 +- metadata/com.woefe.shoppinglist.yml | 2 +- metadata/com.wolas.awesomewallpaper.yml | 2 +- metadata/com.xabber.android.yml | 6 +++--- metadata/com.xda.theme.cyanogenmod.yml | 2 +- metadata/com.xenris.liquidwarsos.yml | 2 +- metadata/com.yubico.yubiclip.yml | 6 +++--- metadata/com.zeapo.pwdstore.yml | 3 +-- metadata/com.zeusln.zeus.yml | 2 +- metadata/com.zoffcc.applications.zanavi.yml | 8 ++++---- metadata/community.peers.internetradio.yml | 3 +-- metadata/community.peers.license.yml | 4 ++-- metadata/cxa.gridwallpaper.yml | 4 ++-- metadata/cxa.lineswallpaper.yml | 4 ++-- metadata/cz.jiriskorpil.amixerwebui.yml | 2 +- metadata/cz.martykan.forecastie.yml | 3 +-- metadata/de.arnefeil.bewegungsmelder.yml | 2 +- metadata/de.arnowelzel.android.periodical.yml | 2 +- metadata/de.asmw.sudokunst.yml | 4 ++-- metadata/de.b0nk.fp1_epo_autoupdate.yml | 2 +- metadata/de.baumann.browser.yml | 2 +- metadata/de.baumann.diaspora.yml | 2 +- metadata/de.baumann.hhsmoodle.yml | 5 ++--- metadata/de.baumann.sieben.yml | 2 +- metadata/de.baumann.thema.yml | 3 +-- metadata/de.baumann.weather.yml | 2 +- .../de.bitsharesmunich.smartcoinswallet.yml | 3 +-- metadata/de.bitsharesmunich.wallet.yml | 3 +-- metadata/de.blau.android.yml | 2 +- metadata/de.c3nav.droid.yml | 3 +-- metadata/de.chaosdorf.meteroid.yml | 2 +- metadata/de.digisocken.anotherrss.yml | 4 ++-- metadata/de.digisocken.openwort.yml | 2 +- .../de.enaikoon.android.keypadmapper3.yml | 2 +- metadata/de.geeksfactory.opacclient.yml | 2 +- metadata/de.grobox.liberario.yml | 3 +-- metadata/de.guerda.matekarte.yml | 4 ++-- .../de.hirtenstrasse.michael.lnkshortener.yml | 6 +++--- metadata/de.igloffstein.maik.aRevelation.yml | 2 +- .../de.k3b.android.calendar.ics.adapter.yml | 2 +- .../de.k3b.android.contentproviderhelper.yml | 7 +++---- metadata/de.k3b.android.locationMapViewer.yml | 4 ++-- metadata/de.karbach.tac.yml | 2 +- metadata/de.langerhans.wallet.yml | 5 ++--- metadata/de.lihotzki.pixelflood.yml | 3 +-- metadata/de.live.gdev.timetracker.yml | 2 +- metadata/de.locked.cellmapper.yml | 2 +- metadata/de.lsubel.amam.yml | 2 +- metadata/de.luhmer.owncloudnewsreader.yml | 2 +- metadata/de.naturalnet.mirwtfapp.yml | 2 +- metadata/de.nico.asura.yml | 5 ++--- metadata/de.nico.ha_manager.yml | 3 +-- metadata/de.phoenixstudios.pc_dimmer.yml | 5 ++--- metadata/de.pinyto.exalteddicer.yml | 2 +- metadata/de.qspool.clementineremote.yml | 2 +- metadata/de.r4md4c.gamedealz.yml | 2 +- metadata/de.rampro.activitydiary.yml | 2 +- metadata/de.schildbach.wallet.yml | 5 ++--- metadata/de.srlabs.snoopsnitch.yml | 2 +- metadata/de.stephanlindauer.criticalmaps.yml | 4 ++-- metadata/de.tap.easy_xkcd.yml | 2 +- metadata/de.ub0r.android.callmeter.yml | 2 +- .../de.ub0r.android.websms.connector.gmx.yml | 2 +- ...0r.android.websms.connector.smspilotru.yml | 2 +- metadata/de.vibora.viborafeed.yml | 20 +++++++++---------- metadata/de.wikilab.android.friendica01.yml | 2 +- metadata/dentex.youtube.downloader.yml | 3 +-- metadata/dk.jens.backup.yml | 2 +- metadata/ee.ioc.phon.android.speak.yml | 2 +- metadata/email.schaal.ocreader.yml | 4 ++-- metadata/eu.e43.impeller.yml | 8 ++++---- metadata/eu.faircode.netguard.yml | 8 ++++---- metadata/eu.faircode.xlua.yml | 2 +- metadata/eu.inmite.android.gridwichterle.yml | 5 ++--- metadata/eu.polarclock.yml | 4 ++-- metadata/eu.wikijourney.wikijourney.yml | 2 +- metadata/fi.bitrite.android.ws.yml | 4 ++-- metadata/fi.testbed2.yml | 2 +- metadata/foundation.e.blisslauncher.yml | 2 +- metadata/fr.ac_versailles.dane.xiaexpress.yml | 2 +- metadata/fr.mobdev.goblim.yml | 2 +- metadata/fr.s13d.photobackup.yml | 2 +- metadata/fr.strasweb.browserquest.yml | 2 +- metadata/fr.unix_experience.owncloud_sms.yml | 2 +- metadata/git.rrgb.kinolog.yml | 2 +- metadata/github.daneren2005.dsub.yml | 2 +- metadata/gr.ndre.scuttloid.yml | 2 +- metadata/gr.ratmole.android.Mach3Pendant.yml | 4 ++-- .../hashengineering.groestlcoin.wallet.yml | 3 +-- ...ashengineering.groestlcoin.wallet_test.yml | 3 +-- metadata/im.pattle.app.yml | 2 +- metadata/im.quicksy.client.yml | 8 ++++---- metadata/im.vector.alpha.yml | 4 ++-- metadata/im.vector.riotx.yml | 2 +- metadata/in.andres.kandroid.yml | 2 +- ...shellshock.shellshockvulnerabilityscan.yml | 4 ++-- metadata/in.shick.diode.yml | 2 +- metadata/info.guardianproject.browser.yml | 4 ++-- metadata/info.guardianproject.orfox.yml | 2 +- metadata/info.guardianproject.otr.app.im.yml | 6 +++--- ...etadude.android.bitsundbaeume.schedule.yml | 2 +- metadata/info.toyonos.hfr4droid.yml | 3 ++- .../info.zamojski.soft.towercollector.yml | 2 +- .../io.github.powerinside.scrollsocket.yml | 2 +- metadata/io.va.exposed.yml | 4 ++-- metadata/it.andreascarpino.forvodroid.yml | 4 ++-- metadata/it.angrydroids.epub3reader.yml | 2 +- metadata/it.eternitywall.eternitywall.yml | 3 +-- metadata/it.greenaddress.cordova.yml | 6 +++--- metadata/it.linuxday.torino.yml | 4 ++-- metadata/it.reyboz.minesweeper.yml | 5 ++--- metadata/it.sasabz.android.sasabus.yml | 2 +- .../it.sineo.android.noFrillsCPUClassic.yml | 2 +- metadata/it.skarafaz.mercury.yml | 2 +- metadata/joshuatee.wx.yml | 2 +- ...co.kayo.android.localplayer.ds.ampache.yml | 4 ++-- metadata/jp.ddo.hotmist.unicodepad.yml | 4 ++-- metadata/jp.gr.java_conf.hatalab.mnv.yml | 2 +- metadata/jp.sawada.np2android.yml | 8 ++++---- metadata/kaba.yucata.envoy.yml | 2 +- metadata/lanchon.sigspoof.checker.yml | 5 ++--- metadata/max.music_cyclon.yml | 4 ++-- metadata/me.danielbarnett.addresstogps.yml | 4 ++-- metadata/me.dbarnett.acastus.yml | 2 +- metadata/me.hda.urlhda.yml | 8 ++++---- .../me.kavishhukmani.watwitchstickers.yml | 2 +- metadata/me.tripsit.tripmobile.yml | 6 +++--- metadata/me.wenxinwang.pulsedroidrtp.yml | 2 +- metadata/mobi.boilr.boilr.yml | 8 ++++---- metadata/name.boyle.chris.sgtpuzzles.yml | 2 +- metadata/net.basov.lws.fdroid.yml | 4 ++-- metadata/net.basov.lws.qr.fdroid.yml | 4 ++-- metadata/net.ebt.muzei.miyazaki.yml | 2 +- metadata/net.fabiszewski.ulogger.yml | 2 +- metadata/net.jjc1138.android.scrobbler.yml | 2 +- metadata/net.nitroshare.android.yml | 2 +- metadata/net.olejon.mdapp.yml | 3 +-- metadata/net.olejon.spotcommander.yml | 2 +- metadata/net.pp3345.ykdroid.yml | 2 +- metadata/net.programmierecke.radiodroid2.yml | 2 +- metadata/net.screenfreeze.deskcon.yml | 2 +- metadata/net.solutinno.websearch.yml | 4 ++-- metadata/net.sourceforge.solitaire_cg.yml | 2 +- .../net.sourceforge.subsonic.androidapp.yml | 3 +-- metadata/net.stkaddons.viewer.yml | 2 +- metadata/net.typeblog.shelter.yml | 2 +- metadata/net.usikkert.kouchat.android.yml | 2 +- metadata/net.wigle.wigleandroid.yml | 2 +- metadata/nl.frankkie.bronylivewallpaper.yml | 2 +- metadata/nl.mpcjanssen.simpletask.webdav.yml | 2 +- metadata/nl.mpcjanssen.simpletask.yml | 2 +- .../nodomain.freeyourgadget.gadgetbridge.yml | 3 +-- metadata/ohm.quickdice.yml | 4 ++-- ...penfoodfacts.github.scrachx.openbeauty.yml | 2 +- .../openfoodfacts.github.scrachx.openfood.yml | 2 +- metadata/org.adblockplus.android.yml | 2 +- metadata/org.ametro.yml | 2 +- metadata/org.andglkmod.hunkypunk.yml | 2 +- metadata/org.androidpn.client.yml | 2 +- metadata/org.andstatus.app.yml | 3 +-- metadata/org.andstatus.todoagenda.yml | 2 +- metadata/org.asdtm.fas.yml | 2 +- metadata/org.asdtm.goodweather.yml | 3 +-- metadata/org.atai.TessUI.yml | 2 +- metadata/org.atalk.android.yml | 2 +- metadata/org.cry.otp.yml | 6 +++--- metadata/org.decsync.cc.yml | 2 +- metadata/org.decsync.sparss.floss.yml | 2 +- metadata/org.dolphinemu.dolphinemu.yml | 6 +++--- metadata/org.domogik.domodroid13.yml | 2 +- metadata/org.doubango.imsdroid.yml | 4 ++-- metadata/org.droidtr.termbin.yml | 2 +- metadata/org.durka.hallmonitor.yml | 2 +- metadata/org.eff.actioncenter.yml | 2 +- metadata/org.equeim.tremotesf.yml | 2 +- metadata/org.fastergps.yml | 3 +-- metadata/org.fedorahosted.freeotp.yml | 2 +- .../org.fitchfamily.android.gsmlocation.yml | 7 +++---- metadata/org.fossasia.badgemagic.yml | 3 +-- metadata/org.fossasia.openevent.yml | 4 ++-- metadata/org.freshrss.easyrss.yml | 2 +- metadata/org.froscon.schedule.yml | 2 +- metadata/org.gfd.gsmlocation.yml | 4 ++-- metadata/org.hanenoshino.onscripter.yml | 2 +- metadata/org.hekmatof.chesswatch.yml | 4 ++-- metadata/org.herrlado.geofonts.yml | 2 +- metadata/org.isoron.uhabits.yml | 2 +- metadata/org.itishka.pointim.yml | 3 +-- metadata/org.jamienicol.episodes.yml | 2 +- metadata/org.janb.shoppinglist.yml | 2 +- metadata/org.jfedor.nxtremotecontrol.yml | 5 ++--- metadata/org.jsl.shmp.yml | 2 +- metadata/org.kaqui.yml | 8 ++++---- metadata/org.kde.necessitas.ministro.yml | 2 +- metadata/org.kiwix.kiwixmobile.yml | 2 +- metadata/org.kwaak3.yml | 2 +- metadata/org.legtux.m_316k.fortune.yml | 4 ++-- metadata/org.liberty.android.freeotpplus.yml | 2 +- metadata/org.libreoffice.impressremote.yml | 3 +-- metadata/org.ligi.gobandroid_hd.yml | 3 +-- metadata/org.ligi.ipfsdroid.yml | 4 ++-- metadata/org.macno.puma.yml | 5 ++--- ...mariotaku.twidere.extension.twitlonger.yml | 3 +-- metadata/org.mariotaku.twidere.yml | 2 +- metadata/org.mcxa.vortaro.yml | 2 +- metadata/org.microg.nlp.backend.ichnaea.yml | 2 +- .../org.microg.nlp.backend.openwlanmap.yml | 3 +-- metadata/org.microg.nlp.yml | 7 +++---- metadata/org.moire.opensudoku.yml | 6 +++--- metadata/org.mosspaper.yml | 2 +- metadata/org.mozilla.mozstumbler.yml | 8 ++++---- metadata/org.mumod.android.yml | 6 +++--- metadata/org.mustard.android.yml | 6 +++--- metadata/org.navitproject.navit.yml | 2 +- metadata/org.nick.wwwjdic.yml | 4 +--- metadata/org.ninthfloor.copperpdf.yml | 2 +- metadata/org.npr.android.news.yml | 4 ++-- metadata/org.nutritionfacts.dailydozen.yml | 2 +- metadata/org.ocsinventoryng.android.agent.yml | 4 ++-- metadata/org.okfn.pod.yml | 2 +- metadata/org.olgsoft.apipepanic.yml | 4 ++-- metadata/org.openbmap.unifiedNlp.yml | 2 +- metadata/org.openbmap.yml | 2 +- metadata/org.openfoodfacts.scanner.yml | 2 +- metadata/org.opengpx.yml | 2 +- metadata/org.openintents.notepad.yml | 10 +++++----- metadata/org.openmsx.android.openmsx.yml | 8 ++++---- metadata/org.openobservatory.ooniprobe.yml | 8 ++++---- .../org.projectvoodoo.screentestpatterns.yml | 2 +- metadata/org.redcross.openmapkit.yml | 6 +++--- metadata/org.savapage.android.print.yml | 4 ++-- metadata/org.scummvm.scummvm.yml | 10 +++++----- ....secuso.privacyfriendlyactivitytracker.yml | 2 +- metadata/org.secuso.privacyfriendlymemory.yml | 2 +- .../org.secuso.privacyfriendlynetmonitor.yml | 4 ++-- metadata/org.secuso.privacyfriendlynotes.yml | 2 +- metadata/org.secuso.privacyfriendlyruler.yml | 2 +- metadata/org.secuso.privacyfriendlysudoku.yml | 2 +- .../org.secuso.privacyfriendlytodolist.yml | 2 +- .../org.secuso.privacyfriendlyweather.yml | 4 ++-- ...org.secuso.privacyfriendlyyahtzeedicer.yml | 2 +- metadata/org.servalproject.yml | 4 ++-- metadata/org.smerty.zooborns.yml | 2 +- metadata/org.softcatala.traductor.yml | 4 ++-- metadata/org.sparkleshare.android.yml | 2 +- metadata/org.sugr.gearshift.yml | 3 +-- metadata/org.tomdroid.yml | 2 +- metadata/org.torproject.android.yml | 2 +- metadata/org.toulibre.capitoledulibre.yml | 2 +- metadata/org.valos.isolmoa.yml | 2 +- metadata/org.wingy.chan.yml | 2 +- metadata/org.xphnx.iconsubmit.yml | 4 ++-- metadata/org.yabause.android.yml | 4 ++-- metadata/org.zephyrsoft.sdbviewer.yml | 4 ++-- metadata/org.zeroxlab.zeroxbenchmark.yml | 2 +- metadata/paulscode.android.mupen64plusae.yml | 8 ++++---- metadata/player.efis.cfd.yml | 18 ++++++++--------- metadata/player.efis.data.eur.rus.yml | 8 ++++---- metadata/player.efis.data.pan.arg.yml | 8 ++++---- metadata/player.efis.data.sah.jap.yml | 8 ++++---- metadata/player.efis.data.usa.can.yml | 8 ++++---- metadata/player.efis.data.zar.aus.yml | 8 ++++---- metadata/player.efis.mfd.yml | 18 ++++++++--------- metadata/player.efis.pfd.yml | 18 ++++++++--------- ...secuso.org.privacyfriendlyshoppinglist.yml | 2 +- metadata/pro.rudloff.openvegemap.yml | 3 +-- metadata/protect.card_locker.yml | 4 ++-- .../ru.gelin.android.weather.notification.yml | 2 +- metadata/ryey.easer.yml | 12 +++++------ metadata/science.iodev.fissh.yml | 4 ++-- metadata/science.itaintrocket.pomfshare.yml | 2 +- metadata/subreddit.android.appstore.yml | 8 ++++---- metadata/telegra.ph.yml | 2 +- metadata/tk.al54.dev.badpixels.yml | 4 ++-- metadata/tk.giesecke.painlessmesh.yml | 2 +- metadata/tw.qtlin.mac.airunlocker.yml | 4 ++-- metadata/uk.org.crimetalk.yml | 2 +- metadata/wiseguys.radar.yml | 2 +- 461 files changed, 740 insertions(+), 815 deletions(-) diff --git a/metadata/a2dp.Vol.yml b/metadata/a2dp.Vol.yml index e5d267715d..726ae2ccce 100644 --- a/metadata/a2dp.Vol.yml +++ b/metadata/a2dp.Vol.yml @@ -15,7 +15,7 @@ Description: |- Speech (TTS) services while you are connected. Each paired Bluetooth device or virtual device (home dock, car dock, power connection, or headset plug) can be configured to your liking. There is a - [https://github.com/jroal/a2dpvolume/wiki/Manual manual] on the website. + manual on the website. A secondary feature is the ability to capture location information so you can find where you left your car. The location can also be automatically captured diff --git a/metadata/amirz.rootless.nexuslauncher.yml b/metadata/amirz.rootless.nexuslauncher.yml index c04979c38a..fd88f1009f 100644 --- a/metadata/amirz.rootless.nexuslauncher.yml +++ b/metadata/amirz.rootless.nexuslauncher.yml @@ -26,7 +26,7 @@ Description: |- * Icon Shape selection on Android 8.0 For Pixel users, there’s also a - [https://github.com/amirzaidi/launcher3magisk/releases Magisk version]. + Magisk version. RepoType: git Repo: https://github.com/amirzaidi/Launcher3.git diff --git a/metadata/anupam.acrylic.yml b/metadata/anupam.acrylic.yml index 64069f2128..56ecf814bf 100644 --- a/metadata/anupam.acrylic.yml +++ b/metadata/anupam.acrylic.yml @@ -10,7 +10,7 @@ Description: |- demos. We use a patched fork authorized by the - [https://github.com/anupam1525/AcrylicPaint/ original author] until main + original author until main development is active again. RepoType: git diff --git a/metadata/app.librenews.io.librenews.yml b/metadata/app.librenews.io.librenews.yml index 794198bf9e..b0d54db3f3 100644 --- a/metadata/app.librenews.io.librenews.yml +++ b/metadata/app.librenews.io.librenews.yml @@ -19,7 +19,7 @@ Description: |- Key features: - * Free software ([https://github.com/milesmcc/LibreNews-Server server] and client licensed under GPLv3) + * Free software (server and client licensed under GPLv3) * Doesn’t use up a ton of battery life * Up-to-date and current * Doesn’t rely on Google infrastructure @@ -34,8 +34,7 @@ Description: |- * Syncs automatically, regardless of whether the app is open You can expect LibreNews to send you about three notifications per day if you - connect to the [https://librenews.io default server] [https://librenews.io/api - API]. + connect to the default server API. RepoType: git Repo: https://github.com/milesmcc/LibreNews-Android diff --git a/metadata/app.openconnect.yml b/metadata/app.openconnect.yml index cad8cc6daa..38381c5dfe 100644 --- a/metadata/app.openconnect.yml +++ b/metadata/app.openconnect.yml @@ -19,7 +19,7 @@ Description: |- * Keepalive feature to prevent unnecessary disconnections * Compatible with ARMv7, x86, and MIPS devices * No root required - * Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package] + * Based on the popular OpenConnect Linux package Requirements: diff --git a/metadata/apps.amine.bou.readerforselfoss.yml b/metadata/apps.amine.bou.readerforselfoss.yml index 076e843bb4..f2341374dc 100644 --- a/metadata/apps.amine.bou.readerforselfoss.yml +++ b/metadata/apps.amine.bou.readerforselfoss.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/aminecmi/ReaderforSelfoss/blob/HEAD/CHANGELOG.md AutoName: Reader for Selfoss Description: |- - A new RSS reader for [http://selfoss.aditu.de/ selfoss]. + A new RSS reader for selfoss. It connects to your selfoss instance (works only with selfoss, and can't work without it), and you'll be able to read and manage all your RSS feeds. diff --git a/metadata/at.jclehner.rxdroid.yml b/metadata/at.jclehner.rxdroid.yml index e470f8f49a..3c7a34eb64 100644 --- a/metadata/at.jclehner.rxdroid.yml +++ b/metadata/at.jclehner.rxdroid.yml @@ -15,7 +15,7 @@ Description: |- refills. Help with translating RxDroid to your language at - [https://crowdin.com/project/rxdroid crowdin.com]! + crowdin.com! RepoType: git Repo: https://github.com/jclehner/rxdroid diff --git a/metadata/at.linuxtage.companion.yml b/metadata/at.linuxtage.companion.yml index 48fd411201..8056971033 100644 --- a/metadata/at.linuxtage.companion.yml +++ b/metadata/at.linuxtage.companion.yml @@ -10,7 +10,7 @@ Bitcoin: 1GLTBBirbj8GZ8uY1gwovZ1QEMjfWu3rWT AutoName: GLT Companion Description: |- - Advanced schedule browser for the [https://linuxtage.at/ Grazer Linuxtage] + Advanced schedule browser for the Grazer Linuxtage conference in Graz, Austria. Download the most recent schedule and browse it offline. diff --git a/metadata/at.univie.sensorium.yml b/metadata/at.univie.sensorium.yml index 5398f46144..39e4dc65a8 100644 --- a/metadata/at.univie.sensorium.yml +++ b/metadata/at.univie.sensorium.yml @@ -10,7 +10,7 @@ Description: |- allow it to access. You can control the level of detail of the data collected from within the app. The app comes preconfigured so as to collect data for upstream's open 3G connectivity map, - [https://skylla.fc.univie.ac.at/~puehringer/o3gm_django Open3GMap]: it sends + Open3GMap: it sends data once an hour when a WiFi connection is available, but the URLs and frequency can be chosen. diff --git a/metadata/at.zweng.bankomatinfos2.yml b/metadata/at.zweng.bankomatinfos2.yml index 528bf3aaab..9a8b3f0866 100644 --- a/metadata/at.zweng.bankomatinfos2.yml +++ b/metadata/at.zweng.bankomatinfos2.yml @@ -20,7 +20,7 @@ Description: |- This is a re-issued version of https://f-droid.org/packages/at.zweng.bankomatinfos. The original app was removed from the PlayStore due to TOS violations. More information in the - [https://github.com/johnzweng/bankomatinfos/issues/7 issue tracker]. + issue tracker. RepoType: git Repo: https://github.com/johnzweng/bankomatinfos.git diff --git a/metadata/au.com.darkside.XServer.yml b/metadata/au.com.darkside.XServer.yml index 70552302cf..79ba386ec7 100644 --- a/metadata/au.com.darkside.XServer.yml +++ b/metadata/au.com.darkside.XServer.yml @@ -8,12 +8,10 @@ IssueTracker: https://github.com/mattkwan/android-xserver/issues AutoName: X Server Summary: Display remote X11 apps Description: |- - X Server, allowing you to display [http://en.wikipedia.org/wiki/X_Window_System - X11] applications on your device. It could be used in conjunction with + X Server, allowing you to display X11 applications on your device. It could be used in conjunction with https://f-droid.org/packages/info.guardianproject.lildebi to use graphical apps according to the instructions on - [https://web.archive.org/web/20141008132408/http://j05hyyy.blogspot.ca/2012_09_01_archive.html - this blog] + this blog RepoType: git Repo: https://github.com/mattkwan/android-xserver diff --git a/metadata/awais.instagrabber.yml b/metadata/awais.instagrabber.yml index 2eb0222a83..5fc540820a 100644 --- a/metadata/awais.instagrabber.yml +++ b/metadata/awais.instagrabber.yml @@ -9,7 +9,7 @@ IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues AutoName: InstaGrabber Description: |- - [NOTE: this app is discontinued, use [https://f-droid.org/en/packages/me.austinhuang.instagrabber/ the maintained fork] instead] + [NOTE: this app is discontinued, use the maintained fork instead] Hey moron, this is what you can do: * you can search for hashtags and use usernames. diff --git a/metadata/be.brunoparmentier.openbikesharing.app.yml b/metadata/be.brunoparmentier.openbikesharing.app.yml index 70d0e8326f..3e27bb13ee 100644 --- a/metadata/be.brunoparmentier.openbikesharing.app.yml +++ b/metadata/be.brunoparmentier.openbikesharing.app.yml @@ -19,7 +19,7 @@ Description: |- Select your bike network, find some stations in the list or on the map (OpenStreetMap) and you’re good to go! - Data is retrieved from the [http://api.citybik.es/v2/ CityBikes] API. + Data is retrieved from the CityBikes API. RepoType: git Repo: https://github.com/bparmentier/OpenBikeSharing diff --git a/metadata/be.digitalia.fosdem.yml b/metadata/be.digitalia.fosdem.yml index e357913d34..2fd652b5b8 100644 --- a/metadata/be.digitalia.fosdem.yml +++ b/metadata/be.digitalia.fosdem.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/cbeyls/fosdem-companion-android/releases AutoName: FOSDEM Companion Description: |- - Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in + Advanced schedule browser for the FOSDEM conference in Brussels, Belgium. Download the most recent schedule and browse it offline. Features: diff --git a/metadata/be.uhasselt.privacypolice.yml b/metadata/be.uhasselt.privacypolice.yml index a4cc66f241..bebc282fb3 100644 --- a/metadata/be.uhasselt.privacypolice.yml +++ b/metadata/be.uhasselt.privacypolice.yml @@ -14,8 +14,8 @@ Description: |- * If your smartphone encounters an unknown access point with a known name (for example, a malicious access point pretending to be your home network), it asks whether you trust this access point before connecting. This makes sure that other people are not able to steal your data. Further details are discussed in two papers, a - [https://brambonne.com/docs/bonne14sasquatchprivacypolice.pdf short one] and - [https://brambonne.com/docs/bonne14sasquatch.pdf long version]. + short one and + long version. RepoType: git Repo: https://github.com/BramBonne/privacypolice diff --git a/metadata/btools.routingapp.yml b/metadata/btools.routingapp.yml index 8e2d336dc8..1d4e1f2343 100644 --- a/metadata/btools.routingapp.yml +++ b/metadata/btools.routingapp.yml @@ -12,7 +12,7 @@ AutoName: BRouter Description: |- Sophisticated routing engine for offline cycling directions. Works as a selectable navigation service within a mapping application like - https://f-droid.org/packages/net.osmand.plus. Check out the [http://brouter.de/brouter/ website] for a + https://f-droid.org/packages/net.osmand.plus. Check out the website for a full description of features. RepoType: git diff --git a/metadata/buet.rafi.dictionary.yml b/metadata/buet.rafi.dictionary.yml index 39a3b3d120..caa7ca70f2 100644 --- a/metadata/buet.rafi.dictionary.yml +++ b/metadata/buet.rafi.dictionary.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/rafi-kamal/Bangla-Dictionary/issues AutoName: Ridmik Dictionary Description: |- Based on ankur.org's database. More info - [http://www.bengalinux.org/english-to-bengali-dictionary/about.htm here]. + here. RepoType: git Repo: https://github.com/rafi-kamal/Bangla-Dictionary.git diff --git a/metadata/ca.farrelltonsolar.classic.yml b/metadata/ca.farrelltonsolar.classic.yml index efc6ac18d0..cb6be638f0 100644 --- a/metadata/ca.farrelltonsolar.classic.yml +++ b/metadata/ca.farrelltonsolar.classic.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/graham22/Classic/issues Name: MidniteSolar Classic Monitor AutoName: Classic Description: |- - Unofficial status monitor for [http://www.midnitesolar.com/ Midnite solar]’s + Unofficial status monitor for Midnite solar’s Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not write to the Classic. diff --git a/metadata/ca.pr0ps.xposed.entrustunblocker.yml b/metadata/ca.pr0ps.xposed.entrustunblocker.yml index 7e26d9f258..615e0494fa 100644 --- a/metadata/ca.pr0ps.xposed.entrustunblocker.yml +++ b/metadata/ca.pr0ps.xposed.entrustunblocker.yml @@ -23,7 +23,7 @@ Description: |- Just install, enable, reboot, and you’re done. Get back to work. - Requires the [http://xposed.info Xposed framework] + Requires the Xposed framework RequiresRoot: 'yes' diff --git a/metadata/ch.citux.td.yml b/metadata/ch.citux.td.yml index 20aabe1d10..d2901ca8aa 100644 --- a/metadata/ch.citux.td.yml +++ b/metadata/ch.citux.td.yml @@ -12,7 +12,7 @@ Donate: http://citux.tip.me AutoName: TD Description: |- Watch video streams about gaming with this simple client for the - [http://twitch.tv Twitch] streaming service. + Twitch streaming service. RepoType: git Repo: https://github.com/CiTuX/TD diff --git a/metadata/ch.hsr.eyecam.yml b/metadata/ch.hsr.eyecam.yml index fe18da4110..699beaaa4f 100644 --- a/metadata/ch.hsr.eyecam.yml +++ b/metadata/ch.hsr.eyecam.yml @@ -18,7 +18,7 @@ Description: |- * Color recognition does not work properly sometimes * Tablets are not yet supported (orientation is off) - [http://chir.ag/projects/name-that-color Name that color] is used to detect + Name that color is used to detect color names. RepoType: git diff --git a/metadata/ch.jiikuy.velocitycalculator.yml b/metadata/ch.jiikuy.velocitycalculator.yml index 386eabf43e..0bad9c3e31 100644 --- a/metadata/ch.jiikuy.velocitycalculator.yml +++ b/metadata/ch.jiikuy.velocitycalculator.yml @@ -20,7 +20,7 @@ Description: |- * The camera should not move. * The object must be visible at the start and the end of the video. - [https://github.com/Jiikuy/VelocityCalculator/wiki Full documentation]. + Full documentation. RepoType: git Repo: https://github.com/jiikuy/velocitycalculator diff --git a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml index 0458734c05..a79ef48202 100644 --- a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml +++ b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml @@ -9,8 +9,8 @@ Changelog: https://github.com/bamless/chromium-swe-updater/releases AutoName: Chromium SWE Updater Description: |- Automatically update an unofficial build of - [https://www.codeaurora.org/projects/all-active-projects/chromium-browser-snapdragon - Code Aurora's Chromium for Snapdragon], an optimized fork targeting Qualcomm's + Aurora's Chromium for Snapdragon, an optimized fork targeting Qualcomm's Snapdragon processors. The custom build aims to deploy the stock Chromium SWE with only few additions: diff --git a/metadata/click.dummer.UartSmartwatch.yml b/metadata/click.dummer.UartSmartwatch.yml index a86dc51720..3faca2b663 100644 --- a/metadata/click.dummer.UartSmartwatch.yml +++ b/metadata/click.dummer.UartSmartwatch.yml @@ -24,7 +24,7 @@ Description: |- * automatic reconnect Get firmware, screenshots, documentation and '''circuit''' from - [https://github.com/no-go/UART-Smartwatch UART-Smartwatch Website]. + UART-Smartwatch Website. UART-Smartwatch firmware features: diff --git a/metadata/co.loubo.icicle.yml b/metadata/co.loubo.icicle.yml index 3e4fb7f328..106541ebd8 100644 --- a/metadata/co.loubo.icicle.yml +++ b/metadata/co.loubo.icicle.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/louboco/Icicle/issues AutoName: Icicle for Freenet Description: |- - Connect to your [https://freenetproject.org/ Freenet] node, check the status, + Connect to your Freenet node, check the status, uploads, downloads, and peers. A working Freenet node is required for this app to be useful. diff --git a/metadata/com.a5corp.weather.yml b/metadata/com.a5corp.weather.yml index 1216baa861..004a8b636f 100644 --- a/metadata/com.a5corp.weather.yml +++ b/metadata/com.a5corp.weather.yml @@ -13,7 +13,7 @@ Changelog: https://github.com/Sparker0i/Weather/releases AutoName: Simple Weather Description: |- Get all weather information you want at a glance. The app uses - [https://openweathermap.org/ Open Weather Map] as weather provider that might + Open Weather Map as weather provider that might require a user provided API key. Features: diff --git a/metadata/com.adam.aslfms.yml b/metadata/com.adam.aslfms.yml index 16e868e146..9678e7567c 100644 --- a/metadata/com.adam.aslfms.yml +++ b/metadata/com.adam.aslfms.yml @@ -20,7 +20,7 @@ Description: |- lyrics. More info about scrobbling can be found on - [http://www.last.fm/help/faq?category=Scrobbling#201 Last.fm's FAQ]. + Last.fm's FAQ. RepoType: git Repo: https://github.com/simple-last-fm-scrobbler/sls.git diff --git a/metadata/com.adonai.manman.yml b/metadata/com.adonai.manman.yml index 08fc7abd33..ed9a3827e3 100644 --- a/metadata/com.adonai.manman.yml +++ b/metadata/com.adonai.manman.yml @@ -12,8 +12,7 @@ Donate: https://www.patreon.com/kanedias AutoName: Man Man Description: |- Convenient tool for any Linux enthusiast familiar with manpages. Provides a fast - way to search, browse and save manpages via [http://www.mankier.com/ - mankier.com]. + way to search, browse and save manpages via mankier.com. AntiFeature described applies only to http exchange with mankier.com website. All cached and local manpage search/view works without it as well. diff --git a/metadata/com.afollestad.impression.yml b/metadata/com.afollestad.impression.yml index 112fa122a4..b2c0d6f68e 100644 --- a/metadata/com.afollestad.impression.yml +++ b/metadata/com.afollestad.impression.yml @@ -13,7 +13,7 @@ Description: |- This build might be unstable and crash when not used in "explorer mode". Please don't report issues to upstream that are not present in - [https://github.com/afollestad/impression/releases official builds]. + official builds. Builds: - versionName: 0.8.0 diff --git a/metadata/com.agateau.catgenerator.yml b/metadata/com.agateau.catgenerator.yml index 19712dc71a..4dea1a684d 100644 --- a/metadata/com.agateau.catgenerator.yml +++ b/metadata/com.agateau.catgenerator.yml @@ -10,8 +10,8 @@ Changelog: https://github.com/agateau/cat-avatar-generator-app/blob/HEAD/CHANGEL AutoName: Cat Avatar Generator Description: |- Generate avatar and profile pictures based on - [http://www.peppercarrot.com/extras/html/2016_cat-generator/index.php Pepper and - Carrot] by David Revoy. + Pepper and + Carrot by David Revoy. RepoType: git Repo: https://github.com/agateau/cat-avatar-generator-app diff --git a/metadata/com.alaskalinuxuser.justcraigslist.yml b/metadata/com.alaskalinuxuser.justcraigslist.yml index e0392aa6f0..feaa6b6ec6 100644 --- a/metadata/com.alaskalinuxuser.justcraigslist.yml +++ b/metadata/com.alaskalinuxuser.justcraigslist.yml @@ -8,7 +8,7 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_justcraigslist/issues AutoName: Just Craigslist Description: |- - Search [https://www.craigslist.org Craigslist] and save on bandwidth at the same + Search Craigslist and save on bandwidth at the same time. The search is only text, which presents you with a list of your search criteria. Then, when you select a posting that you wish to see, it will be displayed as normal in a special web view window. With simple colors and diff --git a/metadata/com.allansimon.verbisteandroid.yml b/metadata/com.allansimon.verbisteandroid.yml index c1a08b1bec..13c3c917f2 100644 --- a/metadata/com.allansimon.verbisteandroid.yml +++ b/metadata/com.allansimon.verbisteandroid.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/allan-simon/verbiste-android/issues AutoName: Verbiste Android Description: |- Verb conjugation for French, powered by - [http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html Verbiste] database. + Verbiste database. RepoType: git Repo: https://github.com/allan-simon/verbiste-android diff --git a/metadata/com.amabyte.vtucslabmanual.yml b/metadata/com.amabyte.vtucslabmanual.yml index 5976c7ae42..c768739790 100644 --- a/metadata/com.amabyte.vtucslabmanual.yml +++ b/metadata/com.amabyte.vtucslabmanual.yml @@ -7,8 +7,8 @@ IssueTracker: https://github.com/Amabyte/vtu-cs-lab-manual/issues AutoName: VTU CS Lab Manual Description: |- VTU CS Lab Manual aims at providing Lab Manual for Computer Science students of - all semesters affiliated to [http://vtu.ac.in/ Vishweshwarayya Technical - University]. The Lab materials provided in this app are all checked and verified + all semesters affiliated to Vishweshwarayya Technical + University. The Lab materials provided in this app are all checked and verified to be working. Content is derived from FSMK’s Lab manual project which is released under CC-BY-SA. diff --git a/metadata/com.android.quake.yml b/metadata/com.android.quake.yml index d73fb61692..c6a1464b9e 100644 --- a/metadata/com.android.quake.yml +++ b/metadata/com.android.quake.yml @@ -9,7 +9,7 @@ Description: |- Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put your own copy of the pak0.pak and maps Quake game data files under /sdcard/data/quake/id1/. The best way to obtain those files currently is by - using [http://nquake.sourceforge.net/ nQuake]. + using nQuake. RepoType: git Repo: https://github.com/jackpal/glesquake diff --git a/metadata/com.angryburg.uapp.yml b/metadata/com.angryburg.uapp.yml index 5a03b41de0..aa9f9595d0 100644 --- a/metadata/com.angryburg.uapp.yml +++ b/metadata/com.angryburg.uapp.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/nilesr/United4/releases AutoName: la/u/ncher Description: |- - The official app for danger/u/, [https://dangeru.us/ dangeru.us] + The official app for danger/u/, dangeru.us Based on the Sukeban Games visual novel Va-11 Hall-A. Assets used with permission. diff --git a/metadata/com.anthony.deepl.openl.yml b/metadata/com.anthony.deepl.openl.yml index 8c7cf22062..bc9d5eb67b 100644 --- a/metadata/com.anthony.deepl.openl.yml +++ b/metadata/com.anthony.deepl.openl.yml @@ -12,8 +12,8 @@ Bitcoin: 3DetrDfft3ChjXMQUsTwQL1ozQvBXwGSsQ Litecoin: LXRwRuKMpqSepWobvpKaCKYFHrtwQC4bqM Description: |- - '''Note:''' This app is [https://gitlab.com/fdroid/fdroiddata/issues/1720 - currently not working]. + '''Note:''' This app is not working. OpenL Translator is an open source front-end to the high-quality DeepL machine translation services (available for English, German, French, Spanish, Italian, diff --git a/metadata/com.anysoftkeyboard.languagepack.esperanto.yml b/metadata/com.anysoftkeyboard.languagepack.esperanto.yml index a99e3d2782..2e9dd277f2 100644 --- a/metadata/com.anysoftkeyboard.languagepack.esperanto.yml +++ b/metadata/com.anysoftkeyboard.languagepack.esperanto.yml @@ -9,8 +9,8 @@ Donate: https://anysoftkeyboard.github.io/ Name: 'AnySoftKeyboard: Esperanto' AutoName: AnySoftKeyboard - Esperanto Language Pack Description: |- - Dictionary is [http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto - based on the Wikipedia] article database and has about 50,000 words. + Dictionary is + based on the Wikipedia article database and has about 50,000 words. Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired layout from AnySoftKeyboard's Settings->Keyboards menu. diff --git a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml index 3d60195893..edfba9a387 100644 --- a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml +++ b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml @@ -12,8 +12,7 @@ Description: |- AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary. You would need an 800MHz processor for it work smoothly. - Dictionary is from [http://www.dicollecte.org/inscription.php?prj=fr - Dicollecte.org], and is licensed under the terms of the Mozilla public license. + Dictionary is from Dicollecte.org, and is licensed under the terms of the Mozilla public license. Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired layout from AnySoftKeyboard's Settings->Keyboards menu. diff --git a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml index c465bbda44..9419a40e8a 100644 --- a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml +++ b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml @@ -13,8 +13,7 @@ Description: |- instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary of over 100,000 words. Note: This will NOT install Hebrew fonts on your device! - Dictionary comes from [http://www.mila.cs.technion.ac.il - www.mila.cs.technion.ac.il]. The source code is in another branch to the + Dictionary comes from www.mila.cs.technion.ac.il. The source code is in another branch to the default. Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired diff --git a/metadata/com.anysoftkeyboard.languagepack.malayalam.yml b/metadata/com.anysoftkeyboard.languagepack.malayalam.yml index fba38c018f..25b693c013 100644 --- a/metadata/com.anysoftkeyboard.languagepack.malayalam.yml +++ b/metadata/com.anysoftkeyboard.languagepack.malayalam.yml @@ -8,7 +8,7 @@ Name: 'AnySoftKeyboard: Malayalam' AutoName: AnySoftKeyboard - Malayalam Language Pack Description: |- A neat Malayalam font is required. You can download Malayalam font optimized for - Android from [https://gitorious.org/angari here]: root permissions may be + Android from here: root permissions may be necessary for installing a font in your system. Three layouts are available: diff --git a/metadata/com.anysoftkeyboard.languagepack.neo.yml b/metadata/com.anysoftkeyboard.languagepack.neo.yml index 36deb70ed0..c07a490b8f 100644 --- a/metadata/com.anysoftkeyboard.languagepack.neo.yml +++ b/metadata/com.anysoftkeyboard.languagepack.neo.yml @@ -9,7 +9,7 @@ Name: 'AnySoftKeyboard: NEO2' AutoName: neo2 for AnySoftKeyboard Description: |- Neo2 Keyboard Layout for ASK with dictionary based on - [https://www.j3e.de/ispell/igerman98/ igerman] dictionary licensed under GPLv3. + igerman dictionary licensed under GPLv3. Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired layout from AnySoftKeyboard's Settings->Keyboards menu. diff --git a/metadata/com.anysoftkeyboard.languagepack.pali.yml b/metadata/com.anysoftkeyboard.languagepack.pali.yml index 153e1c0707..ebfe294c88 100644 --- a/metadata/com.anysoftkeyboard.languagepack.pali.yml +++ b/metadata/com.anysoftkeyboard.languagepack.pali.yml @@ -11,8 +11,7 @@ AutoName: AnySoftKeyboard - change_me Language Pack Description: |- You may need a special font to display the diacritics properly: this would require root and instructions are - [http://anewtab.com/install-hindi-marathi-devanagari-fonts-in-andriod-phonesdevices - here]. + here. Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali dictionary (about 75,000 of the most common word-forms in the Pali texts). diff --git a/metadata/com.anysoftkeyboard.languagepack.persian.yml b/metadata/com.anysoftkeyboard.languagepack.persian.yml index a6b50c8255..64bf090e9d 100644 --- a/metadata/com.anysoftkeyboard.languagepack.persian.yml +++ b/metadata/com.anysoftkeyboard.languagepack.persian.yml @@ -17,7 +17,7 @@ Description: |- * Persian numbers Dictionaries are based on the - [http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus], + Hamshahri Corpus, which is free only for non-commercial use. RepoType: git diff --git a/metadata/com.aragaer.jtt.yml b/metadata/com.aragaer.jtt.yml index ccdca09ccf..0ab0b636e7 100644 --- a/metadata/com.aragaer.jtt.yml +++ b/metadata/com.aragaer.jtt.yml @@ -10,8 +10,7 @@ IssueTracker: https://github.com/aragaer/jtt_android/issues AutoName: Japanese Traditional Time Description: |- A clock widget based on the traditional Japanese time - [https://en.wikipedia.org/wiki/Japanese_clock#The_traditional_Japanese_time_system - system]. + system. * Widget showing the current hour (named after an animal) * Mapping of traditional time to local time diff --git a/metadata/com.aselalee.trainschedule.yml b/metadata/com.aselalee.trainschedule.yml index 8942c3803a..fa8d95693f 100644 --- a/metadata/com.aselalee.trainschedule.yml +++ b/metadata/com.aselalee.trainschedule.yml @@ -9,8 +9,8 @@ IssueTracker: https://github.com/aselalee/sl-train-schedule/issues AutoName: Train Schedule Description: |- A simple app to retrieve the Sri Lanka Railway train schedule by reading the - [http://www.icta.lk Information and Communication Technology Agency of Sri - Lanka]'s (ICTA) [http://mobile.icta.lk/services/railwayservice JSON API]. The + Information and Communication Technology Agency of Sri + Lanka's (ICTA) JSON API. The aim of this application is to retrieve the schedule as quickly as possible with minimum user interactions. diff --git a/metadata/com.b44t.messenger.yml b/metadata/com.b44t.messenger.yml index 27f6e0657d..f1b0b54ba7 100644 --- a/metadata/com.b44t.messenger.yml +++ b/metadata/com.b44t.messenger.yml @@ -22,7 +22,7 @@ Description: |- Some features at a glance: - * Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.org Autocrypt] standard + * Secure with automatic end-to-end-encryption, supporting the new Autocrypt standard * Fast by the use of Push-IMAP * Largest userbase -- receivers not using Delta Chat can be reached as well * Compatible -- not only to itself diff --git a/metadata/com.bd.gitlab.yml b/metadata/com.bd.gitlab.yml index 2574fd3bee..43b6b9f48c 100644 --- a/metadata/com.bd.gitlab.yml +++ b/metadata/com.bd.gitlab.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/ekx/GitLabAndroid/blob/HEAD/changelog.txt AutoName: GitLab Description: |- Unofficial client for accounts and git repositories hosted at - [https://www.gitlab.com GitLab]. + GitLab. RepoType: git Repo: https://github.com/ekx/GitLabAndroid diff --git a/metadata/com.bec3.diolite.yml b/metadata/com.bec3.diolite.yml index 583df7ab26..ae8c6ca6cb 100644 --- a/metadata/com.bec3.diolite.yml +++ b/metadata/com.bec3.diolite.yml @@ -10,7 +10,7 @@ Summary: Client for BeC3 Description: |- This app has been superseded by https://f-droid.org/packages/com.bec3.mobilite. - A client for [https://bec3.com BeC3], an IoT connectivity solution. It aims to + A client for BeC3, an IoT connectivity solution. It aims to include Android devices in the IoT network. SECURITY WARNING: This application uses an insecure HTTP connection to exchange diff --git a/metadata/com.bec3.mobilite.yml b/metadata/com.bec3.mobilite.yml index 351f269521..0fb2805b44 100644 --- a/metadata/com.bec3.mobilite.yml +++ b/metadata/com.bec3.mobilite.yml @@ -7,7 +7,7 @@ IssueTracker: https://framagit.org/bec3/Diolite-android/issues AutoName: DioLite Description: |- - A client for [https://bec3.com BeC3], an IoT connectivity solution. It aims to + A client for BeC3, an IoT connectivity solution. It aims to include Android devices in the IoT network. SECURITY WARNING: This application uses an insecure HTTP connection to exchange diff --git a/metadata/com.bigbluecup.android.launcher.yml b/metadata/com.bigbluecup.android.launcher.yml index d014db57f2..51742952e8 100644 --- a/metadata/com.bigbluecup.android.launcher.yml +++ b/metadata/com.bigbluecup.android.launcher.yml @@ -12,17 +12,17 @@ Description: |- routine library and C-based programming language that is primarily used to create graphical adventure games. Titles, created with it, include: - * [https://en.wikipedia.org/wiki/Blackwell_(series) Blackwell series] - * [https://en.wikipedia.org/wiki/Resonance_(game) Resonance] - * [https://en.wikipedia.org/wiki/Gemini_Rue Gemini Rue] + * Blackwell series + * Resonance + * Gemini Rue and many other. A lot of free (as in beer) games can be downloaded from the - [http://www.adventuregamestudio.co.uk/site/games/ project site]. + project site. - [https://github.com/adventuregamestudio/ags/blob/HEAD/Android/README.md#adding-games-to-the-game-list - Android README] + + Android README Status: BETA diff --git a/metadata/com.botbrew.basil.yml b/metadata/com.botbrew.basil.yml index 0b36675032..0c573676a8 100644 --- a/metadata/com.botbrew.basil.yml +++ b/metadata/com.botbrew.basil.yml @@ -8,12 +8,12 @@ IssueTracker: https://github.com/jyio/botbrew-gui/issues AutoName: BotBrew Basil Description: |- Botbrew Basil is a frontend application which allows to install - [http://en.wikipedia.org/wiki/Debian Debian] in a - [http://en.wikipedia.org/wiki/Chroot chroot] on your Android device, and manage + Debian in a + chroot on your Android device, and manage installed packages and running services via comfortable UI. Botbrew release "Basil" uses dpkg, unlike previous release Botbrew "Anise" (not - available as open-source) which used [http://en.wikipedia.org/wiki/Opkg opkg]. + available as open-source) which used opkg. It uses official Debian and Emdebian package repositories, though some bootstrap and support packages are downloaded from botbrew.com. diff --git a/metadata/com.chanapps.four.activity.yml b/metadata/com.chanapps.four.activity.yml index 60ef395abf..24613b8c00 100644 --- a/metadata/com.chanapps.four.activity.yml +++ b/metadata/com.chanapps.four.activity.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/grzegorznittner/chanu/issues AutoName: Chanu Description: |- - Browse the famous [https://en.wikipedia.org/wiki/4chan 4chan image board]. + Browse the famous 4chan image board. Features include: * Browse boards and threads at high speed diff --git a/metadata/com.cityfreqs.littlesirecho.yml b/metadata/com.cityfreqs.littlesirecho.yml index d13496be7c..a3889731e5 100644 --- a/metadata/com.cityfreqs.littlesirecho.yml +++ b/metadata/com.cityfreqs.littlesirecho.yml @@ -14,8 +14,8 @@ Description: |- notifications within user selected hours. Defaults apply for this and all other settings. - '''Note:''' This app only [https://github.com/kaputnikGo/LittleSirEcho/issues/4 - works up to Android 5]. + '''Note:''' This app only + works up to Android 5. RepoType: git Repo: https://github.com/kaputnikGo/LittleSirEcho diff --git a/metadata/com.claha.showtimeremote.yml b/metadata/com.claha.showtimeremote.yml index 6f6ca2004d..cf794e3d51 100644 --- a/metadata/com.claha.showtimeremote.yml +++ b/metadata/com.claha.showtimeremote.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/claha/movianremote/blob/HEAD/CHANGELOG.md AutoName: Movian Remote Description: |- - Remote control for a [https://movian.tv/ Movian] media center instance. + Remote control for a Movian media center instance. Features: diff --git a/metadata/com.clickgostudio.air1072.yml b/metadata/com.clickgostudio.air1072.yml index cbc76daccf..20b23bf6c5 100644 --- a/metadata/com.clickgostudio.air1072.yml +++ b/metadata/com.clickgostudio.air1072.yml @@ -10,7 +10,7 @@ Summary: Listen to AIR 107.2's radio broadcast Description: |- '''Note:''' This app is no longer maintained. - Listen to the UK based radio station [http://aironair.co.uk/ AIR 107.2]. + Listen to the UK based radio station AIR 107.2. RepoType: git Repo: https://github.com/davidbain/BasicRadioAndroid diff --git a/metadata/com.concentricsky.android.khan.yml b/metadata/com.concentricsky.android.khan.yml index a966ebcc6d..c898312e6c 100644 --- a/metadata/com.concentricsky.android.khan.yml +++ b/metadata/com.concentricsky.android.khan.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/concentricsky/android-viewer-for-khan-academy/i Name: Khan Academy viewer AutoName: Viewer for Khan Academy Description: |- - View [http://khanacademy.org Khan Academy]'s library of over 4,000 educational + View Khan Academy's library of over 4,000 educational videos. Topics covered include: general science, biology, chemistry, physics, math, finance, history, the humanities, and more. diff --git a/metadata/com.crazyhitty.chdev.ks.munch.yml b/metadata/com.crazyhitty.chdev.ks.munch.yml index 2760d24636..22cf502067 100644 --- a/metadata/com.crazyhitty.chdev.ks.munch.yml +++ b/metadata/com.crazyhitty.chdev.ks.munch.yml @@ -27,7 +27,7 @@ Description: |- Tries to access dropbox.com when entering settings. - [https://github.com/crazyhitty/Munch/tree/HEAD/screenshots Screenshots] + Screenshots RepoType: git Repo: https://github.com/crazyhitty/Munch diff --git a/metadata/com.cyanogenmod.filemanager.ics.yml b/metadata/com.cyanogenmod.filemanager.ics.yml index de68e299c3..dbfaa1d855 100644 --- a/metadata/com.cyanogenmod.filemanager.ics.yml +++ b/metadata/com.cyanogenmod.filemanager.ics.yml @@ -16,8 +16,8 @@ Description: |- Then root will be called for if you try to change something that normally can’t be. - [https://github.com/CyanogenMod/android_packages_apps_CMFileManager Upstream - project Info] + Upstream + project Info RepoType: git Repo: https://github.com/mcrosson/android_packages_apps_CMFileManager.git diff --git a/metadata/com.daniel.mobilepauker2.yml b/metadata/com.daniel.mobilepauker2.yml index 24da131c22..79241b6a27 100644 --- a/metadata/com.daniel.mobilepauker2.yml +++ b/metadata/com.daniel.mobilepauker2.yml @@ -7,10 +7,10 @@ Changelog: https://github.com/dfrits/MobilePauker2/releases AutoName: Mobile Pauker ++ Description: |- - This app is based on the PC-Version [http://pauker.sourceforge.net Pauker] and + This app is based on the PC-Version Pauker and the - [https://bitbucket.org/bsfford/android_pauker/src/4eb3d2d04a34599469b49b38c876927e20039b46?at=default - Pocket Pauker]. It was part of my Master Thesis to update the Pocket Pauker and + Pauker. It was part of my Master Thesis to update the Pocket Pauker and make it more intuitive to use. Also to update it to the current Android version. You can save your lessons on Dropbox and learn with the MobilePauker++ or Pauker. diff --git a/metadata/com.danielme.muspyforandroid.yml b/metadata/com.danielme.muspyforandroid.yml index 25075f044f..674aeba984 100644 --- a/metadata/com.danielme.muspyforandroid.yml +++ b/metadata/com.danielme.muspyforandroid.yml @@ -12,12 +12,11 @@ IssueTracker: https://github.com/danielme-com/Muspy-for-Android/issues AutoName: Muspy for Android Description: |- - Client for [https://muspy.com Muspy.com]; import your favourite artists and + Client for Muspy.com; import your favourite artists and you’ll be notified when they have new recordings or gigs. You’ll also get associated links to Wikipedia et al. and see the album art. - Muspy.com is based on Muspy, AGPL software that checks [http://musicbrainz.org - MusicBrainz]. + Muspy.com is based on Muspy, AGPL software that checks MusicBrainz. RepoType: git Repo: https://github.com/danielme-com/Muspy-for-Android.git diff --git a/metadata/com.derek_s.hubble_gallery.yml b/metadata/com.derek_s.hubble_gallery.yml index 2ac4ff5e5f..430689b981 100644 --- a/metadata/com.derek_s.hubble_gallery.yml +++ b/metadata/com.derek_s.hubble_gallery.yml @@ -7,8 +7,8 @@ IssueTracker: https://github.com/derekcsm/hubble_gallery/issues AutoName: Hubble Gallery Description: |- '''NOTE:''' This project - [https://github.com/derekcsm/hubble_gallery/issues/52#issuecomment-539209980 - is abandoned] and looks for a new maintainer to take over. + abandoned and looks for a new maintainer to take over. Hubble Gallery enables you to browse through all the amazing images and descriptions that the Hubble Space Telescope mission released to the public over diff --git a/metadata/com.dozuki.ifixit.yml b/metadata/com.dozuki.ifixit.yml index dbf7db4c19..ee34690420 100644 --- a/metadata/com.dozuki.ifixit.yml +++ b/metadata/com.dozuki.ifixit.yml @@ -10,7 +10,7 @@ IssueTracker: https://github.com/iFixit/iFixitAndroid/issues AutoName: Dozuki Description: |- The official iFixit app offers native guide viewing using iFixit’s - [http://www.ifixit.com/api/1.0/doc public APIs], integrated web views of the + public APIs, integrated web views of the site with Answers and Cart. v1.2.1+ is built with the non-free Google Analytics library replaced with the diff --git a/metadata/com.ebaschiera.triplecamel.yml b/metadata/com.ebaschiera.triplecamel.yml index 607daa101d..9707bbb233 100644 --- a/metadata/com.ebaschiera.triplecamel.yml +++ b/metadata/com.ebaschiera.triplecamel.yml @@ -10,8 +10,7 @@ Changelog: https://github.com/ebaschiera/TripleCamel/releases AutoName: TripleCamel Description: |- - Checks for product price history using the [http://camelcamelcamel.com/ - CamelCamelCamel] website. You can also set a notification for when the price + Checks for product price history using the CamelCamelCamel website. You can also set a notification for when the price gets lower. You just have to share a product from the Amazon app, and choose Triple Camel as the sharing app from the list. diff --git a/metadata/com.evenement.encapsulation.yml b/metadata/com.evenement.encapsulation.yml index d019bbd967..0ea7cbc0ff 100644 --- a/metadata/com.evenement.encapsulation.yml +++ b/metadata/com.evenement.encapsulation.yml @@ -6,7 +6,7 @@ SourceCode: https://github.com/e-venement/eve-control AutoName: Eve-control Description: |- - Control tickets with an existing [http://www.e-venement.org/ e-venement] + Control tickets with an existing e-venement instance. When launched, the user is prompted to enter the host name as well as his login diff --git a/metadata/com.example.forgottenumbrella.cardboardmuseum.yml b/metadata/com.example.forgottenumbrella.cardboardmuseum.yml index b8d216af50..3f34a1bd25 100644 --- a/metadata/com.example.forgottenumbrella.cardboardmuseum.yml +++ b/metadata/com.example.forgottenumbrella.cardboardmuseum.yml @@ -8,8 +8,7 @@ Changelog: https://gitlab.com/ForgottenUmbrella/cardboardmuseum/blob/HEAD/CHANGE AutoName: Cardboard Museum Description: | - A Muzei 3.0 plugin for the (potentially NSFW) [https://danbooru.donmai.us/ - Danbooru] imageboard, which sets the wallpaper to an (anime/manga-style) image + A Muzei 3.0 plugin for the (potentially NSFW) Danbooru imageboard, which sets the wallpaper to an (anime/manga-style) image matching the given tags. Supports authentication to bypass account restrictions e.g. the default limit @@ -17,8 +16,8 @@ Description: | by default (although this is configurable), and there is the ability to preview potential matching images to be aware of what the wallpaper will be like. - Code of the Danbooru Image Board can [https://github.com/r888888888/danbooru be - found at Github]. + Code of the Danbooru Image Board can be + found at Github. RepoType: git Repo: https://gitlab.com/ForgottenUmbrella/cardboardmuseum.git diff --git a/metadata/com.example.root.analyticaltranslator.yml b/metadata/com.example.root.analyticaltranslator.yml index f35e250091..ebfc1d0b6f 100644 --- a/metadata/com.example.root.analyticaltranslator.yml +++ b/metadata/com.example.root.analyticaltranslator.yml @@ -7,7 +7,7 @@ Bitcoin: 15WVb3LZWCsdZGjkNFBuELwt3U4zpnSgwa AutoName: Analytical Translator Description: |- Front-end for the natural language translator project - [https://github.com/xpheres/analyticaltranslator "Analytical Translator"], a + "Analytical Translator", a translator that analyzes sentences, corrects syntax and grammar and reports and explains mistakes. A pedagogical translator for language learners that detects and corrects gender,conjugation and declination discrepancies as well as some diff --git a/metadata/com.f0x.eddymalou.yml b/metadata/com.f0x.eddymalou.yml index 67ee8efc34..60c8cc8a81 100644 --- a/metadata/com.f0x.eddymalou.yml +++ b/metadata/com.f0x.eddymalou.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/F0x06/EddyMalou/issues AutoName: Eddy Malou Description: |- - [https://en.wikipedia.org/wiki/Soundboard_%28computer_program%29 Soundboard] + Soundboard featuring Eddy Malou. RepoType: git diff --git a/metadata/com.gacode.relaunchx.yml b/metadata/com.gacode.relaunchx.yml index 9f7b1e469e..ef3d339a09 100644 --- a/metadata/com.gacode.relaunchx.yml +++ b/metadata/com.gacode.relaunchx.yml @@ -12,7 +12,7 @@ Description: |- and some system functionality. It is a fork of https://f-droid.org/packages/com.harasoft.relaunch project rebranded to avoid confusion. Tested on and developed for Onyx Boox Max, but many other e-readers are supported as well. Discussion goes on the forum - [https://www.mobileread.com/forums/showthread.php?t=284418 mobileread]. + mobileread. RepoType: git Repo: https://github.com/Leszek111/ReLaunchX.git diff --git a/metadata/com.gelakinetic.mtgfam.yml b/metadata/com.gelakinetic.mtgfam.yml index 7eb345a50e..c4fcaa3cbc 100644 --- a/metadata/com.gelakinetic.mtgfam.yml +++ b/metadata/com.gelakinetic.mtgfam.yml @@ -17,14 +17,13 @@ Description: |- timer for competitive play. '''Note:''' Card price look-ups fail in the - [https://f-droid.org/en/packages/com.gelakinetic.mtgfam/ F-Droid APK] due to a - [https://github.com/AEFeinstein/mtg-familiar/issues/388 missing API key]. - [https://apt.izzysoft.de/fdroid/repo?fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A - IzzyOnDroid] hosts an - [https://apt.izzysoft.de/fdroid/index/apk/com.gelakinetic.mtgfam APK with the - API key]. This APK comes from the - [https://github.com/AEFeinstein/mtg-familiar/releases project’s GitHub releases - page] and is the same APK as on Google Play. + F-Droid APK due to a + missing API key. + IzzyOnDroid hosts an + APK with the + API key. This APK comes from the + project’s GitHub releases + page and is the same APK as on Google Play. Switching between APKs from different repositories requires you to uninstall MTG Familiar first because the APKs use different digital signatures. To preserve diff --git a/metadata/com.ginkel.hashit.yml b/metadata/com.ginkel.hashit.yml index 533bbde572..ca6d8c384c 100644 --- a/metadata/com.ginkel.hashit.yml +++ b/metadata/com.ginkel.hashit.yml @@ -12,7 +12,7 @@ Description: |- creates or retrieves the password. Compatible with the - [https://addons.mozilla.org/en-US/firefox/addon/password-hasher Password Hasher] + Password Hasher Firefox extension (licensed under MPL1.1) RepoType: git diff --git a/metadata/com.github.axet.callrecorder.yml b/metadata/com.github.axet.callrecorder.yml index 13c45ab058..72de6f3fc0 100644 --- a/metadata/com.github.axet.callrecorder.yml +++ b/metadata/com.github.axet.callrecorder.yml @@ -15,7 +15,7 @@ Description: |- back to the MIC recording, no ads, open-source, GPLv3. Google knows about issue but do nothing, can read more - [https://code.google.com/p/android/issues/detail?id=206613#c13 here] + here RepoType: git Repo: https://gitlab.com/axet/android-call-recorder.git diff --git a/metadata/com.github.axet.tonegenerator.yml b/metadata/com.github.axet.tonegenerator.yml index 5fa90e4e57..57229728ab 100644 --- a/metadata/com.github.axet.tonegenerator.yml +++ b/metadata/com.github.axet.tonegenerator.yml @@ -8,8 +8,8 @@ IssueTracker: https://gitlab.com/axet/android-tone-generator/issues AutoName: ToneGenerator.class Description: |- Help utility allow you to listen to - [https://developer.android.com/reference/android/media/ToneGenerator.html - android ToneGenerator] constant sounds, no ads, open-source, GPLv3. + ToneGenerator constant sounds, no ads, open-source, GPLv3. RepoType: git Repo: https://gitlab.com/axet/android-tone-generator.git diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index e113f247e7..b6a0c728df 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -15,7 +15,7 @@ Description: |- then grant the permissions to record screen captures and save images to the internal storage. - This is a fork of [https://github.com/ipcjs/ScreenshotTile ScreenshotTile] + This is a fork of ScreenshotTile but does not require root. If you have root access, you should use the original app, it’s faster and more reliant than this fork. diff --git a/metadata/com.github.gianlucanitti.expreval.yml b/metadata/com.github.gianlucanitti.expreval.yml index a622e51ed8..96a39559dd 100644 --- a/metadata/com.github.gianlucanitti.expreval.yml +++ b/metadata/com.github.gianlucanitti.expreval.yml @@ -23,8 +23,7 @@ Description: |- * 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter. * 1.0: Initial version. - This application is based on [https://github.com/gianluca-nitti/java-expr-eval - this] open source (MIT licensed) library. + This application is based on this open source (MIT licensed) library. RepoType: git Repo: https://github.com/gianluca-nitti/android-expr-eval.git diff --git a/metadata/com.github.gotify.yml b/metadata/com.github.gotify.yml index c333e849a0..01d9e04873 100644 --- a/metadata/com.github.gotify.yml +++ b/metadata/com.github.gotify.yml @@ -11,8 +11,8 @@ Changelog: https://github.com/gotify/android/releases AutoName: Gotify Description: |- Gotify is a service for sending and receiving push notifications. - This app subscribes to [https://github.com/gotify/server gotify/server] and creates push notifications for incoming messages. - Note: A self-hosted [https://github.com/gotify/server gotify/server] is required for this app to work. + This app subscribes to gotify/server and creates push notifications for incoming messages. + Note: A self-hosted gotify/server is required for this app to work. RepoType: git Repo: https://github.com/gotify/android diff --git a/metadata/com.github.kiliakin.yalpstore.yml b/metadata/com.github.kiliakin.yalpstore.yml index 541f2ffd8b..982c8dcab9 100644 --- a/metadata/com.github.kiliakin.yalpstore.yml +++ b/metadata/com.github.kiliakin.yalpstore.yml @@ -28,8 +28,8 @@ Description: |- uninstall system apps. Yalp Store can be installed as a system app to gain background package installation permission. In ths case "Unknown sources" setting can be left off. You can let Yalp Store self-install as a system app, or - get the OTA zip from the [https://github.com/kiliakin/YalpStore/releases - releases page]. + get the OTA zip from the page. The point of Yalp Store is to be small and independent from Google Services Framework. You might want to use Yalp Store is if you frequently flash diff --git a/metadata/com.github.marmalade.aRevelation.yml b/metadata/com.github.marmalade.aRevelation.yml index facc0cc42e..d3f616abb1 100644 --- a/metadata/com.github.marmalade.aRevelation.yml +++ b/metadata/com.github.marmalade.aRevelation.yml @@ -9,8 +9,7 @@ Description: |- '''Note: This app is no longer maintained. Instead, use its newer fork https://f-droid.org/packages/de.igloffstein.maik.aRevelation.''' - Password manager using the same format as [http://revelation.olasagasti.info - Revelation] + Password manager using the same format as Revelation Builds: - versionName: 0.01b diff --git a/metadata/com.github.moko256.twitlatte.yml b/metadata/com.github.moko256.twitlatte.yml index d7f7e17aa3..5535249db1 100644 --- a/metadata/com.github.moko256.twitlatte.yml +++ b/metadata/com.github.moko256.twitlatte.yml @@ -14,8 +14,8 @@ Description: |- accounts. '''NOTE:''' Twitter has - [https://github.com/moko256/twitlatte/issues/54#issuecomment-574955039 - permanently suspended this app] – so it’s unlikely Twitlatte will be able + suspended this app – so it’s unlikely Twitlatte will be able to support Twitter in the foreseeable future. RepoType: git diff --git a/metadata/com.github.niqdev.ipcam.yml b/metadata/com.github.niqdev.ipcam.yml index 04b21b4207..60f96d9329 100644 --- a/metadata/com.github.niqdev.ipcam.yml +++ b/metadata/com.github.niqdev.ipcam.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/niqdev/ipcam-view/issues AutoName: IPCam Demo Description: |- - Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with + Demo app for the ipcam-view library with current features handle basic authentication, multiple camera in one activity and take snapshots. diff --git a/metadata/com.github.notizklotz.derbunddownloader.yml b/metadata/com.github.notizklotz.derbunddownloader.yml index 7f9c8697c7..f31e9b34ad 100644 --- a/metadata/com.github.notizklotz.derbunddownloader.yml +++ b/metadata/com.github.notizklotz.derbunddownloader.yml @@ -12,7 +12,7 @@ Summary: Download ePaper issue of the Der Bund Description: |- '''Note:''' This app is no longer maintained. - [http://epaper.derbund.ch/ Der Bund] is a swiss newspaper, which offers an + Der Bund is a swiss newspaper, which offers an ePaper version. RepoType: git diff --git a/metadata/com.github.ruleant.getback_gps.yml b/metadata/com.github.ruleant.getback_gps.yml index b52469ea8c..c5f0e7c7fc 100644 --- a/metadata/com.github.ruleant.getback_gps.yml +++ b/metadata/com.github.ruleant.getback_gps.yml @@ -46,7 +46,7 @@ Description: |- * Spanish Is your language missing? You can - [http://ruleant.github.io/getback_gps/#translation help translating]. + help translating. RepoType: git Repo: https://github.com/ruleant/getback_gps.git diff --git a/metadata/com.github.yeriomin.dumbphoneassistant.yml b/metadata/com.github.yeriomin.dumbphoneassistant.yml index a04a8ce3c3..1e90bacf71 100644 --- a/metadata/com.github.yeriomin.dumbphoneassistant.yml +++ b/metadata/com.github.yeriomin.dumbphoneassistant.yml @@ -22,7 +22,7 @@ Description: |- Dumbphone Assistant lets you copy contacts from phone to SIM card and vice-versa in bulk and individually. - This app is a rewrite of [https://code.google.com/p/simsalabim/ simsalabim]. It + This app is a rewrite of simsalabim. It was last updated in 2010, when Android 2.0 came out. Now it supports Android 1.5 through Android 6.0. diff --git a/metadata/com.github.yeriomin.yalpstore.yml b/metadata/com.github.yeriomin.yalpstore.yml index 46940a267e..16a3a17967 100644 --- a/metadata/com.github.yeriomin.yalpstore.yml +++ b/metadata/com.github.yeriomin.yalpstore.yml @@ -29,8 +29,8 @@ Description: |- uninstall system apps. Yalp Store can be installed as a system app to gain background package installation permission. In ths case "Unknown sources" setting can be left off. You can let Yalp Store self-install as a system app, or - get the OTA zip from the [https://github.com/yeriomin/YalpStore/releases - releases page]. + get the OTA zip from the + releases page. The point of Yalp Store is to be small and independent from Google Services Framework. You might want to use Yalp Store is if you frequently flash diff --git a/metadata/com.gokhanmoral.stweaks.app.yml b/metadata/com.gokhanmoral.stweaks.app.yml index d135f7b7dd..f2f65f6df5 100644 --- a/metadata/com.gokhanmoral.stweaks.app.yml +++ b/metadata/com.gokhanmoral.stweaks.app.yml @@ -15,8 +15,8 @@ Description: |- The same application can be used to configure different kernels if the kernel has support for the interface. An example implementation can be found on the - author's source code site in the [https://github.com/gokhanmoral/initramfs3 - initramfs of Siyah Kernel] for S2. + author's source code site in the + initramfs of Siyah Kernel for S2. RequiresRoot: 'yes' diff --git a/metadata/com.google.android.gms.yml b/metadata/com.google.android.gms.yml index 28b29baaf3..d81d360205 100644 --- a/metadata/com.google.android.gms.yml +++ b/metadata/com.google.android.gms.yml @@ -20,8 +20,7 @@ Description: |- location provider. It acts as a middleware for various plugins aka backends, it does not provide any location lookup itself. For further information please refer to the - [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md - README]. + README. List of backends for geolocation: diff --git a/metadata/com.google.android.location.yml b/metadata/com.google.android.location.yml index 41cb77b7d2..9c40b04caa 100644 --- a/metadata/com.google.android.location.yml +++ b/metadata/com.google.android.location.yml @@ -20,8 +20,7 @@ Description: |- acts as a middleware for various plugins aka backends, it does not provide any location lookup itself. For further information please refer to the https://f-droid.org/packages/com.google.android.gms package and the - [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md - README]. + README. After installing you have to reboot your device, install a backend service and activate/configure it in the app settings. After this you can use UnifiedNlp by diff --git a/metadata/com.google.android.marvin.talkback.yml b/metadata/com.google.android.marvin.talkback.yml index a1bea3e293..583b0200d9 100644 --- a/metadata/com.google.android.marvin.talkback.yml +++ b/metadata/com.google.android.marvin.talkback.yml @@ -24,8 +24,7 @@ Description: |- # (Android 4.0 and later) Enable explore-by-touch See the - [https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html - FAQ] or the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android + FAQ or the Eyes-Free blog for more on Android accessibility. RepoType: srclib diff --git a/metadata/com.google.code.geobeagle.yml b/metadata/com.google.code.geobeagle.yml index 45658baac1..df6db67573 100644 --- a/metadata/com.google.code.geobeagle.yml +++ b/metadata/com.google.code.geobeagle.yml @@ -10,8 +10,8 @@ Description: |- geocaching is finding these objects around you. Jacob Paulsen did a - [http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style YouTube - video] featuring GeoBeagle. + YouTube + video featuring GeoBeagle. RepoType: hg Repo: https://code.google.com/p/geobeagle diff --git a/metadata/com.google.marvin.shell.yml b/metadata/com.google.marvin.shell.yml index ac19cb964d..cd36eedb4a 100644 --- a/metadata/com.google.marvin.shell.yml +++ b/metadata/com.google.marvin.shell.yml @@ -14,8 +14,7 @@ Description: |- stopped on. See the - [https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html - FAQ] or the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android + FAQ or the Eyes-Free blog for more on Android accessibility. RepoType: srclib diff --git a/metadata/com.gpl.rpg.AndorsTrail.yml b/metadata/com.gpl.rpg.AndorsTrail.yml index 0b51f1ce4c..079f1e9faa 100644 --- a/metadata/com.gpl.rpg.AndorsTrail.yml +++ b/metadata/com.gpl.rpg.AndorsTrail.yml @@ -24,7 +24,7 @@ Description: |- Please give feedback on the project page. Some of the content and graphics are released under non-free licenses: see - [https://github.com/AndorsTrailRelease/andors-trail#content GitHub page]. + GitHub page. RepoType: git Repo: https://github.com/AndorsTrailRelease/andors-trail diff --git a/metadata/com.halftough.webcomreader.yml b/metadata/com.halftough.webcomreader.yml index b1ce3334d7..a55beea78b 100644 --- a/metadata/com.halftough.webcomreader.yml +++ b/metadata/com.halftough.webcomreader.yml @@ -11,14 +11,14 @@ Description: |- List of working webcoms: - * [https://www.xkcd.com/ xkcd] - * [http://www.lunarbaboon.com/ Lunarbaboon] - * [http://explosm.net/ Cyanide & Happiness] + * xkcd + * Lunarbaboon + * Cyanide & Happiness List of planned webcoms: - * [http://dilbert.com/ Dilbert] - * [https://www.peppercarrot.com/ Pepper & Carrot] + * Dilbert + * Pepper & Carrot RepoType: git Repo: https://gitlab.com/halftough/webcom-reader.git diff --git a/metadata/com.health.openscale.yml b/metadata/com.health.openscale.yml index 6ce8845c89..af70d8fb41 100644 --- a/metadata/com.health.openscale.yml +++ b/metadata/com.health.openscale.yml @@ -80,14 +80,13 @@ Description: |- * and many more Please see - [https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale - Wikipage] for the full list and the level of support for each scale. + Wikipage for the full list and the level of support for each scale. ====Support==== If you find a bug, have an idea on how to improve openScale or have a question, please visit the openScale project page on - [https://github.com/oliexdev/openScale GitHub] + GitHub RepoType: git Repo: https://github.com/oliexdev/openScale diff --git a/metadata/com.howeyc.spiped.yml b/metadata/com.howeyc.spiped.yml index 0bc70c3b0b..c7f0f4303f 100644 --- a/metadata/com.howeyc.spiped.yml +++ b/metadata/com.howeyc.spiped.yml @@ -8,8 +8,7 @@ AutoName: Spiped Description: |- '''NOTE:''' This app is no longer maintained. - Compatible with Colin Percival’s original [https://www.tarsnap.com/spiped.html - spiped] utility. + Compatible with Colin Percival’s original spiped utility. RepoType: git Repo: https://github.com/howeyc/spipedmobile diff --git a/metadata/com.hykwok.CurrencyConverter.yml b/metadata/com.hykwok.CurrencyConverter.yml index f17342732b..d7bbb74c58 100644 --- a/metadata/com.hykwok.CurrencyConverter.yml +++ b/metadata/com.hykwok.CurrencyConverter.yml @@ -8,7 +8,7 @@ AutoName: Currency Converter Description: |- A simple currency converter. It retrieves reference exchange rates from the European Central Bank (ECB), so supports - [http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html these] + these currencies. To have up to date rates, you need to enable "Background Update" in the diff --git a/metadata/com.icecondor.nest.yml b/metadata/com.icecondor.nest.yml index 2f70f687d8..007efefee3 100644 --- a/metadata/com.icecondor.nest.yml +++ b/metadata/com.icecondor.nest.yml @@ -7,11 +7,10 @@ IssueTracker: https://github.com/icecondor/android/issues AutoName: IceCondor Description: |- - [https://icecondor.com IceCondor] is advanced location recording and sharing. + IceCondor is advanced location recording and sharing. While the app has an on/off control, it is meant to run all day. Also this app - records and pushes data. Using the data is done on [https://icecondor.com - icecondor.com]. + records and pushes data. Using the data is done on icecondor.com. * Time based URLs for easy temporary sharing with anyone * Friending for permanent sharing diff --git a/metadata/com.ichi2.anki.yml b/metadata/com.ichi2.anki.yml index c4b92396f7..fe1f43cf25 100644 --- a/metadata/com.ichi2.anki.yml +++ b/metadata/com.ichi2.anki.yml @@ -20,7 +20,7 @@ Description: |- Opt-in synchronization uses the non-free AnkiWeb service by default, but this can be changed in the settings to use, for example, an instance of the unofficial - [https://github.com/ankicommunity/anki-sync-server Anki Sync Server]). + Anki Sync Server). Opt-in / off-by-default crash reporting will send data to a private / AnkiDroid open source team controlled crash reporting server if enabled. This data is only diff --git a/metadata/com.infonuascape.osrshelper.yml b/metadata/com.infonuascape.osrshelper.yml index a771f3ae9c..8c5751ffe1 100644 --- a/metadata/com.infonuascape.osrshelper.yml +++ b/metadata/com.infonuascape.osrshelper.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/OSRSHelper/OSRSHelper/issues AutoName: OSRS Helper Description: |- - View stats of your [http://oldschool.runescape.com/ OldSchool Runescape] + View stats of your OldSchool Runescape character. Do you sometimes feel the urgent need to look up your total level or your daily diff --git a/metadata/com.internalpositioning.find3.find3app.yml b/metadata/com.internalpositioning.find3.find3app.yml index d2d9a60dab..08e3249c93 100644 --- a/metadata/com.internalpositioning.find3.find3app.yml +++ b/metadata/com.internalpositioning.find3.find3app.yml @@ -11,11 +11,11 @@ Changelog: https://github.com/schollz/find3-android-scanner/releases AutoName: FIND3 Scanner Description: |- ''FIND3'' is a minimal Android app for using with - [https://www.internalpositioning.com/ FIND3]. This app will allow you to use + FIND3. This app will allow you to use your phone to perform constant scans of Bluetooth and WiFi signals and levels that can be associated with certain locations in your home to allow internal - positioning. To receive the data, the [https://github.com/schollz/find3 FIND3 - public server] can be used or a personal server can be deployed. + positioning. To receive the data, the FIND3 + public server can be used or a personal server can be deployed. The Framework for Internal Navigation and Discovery (FIND) is like GPS, but for your every room in your house/business, with using only a simple smartphone or diff --git a/metadata/com.isaacparker.dozesettingseditor.yml b/metadata/com.isaacparker.dozesettingseditor.yml index 7eb61338dc..6ea5a7fde7 100644 --- a/metadata/com.isaacparker.dozesettingseditor.yml +++ b/metadata/com.isaacparker.dozesettingseditor.yml @@ -8,7 +8,7 @@ AutoName: Doze Editor Description: |- Simple editor of the settings or parameters which affect the operation of Doze. A list of parameters and corresponding descriptions is available in the - [https://github.com/p0isonra1n/Doze-Settings-Editor/blob/HEAD/README.md README]. + README. RequiresRoot: 'yes' diff --git a/metadata/com.isanexusdev.androidcpg.yml b/metadata/com.isanexusdev.androidcpg.yml index 53633e9553..b84c72af7b 100644 --- a/metadata/com.isanexusdev.androidcpg.yml +++ b/metadata/com.isanexusdev.androidcpg.yml @@ -10,7 +10,7 @@ Description: |- Upload photos and videos to your coppermine gallery through the standard "Share" menu. - See: [http://forum.coppermine-gallery.net/index.php/topic,77788 Coppermine] + See: Coppermine RepoType: git Repo: https://github.com/IsaNexusDev/androidcpg diff --git a/metadata/com.iven.xdafeedreader.yml b/metadata/com.iven.xdafeedreader.yml index 92c06cbef2..f0f42891ab 100644 --- a/metadata/com.iven.xdafeedreader.yml +++ b/metadata/com.iven.xdafeedreader.yml @@ -6,7 +6,7 @@ SourceCode: https://github.com/enricocid/xda-feed-reader AutoName: Xda Feed Reader Description: |- - [http://www.xda-developers.com/ XDA Developers] is a well-known community for + XDA Developers is a well-known community for mobile device development and Android hacking. Builds: diff --git a/metadata/com.jarsilio.android.pocketup.yml b/metadata/com.jarsilio.android.pocketup.yml index aea5843912..7899983ce2 100644 --- a/metadata/com.jarsilio.android.pocketup.yml +++ b/metadata/com.jarsilio.android.pocketup.yml @@ -12,7 +12,7 @@ Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ AutoName: Pocket Up Description: |- Note: This app is no longer maintained, please use - [https://f-droid.org/app/com.jarsilio.android.waveup WaveUp] instead. + WaveUp instead. Wakes up your phone when you take it out of your pocket. diff --git a/metadata/com.jmelzer.myttr.yml b/metadata/com.jmelzer.myttr.yml index ee693fb60b..4c888f6ee4 100644 --- a/metadata/com.jmelzer.myttr.yml +++ b/metadata/com.jmelzer.myttr.yml @@ -10,7 +10,7 @@ IssueTracker: https://github.com/chokdee/myTTR/issues AutoName: myTTR Summary: Table tennis rating and community Description: |- - Search [https://mytischtennis.de/ myTT] for players and teams, check how many + Search myTT for players and teams, check how many points can be scored and have a quick look at the stats. Builds: diff --git a/metadata/com.joshtwigg.cmus.droid.yml b/metadata/com.joshtwigg.cmus.droid.yml index 0fd927f12c..b286f5dae6 100644 --- a/metadata/com.joshtwigg.cmus.droid.yml +++ b/metadata/com.joshtwigg.cmus.droid.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/jatwigg/cmus-android-remote/issues AutoName: Cmus Remote Description: |- - Remote control for the [https://cmus.github.io/ CMUS] media player. + Remote control for the CMUS media player. How to use this diff --git a/metadata/com.jparkie.givesmehope.yml b/metadata/com.jparkie.givesmehope.yml index bc0f879b81..17d6b378d4 100644 --- a/metadata/com.jparkie.givesmehope.yml +++ b/metadata/com.jparkie.givesmehope.yml @@ -8,7 +8,8 @@ IssueTracker: https://github.com/jparkie/GivesMeHopeAndroidClient/issues AutoName: Anthology for Gives Me Hope Summary: Unofficial "Gives Me Hope" client -Description: Unofficial client for [http://mobile.givesmehope.com/ Gives me hope]. +Description: Unofficial client for Gives + me hope. RepoType: git Repo: https://github.com/jparkie/GivesMeHopeAndroidClient diff --git a/metadata/com.kanedias.vanilla.lyrics.yml b/metadata/com.kanedias.vanilla.lyrics.yml index 39e433d894..926f838651 100644 --- a/metadata/com.kanedias.vanilla.lyrics.yml +++ b/metadata/com.kanedias.vanilla.lyrics.yml @@ -21,7 +21,7 @@ Description: |- This plugin allows reading lyrics from file tag or from *.lrc file with same name. If no lyrics is available from these sources it can also download lyrics - from [http://lyrics.wikia.com Lyrics Wiki] if it is present for this file's + from Lyrics Wiki if it is present for this file's artist and title. '''Features:''' diff --git a/metadata/com.kanedias.vanilla.metadata.yml b/metadata/com.kanedias.vanilla.metadata.yml index 9e35f1a52c..4d7d6e8d55 100644 --- a/metadata/com.kanedias.vanilla.metadata.yml +++ b/metadata/com.kanedias.vanilla.metadata.yml @@ -17,7 +17,7 @@ Description: |- to be useful. This plugin can create fingerprint for any music file you wish to know about and - request its metadata from [https://acoustid.org AcoustID], libre and open source + request its metadata from AcoustID, libre and open source fingerprinting service. If match is found it is then shown on the screen. '''Features:''' diff --git a/metadata/com.kn.paper_foss_theme.yml b/metadata/com.kn.paper_foss_theme.yml index 5a7269ea13..c9903b94bb 100644 --- a/metadata/com.kn.paper_foss_theme.yml +++ b/metadata/com.kn.paper_foss_theme.yml @@ -7,8 +7,8 @@ Bitcoin: 1CYiRF6AncdNkxcWTRFf5Mxi7UaFhC3jFG AutoName: Paper Description: |- This icon theme based on the two GTK Icon Themes, - [https://github.com/snwh/paper-icon-theme Paper from Sam Hewitt] and - [https://github.com/PapirusDevelopmentTeam/papirus-icon-theme Papirus]. It’s + Paper from Sam Hewitt and + Papirus. It’s aiming to provide a consistent and minimalistic look to your device. Builds: diff --git a/metadata/com.kvance.Nectroid.yml b/metadata/com.kvance.Nectroid.yml index 62dd5e6849..8576b045c8 100644 --- a/metadata/com.kvance.Nectroid.yml +++ b/metadata/com.kvance.Nectroid.yml @@ -6,8 +6,8 @@ IssueTracker: https://github.com/cknave/nectroid/issues AutoName: Nectroid Description: |- - Nectroid provides a way to access [http://www.scenemusic.eu/demovibes Nectarine - Demoscene Radio]. Demoscene is music designed to be played along with computer + Nectroid provides a way to access Nectarine + Demoscene Radio. Demoscene is music designed to be played along with computer graphics. Features: * Background music streaming diff --git a/metadata/com.linkomnia.android.Changjie.yml b/metadata/com.linkomnia.android.Changjie.yml index d230d8bca9..65b010e506 100644 --- a/metadata/com.linkomnia.android.Changjie.yml +++ b/metadata/com.linkomnia.android.Changjie.yml @@ -9,9 +9,7 @@ Description: |- Supported Changjie ( Cangjie ) version 3 and 5, and Quick Method, with Phases support. - The project is based on the new ibus-cangjie based [https://github.com/Cangjians - library] libcangjie. The dictionary is based on [http://cle.linux.org.tw/trac - gcin]. + The project is based on the new ibus-cangjie based library libcangjie. The dictionary is based on gcin. RepoType: git Repo: https://github.com/wanleung/ChangjieIME.git diff --git a/metadata/com.linuxcounter.lico_update_003.yml b/metadata/com.linuxcounter.lico_update_003.yml index 8a27d7dd1e..05f6fbbca3 100644 --- a/metadata/com.linuxcounter.lico_update_003.yml +++ b/metadata/com.linuxcounter.lico_update_003.yml @@ -9,7 +9,7 @@ AutoName: Linux Counter Updater Description: |- '''NOTE:''' This app is no longer maintained, its repo was archived. - Companion app for the [https://en.wikipedia.org/wiki/Linux_Counter LinuxCounter] + Companion app for the LinuxCounter project (LiCo). RepoType: git diff --git a/metadata/com.liveplayergames.finneypoker.yml b/metadata/com.liveplayergames.finneypoker.yml index 204b6951c1..9618f7db03 100644 --- a/metadata/com.liveplayergames.finneypoker.yml +++ b/metadata/com.liveplayergames.finneypoker.yml @@ -21,8 +21,8 @@ Description: |- independent Ethereum smart-contract that charges a tiny escrow fee. What the heck is a smart contract? What the heck is Ethereum? What on Earth is a - cryptocurrency? Check out the [https://www.unclefinneyspoker.com/ Uncle Finney's - Poker website] to educate yourself about this brave new world, or better yet, + cryptocurrency? Check out the Uncle Finney's + Poker website to educate yourself about this brave new world, or better yet, just download Uncle Finney's Poker and try it for yourself! . RepoType: git diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index a1b258b296..1f117722fe 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/luk1337/SauceNAO/issues AutoName: SauceNAO Description: |- - Unofficial application for [https://saucenao.com SauceNAO] reverse image search + Unofficial application for SauceNAO reverse image search engine. RepoType: git diff --git a/metadata/com.lun.chin.aicamera.yml b/metadata/com.lun.chin.aicamera.yml index 58f222ca58..ed7c11d3e3 100644 --- a/metadata/com.lun.chin.aicamera.yml +++ b/metadata/com.lun.chin.aicamera.yml @@ -6,7 +6,7 @@ SourceCode: https://bitbucket.org/chlun/aicamera AutoName: AiCamera Description: |- This is a camera app for Android that automatically recognises the pixel location of people, cats or dogs in the camera view and blurs the background simulating depth of field. It can also gray out the background leaving only the recognised object in colour. - The app uses a convolutional neural network to perform the detection. A TensorFlow implementation of the neural network can be found [https://bitbucket.org/chlun/shufflesegmentation/src/master/ here]. It was trained on a dataset of images consisting of people, cats and dogs and the trained model then exported as a protobuf file which contains the graph definition and the trained weights. + The app uses a convolutional neural network to perform the detection. A TensorFlow implementation of the neural network can be found here. It was trained on a dataset of images consisting of people, cats and dogs and the trained model then exported as a protobuf file which contains the graph definition and the trained weights. RepoType: git Repo: https://bitbucket.org/chlun/aicamera.git diff --git a/metadata/com.manor.currentwidget.yml b/metadata/com.manor.currentwidget.yml index 0bee70bf6e..50943684f3 100644 --- a/metadata/com.manor.currentwidget.yml +++ b/metadata/com.manor.currentwidget.yml @@ -19,7 +19,7 @@ Description: |- * Notification — get real time alerts on high current values * Transparent style with customization options * Voltage & Battery level (%) display - * Log battery values (see this [http://nkhosla.com/battery script] for analysis) + * Log battery values (see this script for analysis) * Set an arithmetic operation on the current value to adjust for different devices * Plot current graph diff --git a/metadata/com.mantz_it.rfanalyzer.yml b/metadata/com.mantz_it.rfanalyzer.yml index 8d8b9141d0..b63e503543 100644 --- a/metadata/com.mantz_it.rfanalyzer.yml +++ b/metadata/com.mantz_it.rfanalyzer.yml @@ -11,7 +11,7 @@ Changelog: https://github.com/demantz/RFAnalyzer/blob/HEAD/changelog.txt AutoName: RF Analyzer Description: |- View a FFT plot and a waterfall plot of the frequency spectrum received by a - [http://greatscottgadgets.com/hackrf/ HackRF]. The new version can also + HackRF. The new version can also demodulate audio from AM and FM signals! Use an OTG (on-the-go) USB cable to connect your HackRF/RTL-SDR to an Android @@ -28,8 +28,8 @@ Description: |- * rad1o support Read - [https://github.com/demantz/RFAnalyzer/blob/master/doc/rf_analyzer_manual.md the - manual] for more details. + the + manual for more details. RepoType: git Repo: https://github.com/demantz/RFAnalyzer diff --git a/metadata/com.matejdro.pebbledialer.yml b/metadata/com.matejdro.pebbledialer.yml index de60e86cd7..f9598f8a40 100644 --- a/metadata/com.matejdro.pebbledialer.yml +++ b/metadata/com.matejdro.pebbledialer.yml @@ -19,8 +19,7 @@ Description: |- partially. The needed watchapp for the pebble can be downloaded - [https://github.com/matejdro/PebbleDialer-Watchapp/releases/download/3.3/PebbleDialer.pbw - here]. + here. Crashlytics support and internet permission have been removed. diff --git a/metadata/com.mattermost.mattermost.yml b/metadata/com.mattermost.mattermost.yml index 550a4f609b..836cfaaf54 100644 --- a/metadata/com.mattermost.mattermost.yml +++ b/metadata/com.mattermost.mattermost.yml @@ -18,10 +18,9 @@ Description: |- * Connect in-house systems with webhooks and Slack-compatible integrations To use this app, you need a "Team URL" from a Mattermost server. To host your - own server go to [https://about.mattermost.com/download/ mattermost.com]. + own server go to mattermost.com. - Find the Terms of Service for this app [https://about.mattermost.com/terms - here]. + Find the Terms of Service for this app here. This app is in maintenance mode, so only bug fixes will be accepted. It has been replaced by https://f-droid.org/packages/com.mattermost.rnbeta. diff --git a/metadata/com.mde.potdroid.yml b/metadata/com.mde.potdroid.yml index 0d616283af..6b061c4423 100644 --- a/metadata/com.mde.potdroid.yml +++ b/metadata/com.mde.potdroid.yml @@ -7,7 +7,8 @@ IssueTracker: https://github.com/janoliver/pOT-Droid/issues Changelog: https://github.com/janoliver/pOT-Droid/blob/HEAD/CHANGELOG.md AutoName: pOT-Droid -Description: Companion app for the german [http://forum.mods.de/bb mods.de] forum. +Description: Companion app for the german mods.de + forum. RepoType: git Repo: https://github.com/janoliver/pOT-Droid diff --git a/metadata/com.mgaetan89.showsrage.yml b/metadata/com.mgaetan89.showsrage.yml index eb400793d5..e692430de9 100644 --- a/metadata/com.mgaetan89.showsrage.yml +++ b/metadata/com.mgaetan89.showsrage.yml @@ -7,9 +7,9 @@ IssueTracker: https://github.com/MGaetan89/ShowsRage/issues AutoName: ShowsRage Description: |- ShowsRage is an application that allows you to manage your - [https://www.sickrage.tv/ SickRage] installation. + SickRage installation. - Support for [http://www.sickbeard.com/ SickBeard] (or any other variant) is not + Support for SickBeard (or any other variant) is not guaranteed, but the main features should work properly. ShowsRage intend to provide the same features as on the web interface, packed @@ -18,7 +18,7 @@ Description: |- The following features are currently available: * Support Android 4.0.3 and up - * Based on [https://www.google.com/design/ Material Design] + * Based on Material Design * Shows information: list, get info, list seasons and episodes * Shows management: add, pause/resume, change quality, delete * Episode management: search, set status, stream, list coming diff --git a/metadata/com.movim.movim.yml b/metadata/com.movim.movim.yml index 908714017b..d7b523f953 100644 --- a/metadata/com.movim.movim.yml +++ b/metadata/com.movim.movim.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/movim/movim_android/issues AutoName: Movim Description: |- - Client for [https://movim.eu Movim], a distributed social networking platform + Client for Movim, a distributed social networking platform that tries to protect your privacy and comes with a set of interesting features, like integrated Chats, Blogs, News and more -- all based on open and etablished protocols. diff --git a/metadata/com.murrayc.galaxyzoo.app.yml b/metadata/com.murrayc.galaxyzoo.app.yml index 9dbc63c2eb..7faf960d0c 100644 --- a/metadata/com.murrayc.galaxyzoo.app.yml +++ b/metadata/com.murrayc.galaxyzoo.app.yml @@ -6,8 +6,8 @@ IssueTracker: https://github.com/murraycu/android-galaxyzoo/issues AutoName: Galaxy Zoo Description: |- - Classify [http://www.galaxyzoo.org/ Galaxy Zoo] subjects. Official approved by - the [https://www.zooniverse.org/ Zooniverse project]. + Classify Galaxy Zoo subjects. Official approved by + the Zooniverse project. Asks you questions about a picture of a galaxy, with each question depending on the previous question. This "Citizen Science" helps astronomers to analyze the diff --git a/metadata/com.nikhiljha.lobstersapp.yml b/metadata/com.nikhiljha.lobstersapp.yml index 0701b06c01..c99c11eb99 100644 --- a/metadata/com.nikhiljha.lobstersapp.yml +++ b/metadata/com.nikhiljha.lobstersapp.yml @@ -7,7 +7,7 @@ IssueTracker: https://gitlab.com/nikhiljha/lobsters-app/issues Name: Lobsters App Description: |- - This is an app for [https://lobste.rs/ lobste.rs] and its sister sites. + This is an app for lobste.rs and its sister sites. Contributions are welcome. RepoType: git diff --git a/metadata/com.nilhcem.frcndict.yml b/metadata/com.nilhcem.frcndict.yml index f701df5ccb..f111c7af6f 100644 --- a/metadata/com.nilhcem.frcndict.yml +++ b/metadata/com.nilhcem.frcndict.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/Nilhcem/frcndict-android/issues AutoName: Chinese French Dictionary Description: |- Older versions require a modified version of the - [http://www.chine-informations.com/chinois/open/CFDICT CFDICT] dictionary to be + CFDICT dictionary to be downloaded. RepoType: git diff --git a/metadata/com.nltechno.dolidroidpro.yml b/metadata/com.nltechno.dolidroidpro.yml index 23dfd52524..e303bbd542 100644 --- a/metadata/com.nltechno.dolidroidpro.yml +++ b/metadata/com.nltechno.dolidroidpro.yml @@ -9,7 +9,7 @@ Changelog: https://framagit.org/eldy/dolidroid/blob/develop/ChangeLog Name: DoliDroid Description: |- - Use [https://www.dolibarr.org/ Dolibarr ERP & CRM] from your device. + Use Dolibarr ERP & CRM from your device. This application is not a standalone program. It is a front end client to use your online hosted instance of Dolibarr ERP & CRM software (Open-source web diff --git a/metadata/com.nma.util.sdcardtrac.yml b/metadata/com.nma.util.sdcardtrac.yml index 6e3e56b6a3..a25e5b55ea 100644 --- a/metadata/com.nma.util.sdcardtrac.yml +++ b/metadata/com.nma.util.sdcardtrac.yml @@ -8,9 +8,9 @@ Bitcoin: 16bxTv1fP8X2QN5SWXc1AcKhhA1tJQKcTa AutoName: StorageTrac Description: |- - Uses [http://en.wikipedia.org/wiki/Inotify inotify] to record any file activity + Uses inotify to record any file activity in the external storage. Collects data at regular intervals and plots used - storage space over time. Uses the [http://android-graphview.org GraphView] + storage space over time. Uses the GraphView library for plotting. RepoType: git diff --git a/metadata/com.nutomic.ensichat.yml b/metadata/com.nutomic.ensichat.yml index 7be23e90ac..51ab4be4e4 100644 --- a/metadata/com.nutomic.ensichat.yml +++ b/metadata/com.nutomic.ensichat.yml @@ -9,7 +9,7 @@ Bitcoin: 1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4 AutoName: Ensichat Description: |- NOTE: This app is no longer developed. The developer suggests switching to - [https://f-droid.org/en/packages/org.briarproject.briar.android/ Briar]. + Briar. Instant messenger that is fully decentralized. Messages are encrypted and sent directly between devices via Bluetooth or Internet, without any central server. diff --git a/metadata/com.oF2pks.adbungfu.yml b/metadata/com.oF2pks.adbungfu.yml index c8ece5bb3c..1e38459d4d 100644 --- a/metadata/com.oF2pks.adbungfu.yml +++ b/metadata/com.oF2pks.adbungfu.yml @@ -25,17 +25,17 @@ Description: |- BackgroundRestrictor's fork/hack with all appOps not requiring aosp/sOpPerms i.e. the permission-less ones. - Compatible since [https://android.googlesource.com/platform/frameworks/base/+/refs/heads/lollipop-mr1-release/cmds/appops/src/com/android/commands/appops/AppOpsCommand.java#46 sdk22 Lollipop-mr1]. + Compatible since sdk22 Lollipop-mr1. - prim-origin: [https://github.com/MrBIMC/RunInBackgroundPermissionSetter RunInBackgroundPermissionSetter]. + prim-origin: RunInBackgroundPermissionSetter. '''Icons:''' - * License is (GPLv3 compatible) [https://www.gnu.org/licenses/license-list.html#ccby CC_BY] - * source: [http://www.softicons.com/android-icons/mad-ginger-icon-pack-by-madeliniz/adb-wireless-icon mAd GiNGeR Icon Pack] + * License is (GPLv3 compatible) CC_BY + * source: mAd GiNGeR Icon Pack * ref. [mAd GiNGeR Icon Pack] modified with foreground layer addition: text["__#"] color[C86400] - * author: [http://madeliniz.deviantart.com/ Madeliniz] + * author: Madeliniz RequiresRoot: 'yes' diff --git a/metadata/com.olam.yml b/metadata/com.olam.yml index 59283c74db..0773c168e1 100644 --- a/metadata/com.olam.yml +++ b/metadata/com.olam.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/vishnus/Olam/issues AutoName: Olam Description: |- Quickly search for the defintions of hundreds of thousands of English/ Malayalam - words. Based on the [http://olam.in/ Olan webservice]. + words. Based on the Olan webservice. RepoType: git Repo: https://github.com/vishnus/Olam diff --git a/metadata/com.orphan.amplayer.yml b/metadata/com.orphan.amplayer.yml index 40e3d189a3..7029ad044d 100644 --- a/metadata/com.orphan.amplayer.yml +++ b/metadata/com.orphan.amplayer.yml @@ -7,16 +7,15 @@ IssueTracker: https://github.com/abeiro/amplayer.droid/issues AutoName: AMPlayer Description: |- Play your music collection via the internet by connecting to an - [https://github.com/ampache/ampache Ampache] server e.g. ownCloud. A demo server + Ampache server e.g. ownCloud. A demo server is suggested for trying it out. There is a companion - [https://chrome.google.com/webstore/detail/ampache-player/fgmlgjpjedpnhbbpahgcknnjkhlbjhgp - extension] for the Chromium browser. + extension for the Chromium browser. * HTML5 audio tag capabilities * HTML5 localStorage * Playlists and CD covers from your Ampache Server * Fan art from fanart.tv - * [https://musicbrainz.org Musicbrainz] info + * Musicbrainz info * Initial support for lyrics ([http://lyrics.wikia.com]) RepoType: git diff --git a/metadata/com.orpheusdroid.screenrecorder.yml b/metadata/com.orpheusdroid.screenrecorder.yml index 2f6521df91..e66f7023f5 100644 --- a/metadata/com.orpheusdroid.screenrecorder.yml +++ b/metadata/com.orpheusdroid.screenrecorder.yml @@ -23,14 +23,14 @@ Description: |- Android Nougat 7.0 and above) and an option to change the save directory. If you have any questions join the ScreenCam Telegram group to get chat support: - [https://goo.gl/TDs42r Telegram support group] + Telegram support group Any feature request, suggestion, bug report or feedback can be sent to screenrecorder@orpheusdroid.com AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the app still submits data to the developers servers. More info - [https://gitlab.com/vijai/screenrecorder/issues/72#note_180392881 here] + here RepoType: git Repo: https://gitlab.com/vijai/screenrecorder.git diff --git a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml index a60456d60d..b6c31eee32 100644 --- a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml +++ b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml @@ -32,8 +32,7 @@ Description: |- By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will completely stop syncing in the background until you open them up. You can find more information about these commands by reading this - [https://www.xda-developers.com/freeze-app-background-processes-without-root-android-nougat - article]. + article. RepoType: git Repo: https://github.com/MrBIMC/RunInBackgroundPermissionSetter diff --git a/metadata/com.pcinpact.yml b/metadata/com.pcinpact.yml index f1a6856e32..ad7f8086fd 100644 --- a/metadata/com.pcinpact.yml +++ b/metadata/com.pcinpact.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/AnaelMobilia/NextINpact-Unofficial/issues AutoName: INpact Actualités informatiques Description: |- - Browse articles and comments on [https://www.nextinpact.com/ NextINpact]. This + Browse articles and comments on NextINpact. This is an unofficial app not related to the actual website. RepoType: git diff --git a/metadata/com.peppercarrot.runninggame.yml b/metadata/com.peppercarrot.runninggame.yml index 459b752962..b9f75f7de6 100644 --- a/metadata/com.peppercarrot.runninggame.yml +++ b/metadata/com.peppercarrot.runninggame.yml @@ -9,7 +9,7 @@ AutoName: pepper-and-carrot-running-game Summary: Play this endless runner game Description: |- Endless runner game based on the beautiful characters - [https://www.peppercarrot.com/ Pepper and Carrot] by David Revoy. + Pepper and Carrot by David Revoy. RepoType: git Repo: https://github.com/WinterLicht/PepperAndCarrotRunningGame/ diff --git a/metadata/com.phpsysinfo.yml b/metadata/com.phpsysinfo.yml index cf7947cf33..6e5edd9285 100644 --- a/metadata/com.phpsysinfo.yml +++ b/metadata/com.phpsysinfo.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/phpsysinfo/psiandroid/issues AutoName: PSIAndroid Description: |- Little tool allowing you to monitor your - [https://phpsysinfo.github.io/phpsysinfo/ phpSysInfo] system on your phone. + phpSysInfo system on your phone. '''Features:''' diff --git a/metadata/com.pixiv.muzei.pixivsource.yml b/metadata/com.pixiv.muzei.pixivsource.yml index 00385d955c..8ba08cbc69 100644 --- a/metadata/com.pixiv.muzei.pixivsource.yml +++ b/metadata/com.pixiv.muzei.pixivsource.yml @@ -11,7 +11,7 @@ Description: |- '''Disclaimer: It's not a part of official products of Pixiv.''' - Muzei art source extension for [http://www.pixiv.com Pixiv]. + Muzei art source extension for Pixiv. This extension for Roman Nurik's https://f-droid.org/packages/net.nurik.roman.muzei Live Wallpaper* app uses some unofficial APIs from Pixiv to fetch random artworks. diff --git a/metadata/com.pjuu.droidotter.yml b/metadata/com.pjuu.droidotter.yml index f61154f71a..0bce5354fa 100644 --- a/metadata/com.pjuu.droidotter.yml +++ b/metadata/com.pjuu.droidotter.yml @@ -11,7 +11,7 @@ Summary: Access the Pjuu social network Description: |- This is a legacy version, please use https://f-droid.org/packages/com.pjuu.otterdroid instead. - Client for the social network [https://pjuu.com/ Pjuu]. + Client for the social network Pjuu. RepoType: git Repo: https://github.com/pjuu/droidotter/ diff --git a/metadata/com.pjuu.otterdroid.yml b/metadata/com.pjuu.otterdroid.yml index 6878637786..4020fd43df 100644 --- a/metadata/com.pjuu.otterdroid.yml +++ b/metadata/com.pjuu.otterdroid.yml @@ -6,7 +6,7 @@ SourceCode: https://github.com/pjuu/droidotter/ IssueTracker: https://github.com/pjuu/droidotter/issues AutoName: Pjuu -Description: Client for the social network [https://pjuu.com/ Pjuu]. +Description: Client for the social network Pjuu. RepoType: git Repo: https://github.com/pjuu/droidotter/ diff --git a/metadata/com.plusonelabs.calendar.yml b/metadata/com.plusonelabs.calendar.yml index 00c547d319..91649e0da6 100644 --- a/metadata/com.plusonelabs.calendar.yml +++ b/metadata/com.plusonelabs.calendar.yml @@ -13,7 +13,7 @@ Description: |- Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar" to "org.andstatus.todoagenda" i.e. to its current real Android package name. - The new app at F-Droid web site: [https://f-droid.org/en/packages/org.andstatus.todoagenda/ ToDo Agenda] + The new app at F-Droid web site: ToDo Agenda Upcoming releases of the new app will support Android 7.0+ only. The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed). diff --git a/metadata/com.quran.labs.androidquran.yml b/metadata/com.quran.labs.androidquran.yml index 4c383e5109..0564094cc1 100644 --- a/metadata/com.quran.labs.androidquran.yml +++ b/metadata/com.quran.labs.androidquran.yml @@ -10,9 +10,9 @@ Description: |- A simple (madani based) qu'ran app for android. You are prompted to download the data at startup. - Translation, tafsir and Arabic data come from [http://tanzil.net tanzil] and + Translation, tafsir and Arabic data come from tanzil and King Saud University. Audio from Every Ayah. Images from - [https://github.com/quran/quran.com-images quran images project]. + quran images project. RepoType: git Repo: https://github.com/ahmedre/quran_android.git diff --git a/metadata/com.radiostudent.radiostudentstream.yml b/metadata/com.radiostudent.radiostudentstream.yml index 1dc42268d3..2e529b8538 100644 --- a/metadata/com.radiostudent.radiostudentstream.yml +++ b/metadata/com.radiostudent.radiostudentstream.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/RadioStudent/RadioStudent-Android/issues AutoName: Radio Študent Description: |- Stream and listen to the local radio station in Ljubljana, Slovenia: - [http://www.radiostudent.si Radio Student]. + Radio Student. RepoType: git Repo: https://github.com/RadioStudent/RadioStudent-Android diff --git a/metadata/com.rascarlo.adaptive.brightness.tile.yml b/metadata/com.rascarlo.adaptive.brightness.tile.yml index 75a5077abb..d754b4eee9 100644 --- a/metadata/com.rascarlo.adaptive.brightness.tile.yml +++ b/metadata/com.rascarlo.adaptive.brightness.tile.yml @@ -13,8 +13,8 @@ Description: |- Supported devices: Android 7.0+ (API 24). The app makes use of the Quick Settings Tiles API released with Android 7.0 (API 24). - * [https://developer.android.com/reference/android/service/quicksettings/Tile Tile documentation] - * [https://developer.android.com/reference/android/service/quicksettings/TileService TileService documentation] + * Tile documentation + * TileService documentation RepoType: git Repo: https://github.com/rascarlo/AdaptiveBrightnessTile diff --git a/metadata/com.rastating.droidbeard.yml b/metadata/com.rastating.droidbeard.yml index 57b78d1101..8fa6a33464 100644 --- a/metadata/com.rastating.droidbeard.yml +++ b/metadata/com.rastating.droidbeard.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/rastating/DroidBeard/issues AutoName: DroidBeard Description: |- - Managing your [http://sickbeard.com/ SickBeard] installation either at home or + Managing your SickBeard installation either at home or remotely. Current features include: * Add new shows from your Android device diff --git a/metadata/com.ratebeer.android.yml b/metadata/com.ratebeer.android.yml index 60be55743a..ff8fad21fa 100644 --- a/metadata/com.ratebeer.android.yml +++ b/metadata/com.ratebeer.android.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/erickok/ratebeer/issues AutoName: RateBeer Summary: RateBeer.com client Description: |- - Companion client for the [http://www.ratebeer.com RateBeer]-Website. + Companion client for the RateBeer-Website. Features: diff --git a/metadata/com.refactech.driibo.yml b/metadata/com.refactech.driibo.yml index 15006679c3..01ae0521c8 100644 --- a/metadata/com.refactech.driibo.yml +++ b/metadata/com.refactech.driibo.yml @@ -5,7 +5,7 @@ SourceCode: https://github.com/ikew0ng/Dribbo IssueTracker: https://github.com/ikew0ng/Dribbo/issues AutoName: Driibo -Description: Browse the [https://dribbble.com/ Dribble] site for artworks. +Description: Browse the Dribble site for artworks. RepoType: git Repo: https://github.com/ikew0ng/Dribbo diff --git a/metadata/com.robert.maps.yml b/metadata/com.robert.maps.yml index 82cc8913d5..1a3038012d 100644 --- a/metadata/com.robert.maps.yml +++ b/metadata/com.robert.maps.yml @@ -12,8 +12,8 @@ AutoName: RMaps Description: |- Map viewer with a long list of online sources available from OpenStreetMap Cyclemap to Soviet military maps. Offline maps using sqlite can be created - easily with [http://trekbuddyatlasc.sourceforge.net/index.html Mobile Atlas - Creator]. + easily with Mobile Atlas + Creator. The non-free Google Analytics library has been replaced with the NoAnalytics library. diff --git a/metadata/com.rubenwardy.minetestmodmanager.yml b/metadata/com.rubenwardy.minetestmodmanager.yml index 23a74e8b4a..bb87c1dbc7 100644 --- a/metadata/com.rubenwardy.minetestmodmanager.yml +++ b/metadata/com.rubenwardy.minetestmodmanager.yml @@ -15,8 +15,8 @@ Description: |- mods to play. There are over a thousand mods to choose from! The app depends on a free network service, see - [https://github.com/rubenwardy/mtmods4android_server source code] and - [http://app-mtmm.rubenwardy.com/ website] for more details. + source code and + website for more details. RepoType: git Repo: https://github.com/rubenwardy/mtmods4android.git diff --git a/metadata/com.sakthipriyan.cricscore.yml b/metadata/com.sakthipriyan.cricscore.yml index 9b60e9ee68..a983e7dc50 100644 --- a/metadata/com.sakthipriyan.cricscore.yml +++ b/metadata/com.sakthipriyan.cricscore.yml @@ -6,9 +6,8 @@ IssueTracker: https://github.com/spriyan/CricScoreApp/issues AutoName: Cricscore Description: |- - Show score of cricket matches from an [http://cricscore-api.appspot.com AppSpot] - service, which is also open-source: [https://github.com/spriyan/CricScoreGAE - CricScoreGAE]. + Show score of cricket matches from an AppSpot + service, which is also open-source: CricScoreGAE. RepoType: git Repo: https://github.com/spriyan/CricScoreApp diff --git a/metadata/com.samebits.beacon.locator.yml b/metadata/com.samebits.beacon.locator.yml index de16366c35..cc396f4928 100644 --- a/metadata/com.samebits.beacon.locator.yml +++ b/metadata/com.samebits.beacon.locator.yml @@ -31,7 +31,7 @@ Description: |- sound profile leaving it. Additional information is supplied in the - [https://github.com/vitas/beaconloc/wiki/Help help section] of the wiki. + help section of the wiki. RepoType: git Repo: https://github.com/vitas/beaconloc diff --git a/metadata/com.samsandberg.mtafarebuster.yml b/metadata/com.samsandberg.mtafarebuster.yml index ab469b516b..42c864d110 100644 --- a/metadata/com.samsandberg.mtafarebuster.yml +++ b/metadata/com.samsandberg.mtafarebuster.yml @@ -8,8 +8,8 @@ AutoName: MTA Fare Buster Description: |- Calculate needed amount for your travels using NYC MTA: No more leaving change on your Metrocard! Based on research by - [http://iquantny.tumblr.com/post/96700509489/how-memorizing-19-05-can-help-you-outsmart-the-mta - I Quant NY]. + + I Quant NY. RepoType: git Repo: https://github.com/loisaidasam/mta-fare-buster-android diff --git a/metadata/com.seafile.seadroid.yml b/metadata/com.seafile.seadroid.yml index 8fd3ef4c01..586f5cd056 100644 --- a/metadata/com.seafile.seadroid.yml +++ b/metadata/com.seafile.seadroid.yml @@ -14,7 +14,7 @@ Description: |- invite other team members. Team members can then maintain file libraries together and collaborate around them. - You can try the [https://seacloud.cc/demo demo], sign up for an account at the + You can try the demo, sign up for an account at the website, or since the server-side is also free-as-in-freedom, it can be installed on any server and configured to work with the app. diff --git a/metadata/com.seafile.seadroid2.yml b/metadata/com.seafile.seadroid2.yml index bacf34d43d..209af6943c 100644 --- a/metadata/com.seafile.seadroid2.yml +++ b/metadata/com.seafile.seadroid2.yml @@ -12,7 +12,7 @@ Description: |- invite other team members. Team members can then maintain file libraries together and collaborate around them. - You can try the [https://seacloud.cc/demo demo], sign up for an account at the + You can try the demo, sign up for an account at the website, or since the server-side is also free-as-in-freedom, it can be installed on any server and configured to work with the app. diff --git a/metadata/com.selesca.xkcdmuzei.yml b/metadata/com.selesca.xkcdmuzei.yml index c2e7a6da70..8dd77ec337 100644 --- a/metadata/com.selesca.xkcdmuzei.yml +++ b/metadata/com.selesca.xkcdmuzei.yml @@ -8,7 +8,7 @@ SourceCode: https://github.com/vipsy/xkcd-muzei IssueTracker: https://github.com/vipsy/xkcd-muzei/issues AutoName: xkcdMuzei -Description: Uses the famous [http://xkcd.com XKCD] web comic in https://f-droid.org/packages/net.nurik.roman.muzei. +Description: Uses the famous XKCD web comic in https://f-droid.org/packages/net.nurik.roman.muzei. RepoType: git Repo: https://github.com/vipsy/xkcd-muzei diff --git a/metadata/com.sensirion.smartgadget.yml b/metadata/com.sensirion.smartgadget.yml index ae75019878..6cd26981ac 100644 --- a/metadata/com.sensirion.smartgadget.yml +++ b/metadata/com.sensirion.smartgadget.yml @@ -16,13 +16,13 @@ Description: |- The Smart Gadget is open hardware and runs open source firmware. - [https://github.com/Sensirion/SmartGadget-Hardware/ Smart Gadget Hardware] - [https://github.com/Sensirion/SmartGadget-Firmware Smart Gadget Firmware] + Smart Gadget Hardware + Smart Gadget Firmware - [http://www.digikey.com/product-detail/en/sensirion-ag/SHT31-SMART-GADGET/1649-1024-ND/ - Smart Gadget from DigiKey] - [http://www.mouser.ch/ProductDetail/Sensirion/SHT31-SMART-GADGET/ Smart Gadget - from Mouser] + Gadget from DigiKey + Smart Gadget + from Mouser RepoType: git Repo: https://github.com/Sensirion/SmartGadget-Android diff --git a/metadata/com.sevag.pitcha.yml b/metadata/com.sevag.pitcha.yml index 568691c8c4..8015128d4b 100644 --- a/metadata/com.sevag.pitcha.yml +++ b/metadata/com.sevag.pitcha.yml @@ -8,7 +8,7 @@ Description: |- '''Note:''' This app is no longer maintained. Pitch detector using the McLeod Pitch Method, adapted from - [https://github.com/JorenSix/TarsosDSP TarsosDSP]. + TarsosDSP. Builds: - versionName: '1.0' diff --git a/metadata/com.shahul3d.indiasatelliteweather.yml b/metadata/com.shahul3d.indiasatelliteweather.yml index a69aaa3c31..02953c6808 100644 --- a/metadata/com.shahul3d.indiasatelliteweather.yml +++ b/metadata/com.shahul3d.indiasatelliteweather.yml @@ -16,7 +16,7 @@ Description: |- day is going to be Hot or Rainy/Cloudy. The app fetches the weather data directly from the Official Indian Government - [http://www.imd.gov.in webpage] for "satellite Images & Products" + webpage for "satellite Images & Products" A couple of proprietary libraries were removed. diff --git a/metadata/com.sigseg.android.worldmap.yml b/metadata/com.sigseg.android.worldmap.yml index d696a1641d..fda4bde58d 100644 --- a/metadata/com.sigseg.android.worldmap.yml +++ b/metadata/com.sigseg.android.worldmap.yml @@ -7,10 +7,10 @@ IssueTracker: https://github.com/johnnylambada/WorldMap/issues AutoName: '@string/app_name' Description: |- WorldMap is a simple Android app that displays - [http://upload.wikimedia.org/wikipedia/commons/3/33/Physical_Political_World_Map.jpg - a map] of the world taken from Wikimedia and allows the user to scroll around on + + a map of the world taken from Wikimedia and allows the user to scroll around on it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info - [http://en.wikipedia.org/wiki/File:Physical_Political_World_Map.jpg here]) + here) The map itself is quite large (6480x3888), so it’s way too big to fit in memory all at once (over 48MB). The VM heap size Android supports is either 16 or 24 diff --git a/metadata/com.simplemobiletools.calendar.yml b/metadata/com.simplemobiletools.calendar.yml index f18448a787..d90e8cc154 100644 --- a/metadata/com.simplemobiletools.calendar.yml +++ b/metadata/com.simplemobiletools.calendar.yml @@ -18,8 +18,7 @@ Description: |- uninstall this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Calendar diff --git a/metadata/com.simplemobiletools.contacts.yml b/metadata/com.simplemobiletools.contacts.yml index 7d889b80ce..9abd71fe15 100644 --- a/metadata/com.simplemobiletools.contacts.yml +++ b/metadata/com.simplemobiletools.contacts.yml @@ -18,8 +18,7 @@ Description: |- uninstall this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Contacts diff --git a/metadata/com.simplemobiletools.draw.yml b/metadata/com.simplemobiletools.draw.yml index 83d00a63d5..00ca13a25b 100644 --- a/metadata/com.simplemobiletools.draw.yml +++ b/metadata/com.simplemobiletools.draw.yml @@ -16,8 +16,7 @@ Description: |- '''NOTE''': Starting with version 6.0 this app is no longer developed and was replaced by https://f-droid.org/packages/com.simplemobiletools.draw.pro. You are encouraged to uninstall this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Draw diff --git a/metadata/com.simplemobiletools.filemanager.yml b/metadata/com.simplemobiletools.filemanager.yml index b139864c3e..913e823ce4 100644 --- a/metadata/com.simplemobiletools.filemanager.yml +++ b/metadata/com.simplemobiletools.filemanager.yml @@ -18,8 +18,7 @@ Description: |- uninstall this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-File-Manager diff --git a/metadata/com.simplemobiletools.gallery.yml b/metadata/com.simplemobiletools.gallery.yml index fca5969fb8..ea5707828f 100644 --- a/metadata/com.simplemobiletools.gallery.yml +++ b/metadata/com.simplemobiletools.gallery.yml @@ -19,8 +19,7 @@ Description: |- uninstall this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Gallery diff --git a/metadata/com.simplemobiletools.notes.yml b/metadata/com.simplemobiletools.notes.yml index 10fda41d8a..f8158a1d62 100644 --- a/metadata/com.simplemobiletools.notes.yml +++ b/metadata/com.simplemobiletools.notes.yml @@ -18,8 +18,7 @@ Description: |- this one and install the new one. To learn more about this change you can read - [https://medium.com/@tibbi/some-simple-mobile-tools-apps-are-becoming-paid-d053268f0fb2 - here] + here RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Notes diff --git a/metadata/com.slash.batterychargelimit.yml b/metadata/com.slash.batterychargelimit.yml index 16c81886b5..ecfc51f5f7 100644 --- a/metadata/com.slash.batterychargelimit.yml +++ b/metadata/com.slash.batterychargelimit.yml @@ -9,8 +9,8 @@ AutoName: Battery Charge Limit Description: |- Change the limit up to which it should charge (default: 80). Check which control file suits best for your device, - [https://forum.xda-developers.com/android/apps-games/root-battery-charge-limit-t3557002 - see Q/A for hints]. In most cases, the pre-selected choice should be the best + + see Q/A for hints. In most cases, the pre-selected choice should be the best that's available for your device. The app only gets kicked in while you connect a charger (or USB), and automatically closes shortly after unplugging charger (or USB), i.e. it only runs in the background as long as it is plugged in, and diff --git a/metadata/com.syncedsynapse.kore2.yml b/metadata/com.syncedsynapse.kore2.yml index 891197a91a..80aacaa8ad 100644 --- a/metadata/com.syncedsynapse.kore2.yml +++ b/metadata/com.syncedsynapse.kore2.yml @@ -11,7 +11,7 @@ Name: Kore (old version) AutoName: Kore Summary: Remote control for Kodi (XBMC) Description: |- - Simple remote control for [http://kodi.tv Kodi]. In-app purchases (e.g. for + Simple remote control for Kodi. In-app purchases (e.g. for themes) are broken, since they require proprietary play- services to be installed on the device and a special API key, which F-Droid cannot include. diff --git a/metadata/com.theworld.help.cbtandroid.yml b/metadata/com.theworld.help.cbtandroid.yml index 06e28b18e7..990b0dd28e 100644 --- a/metadata/com.theworld.help.cbtandroid.yml +++ b/metadata/com.theworld.help.cbtandroid.yml @@ -16,7 +16,7 @@ Description: |- How to use: When you find yourself feeling down, record the thoughts you are currently having. Then prove that those thoughts are wrong with facts. Finally come up with a new way of looking at the situation. - [https://copoer.gitlab.io/CBTAndroid/ Learn More] + Learn More RepoType: git Repo: https://gitlab.com/copoer/CBTAndroid.git diff --git a/metadata/com.tkjelectronics.balanduino.yml b/metadata/com.tkjelectronics.balanduino.yml index 95723d6f2a..0bdf68fb85 100644 --- a/metadata/com.tkjelectronics.balanduino.yml +++ b/metadata/com.tkjelectronics.balanduino.yml @@ -8,8 +8,7 @@ IssueTracker: https://github.com/TKJElectronics/BalanduinoAndroidApp/issues AutoName: Balanduino Description: |- For the - [http://www.kickstarter.com/projects/tkjelectronics/balanduino-balancing-robot-kit - Balanduino]: a kit for a fully-FOSS, arduino-compatible, balancing robot. + Balanduino: a kit for a fully-FOSS, arduino-compatible, balancing robot. There are two versions: one with usb OTG (for uploading firmware) and one without (for Android 2.2) diff --git a/metadata/com.tmarki.comicmaker.yml b/metadata/com.tmarki.comicmaker.yml index 7154351c51..b5fc1e5de2 100644 --- a/metadata/com.tmarki.comicmaker.yml +++ b/metadata/com.tmarki.comicmaker.yml @@ -9,8 +9,7 @@ IssueTracker: https://github.com/tmarki/android-rage-maker/issues AutoName: Rage Maker Description: |- - See the [https://github.com/tmarki/android-rage-maker/blob/wiki/readme.md - README] about usage. + See the README about usage. * Flexible number of panels (1-20) * Pan and zoom the comic canvas, as well as image elements diff --git a/metadata/com.tnc.android.graphite.yml b/metadata/com.tnc.android.graphite.yml index 1199a7c7f1..49f6d4e440 100644 --- a/metadata/com.tnc.android.graphite.yml +++ b/metadata/com.tnc.android.graphite.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/tjoelsson/graphitoid/issues AutoName: Graphitoid Description: |- - A front end for [http://graphite.wikidot.com/ Graphite], a realtime graphing + A front end for Graphite, a realtime graphing server. Displays graphs and allows metrics filtering. RepoType: git diff --git a/metadata/com.traffar.game_of_life.yml b/metadata/com.traffar.game_of_life.yml index 18fce383d7..1ed64be71a 100644 --- a/metadata/com.traffar.game_of_life.yml +++ b/metadata/com.traffar.game_of_life.yml @@ -8,8 +8,8 @@ IssueTracker: https://bitbucket.org/przemekr/game_of_life_agg/issues AutoName: Game of Life Description: |- - Implementation of [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's - Game of Life] with a nice user interface. + Implementation of Conway's + Game of Life with a nice user interface. Features include: diff --git a/metadata/com.traffar.gomoku.yml b/metadata/com.traffar.gomoku.yml index e50c606178..48bba61be0 100644 --- a/metadata/com.traffar.gomoku.yml +++ b/metadata/com.traffar.gomoku.yml @@ -13,8 +13,8 @@ Description: |- Play with a friend or against a computer player. - More descriptions and exact rules in the [http://en.wikipedia.org/wiki/Gomoku - Wikipedia page]. + More descriptions and exact rules in the page. RepoType: git Repo: https://bitbucket.org/przemekr/gomoku diff --git a/metadata/com.traffar.pentago.yml b/metadata/com.traffar.pentago.yml index 54886a8021..71d4043b1e 100644 --- a/metadata/com.traffar.pentago.yml +++ b/metadata/com.traffar.pentago.yml @@ -14,8 +14,8 @@ Description: |- Play with a friend or against a computer player. - More descriptions and exact rules in the [http://en.wikipedia.org/wiki/Pentago - Wikipedia page]. + More descriptions and exact rules in the page. RepoType: git Repo: https://bitbucket.org/przemekr/pentago diff --git a/metadata/com.tum.yahtzee.yml b/metadata/com.tum.yahtzee.yml index 1fb59cacf7..dde8d44b90 100644 --- a/metadata/com.tum.yahtzee.yml +++ b/metadata/com.tum.yahtzee.yml @@ -5,7 +5,7 @@ SourceCode: https://github.com/MichaelE1000/yahtzee4android AutoName: Yahtzee Description: |- - Play the dice game [https://en.wikipedia.org/wiki/Yahtzee Yahtzee] on your + Play the dice game Yahtzee on your phone. Builds: diff --git a/metadata/com.twobuntu.twobuntu.yml b/metadata/com.twobuntu.twobuntu.yml index a279047603..aa681bec12 100644 --- a/metadata/com.twobuntu.twobuntu.yml +++ b/metadata/com.twobuntu.twobuntu.yml @@ -7,7 +7,8 @@ IssueTracker: https://github.com/2buntu/2buntu-android-app/issues AutoName: 2buntu Summary: View 2buntu website -Description: Browse and read articles on the [https://2buntu.com/ 2buntu website]. +Description: Browse and read articles on the 2buntu + website. RepoType: git Repo: https://github.com/2buntu/2buntu-android-app diff --git a/metadata/com.ulicae.cinelog.yml b/metadata/com.ulicae.cinelog.yml index 6a358fa158..e3f2047860 100644 --- a/metadata/com.ulicae.cinelog.yml +++ b/metadata/com.ulicae.cinelog.yml @@ -8,9 +8,9 @@ SourceCode: https://github.com/Alcidauk/CineLog IssueTracker: https://github.com/Alcidauk/CineLog/issues AutoName: CineLog -Description: Search for films with [https://www.themoviedb.org/ tmdb.org] API. Save - them to your local database. Add review and rating to watched films. Rate and - review films that does not exist in tmdb too. +Description: Search for films with tmdb.org + API. Save them to your local database. Add review and rating to watched films. + Rate and review films that does not exist in tmdb too. RepoType: git Repo: https://github.com/Alcidauk/CineLog.git diff --git a/metadata/com.uploadedlobster.PwdHash.yml b/metadata/com.uploadedlobster.PwdHash.yml index 1b1da19221..e784f59adc 100644 --- a/metadata/com.uploadedlobster.PwdHash.yml +++ b/metadata/com.uploadedlobster.PwdHash.yml @@ -11,7 +11,7 @@ AutoName: Password Hash Description: |- Lightweight tool to generate website specific, theft-resistant passwords. Just use the "Share page" option in the Android browser or open Password Hash - directly. Based upon and compatible with [http://www.pwdhash.com pwdhash.com]. + directly. Based upon and compatible with pwdhash.com. RepoType: git Repo: https://github.com/phw/Android-PwdHash.git diff --git a/metadata/com.utyf.pmetro.yml b/metadata/com.utyf.pmetro.yml index 23bed02cff..451d5252c4 100644 --- a/metadata/com.utyf.pmetro.yml +++ b/metadata/com.utyf.pmetro.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/Utyff/pMetro/issues AutoName: pMetro Description: |- You can load ~200 metro maps of (mostly russian) cities available from the - [http://pmetro.su pMetro project]. After that you can build shortest route and + pMetro project. After that you can build shortest route and calculate trip time using subway and other city transports. There is additional information for stations and 2D schemas (double tap for show). diff --git a/metadata/com.vuze.android.remote.yml b/metadata/com.vuze.android.remote.yml index e2b3294a2f..6486accac9 100644 --- a/metadata/com.vuze.android.remote.yml +++ b/metadata/com.vuze.android.remote.yml @@ -32,12 +32,12 @@ Description: |- * Ad free experience For a complete step-by-step guide read the - [http://wiki.vuze.com/w/Android_Remote_Guide Vuze Remote for Android guide]. For - additional help please visit the [http://forum.vuze.com/forum.jspa?forumID=127 - Vuze forum]. + Vuze Remote for Android guide. For + additional help please visit the forum. Have a suggestion? Please use our - [http://vote.vuze.com/forums/227649-android-remote Vuze Remote Voting service]. + Vuze Remote Voting service. RepoType: git Repo: https://github.com/vuze/vuze-remote-for-android diff --git a/metadata/com.vwp.locdemo.yml b/metadata/com.vwp.locdemo.yml index a2b3f67edc..4994acc06d 100644 --- a/metadata/com.vwp.locdemo.yml +++ b/metadata/com.vwp.locdemo.yml @@ -7,8 +7,8 @@ IssueTracker: https://sourceforge.net/p/libwlocate AutoName: LocDemo Description: |- Uses the libwlocate library to get the current geographic position, then - downloads the related map tiles from the [http://www.openstreetmap.org - OpenStreetMap project] and displays them within the main screen. The calculated + downloads the related map tiles from the project and displays them within the main screen. The calculated geographic position is highlighted with a red circle. Its radius differs and depends on the quality of the returned location result. diff --git a/metadata/com.waifusims.wanicchou.yml b/metadata/com.waifusims.wanicchou.yml index 2ede854a40..5e6dbdcaf9 100644 --- a/metadata/com.waifusims.wanicchou.yml +++ b/metadata/com.waifusims.wanicchou.yml @@ -10,7 +10,7 @@ AutoName: Wanicchou Summary: Online Japanese-Japanese Dictionary with Anki support Description: |- 和日帳 (わにっちょう)Wanicchou is a J-J Dictionary drawing definitions from - [https://www.sanseido.biz/ Sanseido] interfaced with the AnkiDroid API to + Sanseido interfaced with the AnkiDroid API to quickly add words and their definitions. RepoType: git diff --git a/metadata/com.wangdaye.mysplash.yml b/metadata/com.wangdaye.mysplash.yml index 198dd1d1eb..74e226a439 100644 --- a/metadata/com.wangdaye.mysplash.yml +++ b/metadata/com.wangdaye.mysplash.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/WangDaYeeeeee/Mysplash/releases AutoName: Mysplash Description: |- - A lightweight client for [https://unsplash.com/ Unsplash] with following + A lightweight client for Unsplash with following features: * 100000+ photos @@ -18,8 +18,8 @@ Description: |- * share photos and set as wallpaper * download raw photos. - By using this app you agree to the [https://unsplash.com/license Unsplash photos - license]. + By using this app you agree to the Unsplash photos + license. RepoType: git Repo: https://github.com/WangDaYeeeeee/Mysplash diff --git a/metadata/com.wbrenna.gtfsoffline.yml b/metadata/com.wbrenna.gtfsoffline.yml index d536aedaa4..9f1a7b641a 100644 --- a/metadata/com.wbrenna.gtfsoffline.yml +++ b/metadata/com.wbrenna.gtfsoffline.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/wbrenna/GTFSOffline/issues AutoName: GTFSOffline Description: |- - Based on [https://github.com/gdmalet/grtransit GRTransit] and substantially + Based on GRTransit and substantially modified (supporting multiple transit agencies, with stripped-down privacy centric features), this transit app displays bus route and stop information, as well as bus times (both scheduled and actual expected times), for the Grand @@ -20,7 +20,7 @@ Description: |- stops nearest you, even with multiple bus systems. YOU must download AND process the GTFS bus/rail schedules YOURSELF! Please refer - to the [https://github.com/wbrenna/GTFSOffline/blob/HEAD/README.md README] for + to the README for instructions. RepoType: git diff --git a/metadata/com.wikijourney.wikijourney.yml b/metadata/com.wikijourney.wikijourney.yml index 06901361ce..57ebe32667 100644 --- a/metadata/com.wikijourney.wikijourney.yml +++ b/metadata/com.wikijourney.wikijourney.yml @@ -10,7 +10,7 @@ AutoName: WikiJourney Description: |- This app has been deprecated in favor of https://f-droid.org/packages/eu.wikijourney.wikijourney. - [https://www.wikijourney.eu/ WikiJourney] is an app that allows tourists to + WikiJourney is an app that allows tourists to visit a town with Wikipedia information. The app looks around the user for the points of interest, lists them, then creates a custom trail according to the user's likes and the time he has. diff --git a/metadata/com.wireguard.android.yml b/metadata/com.wireguard.android.yml index f1a9cd8208..4a4d9872a0 100644 --- a/metadata/com.wireguard.android.yml +++ b/metadata/com.wireguard.android.yml @@ -14,7 +14,7 @@ AutoName: WireGuard Description: |- WireGuard is a next generation secure network tunnel protocol. This application allows users to connect to WireGuard tunnels. More information may be found on - the [https://www.wireguard.com project webpage]. + the project webpage. If your device has a custom kernel containing the WireGuard module, then the module will be used for superior battery life and performance. Otherwise a diff --git a/metadata/com.woefe.shoppinglist.yml b/metadata/com.woefe.shoppinglist.yml index 5ae5352eee..5bdd5505ef 100644 --- a/metadata/com.woefe.shoppinglist.yml +++ b/metadata/com.woefe.shoppinglist.yml @@ -11,7 +11,7 @@ Description: |- Manage your shopping lists and other types of lists. The lists are stored as simple text files and use a simple, human-readable syntax. This allows you to synchronize them with other devices by using applications such as - [https://syncthing.net/ Syncthing] and [https://nextcloud.com/ Nextcloud]. + Syncthing and Nextcloud. RepoType: git Repo: https://github.com/woefe/ShoppingList diff --git a/metadata/com.wolas.awesomewallpaper.yml b/metadata/com.wolas.awesomewallpaper.yml index fae00a8bbb..29949a04b3 100644 --- a/metadata/com.wolas.awesomewallpaper.yml +++ b/metadata/com.wolas.awesomewallpaper.yml @@ -8,7 +8,7 @@ AutoName: AwesomeWallpaper Description: |- Live wallpaper featuring a happy llama in a happy world with everything smiling as well as some other internet memes. See the - [https://www.youtube.com/watch?v=Z81cpkYk7nc preview video on YouTube]. + preview video on YouTube. RepoType: git Repo: https://github.com/vvolas/Awesome-Live-Wallpaper diff --git a/metadata/com.xabber.android.yml b/metadata/com.xabber.android.yml index 3b4ede625a..aa0552f442 100644 --- a/metadata/com.xabber.android.yml +++ b/metadata/com.xabber.android.yml @@ -72,13 +72,13 @@ Description: |- We do, however, have great sympathy for any decent person who requires support, and we do try to help. You just have to ask nicely. If you are rude, make demands, feel entitled to premium service or lecture us how to behave, we kindly ask you to uninstall our app and be gone for good. '''Getting support''' - * Read [https://xabber.com/faq/ F.A.Q.] on our website, you’ll be amazed how many issues are already covered! + * Read F.A.Q. on our website, you’ll be amazed how many issues are already covered! * Email is the best way to get tech support. Be nice, and we’ll do our best to provide you help. Please, describe your issue in detail. If possible, attach screenshots and debug logs that would help us understand what went wrong. - For more information visit [https://xabber.com xabber.com] or follow [https://twitter.com/Xabber_XMPP/ @xabber_xmpp] on Twitter. + For more information visit xabber.com or follow @xabber_xmpp on Twitter. '''Antifeatures:''' - * Tracking - The app connects to [https://xabber.com xabber.com] on every start even if "send errors and debug info" is disabled. More info [https://github.com/redsolution/xabber-android/issues/857#issuecomment-539421900 here] and in their [https://www.xabber.com/policy/ Privacy policy]. + * Tracking - The app connects to xabber.com on every start even if "send errors and debug info" is disabled. More info here and in their Privacy policy. RepoType: git Repo: https://github.com/redsolution/xabber-android.git diff --git a/metadata/com.xda.theme.cyanogenmod.yml b/metadata/com.xda.theme.cyanogenmod.yml index 0f8ae6976f..308d93cc78 100644 --- a/metadata/com.xda.theme.cyanogenmod.yml +++ b/metadata/com.xda.theme.cyanogenmod.yml @@ -6,7 +6,7 @@ SourceCode: https://github.com/enricocid/ChocoUI---XDA-Colors AutoName: ChocoUI (XDA colors) Description: |- Chocolate styled theme for Cyanogenmod. It's based on the former - [http://forum.xda-developers.com/ XDA] colors. + XDA colors. Builds: - versionName: '4' diff --git a/metadata/com.xenris.liquidwarsos.yml b/metadata/com.xenris.liquidwarsos.yml index c91f078e0d..24a16e2ce3 100644 --- a/metadata/com.xenris.liquidwarsos.yml +++ b/metadata/com.xenris.liquidwarsos.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/xenris/liquid-wars-android/issues AutoName: Liquid Wars OS Description: |- Liquid Wars is a complete rewrite and redesign of the original game - [http://www.ufoot.org/liquidwar/ Liquid War], but has been designed for the + Liquid War, but has been designed for the Android operating system. RepoType: git diff --git a/metadata/com.yubico.yubiclip.yml b/metadata/com.yubico.yubiclip.yml index c3b64af51d..34e6559001 100644 --- a/metadata/com.yubico.yubiclip.yml +++ b/metadata/com.yubico.yubiclip.yml @@ -20,14 +20,14 @@ Description: |- https://my.yubico.com/neo/ This can be done using the - [http://opensource.yubico.com/yubikey-personalization-gui/ personalization - tool]. + personalization + tool. When using a YubiKey NEO with a static password in scan code mode you will need to configure which keyboard layout to use in the YubiClip Settings. Currently only the US layout is supported. If you would like to see additional layout support, please consider contributing code via a pull request to - [https://github.com/Yubico/yubiclip-android/ our source code repositiory]. + our source code repositiory. RepoType: git Repo: https://github.com/Yubico/yubiclip-android.git diff --git a/metadata/com.zeapo.pwdstore.yml b/metadata/com.zeapo.pwdstore.yml index 42bd1ab172..f9a6048744 100644 --- a/metadata/com.zeapo.pwdstore.yml +++ b/metadata/com.zeapo.pwdstore.yml @@ -11,8 +11,7 @@ Bitcoin: 1H1Z1NPTrR5Cej9bKV3Hu4f5WJZYtkbpox AutoName: Password Store (legacy) Description: |- - Simple password manager that is compatible with [http://www.passwordstore.org/ - pass]: Passwords are stored in simple text files which are encrypted with + Simple password manager that is compatible with pass: Passwords are stored in simple text files which are encrypted with OpenPGP. Requires https://f-droid.org/packages/org.sufficientlysecure.keychain to encrypt and decrypt passwords. diff --git a/metadata/com.zeusln.zeus.yml b/metadata/com.zeusln.zeus.yml index 8a5abe3ace..22cc76ae27 100644 --- a/metadata/com.zeusln.zeus.yml +++ b/metadata/com.zeusln.zeus.yml @@ -10,7 +10,7 @@ Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc AutoName: Zeus Description: |- - [Note: The app is now developed under a new appID as [https://f-droid.org/en/packages/app.zeusln.zeus Zeus]] + [Note: The app is now developed under a new appID as Zeus] Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators diff --git a/metadata/com.zoffcc.applications.zanavi.yml b/metadata/com.zoffcc.applications.zanavi.yml index d32f0c58a5..ad289605a0 100644 --- a/metadata/com.zoffcc.applications.zanavi.yml +++ b/metadata/com.zoffcc.applications.zanavi.yml @@ -14,13 +14,13 @@ Description: |- fiddling with settings and xml files. You can further improve the translations at - [https://translations.launchpad.net/zanavi/trunk/+pots/zanavi Menu Translations] - and [https://translations.launchpad.net/zanavi/navit-orig-import/+pots/navit - Navigation Translations]. + Menu Translations + and Translations. Here are some screenshots: - [https://wiki.openstreetmap.org/wiki/ZANavi#Screenshots Screenshots] + Screenshots Join us on [irc://irc.freenode.org/zanavi IRC]. diff --git a/metadata/community.peers.internetradio.yml b/metadata/community.peers.internetradio.yml index 98e3fc9958..b126214ed9 100644 --- a/metadata/community.peers.internetradio.yml +++ b/metadata/community.peers.internetradio.yml @@ -13,8 +13,7 @@ Description: | * Single-tap the notification to play/pause the stream * Remove the notification to stop the player - The list of radio stations is maintained by [https://www.radio-browser.info - RadioBrowser], and the data is retrieved from [https://dokk.org/about DOKK]. + The list of radio stations is maintained by RadioBrowser, and the data is retrieved from DOKK. RepoType: git Repo: https://notabug.org/zplus/InternetRadio.git diff --git a/metadata/community.peers.license.yml b/metadata/community.peers.license.yml index f6b10a95dc..35ec2956c3 100644 --- a/metadata/community.peers.license.yml +++ b/metadata/community.peers.license.yml @@ -8,11 +8,11 @@ IssueTracker: https://notabug.org/metadb-apps/License/issues AutoName: License Description: |- Search software licenses and read their full text version, as defined by - [https://spdx.org SPDX]. SPDX (Software Package Data Exchange) is a file format + SPDX. SPDX (Software Package Data Exchange) is a file format used to document information on the software licenses under which a given piece of computer software is distributed. - The data is retrieved from [https://metadb.peers.community MetaDB], a public + The data is retrieved from MetaDB, a public database of free/libre data. RepoType: git diff --git a/metadata/cxa.gridwallpaper.yml b/metadata/cxa.gridwallpaper.yml index 31109cd143..1a3a2d33c3 100644 --- a/metadata/cxa.gridwallpaper.yml +++ b/metadata/cxa.gridwallpaper.yml @@ -8,8 +8,8 @@ IssueTracker: https://github.com/ghisguth/sunlight/issues Name: Limitless grid AutoName: Limitless Grid Live Wallpaper Description: |- - This is small live wallpaper inspired by 1K demo [http://www.tylerdurden.net.ru - "In the mist of web"]. Website is in Russian. + This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian. RepoType: git Repo: https://github.com/ghisguth/sunlight.git diff --git a/metadata/cxa.lineswallpaper.yml b/metadata/cxa.lineswallpaper.yml index 1c20409055..886eb3099c 100644 --- a/metadata/cxa.lineswallpaper.yml +++ b/metadata/cxa.lineswallpaper.yml @@ -8,8 +8,8 @@ IssueTracker: https://github.com/ghisguth/sunlight/issues Name: Blurred Lines AutoName: Blurred Lines Live Wallpaper Description: |- - This is small live wallpaper inspired by 1K demo [http://www.tylerdurden.net.ru - "In the mist of web"]. Website is in Russian. + This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian. RepoType: git Repo: https://github.com/ghisguth/sunlight.git diff --git a/metadata/cz.jiriskorpil.amixerwebui.yml b/metadata/cz.jiriskorpil.amixerwebui.yml index 111ade3411..a0db4d9ba7 100644 --- a/metadata/cz.jiriskorpil.amixerwebui.yml +++ b/metadata/cz.jiriskorpil.amixerwebui.yml @@ -10,7 +10,7 @@ IssueTracker: https://github.com/JiriSko/amixer-webui-android/issues AutoName: ALSA Mixer WebUI Description: |- Allows to control ALSA volume on remote server using - [https://amixerwebui.jiriskorpil.cz ALSA Mixer WebUI]. + ALSA Mixer WebUI. RepoType: git Repo: https://github.com/JiriSko/amixer-webui-android.git diff --git a/metadata/cz.martykan.forecastie.yml b/metadata/cz.martykan.forecastie.yml index d59d3579c2..dca9e9326d 100644 --- a/metadata/cz.martykan.forecastie.yml +++ b/metadata/cz.martykan.forecastie.yml @@ -10,8 +10,7 @@ Changelog: https://github.com/martykan/forecastie/releases AutoName: Forecastie Description: |- - Show weather information. Data is gathered from [http://openweathermap.org/ - OpenWeatherMap], via their public API. + Show weather information. Data is gathered from OpenWeatherMap, via their public API. Features: diff --git a/metadata/de.arnefeil.bewegungsmelder.yml b/metadata/de.arnefeil.bewegungsmelder.yml index cb03f07547..b54460db67 100644 --- a/metadata/de.arnefeil.bewegungsmelder.yml +++ b/metadata/de.arnefeil.bewegungsmelder.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/arnef/bewegungsmelder-android/issues AutoName: Bewegungsmelder Description: |- - Companion app for [https://bewegungsmelder.org/ Bewegungsmelder], a website + Companion app for Bewegungsmelder, a website focusing on concerts and other events around Hamburg, Germany. RepoType: git diff --git a/metadata/de.arnowelzel.android.periodical.yml b/metadata/de.arnowelzel.android.periodical.yml index 78f2726e1b..241f25c9e0 100644 --- a/metadata/de.arnowelzel.android.periodical.yml +++ b/metadata/de.arnowelzel.android.periodical.yml @@ -15,7 +15,7 @@ Description: |- are more accurate methods, like measuring the basal body temperature. If you have any further questions or want to help translating the app, please - [http://arnowelzel.de/wiki/en/arno contact upstream]. + contact upstream. RepoType: git Repo: https://github.com/arnowelzel/periodical.git diff --git a/metadata/de.asmw.sudokunst.yml b/metadata/de.asmw.sudokunst.yml index c724016092..b690ec12f7 100644 --- a/metadata/de.asmw.sudokunst.yml +++ b/metadata/de.asmw.sudokunst.yml @@ -8,8 +8,8 @@ IssueTracker: https://gitlab.com/asmw/sudokunst/-/issues Description: |- A sudoku game which allows the user to draw the letters into the fields - * Uses [https://github.com/tiny-dnn/tiny-dnn tiny-dnn] and the MNIST dataset for character recognition - * the games are generated using [https://github.com/stephenostermiller/qqwing QQwing] + * Uses tiny-dnn and the MNIST dataset for character recognition + * the games are generated using QQwing RepoType: git Repo: https://gitlab.com/asmw/sudokunst.git diff --git a/metadata/de.b0nk.fp1_epo_autoupdate.yml b/metadata/de.b0nk.fp1_epo_autoupdate.yml index 9797e7766b..23aa17c235 100644 --- a/metadata/de.b0nk.fp1_epo_autoupdate.yml +++ b/metadata/de.b0nk.fp1_epo_autoupdate.yml @@ -40,7 +40,7 @@ Description: |- downloads the two EPO.dat and the checksum from an FTP server from Mediatek. However, the checksum is often calculated wrong by Mediatek. Therefore, the check of the .DAT file fails and the 'EPO update failure' occurs. See - [http://forum.xda-developers.com/showthread.php?t=1975500 XDA Developer]. + XDA Developer. AntiFeature: Downloads and installs non-free binary/firmware provided by Mediatek. diff --git a/metadata/de.baumann.browser.yml b/metadata/de.baumann.browser.yml index 6ca2005a40..24c7ca2d51 100644 --- a/metadata/de.baumann.browser.yml +++ b/metadata/de.baumann.browser.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md AutoName: FOSS Browser Description: |- Simple browser based on Android's WebView. The base is - [https://github.com/mthli/Ninja Ninja]. The intention is to provide a simple and + Ninja. The intention is to provide a simple and light wight but powerful browser with a nice looking user interface. '''Some nice extra features:''' diff --git a/metadata/de.baumann.diaspora.yml b/metadata/de.baumann.diaspora.yml index 04019d0ac4..cc73ddea37 100644 --- a/metadata/de.baumann.diaspora.yml +++ b/metadata/de.baumann.diaspora.yml @@ -18,7 +18,7 @@ Description: |- Based on https://f-droid.org/packages/ar.com.tristeslostrestigres.diasporanativewebapp. - [https://github.com/scoute-dich/Diaspora/blob/HEAD/SCREENSHOTS.md Screenshots] + Screenshots RepoType: git Repo: https://github.com/scoute-dich/Diaspora diff --git a/metadata/de.baumann.hhsmoodle.yml b/metadata/de.baumann.hhsmoodle.yml index ab64f99550..178296d7a1 100644 --- a/metadata/de.baumann.hhsmoodle.yml +++ b/metadata/de.baumann.hhsmoodle.yml @@ -8,10 +8,9 @@ Changelog: https://github.com/scoute-dich/HHSMoodle/blob/HEAD/CHANGELOG.md AutoName: FOSS Moodle Description: |- - Interact with the Moodle instance of the [http://huebsch.karlsruhe.de/ - Heinrich-Huebsch-Schule] in Karlsruhe, Germany. + Interact with the Moodle instance of the Heinrich-Huebsch-Schule in Karlsruhe, Germany. - [https://github.com/scoute-dich/HHSMoodle/blob/HEAD/SCREENSHOTS.md Screenshots] + Screenshots RepoType: git Repo: https://github.com/scoute-dich/HHSMoodle diff --git a/metadata/de.baumann.sieben.yml b/metadata/de.baumann.sieben.yml index fad857c5a1..ac60f97bfc 100644 --- a/metadata/de.baumann.sieben.yml +++ b/metadata/de.baumann.sieben.yml @@ -16,7 +16,7 @@ Description: |- * jump to previous or next exercice * english and german - [https://github.com/scoute-dich/Sieben/blob/HEAD/SCREENSHOTS.md Screenshots] + Screenshots RepoType: git Repo: https://github.com/scoute-dich/Sieben diff --git a/metadata/de.baumann.thema.yml b/metadata/de.baumann.thema.yml index ed7a46f431..c1ed18fe51 100644 --- a/metadata/de.baumann.thema.yml +++ b/metadata/de.baumann.thema.yml @@ -12,8 +12,7 @@ Description: |- device running the Cyanogenmod 12 ROM or any other rom compatible with the CM12 theme engine is needed to use the theme. - [https://github.com/scoute-dich/Blue-Minimal/blob/HEAD/screenshots.md - Screenshots] + Screenshots Builds: - versionName: '3.1' diff --git a/metadata/de.baumann.weather.yml b/metadata/de.baumann.weather.yml index 4d95c7cb81..1e4a9782bd 100644 --- a/metadata/de.baumann.weather.yml +++ b/metadata/de.baumann.weather.yml @@ -17,7 +17,7 @@ Description: |- * search and save other locations as bookmarks * usefull weather informations (satelitt, rain radar, topic of the day, ...) - [https://github.com/scoute-dich/Weather/blob/master/SCREENSHOTS.md Screenshots] + Screenshots RepoType: git Repo: https://github.com/scoute-dich/Weather diff --git a/metadata/de.bitsharesmunich.smartcoinswallet.yml b/metadata/de.bitsharesmunich.smartcoinswallet.yml index 9d2bfa1328..23d7cf0493 100644 --- a/metadata/de.bitsharesmunich.smartcoinswallet.yml +++ b/metadata/de.bitsharesmunich.smartcoinswallet.yml @@ -38,8 +38,7 @@ Description: |- * Quickly and Easily share your payment address via email, chat, wireless, SMS, social media and telephone * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh - You can find more information [https://github.com/kenCode-de/smartcoins-wallet - here]. + You can find more information here. RepoType: git Repo: https://github.com/kenCode-de/smartcoins-wallet.git diff --git a/metadata/de.bitsharesmunich.wallet.yml b/metadata/de.bitsharesmunich.wallet.yml index db105eebe3..55f3a41637 100644 --- a/metadata/de.bitsharesmunich.wallet.yml +++ b/metadata/de.bitsharesmunich.wallet.yml @@ -47,8 +47,7 @@ Description: |- * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh * Now in 22 languages! - You can find more information [https://github.com/kenCode-de/bitshares-wallet - here]. + You can find more information here. RepoType: git Repo: https://github.com/kenCode-de/bitshares-wallet.git diff --git a/metadata/de.blau.android.yml b/metadata/de.blau.android.yml index f57bd90abb..82d35989e3 100644 --- a/metadata/de.blau.android.yml +++ b/metadata/de.blau.android.yml @@ -30,7 +30,7 @@ Description: |- Help and instructions are available on device and on the - [https://vespucci.io/ Vespucci website]. + Vespucci website. RepoType: git Repo: https://github.com/MarcusWolschon/osmeditor4android diff --git a/metadata/de.c3nav.droid.yml b/metadata/de.c3nav.droid.yml index 55862ea428..a77a6ecd5b 100644 --- a/metadata/de.c3nav.droid.yml +++ b/metadata/de.c3nav.droid.yml @@ -8,8 +8,7 @@ Changelog: https://github.com/c3nav/c3nav-android/releases AutoName: c3nav Description: |- This is the official Android app for c3nav, the map & indoor navigation software - at the Chaos Communication Congress which you can find at [https://c3nav.de - c3nav.de]. + at the Chaos Communication Congress which you can find at c3nav.de. With this app, you get to use c3nav with native Android features, including: diff --git a/metadata/de.chaosdorf.meteroid.yml b/metadata/de.chaosdorf.meteroid.yml index 9e35270a60..30c6095efa 100644 --- a/metadata/de.chaosdorf.meteroid.yml +++ b/metadata/de.chaosdorf.meteroid.yml @@ -7,7 +7,7 @@ Changelog: https://github.com/chaosdorf/meteroid/releases AutoName: meteroid Description: |- - [https://github.com/chaosdorf/mete Mete] is a system to have donations prepaid. + Mete is a system to have donations prepaid. You can create an account and deposit money. Later you can use your account balance to buy drinks and snacks. diff --git a/metadata/de.digisocken.anotherrss.yml b/metadata/de.digisocken.anotherrss.yml index a7bb97fd11..dc16964c93 100644 --- a/metadata/de.digisocken.anotherrss.yml +++ b/metadata/de.digisocken.anotherrss.yml @@ -12,7 +12,7 @@ Description: |- '''NOTE:''' This app is no longer maintained (its repo was archived). AnotherRSS is a Atom/RSS feed reader. You can add '''many''' RSS feed urls. It - is very similar to [https://github.com/no-go/ViboraFeed Vibora-Feed] but without + is very similar to Vibora-Feed but without the "branding" or any limitations. Features: @@ -43,7 +43,7 @@ Description: |- ignored. If you delete single feed news, then they will be destroyed in the caching system. - [https://no-go.github.io/AnotherRSS/#screenshots Screenshots] + Screenshots RepoType: git Repo: https://github.com/no-go/AnotherRSS diff --git a/metadata/de.digisocken.openwort.yml b/metadata/de.digisocken.openwort.yml index b547e2a4b1..3ec1a65582 100644 --- a/metadata/de.digisocken.openwort.yml +++ b/metadata/de.digisocken.openwort.yml @@ -10,7 +10,7 @@ Description: |- OpenWort ist ein kleiner, einfach bedienbarer Thesaurus der deutschen Sprache mit vielen Redewendungen und Synonymen. Als Datenquelle dient eine Text-Datei - von [http://www.openthesaurus.de/ OpenThesaurus] (LGPL Lizenz), die in die App + von OpenThesaurus (LGPL Lizenz), die in die App fest eingebaut ist. Eine Internetverbindung ist daher zur Benutzung nicht notwendig. diff --git a/metadata/de.enaikoon.android.keypadmapper3.yml b/metadata/de.enaikoon.android.keypadmapper3.yml index 63d59cb62d..90aec6efa0 100644 --- a/metadata/de.enaikoon.android.keypadmapper3.yml +++ b/metadata/de.enaikoon.android.keypadmapper3.yml @@ -22,7 +22,7 @@ Description: |- Note that although it's not mentioned anywhere except very deep in the help page, this application collects and uploads GSM cell data. See - [https://f-droid.org/repository/issues/?do=view_issue&issue=421 here] for more + here for more information. RepoType: git diff --git a/metadata/de.geeksfactory.opacclient.yml b/metadata/de.geeksfactory.opacclient.yml index 7605662b69..d367fdba2d 100644 --- a/metadata/de.geeksfactory.opacclient.yml +++ b/metadata/de.geeksfactory.opacclient.yml @@ -28,7 +28,7 @@ Description: |- * View of information about the library (e.g. opening hours) The list of supported libraries is available on - [https://opacapp.net/en/libraries/ our website]. + our website. RepoType: git Repo: https://github.com/raphaelm/opacclient.git diff --git a/metadata/de.grobox.liberario.yml b/metadata/de.grobox.liberario.yml index c7063fe382..f5ab0a7825 100644 --- a/metadata/de.grobox.liberario.yml +++ b/metadata/de.grobox.liberario.yml @@ -27,8 +27,7 @@ Description: |- Discover nearby stations and show upcoming departures including the delays (if there are any). - [https://github.com/grote/Transportr/blob/master/README.md#screenshots - Screenshots] + Screenshots RepoType: git Repo: https://github.com/grote/Transportr.git diff --git a/metadata/de.guerda.matekarte.yml b/metadata/de.guerda.matekarte.yml index 447f906932..19ec14d7b0 100644 --- a/metadata/de.guerda.matekarte.yml +++ b/metadata/de.guerda.matekarte.yml @@ -8,11 +8,11 @@ IssueTracker: https://github.com/guerda/Matekarte/issues AutoName: Matekarte Summary: Find retailers for Mate drink in Germany Description: |- - Android client for [https://www.matekarte.de/ Matekarte], which lets you find + Android client for Matekarte, which lets you find you locations of nearby dealers for Yerba Mate drinks like Club-Mate, Flora Power, 1337MATE, and many more. - Special thanks to [https://www.pascalj.de Pascal] for creating Matekarte.de and + Special thanks to Pascal for creating Matekarte.de and the excellent API on this. Explanation for permissions: diff --git a/metadata/de.hirtenstrasse.michael.lnkshortener.yml b/metadata/de.hirtenstrasse.michael.lnkshortener.yml index ec4d26f7b2..599955e4a7 100644 --- a/metadata/de.hirtenstrasse.michael.lnkshortener.yml +++ b/metadata/de.hirtenstrasse.michael.lnkshortener.yml @@ -11,14 +11,14 @@ Description: |- LnkShortener is working out of the box. Simply share a link via the share function of your browser or any other app with LnkShortener and it will instantaneously display a shortened URL. If you have a workin - [https://project.polr.me/ Polr] installation enable the API and obtain an + Polr installation enable the API and obtain an API-Key. Open the Settings in LnkShortener and enter the address of your Polr server (e.g. [https://1n.pm)] including the protocol (e.g. [https://]). Afterwards copy and paste the API-Key to the next field and you're ready to go with your own domain. - The App initially running with the [https://1n.pm 1n.pm URL shortening service]. - You can [https://1n.pm/signup register an account] for free and keep track of + The App initially running with the 1n.pm URL shortening service. + You can register an account for free and keep track of your links and use the analytics functionalities of Polr. RepoType: git diff --git a/metadata/de.igloffstein.maik.aRevelation.yml b/metadata/de.igloffstein.maik.aRevelation.yml index 6630a3a166..4dac8028a6 100644 --- a/metadata/de.igloffstein.maik.aRevelation.yml +++ b/metadata/de.igloffstein.maik.aRevelation.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/OldSparkyMI/aRevelation/releases AutoName: aRevelation Description: |- ''aRevelation'' is an Android password manager based on - [https://revelation.olasagasti.info/ Revelation] Password Manager file + Revelation Password Manager file format. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface on your smartphone. diff --git a/metadata/de.k3b.android.calendar.ics.adapter.yml b/metadata/de.k3b.android.calendar.ics.adapter.yml index 786d334f8a..691cbcb226 100644 --- a/metadata/de.k3b.android.calendar.ics.adapter.yml +++ b/metadata/de.k3b.android.calendar.ics.adapter.yml @@ -19,7 +19,7 @@ Description: |- calender-form". android.calendar.ics.adapter is a fork of https://f-droid.org/packages/org.dgtale.icsimport that uses the - [http://ical4j.sourceforge.net ical4j] library. + ical4j library. '''Required Android Permissions:''' diff --git a/metadata/de.k3b.android.contentproviderhelper.yml b/metadata/de.k3b.android.contentproviderhelper.yml index 1c759ebb97..6dd98818bc 100644 --- a/metadata/de.k3b.android.contentproviderhelper.yml +++ b/metadata/de.k3b.android.contentproviderhelper.yml @@ -15,12 +15,11 @@ Description: |- "content:" uri), columns and they can be queried similar to SQL. Android uses - [https://developer.android.com/guide/topics/providers/content-providers.html - content-providers] as API to manage global accessable data (i.e. images, address + content-providers as API to manage global accessable data (i.e. images, address book, text messages, ...). - Forked from [https://github.com/jenzz/ContentProviderHelper jenzz-s - ContentProviderHelper] which is not maintained anymore. + Forked from jenzz-s + ContentProviderHelper which is not maintained anymore. App permissions are set generously to provide maximum compatibility. diff --git a/metadata/de.k3b.android.locationMapViewer.yml b/metadata/de.k3b.android.locationMapViewer.yml index 5da044fa66..6df649857d 100644 --- a/metadata/de.k3b.android.locationMapViewer.yml +++ b/metadata/de.k3b.android.locationMapViewer.yml @@ -15,8 +15,8 @@ Description: |- geodata has been downloaded and cached. Other Android apps can use LocationMapViewer through an - [https://github.com/k3b/LocationMapViewer/blob/HEAD/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java - Intent interface] or through html links like [geo:0,0?q=53.0,8.0(Hello)] (interface or through html links like [geo:0,0?q=53.0,8.0(Hello)] (geo:0,0?q=53.0,8.0(Hello)) Required Android Permissions: diff --git a/metadata/de.karbach.tac.yml b/metadata/de.karbach.tac.yml index ab0c5a61bc..12f2bd81db 100644 --- a/metadata/de.karbach.tac.yml +++ b/metadata/de.karbach.tac.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/CarstenKarbach/MoTAC/issues AutoName: MoTAC Description: |- - Play [http://www.spiel-tac.de/ TAC] on the go. + Play TAC on the go. ''MoTAC'' is a mobile board for the TAC board game. This app and your TAC cards is all you need to play TAC everywhere. Save and resume your game at any time. diff --git a/metadata/de.langerhans.wallet.yml b/metadata/de.langerhans.wallet.yml index 2832528c2b..480be61340 100644 --- a/metadata/de.langerhans.wallet.yml +++ b/metadata/de.langerhans.wallet.yml @@ -6,9 +6,8 @@ SourceCode: https://github.com/langerhans/dogecoin-wallet-new IssueTracker: https://github.com/langerhans/dogecoin-wallet-new/issues AutoName: Dogecoin Wallet -Description: |- - Dogecoin is a digital currency similar to [http://en.wikipedia.org/wiki/Bitcoin - Bitcoin]. The app itself is based on https://f-droid.org/packages/de.schildbach.wallet. +Description: Dogecoin is a digital currency similar to Bitcoin. + The app itself is based on https://f-droid.org/packages/de.schildbach.wallet. RepoType: git Repo: https://github.com/langerhans/dogecoin-wallet-new.git diff --git a/metadata/de.lihotzki.pixelflood.yml b/metadata/de.lihotzki.pixelflood.yml index cd5dbe8049..e31c1cabc4 100644 --- a/metadata/de.lihotzki.pixelflood.yml +++ b/metadata/de.lihotzki.pixelflood.yml @@ -7,8 +7,7 @@ IssueTracker: https://github.com/lukaslihotzki/pixelflood/issues AutoName: Pixelflut Description: |- - A fast, asynchronous implementation of [https://cccgoe.de/wiki/Pixelflut - Pixelflut]. + A fast, asynchronous implementation of Pixelflut. Pixelflut is a text-based protocol. With its PX command, a single pixel can be set on a buffer. diff --git a/metadata/de.live.gdev.timetracker.yml b/metadata/de.live.gdev.timetracker.yml index e14df2ecec..b3987d0f93 100644 --- a/metadata/de.live.gdev.timetracker.yml +++ b/metadata/de.live.gdev.timetracker.yml @@ -14,7 +14,7 @@ Litecoin: LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w AutoName: Kimai Description: |- - Client for the time managment software [http://www.kimai.org/ Kimai]. This app + Client for the time managment software Kimai. This app makes mobile tracking and logging into your kimai existing installation easier. If you want to be auto logged in after application start check the appropiate box. diff --git a/metadata/de.locked.cellmapper.yml b/metadata/de.locked.cellmapper.yml index 90da498f40..42751c92a7 100644 --- a/metadata/de.locked.cellmapper.yml +++ b/metadata/de.locked.cellmapper.yml @@ -11,7 +11,7 @@ Summary: Log signal data and coordinates Description: |- Record signal data with GPS coordinates. You can export your data to CSV and KML or upload to a server. Server part is available - [https://github.com/locked-fg/signalcoverage-server on github]. + on github. RepoType: git Repo: https://github.com/locked-fg/signalcoverage.git diff --git a/metadata/de.lsubel.amam.yml b/metadata/de.lsubel.amam.yml index c602ec0588..e750c5ffee 100644 --- a/metadata/de.lsubel.amam.yml +++ b/metadata/de.lsubel.amam.yml @@ -14,7 +14,7 @@ Description: |- a questionnaire. They should help to learn about the interviewee and their character. The French author Marcel Proust (1871-1922) was one of the most famous people who answered it - ([https://en.wikipedia.org/wiki/Proust_Questionnaire Wikipedia]). This + (Wikipedia). This application allows to get a randomized question from questionnaire, e.g. the Proust questionnaire, so you can discuss it with another person. diff --git a/metadata/de.luhmer.owncloudnewsreader.yml b/metadata/de.luhmer.owncloudnewsreader.yml index b1575e2a66..a6c2fc5049 100644 --- a/metadata/de.luhmer.owncloudnewsreader.yml +++ b/metadata/de.luhmer.owncloudnewsreader.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/nextcloud/news-android/blob/HEAD/CHANGELOG.md AutoName: News Description: |- - The [https://github.com/nextcloud/news-android Nextcloud News Reader App] makes + The Nextcloud News Reader App makes it possible to synchronize feeds between Android and the Nextcloud/ownCloud News App and let’s you read RSS feeds on the go. diff --git a/metadata/de.naturalnet.mirwtfapp.yml b/metadata/de.naturalnet.mirwtfapp.yml index d54632ff7d..08ddacdcaa 100644 --- a/metadata/de.naturalnet.mirwtfapp.yml +++ b/metadata/de.naturalnet.mirwtfapp.yml @@ -11,7 +11,7 @@ Bitcoin: 1EAytSwn1u7tKTZ9sMDVCzDqe2nwVf4Pra AutoName: WTF‽ (The MirOS Project) Description: |- Offline version of the wtf acronyms database frontend as shipped with - [https://www.mirbsd.org/ The MirOS Project]. It uses the same database, which at + The MirOS Project. It uses the same database, which at the time of writing knew about more than 19000 expansions for over 13000 acronyms. diff --git a/metadata/de.nico.asura.yml b/metadata/de.nico.asura.yml index bd2511299b..9c0f48aced 100644 --- a/metadata/de.nico.asura.yml +++ b/metadata/de.nico.asura.yml @@ -11,13 +11,12 @@ AutoName: Asura Summary: Template for an app parsing a JSON file Description: |- As of April 2018, this project is - [https://gitlab.com/asura/android/commit/c2f65b8265509aaf6c8511769329230da11ba698 - unmaintained]. + unmaintained. The goal of Asura is to make it easy to build an individual app which parses a JSON file and display it in a ListView, mainly just with configuring a single file. To get further information, take a look - [https://gitlab.com/asura/android/blob/HEAD/README.md here]. + here. RepoType: git Repo: https://gitlab.com/asura/android.git diff --git a/metadata/de.nico.ha_manager.yml b/metadata/de.nico.ha_manager.yml index 8ced203014..2a944c171c 100644 --- a/metadata/de.nico.ha_manager.yml +++ b/metadata/de.nico.ha_manager.yml @@ -11,8 +11,7 @@ AutoName: HW-Manager Summary: Manage your homework Description: |- As of April 2018, this app is - [https://gitlab.com/hw-manager/android/commit/471b28a05741f4564a55e6c2ef64b0386be75567 - unmaintained]. + unmaintained. Make your schoolday easier by keeping the overview over your homework. The project follows the "KISS" principle - Keep it simple, stupid. diff --git a/metadata/de.phoenixstudios.pc_dimmer.yml b/metadata/de.phoenixstudios.pc_dimmer.yml index 2097666755..1b1684f353 100644 --- a/metadata/de.phoenixstudios.pc_dimmer.yml +++ b/metadata/de.phoenixstudios.pc_dimmer.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/xn--nding-jua/PC_DIMMER_Android/issues AutoName: PC_DIMMER Description: |- - Control some parts of [https://www.pcdimmer.de/ PCDIMMER] instances, a software + Control some parts of PCDIMMER instances, a software for managing up to 16 DMX-Universes. * control panel @@ -16,8 +16,7 @@ Description: |- * node control * channel overview and single channels - [https://github.com/xn--nding-jua/PC_DIMMER_Android/tree/master/Screenshots - Screenshots] + Screenshots RepoType: git Repo: https://github.com/xn--nding-jua/PC_DIMMER_Android diff --git a/metadata/de.pinyto.exalteddicer.yml b/metadata/de.pinyto.exalteddicer.yml index 63cedc0e77..0d7b3f1c04 100644 --- a/metadata/de.pinyto.exalteddicer.yml +++ b/metadata/de.pinyto.exalteddicer.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/Yonjuni/ExaltedDicer/issues AutoName: Exalted Dicer Description: |- Pool and damage dicing app for the pen and paper RPG - [http://en.wikipedia.org/wiki/Exalted Exalted]. It can roll a pool of maximum 42 + Exalted. It can roll a pool of maximum 42 dices with 10 sides each. The user can decide between damage and pool mode. It counts successes and displays those or a botch. diff --git a/metadata/de.qspool.clementineremote.yml b/metadata/de.qspool.clementineremote.yml index 0379095ed5..2331a6e779 100644 --- a/metadata/de.qspool.clementineremote.yml +++ b/metadata/de.qspool.clementineremote.yml @@ -8,7 +8,7 @@ Changelog: https://raw.githubusercontent.com/clementine-player/Android-Remote/HE AutoName: Clementine Remote Description: |- - You need [http://www.clementine-player.org/downloads Clementine] 1.3 (quite + You need Clementine 1.3 (quite recent) for this to work and to enable the remote Control in Clementine settings first. diff --git a/metadata/de.r4md4c.gamedealz.yml b/metadata/de.r4md4c.gamedealz.yml index e4c33eba85..d8b4603cf4 100644 --- a/metadata/de.r4md4c.gamedealz.yml +++ b/metadata/de.r4md4c.gamedealz.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/R4md4c/GameDealz/issues AutoName: GameDealz Description: |- - GameDealz is a non-official client for the game price comparison website [http://isthereanydeal.com IsThereAnyDeal.com]. + GameDealz is a non-official client for the game price comparison website IsThereAnyDeal.com. '''Features:''' diff --git a/metadata/de.rampro.activitydiary.yml b/metadata/de.rampro.activitydiary.yml index bcf5d1812f..9db295b4f7 100644 --- a/metadata/de.rampro.activitydiary.yml +++ b/metadata/de.rampro.activitydiary.yml @@ -18,7 +18,7 @@ Description: |- are planned. This App is still under development but already usable. Please contribute to the - [https://github.com/ramack/ActivityDiary github project] and submit bug reports, + github project and submit bug reports, feature requests and pull requests! RepoType: git diff --git a/metadata/de.schildbach.wallet.yml b/metadata/de.schildbach.wallet.yml index dde8a03208..7ca821b1c5 100644 --- a/metadata/de.schildbach.wallet.yml +++ b/metadata/de.schildbach.wallet.yml @@ -25,8 +25,7 @@ Description: |- * App widget for Bitcoin balance. See the - [https://raw.githubusercontent.com/bitcoin-wallet/bitcoin-wallet/master/wallet/README.md - README] for more details. Use this at your own risk and be wary that if you + README for more details. Use this at your own risk and be wary that if you don't make a backup of the private keys you will no longer be able to access the Bitcoins contained in the wallet, should the data of the app be lost. @@ -34,7 +33,7 @@ Description: |- Bitcoin network: https://f-droid.org/packages/de.schildbach.wallet_test. All translations are managed via the - [https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ Transifex project]. + Transifex project. RepoType: git Repo: https://github.com/bitcoin-wallet/bitcoin-wallet.git diff --git a/metadata/de.srlabs.snoopsnitch.yml b/metadata/de.srlabs.snoopsnitch.yml index 79f37a96ea..069244b0a3 100644 --- a/metadata/de.srlabs.snoopsnitch.yml +++ b/metadata/de.srlabs.snoopsnitch.yml @@ -16,7 +16,7 @@ Description: |- Requirements: - * Qualcomm-based Android phone (see [https://opensource.srlabs.de/projects/snoopsnitch/wiki/DeviceList device list]) + * Qualcomm-based Android phone (see device list) * Stock Android ROM, version 4.1 or later * Note: Custom Android ROMs like CyanogenMod may or may not work, depending on the availability of a Qualcomm DIAG kernel driver (DIAG_CHAR). * Root privileges on phone diff --git a/metadata/de.stephanlindauer.criticalmaps.yml b/metadata/de.stephanlindauer.criticalmaps.yml index 854bc3c6b2..15ef3d985e 100644 --- a/metadata/de.stephanlindauer.criticalmaps.yml +++ b/metadata/de.stephanlindauer.criticalmaps.yml @@ -10,11 +10,11 @@ Translation: https://www.transifex.com/criticalmaps/criticalmaps/ AutoName: Critical Maps Description: |- - This app tracks your location and shares it via a [http://criticalmaps.net map] + This app tracks your location and shares it via a map with all other participants of the critical mass bicycle protest. You can use the chat to communicate with all other participants. - Location sharing and chat relies on [http://criticalmaps.net criticalmaps.net]. + Location sharing and chat relies on criticalmaps.net. Location tracking is always active while using the app. RepoType: git diff --git a/metadata/de.tap.easy_xkcd.yml b/metadata/de.tap.easy_xkcd.yml index f4a0638be2..c471980261 100644 --- a/metadata/de.tap.easy_xkcd.yml +++ b/metadata/de.tap.easy_xkcd.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/T-Rex96/Easy_xkcd/blob/HEAD/CHANGELOG.md AutoName: Easy xkcd Description: |- - A fast and beautiful way to view your favorite [https://xkcd.com/ xkcd] comics. + A fast and beautiful way to view your favorite xkcd comics. Comic Browser: diff --git a/metadata/de.ub0r.android.callmeter.yml b/metadata/de.ub0r.android.callmeter.yml index f61d250b12..a965cdbbed 100644 --- a/metadata/de.ub0r.android.callmeter.yml +++ b/metadata/de.ub0r.android.callmeter.yml @@ -13,7 +13,7 @@ Description: |- This app sums up your call, text and data logs. Different billing modes and periods are taken into account in the summation. - See [http://www.4.ub0r.de/android/callmeter/rulesets this page] for rulesets. + See this page for rulesets. Changelogs and FAQ are on the website wiki. The non-Free Google Admob in the source code was replaced with an open-source diff --git a/metadata/de.ub0r.android.websms.connector.gmx.yml b/metadata/de.ub0r.android.websms.connector.gmx.yml index 52ace036a6..98f6ba9f44 100644 --- a/metadata/de.ub0r.android.websms.connector.gmx.yml +++ b/metadata/de.ub0r.android.websms.connector.gmx.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/felixb/websms-connector-gmx/issues AutoName: 'WebSMS Connector: GMX' Summary: Websms addon -Description: Send texts via [http://www.gmx.com GMX]. +Description: Send texts via GMX. RepoType: git Repo: https://github.com/felixb/websms-connector-gmx.git diff --git a/metadata/de.ub0r.android.websms.connector.smspilotru.yml b/metadata/de.ub0r.android.websms.connector.smspilotru.yml index 29429fc1ad..f1eb4e8c4b 100644 --- a/metadata/de.ub0r.android.websms.connector.smspilotru.yml +++ b/metadata/de.ub0r.android.websms.connector.smspilotru.yml @@ -8,7 +8,7 @@ AutoName: 'WebSMS Connector: smspilot.ru' Summary: WebSMS addon Description: |- WebSMSDroid let's you send SMS even if you have a WiFi only device via the web. - This build uses [http://smspilot.ru SMSPilot.ru] as backend. + This build uses SMSPilot.ru as backend. RepoType: git Repo: https://github.com/felixb/websms-connector-smspilot-ru.git diff --git a/metadata/de.vibora.viborafeed.yml b/metadata/de.vibora.viborafeed.yml index 7110adf03a..ffe0c6157f 100644 --- a/metadata/de.vibora.viborafeed.yml +++ b/metadata/de.vibora.viborafeed.yml @@ -38,14 +38,14 @@ Description: |- Tested and works well with: - * [http://www.taz.de/!p4608;rss/ TAZ] - * [http://www.tagesschau.de/xml/rss2 Tagesschau] - * [http://www.deutschlandfunk.de/die-nachrichten.353.de.rss Deutschlandfunk] - * [http://www.wz.de/cmlink/wz-rss-uebersicht-1.516698 Westdeutsche Zeitung] - * [http://feeds.t-online.de/rss/nachrichten t-online News] - * [http://news.yahoo.com/rss/ yahoo news] - * [http://feeds.bbci.co.uk/news/world/europe/rss.xml BBC] - * [http://www.heise.de/security/news/news.rdf Heise Security] + * TAZ + * Tagesschau + * Deutschlandfunk + * Westdeutsche Zeitung + * t-online News + * yahoo news + * BBC + * Heise Security App successfuly tested on Android 4.1.1, 5 and 6 @@ -53,11 +53,11 @@ Description: |- To reduce the cached informations, single feed news older than 3 days will be ignored. If you delete single feed news, then they will be destroyed in the - caching system. Because our website [http://vibora.de Vibora.de] (Die Schlange + caching system. Because our website Vibora.de (Die Schlange durch die OpenSource Welt) publishes over a period of 2 weeks and more, this time is set to 90 days. - [https://github.com/no-go/ViboraFeed/blob/master/README.md Screenshots and More] + Screenshots and More RepoType: git Repo: https://github.com/no-go/ViboraFeed diff --git a/metadata/de.wikilab.android.friendica01.yml b/metadata/de.wikilab.android.friendica01.yml index d60539ea29..48d8578c30 100644 --- a/metadata/de.wikilab.android.friendica01.yml +++ b/metadata/de.wikilab.android.friendica01.yml @@ -14,7 +14,7 @@ Description: |- Now it's being extended towards a full interface for Friendica, including timeline display and the ability to view and post on you and your friends' profile walls. You need to have a Friendica account. To get one, choose a site - from the [http://dir.friendica.com/siteinfo Friendica directory]. It's free! + from the Friendica directory. It's free! RepoType: git Repo: https://github.com/max-weller/friendica-for-android.git diff --git a/metadata/dentex.youtube.downloader.yml b/metadata/dentex.youtube.downloader.yml index db66eedbff..4e7a8add1a 100644 --- a/metadata/dentex.youtube.downloader.yml +++ b/metadata/dentex.youtube.downloader.yml @@ -17,8 +17,7 @@ Description: |- A proprietary bug library was removed. - The open-source version was hosted on [https://github.com/dentex/ytdownloader - GitHub] and [https://sourceforge.net/projects/ytdownloader SourceForge], however + The open-source version was hosted on GitHub and SourceForge, however repos have been removed by upstream. RepoType: git diff --git a/metadata/dk.jens.backup.yml b/metadata/dk.jens.backup.yml index 11e526c1f8..924021b669 100644 --- a/metadata/dk.jens.backup.yml +++ b/metadata/dk.jens.backup.yml @@ -19,7 +19,7 @@ Description: |- Requires root: Yes. Copies files from /data/data, /data/app and /system/app. (If you don't have root but have Android 4+ you can use the command-line program - ''adb'' from the [http://developer.android.com/sdk Android SDK] platform tools + ''adb'' from the Android SDK platform tools to make backups via a desktop computer) RequiresRoot: 'yes' diff --git a/metadata/ee.ioc.phon.android.speak.yml b/metadata/ee.ioc.phon.android.speak.yml index ab2b86d979..ebdd226a4c 100644 --- a/metadata/ee.ioc.phon.android.speak.yml +++ b/metadata/ee.ioc.phon.android.speak.yml @@ -14,7 +14,7 @@ Description: |- Offers speech-to-text service to other apps. Apps which allow user input via voice usually have a little microphone button as part of their user interface. It is a free replacement for the proprietary Google voice search, based on the - [http://bark.phon.ioc.ee/speech-api/v1/ Net Speech API] to communicate with a + Net Speech API to communicate with a speech recognition server. Currently only estonian is supported by the pre-confgured server. diff --git a/metadata/email.schaal.ocreader.yml b/metadata/email.schaal.ocreader.yml index 87693641c6..11b54ad2dd 100644 --- a/metadata/email.schaal.ocreader.yml +++ b/metadata/email.schaal.ocreader.yml @@ -11,8 +11,8 @@ Changelog: https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md AutoName: OCReader Description: |- - OCReader is a feed reader for [https://github.com/nextcloud/news Nextcloud - News], just login with your ownCloud/Nextcloud credentials and you can start + OCReader is a feed reader for Nextcloud + News, just login with your ownCloud/Nextcloud credentials and you can start reading your feeds. It features a simple but colorful interface. diff --git a/metadata/eu.e43.impeller.yml b/metadata/eu.e43.impeller.yml index 1739416321..d7d8981073 100644 --- a/metadata/eu.e43.impeller.yml +++ b/metadata/eu.e43.impeller.yml @@ -7,10 +7,10 @@ IssueTracker: https://e43oss.atlassian.net/browse/IMP AutoName: Impeller Description: |- - A client for [http://pump.io pump.io], a stream server for distributed social - networking and microblogging. Register a [http://pump.io/tryit.html free - account] at a participating website and follow some - [https://static.jpope.org/users.html people], before using the app. + A client for pump.io, a stream server for distributed social + networking and microblogging. Register a free + account at a participating website and follow some + people, before using the app. RepoType: git Repo: https://github.com/oshepherd/Impeller.git diff --git a/metadata/eu.faircode.netguard.yml b/metadata/eu.faircode.netguard.yml index fb6fd84fa6..ddb9c41e36 100644 --- a/metadata/eu.faircode.netguard.yml +++ b/metadata/eu.faircode.netguard.yml @@ -44,7 +44,7 @@ Description: |- * Optionally forward ports, also to external addresses * Optionally notify when an application accesses the internet * Optionally record network usage per application per address - * Optionally [https://github.com/M66B/NetGuard/blob/master/ADBLOCKING.md block ads using a hosts file] + * Optionally block ads using a hosts file * Material design theme with light and dark theme '''PRO features:''' @@ -61,13 +61,13 @@ Description: |- marcel+netguard@faircode.eu If you like to help people less fluent in English, you can help translate - NetGuard in your language on [https://crowdin.com/project/netguard/ Crowdin] + NetGuard in your language on Crowdin All required permissions are described - [https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ42 here] + here Get answers to frequently asked questions - [https://github.com/M66B/NetGuard/blob/master/FAQ.md here] + here RepoType: git Repo: https://github.com/M66B/NetGuard diff --git a/metadata/eu.faircode.xlua.yml b/metadata/eu.faircode.xlua.yml index ef4146e7ac..1c3fd7d964 100644 --- a/metadata/eu.faircode.xlua.yml +++ b/metadata/eu.faircode.xlua.yml @@ -63,7 +63,7 @@ Description: |- * Fake: return empty or fake value When using the proprietary "Pro Companion App" it is possible to add custom restriction definitions - See this [https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ8 FAQ] for details. + See this FAQ for details. '''Notes:''' diff --git a/metadata/eu.inmite.android.gridwichterle.yml b/metadata/eu.inmite.android.gridwichterle.yml index 4058caca2a..d802d54523 100644 --- a/metadata/eu.inmite.android.gridwichterle.yml +++ b/metadata/eu.inmite.android.gridwichterle.yml @@ -5,9 +5,8 @@ SourceCode: https://github.com/inmite/android-grid-wichterle IssueTracker: https://github.com/inmite/android-grid-wichterle/issues AutoName: GridWichterle -Description: |- - Makes adherence to [http://developer.android.com/design/style/metrics-grids.html - design] guidlines much easier. +Description: Makes adherence to design + guidlines much easier. RepoType: git Repo: https://github.com/inmite/android-grid-wichterle.git diff --git a/metadata/eu.polarclock.yml b/metadata/eu.polarclock.yml index c7ff0b933d..c71de6d3f5 100644 --- a/metadata/eu.polarclock.yml +++ b/metadata/eu.polarclock.yml @@ -7,8 +7,8 @@ Changelog: https://github.com/beriain/PolarClock/releases AutoName: Polar Clock Description: |- - A polar clock, inspired by [http://blog.pixelbreaker.com/polarclock the one made - by pixelmaker]: + A polar clock, inspired by the one made + by pixelmaker: RepoType: git Repo: https://github.com/beriain/PolarClock diff --git a/metadata/eu.wikijourney.wikijourney.yml b/metadata/eu.wikijourney.wikijourney.yml index ca99fb894d..dc25a73024 100644 --- a/metadata/eu.wikijourney.wikijourney.yml +++ b/metadata/eu.wikijourney.wikijourney.yml @@ -12,7 +12,7 @@ AutoName: WikiJourney Description: |- Rediscover tourism with WikiJourney! - [https://www.wikijourney.eu/ WikiJourney] is an app that allows tourists to + WikiJourney is an app that allows tourists to visit a town with Wikipedia information. The app looks around the user for the points of interest, lists them, then creates a custom trail according to the user’s likes and the time he has. diff --git a/metadata/fi.bitrite.android.ws.yml b/metadata/fi.bitrite.android.ws.yml index 869b01b69d..0553d93527 100644 --- a/metadata/fi.bitrite.android.ws.yml +++ b/metadata/fi.bitrite.android.ws.yml @@ -22,13 +22,13 @@ Description: |- textual search interfaces. Hosts can be contacted directly through the app. Host information can also be downloaded and stored for offline usage. For more information on Warm Showers please - [https://www.warmshowers.org see the website]. + see the website. You must create an account on the site before being able to use this application! Visit https://www.warmshowers.org/user/register to sign up. We love to hear your experiences and suggestions, even problems! Contact us - on [https://github.com/warmshowers/wsandroid GitHub]. Please mention what + on GitHub. Please mention what version, what device and the specific issue you’re having. RepoType: git diff --git a/metadata/fi.testbed2.yml b/metadata/fi.testbed2.yml index 44d7e84a5e..4b7bd7b316 100644 --- a/metadata/fi.testbed2.yml +++ b/metadata/fi.testbed2.yml @@ -15,7 +15,7 @@ Description: |- With the application, you can, for example, view the real-time rain radar or current wind speed and direction. The maps cover the Southern Finland. - The data is copyright the [http://testbed.fmi.fi Helsinki Testbed Project] and + The data is copyright the Helsinki Testbed Project and the app has nothing to do with that project: it’s only a client. A proprietary ad library was removed. diff --git a/metadata/foundation.e.blisslauncher.yml b/metadata/foundation.e.blisslauncher.yml index 1b5a7ea084..71fe75b5a7 100644 --- a/metadata/foundation.e.blisslauncher.yml +++ b/metadata/foundation.e.blisslauncher.yml @@ -6,7 +6,7 @@ SourceCode: https://gitlab.e.foundation/e/apps/BlissLauncher IssueTracker: https://gitlab.e.foundation/e/management/issues Description: |- - BlissLauncher is the default launcher of the [https://e.foundation/ /e/] Android-based OS. + BlissLauncher is the default launcher of the /e/ Android-based OS. It allows users to easily create and browse group of apps and it displays notification badges on app icons. RepoType: git diff --git a/metadata/fr.ac_versailles.dane.xiaexpress.yml b/metadata/fr.ac_versailles.dane.xiaexpress.yml index d541843052..8ba3c81ccf 100644 --- a/metadata/fr.ac_versailles.dane.xiaexpress.yml +++ b/metadata/fr.ac_versailles.dane.xiaexpress.yml @@ -12,7 +12,7 @@ AutoName: Xia Express Description: |- With Xia Express app, you can create interactive images by croping zoomable details. You can add commentaries to those details. This application is a lite - version of [https://xia.dane.ac-versailles.fr/ Xia on desktop]. + version of Xia on desktop. Use Xia Express to : diff --git a/metadata/fr.mobdev.goblim.yml b/metadata/fr.mobdev.goblim.yml index 6bdbacac02..ecb9f56d44 100644 --- a/metadata/fr.mobdev.goblim.yml +++ b/metadata/fr.mobdev.goblim.yml @@ -22,7 +22,7 @@ Description: |- * Encryption of images on the server For additional information on the client and server part, visite the - [https://lut.im/ project page]. + project page. RepoType: git Repo: https://git.mob-dev.fr/Schoumi/Goblim.git diff --git a/metadata/fr.s13d.photobackup.yml b/metadata/fr.s13d.photobackup.yml index b9b390fc42..7cb467242d 100644 --- a/metadata/fr.s13d.photobackup.yml +++ b/metadata/fr.s13d.photobackup.yml @@ -14,7 +14,7 @@ Description: |- associated server as soon as you take them. An upload journal allows you to see the status of each photo in your device. It does not backup videos. - A [https://github.com/PhotoBackup/server-bottle server implementation] is also + A server implementation is also available. RepoType: git diff --git a/metadata/fr.strasweb.browserquest.yml b/metadata/fr.strasweb.browserquest.yml index faeb254c35..0f8cc13ea9 100644 --- a/metadata/fr.strasweb.browserquest.yml +++ b/metadata/fr.strasweb.browserquest.yml @@ -5,7 +5,7 @@ SourceCode: https://svn.strasweb.fr/listing.php?repname=Pierre+Rudloff&path=%2Fb AutoName: BrowserQuest Description: |- - This is a PhoneGap port of [http://browserquest.mozilla.org BrowserQuest], the + This is a PhoneGap port of BrowserQuest, the HTML5 MMORPG (multiplayer online role-playing game) that Little Workshop created for Mozilla. It is an old-school action-RPG in which you explore a medieval land with your friends. diff --git a/metadata/fr.unix_experience.owncloud_sms.yml b/metadata/fr.unix_experience.owncloud_sms.yml index f6ff7c2a2a..5aa3999640 100644 --- a/metadata/fr.unix_experience.owncloud_sms.yml +++ b/metadata/fr.unix_experience.owncloud_sms.yml @@ -16,7 +16,7 @@ Description: |- Application is fully compatible from Android 4.0 to 10 Note: This app needs a Nextcloud installation running the - [https://apps.nextcloud.com/apps/ocsms ocsms] + ocsms app. RepoType: git diff --git a/metadata/git.rrgb.kinolog.yml b/metadata/git.rrgb.kinolog.yml index 0e64083571..09f17e5671 100644 --- a/metadata/git.rrgb.kinolog.yml +++ b/metadata/git.rrgb.kinolog.yml @@ -10,7 +10,7 @@ IssueTracker: https://gitlab.com/rrgb/kinolog/issues AutoName: Kinolog Description: |- - Search for films with [https://www.themoviedb.org/ tmdb.org] API. Save them to + Search for films with tmdb.org API. Save them to your local database. Add review and rating to watched films. RepoType: git diff --git a/metadata/github.daneren2005.dsub.yml b/metadata/github.daneren2005.dsub.yml index 02d16d8c2f..9e70df257f 100644 --- a/metadata/github.daneren2005.dsub.yml +++ b/metadata/github.daneren2005.dsub.yml @@ -28,7 +28,7 @@ Description: |- The app is set up to access a demo server on the internet for trying it out. In order to use this app with your own Subsonic server beyond a trial period, a key must be obtained by making a donation. (A key isn’t required to use the - [https://github.com/Mach5/supersonic Supersonic] variant.) + Supersonic variant.) Recent versions of this app depend on the non-free Google Play Services library. diff --git a/metadata/gr.ndre.scuttloid.yml b/metadata/gr.ndre.scuttloid.yml index a40d07b77e..8cbf79d540 100644 --- a/metadata/gr.ndre.scuttloid.yml +++ b/metadata/gr.ndre.scuttloid.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/ilesinge/scuttloid/blob/HEAD/CHANGELOG.md AutoName: Scuttloid Description: |- Scuttloid is a client for managing your bookmarks that are stored on a - [https://sourceforge.net/projects/semanticscuttle/ Semantic Scuttle] server. It + Semantic Scuttle server. It allows to list/search your personal bookmarks, add and edit existing bookmarks, and share them to other applications. diff --git a/metadata/gr.ratmole.android.Mach3Pendant.yml b/metadata/gr.ratmole.android.Mach3Pendant.yml index 0f5b367d2f..d88638e9d0 100644 --- a/metadata/gr.ratmole.android.Mach3Pendant.yml +++ b/metadata/gr.ratmole.android.Mach3Pendant.yml @@ -8,8 +8,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JG8 AutoName: Mach3Pendant Description: |- Allows you to interact with a - [https://github.com/ratmole/Mach3PendantServer/raw/master/WinPrecompiled/Mach3PendantServer.jar - server package] to control your Mach3 CNC software via WiFi. + package to control your Mach3 CNC software via WiFi. RepoType: git Repo: https://github.com/ratmole/Mach3Pendant diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index eba3286743..62cfab80ab 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -27,8 +27,7 @@ Description: |- * App widget for Groestlcoin balance. See the - [https://raw.githubusercontent.com/Groestlcoin/groestlcoin-wallet/HEAD/wallet/README.md - README] for more details. Use this at your own risk and be wary that if you + README for more details. Use this at your own risk and be wary that if you don't make a backup of the private keys you will no longer be able to access the Groestlcoins contained in the wallet, should the data of the app be lost. diff --git a/metadata/hashengineering.groestlcoin.wallet_test.yml b/metadata/hashengineering.groestlcoin.wallet_test.yml index 09f7eff97a..8ba1913760 100644 --- a/metadata/hashengineering.groestlcoin.wallet_test.yml +++ b/metadata/hashengineering.groestlcoin.wallet_test.yml @@ -26,8 +26,7 @@ Description: |- * App widget for Groestlcoin balance. See the - [https://raw.githubusercontent.com/Groestlcoin/groestlcoin-wallet/HEAD/wallet/README.md - README] for more details. Use this at your own risk and be wary that if you + README for more details. Use this at your own risk and be wary that if you don't make a backup of the private keys you will no longer be able to access the testnet Groestlcoins contained in the wallet, should the data of the app be lost. diff --git a/metadata/im.pattle.app.yml b/metadata/im.pattle.app.yml index 96c2ed3977..28748c45cc 100644 --- a/metadata/im.pattle.app.yml +++ b/metadata/im.pattle.app.yml @@ -18,7 +18,7 @@ Description: |- Please note that Pattle is still in development! Registration is not implemented at the moment, so to get an account, - use [https://riot.im Riot] for now. + use Riot for now. Also note that notifications are not implemented yet. diff --git a/metadata/im.quicksy.client.yml b/metadata/im.quicksy.client.yml index 4e6c853a8e..215e42a048 100644 --- a/metadata/im.quicksy.client.yml +++ b/metadata/im.quicksy.client.yml @@ -33,16 +33,16 @@ Description: |- Suggested contacts consists of other Quicksy users and regular Jabber/XMPP users who have entered their Jabber ID into the - [https://quicksy.im/#get-listed Quicksy Directory]. + Quicksy Directory. - NOTE: To [https://quicksy.im/enter/ enter] your Jabber ID in the Quicksy + NOTE: To enter your Jabber ID in the Quicksy directory an one time registration fee is required. - Read the [https://quicksy.im/#privacy Privacy Policy] for more info. + Read the Privacy Policy for more info. Anti-Features: * NonFreeNet - you can't change the server where the accounts are created - * Tracking - uses a 3rd party service provider ([https://twilio.com Twilio]) to send SMS as needed for authentication + * Tracking - uses a 3rd party service provider (Twilio) to send SMS as needed for authentication RepoType: git Repo: https://github.com/iNPUTmice/Conversations.git diff --git a/metadata/im.vector.alpha.yml b/metadata/im.vector.alpha.yml index 0da932ea96..43497ac789 100644 --- a/metadata/im.vector.alpha.yml +++ b/metadata/im.vector.alpha.yml @@ -16,7 +16,7 @@ Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE AutoName: Riot.im Description: |- - '''Note: This version is going to be discontinued and replaced with''' [https://f-droid.org/packages/im.vector.app/ Element]. + '''Note: This version is going to be discontinued and replaced with''' Element. Riot gathers all your conversations and app integrations into one single app. @@ -34,7 +34,7 @@ Description: |- * Instantly share messages, images, videos and files of any kind within groups of any size * Voice and video 1-1 and conference calling via WebRTC - * End-to-end encryption using [https://matrix.org/git/olm Olm] + * End-to-end encryption using Olm * See who’s reading your messages with read receipts * Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users! * Discover and invite users by email address diff --git a/metadata/im.vector.riotx.yml b/metadata/im.vector.riotx.yml index 32d3860db2..b89ca4a022 100644 --- a/metadata/im.vector.riotx.yml +++ b/metadata/im.vector.riotx.yml @@ -13,7 +13,7 @@ LiberapayID: '10794' Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa Description: |- - '''Note: This version is going to be discontinued and continued as''' [https://f-droid.org/packages/im.vector.app/ Element]. + '''Note: This version is going to be discontinued and continued as''' Element. RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK. diff --git a/metadata/in.andres.kandroid.yml b/metadata/in.andres.kandroid.yml index c5b0539758..0e6cb41359 100644 --- a/metadata/in.andres.kandroid.yml +++ b/metadata/in.andres.kandroid.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/andresth/Kandroid/blob/HEAD/Changelog.md AutoName: Kandroid Description: |- - Client for [https://kanboard.net/ Kanboard]. It requires access to a Kanboard + Client for Kanboard. It requires access to a Kanboard server. Manage your projects with the Kanban methodology. diff --git a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml index 4935c16fd8..f4809ce161 100644 --- a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml +++ b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml @@ -12,8 +12,8 @@ Description: |- Scan for bash vulnerability CVE-2014-6271 also known as Shellshock. Note: Some users have reported false positives. For more information, see - [https://github.com/indiandragon/Shellshock-Vulnerability-Scan/issues/5 this - issue]. + this + issue. RepoType: git Repo: https://github.com/indiandragon/Shellshock-Vulnerability-Scan diff --git a/metadata/in.shick.diode.yml b/metadata/in.shick.diode.yml index 3290125049..eb2471437d 100644 --- a/metadata/in.shick.diode.yml +++ b/metadata/in.shick.diode.yml @@ -11,7 +11,7 @@ AutoName: Diode Description: |- Diode provides quick and easy access to Reddit on your device complete with login, commenting and submissions. Discuss Diode with other users at the - official [https://pay.reddit.com/r/diode.compact subreddit]. + official subreddit. RepoType: git Repo: https://github.com/zagaberoo/diode.git diff --git a/metadata/info.guardianproject.browser.yml b/metadata/info.guardianproject.browser.yml index 4fa52f6aed..f66dfa2a9d 100644 --- a/metadata/info.guardianproject.browser.yml +++ b/metadata/info.guardianproject.browser.yml @@ -21,8 +21,8 @@ Description: |- certain other browser features that could be used to identify you. Please note that Orweb is superseded by https://f-droid.org/packages/info.guardianproject.orfox, - available from the [https://guardianproject.info/fdroid/repo/ Guardian Project - repo]. Orweb is no longer maintained at all. + available from the Guardian Project + repo. Orweb is no longer maintained at all. RepoType: git Repo: https://github.com/guardianproject/Orweb.git diff --git a/metadata/info.guardianproject.orfox.yml b/metadata/info.guardianproject.orfox.yml index 82b66498d1..ddcb994690 100644 --- a/metadata/info.guardianproject.orfox.yml +++ b/metadata/info.guardianproject.orfox.yml @@ -18,7 +18,7 @@ Description: |- by default to work with Orbot: Tor for Android. You can learn more about the design of Tor Browser on the - [https://www.torproject.org/projects/torbrowser/design/ TOR website]. Official + TOR website. Official TOR Browser source repository, which this app relies on, is at [https://gitweb.torproject.org/tor-browser.git/]. diff --git a/metadata/info.guardianproject.otr.app.im.yml b/metadata/info.guardianproject.otr.app.im.yml index 29f4858057..5de27a904c 100644 --- a/metadata/info.guardianproject.otr.app.im.yml +++ b/metadata/info.guardianproject.otr.app.im.yml @@ -14,11 +14,11 @@ Description: |- '''NOTE:''' This app is no longer maintained, its repo was archived. The app is currently completly out-of-date. We recommend getting it directly - from the developers using [https://guardianproject.info/fdroid/repo/ their - F-Droid repository]. All existing versions have been moved to our archive. + from the developers using their + F-Droid repository. All existing versions have been moved to our archive. XMPP (Jabber) client that can do end-to-end encryption using the - [http://en.wikipedia.org/wiki/Off-the-Record_Messaging Off-the-Record Messaging] + Off-the-Record Messaging protocol and can anonymize your chats via the https://f-droid.org/packages/org.torproject.android app (root not required). diff --git a/metadata/info.metadude.android.bitsundbaeume.schedule.yml b/metadata/info.metadude.android.bitsundbaeume.schedule.yml index 68b7add993..872f4a9966 100644 --- a/metadata/info.metadude.android.bitsundbaeume.schedule.yml +++ b/metadata/info.metadude.android.bitsundbaeume.schedule.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/EventFahrplan/EventFahrplan/issues AutoName: Bits & Bäume 2018 Description: |- - [http://bits-und-baeume.org bits-und-baeume.org] + bits-und-baeume.org 17. bis 18. November 2018 an der Technischen Universität Berlin diff --git a/metadata/info.toyonos.hfr4droid.yml b/metadata/info.toyonos.hfr4droid.yml index 0819ad6d41..2159bab102 100644 --- a/metadata/info.toyonos.hfr4droid.yml +++ b/metadata/info.toyonos.hfr4droid.yml @@ -6,7 +6,8 @@ WebSite: https://code.google.com/p/hfr4droid SourceCode: https://code.google.com/p/hfr4droid/source Summary: Consulter le forum HFR -Description: Companion app for the [http://forum.hardware.fr/ Hardware Forum France]. +Description: Companion app for the Hardware Forum + France. RepoType: git-svn Repo: https://hfr4droid.googlecode.com/svn/trunk diff --git a/metadata/info.zamojski.soft.towercollector.yml b/metadata/info.zamojski.soft.towercollector.yml index 08b6f6fa3e..efe177a517 100644 --- a/metadata/info.zamojski.soft.towercollector.yml +++ b/metadata/info.zamojski.soft.towercollector.yml @@ -34,7 +34,7 @@ Description: |- domain "Creative Commons (CC-0)" license. Please help me translate it to other languages, visit - [http://i18n.zamojski.info/ i18n.zamojski.info] + i18n.zamojski.info This application does not collect, store or send any information which can be used to directly identify user, device which is being used or any other diff --git a/metadata/io.github.powerinside.scrollsocket.yml b/metadata/io.github.powerinside.scrollsocket.yml index 5ee896a9fd..4d4517e58f 100644 --- a/metadata/io.github.powerinside.scrollsocket.yml +++ b/metadata/io.github.powerinside.scrollsocket.yml @@ -13,7 +13,7 @@ AutoName: ScrollSocket Description: |- ScrollSocket sends mouse wheel events to the computer as you move your finger over the android touchscreen. Requires a small driver to be running on the - computer. See [http://powerinside.github.io/ScrollSocket/ website] for more + computer. See website for more details on building the driver from source. * Currently supports only linux with uinput kernel module. diff --git a/metadata/io.va.exposed.yml b/metadata/io.va.exposed.yml index e75d743c24..c6d05fd2e5 100644 --- a/metadata/io.va.exposed.yml +++ b/metadata/io.va.exposed.yml @@ -11,8 +11,8 @@ Changelog: https://github.com/android-hacker/VirtualXposed/releases AutoName: VirtualXposed Description: |- VirtualXposed is a simple APP based on - [https://github.com/asLody/VirtualApp VirtualApp] and - [https://github.com/tiann/epic epic] that allows you to use an Xposed + VirtualApp and + epic that allows you to use an Xposed Module without needing to root, unlock the bootloader, or flash a custom system image. (Supports Android 5.0~9.0.) diff --git a/metadata/it.andreascarpino.forvodroid.yml b/metadata/it.andreascarpino.forvodroid.yml index b0819636be..56543869d4 100644 --- a/metadata/it.andreascarpino.forvodroid.yml +++ b/metadata/it.andreascarpino.forvodroid.yml @@ -9,10 +9,10 @@ AutoName: ForvoDroid Summary: Check pronunciations Description: |- Check for the pronunciation of any word, in any language available on - [http://forvo.com/ Forvo], by tapping on it after a quickly search. + Forvo, by tapping on it after a quickly search. AntiFeature: You need a free-of-charge Forvo API Key to use this app, please - visit [http://api.forvo.com/ Forvo's API page]. + visit Forvo's API page. Warning: This app may crash on some HTC and Acer devices. diff --git a/metadata/it.angrydroids.epub3reader.yml b/metadata/it.angrydroids.epub3reader.yml index 238dd3fbfd..aa0bef34fd 100644 --- a/metadata/it.angrydroids.epub3reader.yml +++ b/metadata/it.angrydroids.epub3reader.yml @@ -16,7 +16,7 @@ Description: |- * EPUB is an open format for eBooks and it is the de facto standard for non-Amazon eBooks * The current reading systems (eReaders, desktop programs, apps) are not suitable for reading structured, complex eBooks, as they are almost always designed with linear-reading books in mind. - For more information see the [https://github.com/pettarin/epub3reader website]. + For more information see the website. RepoType: git Repo: https://github.com/pettarin/epub3reader.git diff --git a/metadata/it.eternitywall.eternitywall.yml b/metadata/it.eternitywall.eternitywall.yml index 1978deb977..166cdcf350 100644 --- a/metadata/it.eternitywall.eternitywall.yml +++ b/metadata/it.eternitywall.eternitywall.yml @@ -10,8 +10,7 @@ Description: |- Embed messages in the blockchain, they will last forever! Now with signed messages and timestamp. - [https://github.com/RCasatta/EternityWallAndroid/blob/HEAD/README.md - Screenshots] + Screenshots RepoType: git Repo: https://github.com/RCasatta/EternityWallAndroid/ diff --git a/metadata/it.greenaddress.cordova.yml b/metadata/it.greenaddress.cordova.yml index 3cb3649cde..113e31995c 100644 --- a/metadata/it.greenaddress.cordova.yml +++ b/metadata/it.greenaddress.cordova.yml @@ -12,7 +12,7 @@ Description: |- Wallet that uses multisig to improve security (adding 2 factor for instance or limits) and Hierarchical Deterministic addresses (see - [https://en.bitcoin.it/wiki/BIP_0032 BIP32]). + BIP32). It offers the advantages of a web wallet: @@ -28,8 +28,8 @@ Description: |- * Your private keys are never on the server, not even encrypted * No long wait to synchronize the full client with the Bitcoin blockchain - See [https://greenaddress.it their website] and [https://greenaddress.it/faq - their FAQ] for more information. + See their website and FAQ for more information. Supports NFC for login and QR code scanning for login and transactions. diff --git a/metadata/it.linuxday.torino.yml b/metadata/it.linuxday.torino.yml index 5211c494b5..5bee4bfbd0 100644 --- a/metadata/it.linuxday.torino.yml +++ b/metadata/it.linuxday.torino.yml @@ -11,9 +11,9 @@ Summary: Linux Day Torino talk browser Description: |- Advanced native Android schedule browser for the Linux Day Torino (Italy). - The [http://linuxday.it Linux Day] is an italian national event dedicated to + The Linux Day is an italian national event dedicated to GNU/Linux operating systems and Free as in Freedom software. The - [http://www.ils.org Italian Linux Society] helps italian cities in the + Italian Linux Society helps italian cities in the organization of this yearly event. This app is just a fork of https://f-droid.org/packages/be.digitalia.fosdem. diff --git a/metadata/it.reyboz.minesweeper.yml b/metadata/it.reyboz.minesweeper.yml index 30eece0749..d806c07115 100644 --- a/metadata/it.reyboz.minesweeper.yml +++ b/metadata/it.reyboz.minesweeper.yml @@ -16,8 +16,7 @@ Description: |- you must liberate it. If you play tapping randomly in the field probably your penguin will become a good petard, otherwise you and your cute penguin are probably destined to survive. MineSweeper is considered a - [https://en.wikipedia.org/wiki/Minesweeper_%28video_game%29#Computational_complexity - co-NP-complete] computational complexity puzzle. + co-NP-complete computational complexity puzzle. Tips: @@ -36,7 +35,7 @@ Description: |- This app is intentionally created exclusively in HTML5, Javascript and CSS with Cordova/PhoneGap. So this app is potentially multiplatform and if you know how to bring this application on other platforms you are free to do so, and please - do so! See the [http://minesweeper.reyboz.it/minesweeper/README.txt README] + do so! See the README before studying or improving this app. RepoType: bzr diff --git a/metadata/it.sasabz.android.sasabus.yml b/metadata/it.sasabz.android.sasabus.yml index ce1047d0ce..2cdd903bde 100644 --- a/metadata/it.sasabz.android.sasabus.yml +++ b/metadata/it.sasabz.android.sasabus.yml @@ -13,7 +13,7 @@ Description: |- the city, the bus line, the destination and the bus stop: SASAbus will show you the next bus stop schedule. Now with additional GPS mode. - The bus data is provided by [http://open.sasabz.it Sasabz] and is released under + The bus data is provided by Sasabz and is released under the CC-2.0-SA-NC. Map data is licensed under the Open Data Commons Open Database Licence and copyrighted by OpenStreetMap-Mitwirkende. diff --git a/metadata/it.sineo.android.noFrillsCPUClassic.yml b/metadata/it.sineo.android.noFrillsCPUClassic.yml index d1c6d78ce8..01f34a09f0 100644 --- a/metadata/it.sineo.android.noFrillsCPUClassic.yml +++ b/metadata/it.sineo.android.noFrillsCPUClassic.yml @@ -10,7 +10,7 @@ AutoName: No-frills CPU Control CLASSIC Description: |- For any sysfs-enabled ROM e.g most custom ROMS: - * Easy GUI to set frequencies, [http://forum.xda-developers.com/showpost.php?p=27955261&postcount=1 governors] and [http://forum.xda-developers.com/showpost.php?p=23885668&postcount=1 I/O schedulers] (Links on XDA) + * Easy GUI to set frequencies, governors and I/O schedulers (Links on XDA) * "Safety Valve" to avoid boot-loops in case of unsafe settings (enabled by default) * Stats screen to see the effective usage of frequencies diff --git a/metadata/it.skarafaz.mercury.yml b/metadata/it.skarafaz.mercury.yml index 946fca8d5a..4d6b44ed81 100644 --- a/metadata/it.skarafaz.mercury.yml +++ b/metadata/it.skarafaz.mercury.yml @@ -12,7 +12,7 @@ AutoName: Mercury-SSH Description: |- Sends pre-configured commands via SSH to remote servers with just a tap. You will need to create a config file to setup communication with your server using - [https://github.com/Skarafaz/mercury/wiki the wiki documentation]. + the wiki documentation. RepoType: git Repo: https://github.com/Skarafaz/mercury diff --git a/metadata/joshuatee.wx.yml b/metadata/joshuatee.wx.yml index e5a2f142e6..9f3d054064 100644 --- a/metadata/joshuatee.wx.yml +++ b/metadata/joshuatee.wx.yml @@ -42,7 +42,7 @@ Description: |- NOTE about Canada: Canadian locations can be added under Settings -> Location -> "plus" symbol but you need to access the options under the sub-menu. You can also use the main search bar at the top but for now you must use a suggested location and can’t add an arbitrary location. - See [https://docs.google.com/document/d/1OQrviP10XBvQZ7QKh5R4bsd72ZKffK5f0ISRuCaSk5k/edit here] for a list of often asked questions. + See here for a list of often asked questions. RepoType: git Repo: https://gitlab.com/joshua.tee/wx.git diff --git a/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml b/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml index 1c7bdfb3ac..f6ea3f9c7d 100644 --- a/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml +++ b/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml @@ -9,8 +9,8 @@ Name: 'Just Player Plugin: Ampache' AutoName: Ampache Provider Description: |- This app allows you to add remote streaming functionality to - https://f-droid.org/packages/jp.co.kayo.android.localplayer, using an [http://ampache.org Ampache] server - e.g. via [http://www.owncloud.org Owncloud]. + https://f-droid.org/packages/jp.co.kayo.android.localplayer, using an Ampache server + e.g. via Owncloud. RepoType: git Repo: https://bitbucket.org/yokmama/just-player-providers diff --git a/metadata/jp.ddo.hotmist.unicodepad.yml b/metadata/jp.ddo.hotmist.unicodepad.yml index 75523560d2..e0b0fc4577 100644 --- a/metadata/jp.ddo.hotmist.unicodepad.yml +++ b/metadata/jp.ddo.hotmist.unicodepad.yml @@ -15,8 +15,8 @@ Description: |- code point will be shown. Favorite characters can be memorized. If you can’t see special characters, you have to get a font such as Noto font - and select it. You can download Noto fonts [https://www.google.com/get/noto/ - from Google]. + and select it. You can download Noto fonts Google. RepoType: git Repo: https://github.com/Ryosuke839/UnicodePad.git diff --git a/metadata/jp.gr.java_conf.hatalab.mnv.yml b/metadata/jp.gr.java_conf.hatalab.mnv.yml index f9dd049243..fd484558ac 100644 --- a/metadata/jp.gr.java_conf.hatalab.mnv.yml +++ b/metadata/jp.gr.java_conf.hatalab.mnv.yml @@ -9,7 +9,7 @@ Description: |- * Simple file explorer * View and edit text files(.txt) * Option to encrypt files with a password (Blowfish algorithm) - * View and edit files encrypted by [http://tombo.sourceforge.jp/En Tombo] (.chi) + * View and edit files encrypted by Tombo (.chi) * Search for word in text (REGEX/CASE_INSENSITIVE) The website is in Japanese only. diff --git a/metadata/jp.sawada.np2android.yml b/metadata/jp.sawada.np2android.yml index 41e8910e03..87288e2b79 100644 --- a/metadata/jp.sawada.np2android.yml +++ b/metadata/jp.sawada.np2android.yml @@ -8,12 +8,12 @@ IssueTracker: https://sourceforge.net/p/np2android/tickets/ AutoName: Neko Project II for Android Description: |- PC-98 was popular Japaness hardware platform, which became home for many games, - including lots of [https://en.wikipedia.org/wiki/D%C5%8Djin "dōjin"] style - dating sims and early games of the [https://en.wikipedia.org/wiki/Touhou_Project - Touhou Project] franchise. + including lots of "dōjin" style + dating sims and early games of the Project franchise. This project is based on sources, published by someone with nickname sawada, who - used code of Neko Project II. See [http://sf.net/p/np2android/wiki project wiki] + used code of Neko Project II. See project wiki for installation instructions. The latest version won’t work on ARMv7 without NEON support. Unlike Japanese diff --git a/metadata/kaba.yucata.envoy.yml b/metadata/kaba.yucata.envoy.yml index 561ebf3024..60e8c388ae 100644 --- a/metadata/kaba.yucata.envoy.yml +++ b/metadata/kaba.yucata.envoy.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/ka-ba/yucata.envoy/issues AutoName: Yucata Envoy Description: |- - Check how many [http://yucata.de Yucata] games are waiting for your move. + Check how many Yucata games are waiting for your move. With Yucata Envoy you can check on yucata.de how many games are waiting for you to make your next move in. On Android version Lollipop (5.0) and later, a diff --git a/metadata/lanchon.sigspoof.checker.yml b/metadata/lanchon.sigspoof.checker.yml index ad5f7bca6c..081892f662 100644 --- a/metadata/lanchon.sigspoof.checker.yml +++ b/metadata/lanchon.sigspoof.checker.yml @@ -7,11 +7,10 @@ IssueTracker: https://github.com/Lanchon/sigspoof-checker/issues AutoName: Signature Spoofing Checker Description: |- This app tests the signature spoofing capability of your Android OS as required - by the [https://microg.org/ microG Project]. It attempts to fake its own + by the microG Project. It attempts to fake its own signature and reports whether it succeeds. Simply launch the app to see the result of the test. You can find more information about signature spoofing - [https://github.com/microg/android_packages_apps_GmsCore/wiki/Signature-Spoofing - here]. + here. RepoType: git Repo: https://github.com/Lanchon/sigspoof-checker diff --git a/metadata/max.music_cyclon.yml b/metadata/max.music_cyclon.yml index 1d4ec9487a..8167213c32 100644 --- a/metadata/max.music_cyclon.yml +++ b/metadata/max.music_cyclon.yml @@ -10,9 +10,9 @@ IssueTracker: https://github.com/maxammann/music-cyclon/issues AutoName: music-cyclon Description: |- This App allows you to synchronize music over network by using the - [https://beets.io/ beets] web server. You can find instructions for running a + beets web server. You can find instructions for running a beets server and configuring the app at the beets - [https://beets.readthedocs.io/en/latest/plugins/web.html documentation]. + documentation. RepoType: git Repo: https://github.com/maxammann/music-cyclon diff --git a/metadata/me.danielbarnett.addresstogps.yml b/metadata/me.danielbarnett.addresstogps.yml index fb429d3b86..906e35fd82 100644 --- a/metadata/me.danielbarnett.addresstogps.yml +++ b/metadata/me.danielbarnett.addresstogps.yml @@ -13,10 +13,10 @@ AutoName: AddressToGPS Summary: Simple address/POI search Description: |- This app doesn’t work anymore, you can read more about the technical reasons - [https://github.com/DanielBarnett714/AddressToGPS/issues/13 here]. + here. Search for an address, location, or area using the Google Maps javascript API - via [http://addresstogps.com/ AddressToGPS.com], a server provided by the + via AddressToGPS.com, a server provided by the original author. Once you have selected a location you then can get the coordinates and open the location in a maps app (e.g. https://f-droid.org/packages/net.osmand.plus). This tool does not require your location, only an internet connection. diff --git a/metadata/me.dbarnett.acastus.yml b/metadata/me.dbarnett.acastus.yml index 5bc6ca7673..3e15231fb2 100644 --- a/metadata/me.dbarnett.acastus.yml +++ b/metadata/me.dbarnett.acastus.yml @@ -16,7 +16,7 @@ Description: |- privacy invasions and tracking features of other apps – or share your location to other people, knowing full well that the information is kept private. - ''Acastus'' relies on [https://github.com/pelias/pelias Pelias] as the backend, + ''Acastus'' relies on Pelias as the backend, a replacement for Google Maps and other geocoding services that you can run on your own server. It uses the pelias-api to fetch results to your phone, allowing you to search for places in Acastus. Then open and navigate to the result in diff --git a/metadata/me.hda.urlhda.yml b/metadata/me.hda.urlhda.yml index b238f5ddc9..3308e57d04 100644 --- a/metadata/me.hda.urlhda.yml +++ b/metadata/me.hda.urlhda.yml @@ -10,10 +10,10 @@ Bitcoin: 1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9 AutoName: HDA URL Description: |- - Generate short URLs for any given one via [http://hda.me hda.me]. - [https://github.com/cryptofuture/urlhda Urlhda] repo also includes instruction - to run such a service on your own with [http://nginx.org/ nginx] and - [http://www.postgresql.org/ PostgreSQL]. + Generate short URLs for any given one via hda.me. + Urlhda repo also includes instruction + to run such a service on your own with nginx and + PostgreSQL. RepoType: git Repo: https://github.com/cryptofuture/urlhda-android diff --git a/metadata/me.kavishhukmani.watwitchstickers.yml b/metadata/me.kavishhukmani.watwitchstickers.yml index 96c2c0ab64..8881bbc989 100644 --- a/metadata/me.kavishhukmani.watwitchstickers.yml +++ b/metadata/me.kavishhukmani.watwitchstickers.yml @@ -30,7 +30,7 @@ Description: |- Note: Certain devices reload the stickers each time WhatsApp is launched. Disabling battery optimization for the app fixes it. - This app is a fork of [https://github.com/WhatsApp/stickers WhatsApp/Stickers] + This app is a fork of WhatsApp/Stickers It is not affiliated with WhatsApp or Twitch. No copyright infringement intended. diff --git a/metadata/me.tripsit.tripmobile.yml b/metadata/me.tripsit.tripmobile.yml index 0cba7a085d..842508a0f1 100644 --- a/metadata/me.tripsit.tripmobile.yml +++ b/metadata/me.tripsit.tripmobile.yml @@ -12,8 +12,8 @@ Description: |- community, this app provides a substantial amount of content intended to help users reduce the harm involved in taking drugs. TripSit collects relevant and easily digestible data on most recreational drugs, including recommended dosages - and interactions with other substances, and [http://factsheet.tripsit.me - publishes it]. This app pulls data directly from our database, which is + and interactions with other substances, and it. This app pulls data directly from our database, which is constantly updated to reflect the latest scientific and anecdotal research. We also provide chat rooms where people can get advice from real people without @@ -36,7 +36,7 @@ Description: |- main chat rooms. This helps ensure the best level of communication to get advice across to users. We also ask that users are mindful of the two primary rules: Keep a positive attitude, and no solicitation. Please conform to the - [https://wiki.tripsit.me/wiki/Rules rules]. + rules. RepoType: git Repo: https://github.com/TripSit/tripmobile.git diff --git a/metadata/me.wenxinwang.pulsedroidrtp.yml b/metadata/me.wenxinwang.pulsedroidrtp.yml index bca9700752..ad813605b6 100644 --- a/metadata/me.wenxinwang.pulsedroidrtp.yml +++ b/metadata/me.wenxinwang.pulsedroidrtp.yml @@ -7,7 +7,7 @@ IssueTracker: https://github.com/wenxin-wang/PulseDroidRtp/issues AutoName: PulseAudio Rtp Receiver Description: |- An audio player used in pair with PulseAudio's `module-rtp-send`, - a UDP counterpart to [https://github.com/dront78/PulseDroid PulseDroid]. + a UDP counterpart to PulseDroid. RepoType: git Repo: https://github.com/wenxin-wang/PulseDroidRtp/ diff --git a/metadata/mobi.boilr.boilr.yml b/metadata/mobi.boilr.boilr.yml index 9887a22478..79aa9269c6 100644 --- a/metadata/mobi.boilr.boilr.yml +++ b/metadata/mobi.boilr.boilr.yml @@ -33,11 +33,11 @@ Description: |- be set to snooze automatically on price retrace. Market data is retrieved directly from the exchanges via Wi-Fi or Mobile Data (if allowed). - Boilr supports all [https://github.com/drpout/libdynticker/#supported-exchanges - exchanges available on libdynticker], as all their pairs. + Boilr supports all available on libdynticker, as all their pairs. - For a version history check the [https://github.com/drpout/boilr/releases GitHub - releases page]. + For a version history check the GitHub + releases page. RepoType: git Repo: https://github.com/drpout/boilr.git diff --git a/metadata/name.boyle.chris.sgtpuzzles.yml b/metadata/name.boyle.chris.sgtpuzzles.yml index f095e1035e..9dcf8972a2 100644 --- a/metadata/name.boyle.chris.sgtpuzzles.yml +++ b/metadata/name.boyle.chris.sgtpuzzles.yml @@ -18,7 +18,7 @@ Description: |- in Settings), pinch to zoom, and a new button to swap press/long-press. NFC lets you beam a puzzle to your friend’s phone, - [https://www.youtube.com/watch?v=nCw1ilMzCH4 like this]. + like this. Media permissions let you swap saved games with the versions for other platforms at http://is.gd/sgtpuz (via Save/Share actions) diff --git a/metadata/net.basov.lws.fdroid.yml b/metadata/net.basov.lws.fdroid.yml index 81c3000daa..381dd4d286 100644 --- a/metadata/net.basov.lws.fdroid.yml +++ b/metadata/net.basov.lws.fdroid.yml @@ -14,14 +14,14 @@ Description: |- * ... a Web Server for static content. * ... lightweight. APK size less then 100 Kb. * ... as simple as possible. Only essential features implemented. - * ... open. [https://github.com/mvbasov/lWS Source code] released under GPL-3.0. + * ... open. Source code released under GPL-3.0. * ... a personal solution. It is not optimized/tested for many parallel connections and large file transfer. * ... network state responsive. Requires Wi-Fi connected or tethering enabled. Service will stop automatically if network is disconnected. '''Based on''' This application continues the development of - [https://github.com/bodeme/androidwebserver Webserver for Android]. + Webserver for Android. '''What is configurable''' diff --git a/metadata/net.basov.lws.qr.fdroid.yml b/metadata/net.basov.lws.qr.fdroid.yml index 1aadf80084..0363e3693e 100644 --- a/metadata/net.basov.lws.qr.fdroid.yml +++ b/metadata/net.basov.lws.qr.fdroid.yml @@ -11,8 +11,8 @@ AutoName: lWS QR Description: |- This app is designed as a QR Code plugin for https://f-droid.org/packages/net.basov.lws.fdroid. It can also be used standalone as a small and simple QR code generator. lWS QR can be - easily integrated with your application. See [https://github.com/mvbasov/lWS.QR - the source code] for details. + easily integrated with your application. See source code for details. RepoType: git Repo: https://github.com/mvbasov/lWS.QR.git diff --git a/metadata/net.ebt.muzei.miyazaki.yml b/metadata/net.ebt.muzei.miyazaki.yml index 62e191992c..883677e918 100644 --- a/metadata/net.ebt.muzei.miyazaki.yml +++ b/metadata/net.ebt.muzei.miyazaki.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/eboudrant/net.ebt.muzei.miyazaki/releases AutoName: Muzei Ghibli Description: |- - Show the pictures from [https://imgur.com/a/rX8ws Studio Ghibli] in + Show the pictures from Studio Ghibli in https://f-droid.org/packages/net.nurik.roman.muzei. RepoType: git diff --git a/metadata/net.fabiszewski.ulogger.yml b/metadata/net.fabiszewski.ulogger.yml index 960f14cea4..25848a48c5 100644 --- a/metadata/net.fabiszewski.ulogger.yml +++ b/metadata/net.fabiszewski.ulogger.yml @@ -14,7 +14,7 @@ Description: |- coordinates, designed to record hiking, biking tracks and other outdoor activities. Application works in background. Track points are saved at chosen intervals and may be uploaded to dedicated server in real time. This client - works with [https://github.com/bfabiszewski/ulogger-server μlogger web server]. + works with μlogger web server. Together they make a complete self owned and controlled client–server solution. Features diff --git a/metadata/net.jjc1138.android.scrobbler.yml b/metadata/net.jjc1138.android.scrobbler.yml index c6c236aff5..f75c92bf97 100644 --- a/metadata/net.jjc1138.android.scrobbler.yml +++ b/metadata/net.jjc1138.android.scrobbler.yml @@ -8,7 +8,7 @@ AutoName: Scrobble Droid Description: |- Last.fm only: check out https://f-droid.org/packages/com.adam.aslfms for Libre.fm scrobbling. Requires a compatible audio player to work e.g. the basic Android music player. The - [https://code.google.com/p/scrobbledroid/wiki/DeveloperAPI Scrobbledroid API] + Scrobbledroid API documentation is on the website. RepoType: git diff --git a/metadata/net.nitroshare.android.yml b/metadata/net.nitroshare.android.yml index 55c226788b..93acda0f82 100644 --- a/metadata/net.nitroshare.android.yml +++ b/metadata/net.nitroshare.android.yml @@ -20,7 +20,7 @@ Description: |- Files can be sent directly from the app itself or using the share menu from within other applications. - The desktop application is available [https://nitroshare.net/ at the homepage]. + The desktop application is available at the homepage. RepoType: git Repo: https://github.com/nitroshare/nitroshare-android diff --git a/metadata/net.olejon.mdapp.yml b/metadata/net.olejon.mdapp.yml index a2f1b161e6..4880b585e1 100644 --- a/metadata/net.olejon.mdapp.yml +++ b/metadata/net.olejon.mdapp.yml @@ -18,8 +18,7 @@ Description: |- optimized for both phones and tablets. Be aware that this app is in Norwegian only. - For a list of features, please visit the [https://olejon.github.io/mdapp/ - website]. + For a list of features, please visit the website. Disclaimer: diff --git a/metadata/net.olejon.spotcommander.yml b/metadata/net.olejon.spotcommander.yml index 9d804b6f98..18ab923f43 100644 --- a/metadata/net.olejon.spotcommander.yml +++ b/metadata/net.olejon.spotcommander.yml @@ -15,7 +15,7 @@ AutoName: SpotCommander Summary: Remote control for Spotify for Linux Description: |- Remote control Spotify for Linux. For this to work, you have to install - [http://www.olejon.net/code/spotcommander/?install SpotCommander] on your + SpotCommander on your regular PC first. This version includes only free software, see diff --git a/metadata/net.pp3345.ykdroid.yml b/metadata/net.pp3345.ykdroid.yml index 0f6b57d47d..1a758d2065 100644 --- a/metadata/net.pp3345.ykdroid.yml +++ b/metadata/net.pp3345.ykdroid.yml @@ -15,7 +15,7 @@ Description: |- devices. Apps supporting it include e.g. Keepass2Android and - [https://github.com/noliran/ykpass ykpass]. + ykpass. RepoType: git Repo: https://github.com/pp3345/ykDroid.git diff --git a/metadata/net.programmierecke.radiodroid2.yml b/metadata/net.programmierecke.radiodroid2.yml index 19eb13ceaa..178ac7db9e 100644 --- a/metadata/net.programmierecke.radiodroid2.yml +++ b/metadata/net.programmierecke.radiodroid2.yml @@ -11,7 +11,7 @@ Changelog: https://github.com/segler-alex/RadioDroid/releases AutoName: RadioDroid Description: |- - Look up online radio streams at [http://www.radio-browser.info RadioBrowser] and + Look up online radio streams at RadioBrowser and listen to them. RadioBrowser is a wiki like aproach to collect as much online radio stations as possible. Every one can help by not only adding new stations but also tagging existing ones. diff --git a/metadata/net.screenfreeze.deskcon.yml b/metadata/net.screenfreeze.deskcon.yml index f91439e3f5..b13e10ae4b 100644 --- a/metadata/net.screenfreeze.deskcon.yml +++ b/metadata/net.screenfreeze.deskcon.yml @@ -14,7 +14,7 @@ Description: |- encrypted and authenticated with self-signed Certificates (RSA-2048 PK). Also, the app is designed to be very battery friendly. - Requires [https://github.com/screenfreeze/deskcon-desktop Deskcon-Desktop] on + Requires Deskcon-Desktop on your PC. RepoType: git diff --git a/metadata/net.solutinno.websearch.yml b/metadata/net.solutinno.websearch.yml index 3e8e1ca05e..5ae4e68d66 100644 --- a/metadata/net.solutinno.websearch.yml +++ b/metadata/net.solutinno.websearch.yml @@ -13,8 +13,8 @@ Description: |- You manage your search engines on the admin UI. You can import engines from an url, or you can add new engines by hand: for examples, see OpenSearch engines - from [http://mycroftproject.com Mycroft project] and - [http://www.searchplugins.net SearchPlugins]. + from Mycroft project and + SearchPlugins. If you tap the import icon on the action bar, a dialog will appear. You have to fill the url edit box, then tap the import button. You have to fill in at least diff --git a/metadata/net.sourceforge.solitaire_cg.yml b/metadata/net.sourceforge.solitaire_cg.yml index 93e45a02be..0ecf2adc6b 100644 --- a/metadata/net.sourceforge.solitaire_cg.yml +++ b/metadata/net.sourceforge.solitaire_cg.yml @@ -18,7 +18,7 @@ Description: |- Features include multi-level undo, animated card movement, statistics/score tracking, and large card art option. - See [http://solitairecg.sourceforge.net/news.php NEWS] for changes against the + See NEWS for changes against the original code, and project updates. The changes fix bugs, add games and portrait mode, and enable card dealing and diff --git a/metadata/net.sourceforge.subsonic.androidapp.yml b/metadata/net.sourceforge.subsonic.androidapp.yml index 8427bf0c6b..934b7d6150 100644 --- a/metadata/net.sourceforge.subsonic.androidapp.yml +++ b/metadata/net.sourceforge.subsonic.androidapp.yml @@ -14,8 +14,7 @@ Description: |- There is a demo server provided for giving it a try. In order to use this app with a Subsonic server beyond a trial period, a key must be obtained by making a - donation. (A key isn’t required to use the [https://github.com/Mach5/supersonic - Supersonic] variant.) + donation. (A key isn’t required to use the Supersonic variant.) RepoType: git-svn Repo: https://svn.code.sf.net/p/subsonic/code/trunk/subsonic-android/ diff --git a/metadata/net.stkaddons.viewer.yml b/metadata/net.stkaddons.viewer.yml index 14a8685345..5efa977f35 100644 --- a/metadata/net.stkaddons.viewer.yml +++ b/metadata/net.stkaddons.viewer.yml @@ -10,7 +10,7 @@ IssueTracker: https://github.com/stephenjust/stkaddons-viewer/issues AutoName: STK Addon Viewer Description: |- - View addons that are available for [https://supertuxkart.net/ SuperTuxKart], the + View addons that are available for SuperTuxKart, the free and open-source cross-platform racing game! It lists addons and displays some information and their images. It also lists music tracks which are available from STK or addons and lets you play them. diff --git a/metadata/net.typeblog.shelter.yml b/metadata/net.typeblog.shelter.yml index 23cd7b1a6b..dbf8747a48 100644 --- a/metadata/net.typeblog.shelter.yml +++ b/metadata/net.typeblog.shelter.yml @@ -10,7 +10,7 @@ Donate: https://www.patreon.com/PeterCxy AutoName: Shelter Description: | - PLEASE READ [https://git.angry.im/PeterCxy/Shelter/src/branch/master/README.md README.md] BEFORE YOU START USING THIS APP! + PLEASE READ README.md BEFORE YOU START USING THIS APP! Shelter is a Free and Open-Source (FOSS) app that leverages the “Work Profile” feature of Android to provide an isolated space that you can install or clone apps into. diff --git a/metadata/net.usikkert.kouchat.android.yml b/metadata/net.usikkert.kouchat.android.yml index 952f0dbf91..7df0dfbae6 100644 --- a/metadata/net.usikkert.kouchat.android.yml +++ b/metadata/net.usikkert.kouchat.android.yml @@ -19,7 +19,7 @@ Description: |- the coffee shop, work place or similar, and does not require any setup, Internet connection or servers to function. - See [http://www.kouchat.net/help/user-guide/android/ our user guide] for more + See our user guide for more information about how to use KouChat. '''Notes:''' diff --git a/metadata/net.wigle.wigleandroid.yml b/metadata/net.wigle.wigleandroid.yml index 29dc6f84b4..d109c1a13d 100644 --- a/metadata/net.wigle.wigleandroid.yml +++ b/metadata/net.wigle.wigleandroid.yml @@ -13,7 +13,7 @@ Changelog: https://github.com/wiglenet/wigle-wifi-wardriving/blob/HEAD/TODO AutoName: WiGLE WiFi Wardriving FOSS Description: |- Display and map found wireless networks and cell towers anywhere in the world - and optionally upload to the [http://wigle.net wigle.net] database (read the + and optionally upload to the wigle.net database (read the [https://github.com/wiglenet/wigle-wifi-wardriving/blob/HEAD/eula.html]). * Export to CSV files on SD card (comma separated values) diff --git a/metadata/nl.frankkie.bronylivewallpaper.yml b/metadata/nl.frankkie.bronylivewallpaper.yml index 18dd92d4e9..e3393cbf0b 100644 --- a/metadata/nl.frankkie.bronylivewallpaper.yml +++ b/metadata/nl.frankkie.bronylivewallpaper.yml @@ -10,7 +10,7 @@ AutoName: BronyLiveWallpaper Description: |- Featuring characters from MLP:FIM (trademarked to Hasbro Inc.). - GIFs are from the [http://desktopponies.bugs3.com Desktop Ponies] project and + GIFs are from the Desktop Ponies project and licensed as CC-BY-SA-NC. Status: Beta diff --git a/metadata/nl.mpcjanssen.simpletask.webdav.yml b/metadata/nl.mpcjanssen.simpletask.webdav.yml index 1bdf72060a..bf2e583ffe 100644 --- a/metadata/nl.mpcjanssen.simpletask.webdav.yml +++ b/metadata/nl.mpcjanssen.simpletask.webdav.yml @@ -16,7 +16,7 @@ Description: |- A simple task list manager that strives to have just enough features to do GTD (the Getting Things Done methodology), but no more. - Based on the [http://todotxt.com todo.txt] app so all info is stored in a single + Based on the todo.txt app so all info is stored in a single text file called todo.txt. The todo.txt file is stored on a WebDAV server. diff --git a/metadata/nl.mpcjanssen.simpletask.yml b/metadata/nl.mpcjanssen.simpletask.yml index bb41c40304..d066de20f1 100644 --- a/metadata/nl.mpcjanssen.simpletask.yml +++ b/metadata/nl.mpcjanssen.simpletask.yml @@ -16,7 +16,7 @@ Description: |- A simple task list manager that strives to have just enough features to do GTD (the Getting Things Done methodology), but no more. - Based on the [http://todotxt.com todo.txt] app so all info is stored in a single + Based on the todo.txt app so all info is stored in a single text file called todo.txt. Note that, with this version, you will need to take care of backups yourself. diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.yml b/metadata/nodomain.freeyourgadget.gadgetbridge.yml index f16b8586e8..3374bd515d 100644 --- a/metadata/nodomain.freeyourgadget.gadgetbridge.yml +++ b/metadata/nodomain.freeyourgadget.gadgetbridge.yml @@ -26,8 +26,7 @@ Description: |- Gadgetbridge is under active development, for an up to date list of supported devices and an overview of current features, please refer to the - [https://codeberg.org/Freeyourgadget/Gadgetbridge/src/branch/master/README.md - README]. + README. RepoType: git Repo: https://codeberg.org/Freeyourgadget/Gadgetbridge.git diff --git a/metadata/ohm.quickdice.yml b/metadata/ohm.quickdice.yml index fb6648cadb..2b9b81d8a1 100644 --- a/metadata/ohm.quickdice.yml +++ b/metadata/ohm.quickdice.yml @@ -17,8 +17,8 @@ Description: |- a formula such as "2d6+5" as well as special functions like "rak(1d6,4,3)" that allow to emulates the most complex game systems. An handy formulas builder simplifies the process, and allow to access to an online help. Check the - [http://www.ohmnibus.net/wiki/index.php?n=Qdr.Functions list of all supported - functions]. + list of all supported + functions. Thanks to "named values", as well as keep track of games scores, you can define formulas using variable parameters. You can create, for example, the named value diff --git a/metadata/openfoodfacts.github.scrachx.openbeauty.yml b/metadata/openfoodfacts.github.scrachx.openbeauty.yml index 7bce29c9f9..9b741d242c 100644 --- a/metadata/openfoodfacts.github.scrachx.openbeauty.yml +++ b/metadata/openfoodfacts.github.scrachx.openbeauty.yml @@ -35,7 +35,7 @@ Description: |- specificities of cosmetics. Open Beauty Facts is also available on the web at - [https://world.openbeautyfacts.org world.openbeautyfacts.org]. Questions, + world.openbeautyfacts.org. Questions, feedback: [mailto:contact@openfoodfacts.org contact@openfoodfacts.org]. RepoType: git diff --git a/metadata/openfoodfacts.github.scrachx.openfood.yml b/metadata/openfoodfacts.github.scrachx.openfood.yml index 2cca77b778..245d0cce10 100644 --- a/metadata/openfoodfacts.github.scrachx.openfood.yml +++ b/metadata/openfoodfacts.github.scrachx.openfood.yml @@ -27,7 +27,7 @@ Description: |- * Allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...), traceability information (packaging codes, origins of ingredients). To discover the Open Food Facts and Open Beauty Facts projects and help us open food and cosmetics, - please visit [https://world.openfoodfacts.org/discover openfoodfacts.org] where you can discover how to contribute. + please visit openfoodfacts.org where you can discover how to contribute. RepoType: git Repo: https://github.com/openfoodfacts/openfoodfacts-androidapp diff --git a/metadata/org.adblockplus.android.yml b/metadata/org.adblockplus.android.yml index 8d695d1213..12600a1475 100644 --- a/metadata/org.adblockplus.android.yml +++ b/metadata/org.adblockplus.android.yml @@ -18,7 +18,7 @@ Description: |- feature that comes with Android 3.1+ to block ads over WiFi ; but if your phone comes with extra proxy settings (e.g. Samsung or Custom ROMs), it can be configured for Android 3.0 and below. Instructions are provided in the app or on - their [https://adblockplus.org/en/android-config website]. + their website. Requires root: No. Without root it uses a local proxy to filter ads for all apps '''over WiFi only''' ; if you allow root the app can edit the hosts file too and diff --git a/metadata/org.ametro.yml b/metadata/org.ametro.yml index f7d1291183..82c7b8902f 100644 --- a/metadata/org.ametro.yml +++ b/metadata/org.ametro.yml @@ -12,7 +12,7 @@ AutoName: aMetro Description: |- Find the shortest path in public transport (metro, subway, trains and other types of transport), with maps that are compatible with maps from the - [https://pmetro.su/ pMetro project]. + pMetro project. * View metro maps and schemes for 180 cities around the world * View maps for other kinds of transportation diff --git a/metadata/org.andglkmod.hunkypunk.yml b/metadata/org.andglkmod.hunkypunk.yml index 2f4c740f89..eabb3e56d4 100644 --- a/metadata/org.andglkmod.hunkypunk.yml +++ b/metadata/org.andglkmod.hunkypunk.yml @@ -21,7 +21,7 @@ Description: |- * blorb support * font preference - HunkyMod is a fork/mod of the [http://hunkypunk.sourceforge.net original] Hunky + HunkyMod is a fork/mod of the original Hunky Punk, created by Rafał Rzepecki, which hasn’t been updated in a while. RepoType: git diff --git a/metadata/org.androidpn.client.yml b/metadata/org.androidpn.client.yml index 78e48fb365..8880c2ef51 100644 --- a/metadata/org.androidpn.client.yml +++ b/metadata/org.androidpn.client.yml @@ -8,7 +8,7 @@ Bitcoin: 13MjTPDFQtxv1u1sWURkDduFSw97KbMfsS AutoName: AndroidPN Client Description: |- Android Push Notification Client. Obtain server from - [https://sourceforge.net/projects/androidpn/ here]. ''AndroidPN'' is based on + here. ''AndroidPN'' is based on XMPP. The server part also offers an admin console to send out notifications to a single device or all devices registered with the server. diff --git a/metadata/org.andstatus.app.yml b/metadata/org.andstatus.app.yml index 1a74609bab..9a8e75b780 100644 --- a/metadata/org.andstatus.app.yml +++ b/metadata/org.andstatus.app.yml @@ -14,8 +14,7 @@ LiberapayID: '34680' AutoName: AndStatus Description: |- AndStatus is a multiple accounts client for multiple Social networks, including - [http://gnu.io/social GNU social], [https://github.com/tootsuite/documentation - Mastodon], [https://twitter.com Twitter] and [http://pump.io Pump.io]. AndStatus + GNU social, Mastodon, Twitter and Pump.io. AndStatus can combine your feeds from all networks into one Timeline, and it allows you to read and post even when you are offline. diff --git a/metadata/org.andstatus.todoagenda.yml b/metadata/org.andstatus.todoagenda.yml index 240c311564..5a5883c39e 100644 --- a/metadata/org.andstatus.todoagenda.yml +++ b/metadata/org.andstatus.todoagenda.yml @@ -26,7 +26,7 @@ Description: |- * Lock time zone when travelling to different time zones. * Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need. * Android 7.0+ supported. Supports Android tablets. - For the older devices please use [https://f-droid.org/en/packages/com.plusonelabs.calendar/ Todo Agenda for Android 4 - 7.0] app. + For the older devices please use Todo Agenda for Android 4 - 7.0 app. RepoType: git Repo: https://github.com/andstatus/todoagenda.git diff --git a/metadata/org.asdtm.fas.yml b/metadata/org.asdtm.fas.yml index cba001c85f..f70790ee24 100644 --- a/metadata/org.asdtm.fas.yml +++ b/metadata/org.asdtm.fas.yml @@ -10,7 +10,7 @@ Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 AutoName: Inventum Description: |- - Simple [http://themoviedb.org/ TMDb] client. + Simple TMDb client. Features: diff --git a/metadata/org.asdtm.goodweather.yml b/metadata/org.asdtm.goodweather.yml index 9335b6343e..9a803b5e5d 100644 --- a/metadata/org.asdtm.goodweather.yml +++ b/metadata/org.asdtm.goodweather.yml @@ -11,8 +11,7 @@ Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 AutoName: Good Weather Description: |- - Show current weather information from [http://openweathermap.org/ - OpenWeatherMap]. + Show current weather information from OpenWeatherMap. Support of Basque, Belarusian, Czech, English, French, German, Japanese, Spanish, Polish, Russian languages. diff --git a/metadata/org.atai.TessUI.yml b/metadata/org.atai.TessUI.yml index 84e20d3c04..a091be5a4c 100644 --- a/metadata/org.atai.TessUI.yml +++ b/metadata/org.atai.TessUI.yml @@ -8,7 +8,7 @@ IssueTracker: https://gitlab.com/character-recognition/character-recognition/iss AutoName: Character Recognition Description: |- - OCR software based on [https://code.google.com/p/tesseract-ocr/ Tesseract] + OCR software based on Tesseract library to perform character recognition on images selected from the gallery or captured from the camera. Recognition results can be edited or copied for export. diff --git a/metadata/org.atalk.android.yml b/metadata/org.atalk.android.yml index 4bfa5896cd..d44cf27d0f 100644 --- a/metadata/org.atalk.android.yml +++ b/metadata/org.atalk.android.yml @@ -13,7 +13,7 @@ AutoName: aTalk Description: |- aTalk is an XMPP client that supports the following features: - * Instant messaging in plain text and End-to-End encryption with [http://conversations.im/omemo/ OMEMO] or [https://otr.cypherpunks.ca/index.php#docs OTR] + * Instant messaging in plain text and End-to-End encryption with OMEMO or OTR * OMEMO encryption is available during multi-user group chat session, giving users maximum privacy and security * Supports both voice and video call with ZRTP encryption * Send and receive files for all document types and images. For image file, a thumbnail is first sent for preview and acceptance is needed before the actual file is sent diff --git a/metadata/org.cry.otp.yml b/metadata/org.cry.otp.yml index b417cb5b7f..4d3cdb615f 100644 --- a/metadata/org.cry.otp.yml +++ b/metadata/org.cry.otp.yml @@ -13,9 +13,9 @@ Description: |- '''Support:''' - * [http://motp.sourceforge.net/ mOTP] - * [http://www.ietf.org/rfc/rfc4226.txt HOTP RFC 4226] - * [http://www.ietf.org/rfc/rfc6238.txt TOTP RFC 6238] + * mOTP + * HOTP RFC 4226 + * TOTP RFC 6238 '''Features:''' diff --git a/metadata/org.decsync.cc.yml b/metadata/org.decsync.cc.yml index 5594f097a2..999a4cbf00 100644 --- a/metadata/org.decsync.cc.yml +++ b/metadata/org.decsync.cc.yml @@ -11,7 +11,7 @@ Bitcoin: 1JWYoV2MZyu8LYYHCur9jUJgGqE98m566z AutoName: DecSync CC Description: |- DecSync CC synchronizes contacts and calendars using - [https://github.com/39aldo39/DecSync DecSync]. To start synchronizing, all + DecSync. To start synchronizing, all you have to do is synchronize the directory "DecSync" located in the primary external storage, using for example https://f-droid.org/packages/com.nutomic.syncthingandroid. diff --git a/metadata/org.decsync.sparss.floss.yml b/metadata/org.decsync.sparss.floss.yml index 7e7cfd095c..f99778a714 100644 --- a/metadata/org.decsync.sparss.floss.yml +++ b/metadata/org.decsync.sparss.floss.yml @@ -12,7 +12,7 @@ Bitcoin: 1JWYoV2MZyu8LYYHCur9jUJgGqE98m566z AutoName: spaRSS DecSync Description: |- spaRSS DecSync is a fork of https://f-droid.org/packages/net.etuldan.sparss.floss which adds - synchronization using [https://github.com/39aldo39/DecSync DecSync]. To + synchronization using DecSync. To start synchronizing, all you have to do is synchronize the directory "DecSync" located in the primary external storage, using for example https://f-droid.org/packages/com.nutomic.syncthingandroid. diff --git a/metadata/org.dolphinemu.dolphinemu.yml b/metadata/org.dolphinemu.dolphinemu.yml index bc3d4cdab0..7d205727c6 100644 --- a/metadata/org.dolphinemu.dolphinemu.yml +++ b/metadata/org.dolphinemu.dolphinemu.yml @@ -15,11 +15,11 @@ Description: |- Triforce compatibility is currently limited to a couple of games - others require more of the Triforce-specific peripheral devices to be emulated. - [https://wiki.dolphin-emu.org Compatibility Wiki] + Compatibility Wiki - [https://forums.dolphin-emu.org/Thread-android-usage-guide Usage guide] + Usage guide - [https://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide] + OpenGL ES 3 guide Status: ALPHA. Note that newer versions require ARM64, which only some of the newest devices have. diff --git a/metadata/org.domogik.domodroid13.yml b/metadata/org.domogik.domodroid13.yml index 33f27d5f1a..e7eba6a071 100644 --- a/metadata/org.domogik.domodroid13.yml +++ b/metadata/org.domogik.domodroid13.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/domogik/domodroid/blob/HEAD/Domodroid/src/main/res AutoName: Domodroid Description: |- ''Domodroid'' is a remote control application that allow you to control your - [http://www.domogik.org/ Domogik] home automation system. The following features + Domogik home automation system. The following features are already available on the latest version of ''Domodroid:'' * Graph Data Values with homemade graph engine (by default) diff --git a/metadata/org.doubango.imsdroid.yml b/metadata/org.doubango.imsdroid.yml index 78ae6bcb91..ca2ccd93b7 100644 --- a/metadata/org.doubango.imsdroid.yml +++ b/metadata/org.doubango.imsdroid.yml @@ -23,8 +23,8 @@ Description: |- implementation follows RFC 3261 and 3GPP TS 24.229 Rel-9 specifications, this will allow you to connect to any compliant SIP registrar. - [https://github.com/DoubangoTelecom/imsdroid/blob/master/Quick_Start.md Quick - start guide] + Quick + start guide RepoType: git Repo: https://github.com/DoubangoTelecom/imsdroid diff --git a/metadata/org.droidtr.termbin.yml b/metadata/org.droidtr.termbin.yml index 24a3712a48..e018f7b62d 100644 --- a/metadata/org.droidtr.termbin.yml +++ b/metadata/org.droidtr.termbin.yml @@ -10,7 +10,7 @@ Description: |- This application uses socket programming to simulate netcat. The pendant to this app is available for Linux and can be found - [https://github.com/solusipse/fiche at Github]. Also see + at Github. Also see [https://termbin.com/] for additional details. RepoType: git diff --git a/metadata/org.durka.hallmonitor.yml b/metadata/org.durka.hallmonitor.yml index 814d3e49b5..875ceef590 100644 --- a/metadata/org.durka.hallmonitor.yml +++ b/metadata/org.durka.hallmonitor.yml @@ -15,7 +15,7 @@ Description: |- proprietary Samsung components are not available. For more information, see upstream’s - [https://github.com/durka/HallMonitor/blob/HEAD/README.md README]. + README. RepoType: git Repo: https://github.com/durka/HallMonitor.git diff --git a/metadata/org.eff.actioncenter.yml b/metadata/org.eff.actioncenter.yml index fd5039c8bf..8d5de69328 100644 --- a/metadata/org.eff.actioncenter.yml +++ b/metadata/org.eff.actioncenter.yml @@ -12,7 +12,7 @@ Donate: https://supporters.eff.org/donate Name: EFF Alerts Description: |- Notifies you when there’s a new action you can take to support - [https://www.eff.org EFF]. Here are a few ways you can use the app to defend + EFF. Here are a few ways you can use the app to defend freedom and privacy: * Calling or emailing the U.S. Congress to help advocate for better technology laws. diff --git a/metadata/org.equeim.tremotesf.yml b/metadata/org.equeim.tremotesf.yml index 82cad7bdd9..f762f614ac 100644 --- a/metadata/org.equeim.tremotesf.yml +++ b/metadata/org.equeim.tremotesf.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/equeim/tremotesf-android/blob/HEAD/CHANGELOG.md AutoName: Tremotesf Description: |- - Remote GUI for the [https://transmissionbt.com/ Transmission] BitTorrent client. + Remote GUI for the Transmission BitTorrent client. Features: diff --git a/metadata/org.fastergps.yml b/metadata/org.fastergps.yml index c2fd44718b..72cc4dfaf3 100644 --- a/metadata/org.fastergps.yml +++ b/metadata/org.fastergps.yml @@ -13,8 +13,7 @@ Description: |- With FasterGPS you can select a NTP Server matching your region to speed up the process of getting a GPS fix. For more details on why NTP Server choice could matter, read - [http://stackoverflow.com/questions/8308412/gps-how-ntp-time-injection-works - this]. + this. Permissions: diff --git a/metadata/org.fedorahosted.freeotp.yml b/metadata/org.fedorahosted.freeotp.yml index 870d8438ca..26acde8af9 100644 --- a/metadata/org.fedorahosted.freeotp.yml +++ b/metadata/org.fedorahosted.freeotp.yml @@ -13,7 +13,7 @@ Description: |- FreeOTP implements open standards. This means that no proprietary server-side component is necessary: use any server-side component that implements these - standards - for example [http://www.freeipa.org FreeIPA], which uses TOTP. Any + standards - for example FreeIPA, which uses TOTP. Any standards-compliant implementation will work. Currently, FreeOTP provides implementations of HOTP (RFC 4226) and TOTP (RFC 6238). diff --git a/metadata/org.fitchfamily.android.gsmlocation.yml b/metadata/org.fitchfamily.android.gsmlocation.yml index a0d6fa7a75..34c1273155 100644 --- a/metadata/org.fitchfamily.android.gsmlocation.yml +++ b/metadata/org.fitchfamily.android.gsmlocation.yml @@ -15,10 +15,9 @@ Description: |- location. A facility in the setting menu allows you to create a database using data from - [http://opencellid.org OpenCellId] and/or [https://location.services.mozilla.com - Mozilla Location Services] CSV files. Alternatively, the on-phone database can - be generated in advance via the [https://github.com/n76/lacells-creator - lacells-creator] scripts that gather tower information from those two sources, + OpenCellId and/or Location Services CSV files. Alternatively, the on-phone database can + be generated in advance via the lacells-creator scripts that gather tower information from those two sources, too. This backend performs no network data. All data acquired by the phone stays on diff --git a/metadata/org.fossasia.badgemagic.yml b/metadata/org.fossasia.badgemagic.yml index cdece5cac6..8542b62330 100644 --- a/metadata/org.fossasia.badgemagic.yml +++ b/metadata/org.fossasia.badgemagic.yml @@ -12,8 +12,7 @@ AutoName: Badge Magic Description: The Badge Magic Android app lets you create scrolling symbols and text on LED name badges through Bluetooth. The app provides options to portray names, clipart and simple animations on LED badges. For the data transfer from the smartphone - to the LED badge we use Bluetooth. The project is based on the work of [https://github.com/Nilhcem - Nilhcem]. + to the LED badge we use Bluetooth. The project is based on the work of Nilhcem. RepoType: git Repo: https://github.com/fossasia/badge-magic-android diff --git a/metadata/org.fossasia.openevent.yml b/metadata/org.fossasia.openevent.yml index 490f408223..fd7ac1b08b 100644 --- a/metadata/org.fossasia.openevent.yml +++ b/metadata/org.fossasia.openevent.yml @@ -14,9 +14,9 @@ Summary: Browse information of FOSSASIA 2017 Description: |- Note: This was replaced by the more general https://f-droid.org/packages/com.eventyay.attendee. - This is a companion app for the [http://fossasia.org/ FOSSASIA 2017] summit + This is a companion app for the FOSSASIA 2017 summit which will be held at Science Center Singapore for 17th to 19th March. It is - built upon the [https://github.com/fossasia/open-event-android Open Event] + built upon the Open Event framework. RepoType: git diff --git a/metadata/org.freshrss.easyrss.yml b/metadata/org.freshrss.easyrss.yml index e7073cd4e4..1ac286adee 100644 --- a/metadata/org.freshrss.easyrss.yml +++ b/metadata/org.freshrss.easyrss.yml @@ -12,7 +12,7 @@ Changelog: https://raw.githubusercontent.com/Alkarex/EasyRSS/HEAD/CHANGELOG.md AutoName: EasyRSS Description: |- An Android client for RSS services compatible with Google Reader API, such as - the open source self-hosted project [http://freshrss.org/ FreshRSS]. + the open source self-hosted project FreshRSS. '''Features:''' diff --git a/metadata/org.froscon.schedule.yml b/metadata/org.froscon.schedule.yml index 3d130cdaf9..c1722999dc 100644 --- a/metadata/org.froscon.schedule.yml +++ b/metadata/org.froscon.schedule.yml @@ -6,7 +6,7 @@ IssueTracker: https://github.com/derpeter/FrOSCon/issues AutoName: FrOSCon Description: |- - Schedule for the [https://froscon.org/ FrOSCon] conference 2014. Shows the + Schedule for the FrOSCon conference 2014. Shows the schedule for the Free and Opensource Software Conference (FrOSCon), which will happen on 23. - 24.8.14 for the 9. time. diff --git a/metadata/org.gfd.gsmlocation.yml b/metadata/org.gfd.gsmlocation.yml index 7032e81fa8..85750eb7ac 100644 --- a/metadata/org.gfd.gsmlocation.yml +++ b/metadata/org.gfd.gsmlocation.yml @@ -9,11 +9,11 @@ IssueTracker: https://github.com/rtreffer/LocalGSMLocationProvider/issues Name: GSMLocationNlpBackend AutoName: GSMLocationBackend Description: |- - https://f-droid.org/packages/com.google.android.gms backend that uses [http://opencellid.org OpenCellID]. + https://f-droid.org/packages/com.google.android.gms backend that uses OpenCellID. Location calculation is done onboard and works without network connectivity. The cell-tower based lookup for your current location is implemented via a included - binary cell database extracted from [http://opencellid.org OpenCellID]. + binary cell database extracted from OpenCellID. This "NetworkLocationProvider" works without network connectivity and will never post your data anywhere. You are thus encouraged to help OpenCellID to gather diff --git a/metadata/org.hanenoshino.onscripter.yml b/metadata/org.hanenoshino.onscripter.yml index f3b68300ea..de68854b5e 100644 --- a/metadata/org.hanenoshino.onscripter.yml +++ b/metadata/org.hanenoshino.onscripter.yml @@ -14,7 +14,7 @@ Description: |- ONScripter engine, but any Android-specific issues should be reported to port developer (see source code link). - [http://narcissu.insani.org/ Narcissu] is a free English game; download the + Narcissu is a free English game; download the linux edition and extract to the sdcard. RepoType: git diff --git a/metadata/org.hekmatof.chesswatch.yml b/metadata/org.hekmatof.chesswatch.yml index c409cd51fa..58f9c22cbd 100644 --- a/metadata/org.hekmatof.chesswatch.yml +++ b/metadata/org.hekmatof.chesswatch.yml @@ -10,8 +10,8 @@ Changelog: https://github.com/esahekmat/ChessWatch/releases AutoName: ChessWatch Description: |- - Clock for games like chess. It uses [https://en.wikipedia.org/wiki/Time_control - Fischer-After time control] method. To use, you should provide time for each + Clock for games like chess. It uses time control method. To use, you should provide time for each player as initial time and delay time. After each move the delay time will be added to the remaining time of the player. diff --git a/metadata/org.herrlado.geofonts.yml b/metadata/org.herrlado.geofonts.yml index a768f4df51..63d395953f 100644 --- a/metadata/org.herrlado.geofonts.yml +++ b/metadata/org.herrlado.geofonts.yml @@ -10,7 +10,7 @@ Description: |- Install Georgian fonts if you don't have them already. Fonts have an AOSP base with added glyphs from - [http://dejavu-fonts.org/wiki/index.php?title=Besarion_Gugushvili DejaVu]. + DejaVu. Installation will overwrite the default fonts that you already have and make a backup of them. diff --git a/metadata/org.isoron.uhabits.yml b/metadata/org.isoron.uhabits.yml index e26b5419c5..db47e824ba 100644 --- a/metadata/org.isoron.uhabits.yml +++ b/metadata/org.isoron.uhabits.yml @@ -24,7 +24,7 @@ Description: |- * Flexible schedules: Supports both daily habits and habits with more complex schedules, such as 3 times every week; one time every other week; or every other day. * Reminders: Create an individual reminder for each habit, at a chosen hour of the day. Easily check, dismiss or snooze your habit directly from the notification, without opening the app. - [https://github.com/iSoron/uhabits/blob/HEAD/README.md#screenshots Screenshots] + Screenshots RepoType: git Repo: https://github.com/iSoron/uhabits/ diff --git a/metadata/org.itishka.pointim.yml b/metadata/org.itishka.pointim.yml index 4cbe14d5db..106949b25e 100644 --- a/metadata/org.itishka.pointim.yml +++ b/metadata/org.itishka.pointim.yml @@ -8,8 +8,7 @@ IssueTracker: https://github.com/Tishka17/Point.im-Android/issues Changelog: https://github.com/Tishka17/Point.im-Android/releases AutoName: Point.im -Description: Unoficial android client for microblogging service [https://point.im/ - Point.IM]. +Description: Unoficial android client for microblogging service Point.IM. RepoType: git Repo: https://github.com/Tishka17/Point.im-Android diff --git a/metadata/org.jamienicol.episodes.yml b/metadata/org.jamienicol.episodes.yml index 235777fd30..742aaba661 100644 --- a/metadata/org.jamienicol.episodes.yml +++ b/metadata/org.jamienicol.episodes.yml @@ -10,7 +10,7 @@ Bitcoin: 149XkMSs84ZyzNMqiQeJLt5DbPru16amwA AutoName: Episodes Description: |- Keep track of which episodes you’ve watched of your favourite TV shows. The data - is sourced from [http://thetvdb.com TheTVDB.com], the content of which is + is sourced from TheTVDB.com, the content of which is licensed under CC-BY-NC. '''Note:''' This app is no longer maintained. diff --git a/metadata/org.janb.shoppinglist.yml b/metadata/org.janb.shoppinglist.yml index 9c6bdbae4b..a0df93c716 100644 --- a/metadata/org.janb.shoppinglist.yml +++ b/metadata/org.janb.shoppinglist.yml @@ -16,7 +16,7 @@ Description: |- * Longtap to edit item * Quick add for favorites * Material Design - * The PHP & MySql backend is available [https://github.com/GroundApps/ShoppingList_Backend here] + * The PHP & MySql backend is available here RepoType: git Repo: https://github.com/GroundApps/ShoppingList diff --git a/metadata/org.jfedor.nxtremotecontrol.yml b/metadata/org.jfedor.nxtremotecontrol.yml index bdd92eab67..1e9fdac138 100644 --- a/metadata/org.jfedor.nxtremotecontrol.yml +++ b/metadata/org.jfedor.nxtremotecontrol.yml @@ -8,10 +8,9 @@ AutoName: NXT Remote Control Description: |- Lets you control Lego Mindstorms NXT robots from an Android phone via Bluetooth. - Protocol is [http://mindstorms.lego.com/en-us/support/files/default.aspx - documented] on Lego website. + Protocol is documented on Lego website. - The official [https://github.com/NXT/LEGO-MINDSTORMS-MINDdroid MINDdroid] app is + The official MINDdroid app is also free software. RepoType: git diff --git a/metadata/org.jsl.shmp.yml b/metadata/org.jsl.shmp.yml index d26344c512..b47c00cff8 100644 --- a/metadata/org.jsl.shmp.yml +++ b/metadata/org.jsl.shmp.yml @@ -26,7 +26,7 @@ Description: |- * OpenGL text rendering * OpenGL ball rendering * OpenGL shadows rendering - * JS-Collider: Java network framework [https://github.com/js-labs/js-collider JS-Collider] + * JS-Collider: Java network framework JS-Collider RepoType: git Repo: https://github.com/js-labs/ShellsMP.git diff --git a/metadata/org.kaqui.yml b/metadata/org.kaqui.yml index b016fe05fe..1aeeaef7b0 100644 --- a/metadata/org.kaqui.yml +++ b/metadata/org.kaqui.yml @@ -42,7 +42,7 @@ Description: |- * Unlimited quiz sessions that allow you to take a quiz at any time, for however long you want, useful to efficiently spend commuting time * Show similar-looking kanji in answers to teach you the differences * Kanji and vocabulary sorted by JLPT level - * Clicking on kanji opens [https://play.google.com/store/apps/details?id=sk.baka.aedict3 aedict3] (a non-free Japanese dictionary) or [https://jisho.org jisho.org] + * Clicking on kanji opens aedict3 (a non-free Japanese dictionary) or jisho.org * Optimized tablet support * Open source * No ads @@ -52,10 +52,10 @@ Description: |- '''Credits''' - * The kanji quizzes are based on [http://www.edrdg.org/kanjidic/kanjidic.html kanjidic]. - * The vocabulary quizzes are based on [http://www.edrdg.org/jmdict/j_jmdict.html JMdict]. + * The kanji quizzes are based on kanjidic. + * The vocabulary quizzes are based on JMdict. * The kanji similarity database comes from https://minerva-access.unimelb.edu.au/handle/11343/35336 and http://lars.yencken.org/datasets/phd/ - * The kanji composition and drawing database comes from [https://kanjivg.tagaini.net/ KanjiVG]. + * The kanji composition and drawing database comes from KanjiVG. RepoType: git Repo: https://github.com/blastrock/kaqui diff --git a/metadata/org.kde.necessitas.ministro.yml b/metadata/org.kde.necessitas.ministro.yml index 09294c235d..68cc3fae61 100644 --- a/metadata/org.kde.necessitas.ministro.yml +++ b/metadata/org.kde.necessitas.ministro.yml @@ -10,7 +10,7 @@ Description: |- you towards Google Play, but you can install this instead. There are currently no such apps in this repo because they require a different SDK to build. For testing purposes, there is a Breakout-style game apk available via - [http://f-droid.org/forums/topic/xbreakout this] thread. + this thread. Ministro is a system wide Qt shared libraries installer/provider service. It acts as a bridge between your apps and Qt libraries. diff --git a/metadata/org.kiwix.kiwixmobile.yml b/metadata/org.kiwix.kiwixmobile.yml index b63c421494..135caff318 100644 --- a/metadata/org.kiwix.kiwixmobile.yml +++ b/metadata/org.kiwix.kiwixmobile.yml @@ -12,7 +12,7 @@ Changelog: https://github.com/kiwix/kiwix-android/blob/HEAD/CHANGELOG AutoName: Kiwix Description: |- Kiwix lets you read Wikipedia and other websites without an Internet connection. - It uses the highly compressed [http://www.openzim.org/ ZIM format] to store + It uses the highly compressed ZIM format to store webpages for quick and easy reading. The app is a lightweight piece of software reading bigger files stored on your diff --git a/metadata/org.kwaak3.yml b/metadata/org.kwaak3.yml index 0e2f78b720..d70af73564 100644 --- a/metadata/org.kwaak3.yml +++ b/metadata/org.kwaak3.yml @@ -7,7 +7,7 @@ SourceCode: https://code.google.com/p/kwaak3/source AutoName: Kwaak3 Description: |- Port of ioquake3 engine to Android. Place original pak0.pk3 file from Quake 3 - and [http://ioquake3.org/extras/patch-data/ patch files] in + and patch files in /sdcard/quake3/baseq3. Touch controls do not work in this version, so you need hardware keys to play. diff --git a/metadata/org.legtux.m_316k.fortune.yml b/metadata/org.legtux.m_316k.fortune.yml index 6bae24fc2d..58e6151527 100644 --- a/metadata/org.legtux.m_316k.fortune.yml +++ b/metadata/org.legtux.m_316k.fortune.yml @@ -8,8 +8,8 @@ Changelog: https://github.com/316k/android-fortune/releases AutoName: Fortunes Description: |- - Simple viewer for [https://en.wikipedia.org/wiki/Fortune_%28Unix%29 Unix - fortunes]. + Simple viewer for Unix + fortunes. By default, you will see the traditional Unix Fortunes, but you can add your own fortune files. Everything in sdcard/fortunes/ will be added to the default diff --git a/metadata/org.liberty.android.freeotpplus.yml b/metadata/org.liberty.android.freeotpplus.yml index d3fe65633a..45f1651fb3 100644 --- a/metadata/org.liberty.android.freeotpplus.yml +++ b/metadata/org.liberty.android.freeotpplus.yml @@ -22,7 +22,7 @@ Description: |- FreeOTP implements open standards. This means that no proprietary server-side component is necessary: use any server-side component that implements these - standards — for example [http://www.freeipa.org FreeIPA], which uses TOTP. Any + standards — for example FreeIPA, which uses TOTP. Any standards-compliant implementation will work. Currently, FreeOTP provides implementations of HOTP (RFC 4226) and TOTP (RFC 6238). diff --git a/metadata/org.libreoffice.impressremote.yml b/metadata/org.libreoffice.impressremote.yml index 2dd68e3f4c..3851cc61a4 100644 --- a/metadata/org.libreoffice.impressremote.yml +++ b/metadata/org.libreoffice.impressremote.yml @@ -20,8 +20,7 @@ Description: |- * Set timers To set up the app with your computer, follow this guide: - [https://wiki.documentfoundation.org/Development/Impress/RemoteHowTo - RemoteHowTo] + RemoteHowTo This build does not include the proprietary google play services library, and thus lacks wearable support. diff --git a/metadata/org.ligi.gobandroid_hd.yml b/metadata/org.ligi.gobandroid_hd.yml index 96746de764..150641fe0e 100644 --- a/metadata/org.ligi.gobandroid_hd.yml +++ b/metadata/org.ligi.gobandroid_hd.yml @@ -15,8 +15,7 @@ Description: |- Go originated in China more than 2,000 years ago. The game is noted for being rich in strategy despite its relatively simple rules. It has been claimed that Go is the most complex game in the world due to its vast number of variations in - individual games. More info on [http://en.wikipedia.org/wiki/Go_(game) - Wikipedia]. + individual games. More info on Wikipedia. Features: diff --git a/metadata/org.ligi.ipfsdroid.yml b/metadata/org.ligi.ipfsdroid.yml index a41466187e..8c6a0af87e 100644 --- a/metadata/org.ligi.ipfsdroid.yml +++ b/metadata/org.ligi.ipfsdroid.yml @@ -9,8 +9,8 @@ IssueTracker: https://github.com/ligi/IPFSDroid/issues AutoName: IPFSDroid Description: |- - Client for the [https://en.wikipedia.org/wiki/InterPlanetary_File_System - InterPlanetary File System] (IPFS). + Client for the File System (IPFS). This App does not represent a full IPFS node yet! Think of it as a dependency injection for IPFS on android. Currently we use the centralized service ipfs.io diff --git a/metadata/org.macno.puma.yml b/metadata/org.macno.puma.yml index fb4c327fa1..ad83abb3c8 100644 --- a/metadata/org.macno.puma.yml +++ b/metadata/org.macno.puma.yml @@ -6,9 +6,8 @@ SourceCode: https://gitorious.org/puma-droid/puma AutoName: Puma Description: |- A simple client for Pump.io, a stream server for distributed social networking - and microblogging. Register a [http://pump.io/tryit.html free account] at a - participating website and follow some [https://static.jpope.org/users.html - people], before using the app. + and microblogging. Register a free account at a + participating website and follow some people, before using the app. Status: Alpha. Not all the functions of the web UI are available, such as following people or viewing profiles. diff --git a/metadata/org.mariotaku.twidere.extension.twitlonger.yml b/metadata/org.mariotaku.twidere.extension.twitlonger.yml index dc10f12aa0..9511901998 100644 --- a/metadata/org.mariotaku.twidere.extension.twitlonger.yml +++ b/metadata/org.mariotaku.twidere.extension.twitlonger.yml @@ -12,8 +12,7 @@ AutoName: Twidere TwitLonger Extension Description: |- TwitLonger.com is a service that lets you post those tricky messages that really do need more than 140 characters and send them to Twitter. Not affiliated with - Twitter so you may need to look at their [http://www.twitlonger.com/privacy - privacy] policy. + Twitter so you may need to look at their privacy policy. RepoType: git Repo: https://github.com/mariotaku/twidere.extension.twitlonger.git diff --git a/metadata/org.mariotaku.twidere.yml b/metadata/org.mariotaku.twidere.yml index 5c8172d665..e0ad54ae7e 100644 --- a/metadata/org.mariotaku.twidere.yml +++ b/metadata/org.mariotaku.twidere.yml @@ -32,7 +32,7 @@ Description: |- If you want a StatusNet account press the button at the top of the account setup page. Set an appropriate REST API url and choose basic authentication. Searches will go to Twitter by default. For general info about the StatusNet API see - [http://status.net/wiki/Twitter-compatible_API their wiki]. + their wiki. You can donate via PayPal here, with the same address being used for AliPay donations. diff --git a/metadata/org.mcxa.vortaro.yml b/metadata/org.mcxa.vortaro.yml index a258cf3695..6dbf101f79 100644 --- a/metadata/org.mcxa.vortaro.yml +++ b/metadata/org.mcxa.vortaro.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/zoenb/vortaro/releases AutoName: Senreta Vortaro Description: |- Senreta Vortaro (Offline Dictionary) is an English-Esperanto dictionary app - inspired by the web page [http://www.tujavortaro.net/ Tuja Vortaro]. It is + inspired by the web page Tuja Vortaro. It is designed to be easy to use for beginners. RepoType: git diff --git a/metadata/org.microg.nlp.backend.ichnaea.yml b/metadata/org.microg.nlp.backend.ichnaea.yml index cacc479bd1..dd774f8a57 100644 --- a/metadata/org.microg.nlp.backend.ichnaea.yml +++ b/metadata/org.microg.nlp.backend.ichnaea.yml @@ -11,7 +11,7 @@ Name: MozillaNlpBackend AutoName: Mozilla UnifiedNlp Backend Description: |- https://f-droid.org/packages/com.google.android.gms backend that uses - [https://location.services.mozilla.com/ Mozilla Location Services]. + Mozilla Location Services. Location calculation is done online and therefor requires internet connection. diff --git a/metadata/org.microg.nlp.backend.openwlanmap.yml b/metadata/org.microg.nlp.backend.openwlanmap.yml index 4f1f9c2ab6..b957fadfa9 100644 --- a/metadata/org.microg.nlp.backend.openwlanmap.yml +++ b/metadata/org.microg.nlp.backend.openwlanmap.yml @@ -8,8 +8,7 @@ IssueTracker: https://github.com/microg/OpenWlanMapNlpBackend/issues AutoName: OpenWlanMapNlpBackend Description: |- - https://f-droid.org/packages/com.google.android.gms backend that uses [http://www.openwlanmap.org - OpenWlanMap]. + https://f-droid.org/packages/com.google.android.gms backend that uses OpenWlanMap. Location calculation is done online and therefor requires internet connection. diff --git a/metadata/org.microg.nlp.yml b/metadata/org.microg.nlp.yml index 01762bca56..5396f75cd5 100644 --- a/metadata/org.microg.nlp.yml +++ b/metadata/org.microg.nlp.yml @@ -16,12 +16,11 @@ Description: |- location provider. It acts as a middleware for various plugins aka backends, it does not provide any location lookup itself. For further information please refer to the https://f-droid.org/packages/com.google.android.gms package and the - [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md - README]. + README. To be able to use this package, you will either need the - [https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp - module], or your custom ROM must have org.microg.nlp added to the list of + XposedUnifiedNlp + module, or your custom ROM must have org.microg.nlp added to the list of network location services, otherwise https://f-droid.org/packages/com.google.android.gms would be more suitable for you (provided that you do not have GAPPS installed on your system). diff --git a/metadata/org.moire.opensudoku.yml b/metadata/org.moire.opensudoku.yml index 66e418e6dd..31a7d6bfa5 100644 --- a/metadata/org.moire.opensudoku.yml +++ b/metadata/org.moire.opensudoku.yml @@ -18,9 +18,9 @@ Description: |- Additional puzzles are available on the following websites: - * [https://opensudoku.moire.org/ Project homepage] - * [https://code.google.com/archive/p/opensudoku-android/wikis/Puzzles.wiki Original project] - * [https://opensudoku.p43.eu/ Other collection of puzzles] + * Project homepage + * Original project + * Other collection of puzzles RepoType: git Repo: https://github.com/ogarcia/opensudoku.git diff --git a/metadata/org.mosspaper.yml b/metadata/org.mosspaper.yml index 1613da68fc..34d8555452 100644 --- a/metadata/org.mosspaper.yml +++ b/metadata/org.mosspaper.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/teneighty/moss/issues AutoName: Moss Description: |- - [http://www.conky.com Conky]-like live wallpaper. It provides system statistics + Conky-like live wallpaper. It provides system statistics such as uptime, CPU usage, network usage, top processes, and battery level. See the website for more themes; some of those are already packaged as Moss diff --git a/metadata/org.mozilla.mozstumbler.yml b/metadata/org.mozilla.mozstumbler.yml index d808a72a53..d8be15a3b4 100644 --- a/metadata/org.mozilla.mozstumbler.yml +++ b/metadata/org.mozilla.mozstumbler.yml @@ -10,13 +10,13 @@ Changelog: https://github.com/mozilla/MozStumbler/releases AutoName: Mozilla Stumbler Description: |- - Android Stumbler for [https://location.services.mozilla.com/ Mozilla Location - Service]. This allows you to contribute a mapping from Cell towers and WiFi + Android Stumbler for Mozilla Location + Service. This allows you to contribute a mapping from Cell towers and WiFi access points to a GPS location. This will be used for location services when no - GPS is available, similar to [http://www.openwlanmap.org/ OpenWLANMap]. + GPS is available, similar to OpenWLANMap. While both, client and server, are free software, Mozilla only releases the - [https://location.services.mozilla.com/downloads cell data]. WiFi data is + cell data. WiFi data is withheld due to privacy/legal issues. RepoType: git diff --git a/metadata/org.mumod.android.yml b/metadata/org.mumod.android.yml index 889cc5d0a0..ba6585a3b4 100644 --- a/metadata/org.mumod.android.yml +++ b/metadata/org.mumod.android.yml @@ -7,10 +7,10 @@ FlattrID: '998492' AutoName: Mustard {MOD} Description: |- - Client for [http://status.net/wiki/Take_a_tour StatusNet] (now known as - [http://www.gnu.org/software/social GNU social]). GNU social is a microblogging + Client for StatusNet (now known as + GNU social). GNU social is a microblogging platform somewhat like Twitter, but decentralized. Some examples are: - [https://status.fsf.org fsf.org], and [http://bka.li bka.li]. (The latter is in + fsf.org, and bka.li. (The latter is in German, as is the website) Twitter is disabled in this build, but in future versions it will be possible to diff --git a/metadata/org.mustard.android.yml b/metadata/org.mustard.android.yml index 7e9b4a3e1f..ebc6fe80ee 100644 --- a/metadata/org.mustard.android.yml +++ b/metadata/org.mustard.android.yml @@ -13,10 +13,10 @@ Description: |- https://f-droid.org/packages/org.mariotaku.twidere or https://f-droid.org/packages/org.andstatus.app, for Twitter; or https://f-droid.org/packages/org.macno.puma for identi.ca. - Mustard is a full-featured client for [http://status.net Statusnet] / GNU + Mustard is a full-featured client for Statusnet / GNU Social, a microblogging platform somewhat like Twitter, but decentralized. Note - that the hitherto largest Statusnet site, [http://identi.ca identi.ca], now uses - a different platform called [http://pump.io pump.io]. + that the hitherto largest Statusnet site, identi.ca, now uses + a different platform called pump.io. It has many features like attachments, geolocation and avatar update. It supports tags, groups and public timelines, favor/disfavor notices, diff --git a/metadata/org.navitproject.navit.yml b/metadata/org.navitproject.navit.yml index 9995823bf7..54a9f1c085 100644 --- a/metadata/org.navitproject.navit.yml +++ b/metadata/org.navitproject.navit.yml @@ -19,7 +19,7 @@ Description: |- also generates directions and even speaks to you. Navit currently speaks 27 languages. You can help translating via the web-based - [http://translations.launchpad.net/navit/trunk/+pots/navit translation page]. + translation page. RepoType: git Repo: https://github.com/navit-gps/navit diff --git a/metadata/org.nick.wwwjdic.yml b/metadata/org.nick.wwwjdic.yml index 054c76f730..c4d8058bfc 100644 --- a/metadata/org.nick.wwwjdic.yml +++ b/metadata/org.nick.wwwjdic.yml @@ -12,9 +12,7 @@ Bitcoin: 1DXhWFS9SL78GGyX7Luao9EuP5SxtDiPG1 AutoName: WWWJDIC for Android Description: |- - Frontend for [http://www.csse.monash.edu.au/~jwb/cgi-bin/wwwjdic.cgi?1C - WWWJDIC]. For more details, see the [https://code.google.com/p/wwwjdic/wiki/FAQ - FAQ]. Dictionary search supports romaji lookup, but you need a Japanese IME to + Frontend for WWWJDIC. For more details, see the FAQ. Dictionary search supports romaji lookup, but you need a Japanese IME to use all features. * Full tablet support diff --git a/metadata/org.ninthfloor.copperpdf.yml b/metadata/org.ninthfloor.copperpdf.yml index 8c9e1c9f6f..7209ab51fb 100644 --- a/metadata/org.ninthfloor.copperpdf.yml +++ b/metadata/org.ninthfloor.copperpdf.yml @@ -11,7 +11,7 @@ AutoName: CuprumPDF Description: |- '''NOTE:''' This app is no longer actively maintained. - View PDF files via [https://mozilla.github.io/pdf.js/ pdf.js] embedded into a + View PDF files via pdf.js embedded into a WebView. Fork of CopperheadOS PdfViewer made before the license was changed from Apache diff --git a/metadata/org.npr.android.news.yml b/metadata/org.npr.android.news.yml index 250ea93346..2e380d04e6 100644 --- a/metadata/org.npr.android.news.yml +++ b/metadata/org.npr.android.news.yml @@ -20,8 +20,8 @@ Description: |- A proprietary analytics library was removed before building. - The app makes use of an [http://dev.npr.org API] and you should observe the - [http://www.npr.org/about-npr/179876898/terms-of-use terms] if you are + The app makes use of an API and you should observe the + terms if you are considering making a derivative — in particular, only non-commercial use is allowed. diff --git a/metadata/org.nutritionfacts.dailydozen.yml b/metadata/org.nutritionfacts.dailydozen.yml index e5eb72efae..00d8ae29ad 100644 --- a/metadata/org.nutritionfacts.dailydozen.yml +++ b/metadata/org.nutritionfacts.dailydozen.yml @@ -21,7 +21,7 @@ Description: |- Yes, greens are good for you, but how much should we try to eat each day? Dr. Greger’s Daily Dozen details the healthiest foods and how many servings of each we should try to check off every day. He explains his rationale in his book - [https://NutritionFacts.org/book How Not to Die]. All his proceeds from his + How Not to Die. All his proceeds from his books, DVDs, and speaking engagements is all donated to charity. NutritionFacts.org is a non-commercial, nonprofit, science-based public service diff --git a/metadata/org.ocsinventoryng.android.agent.yml b/metadata/org.ocsinventoryng.android.agent.yml index d48f1a674d..acf833e775 100644 --- a/metadata/org.ocsinventoryng.android.agent.yml +++ b/metadata/org.ocsinventoryng.android.agent.yml @@ -7,8 +7,8 @@ IssueTracker: https://bugs.launchpad.net/ocsinventory-android-agent AutoName: OCS-NG Agent Description: |- - Agent/Client for the [http://www.ocsinventory-ng.org/ Open Computers and - Software Inventory]. + Agent/Client for the Open Computers and + Software Inventory. You will have a complete inventory of all your Android devices: hardware and software information will be collected and stored. Processors, memories, drives diff --git a/metadata/org.okfn.pod.yml b/metadata/org.okfn.pod.yml index 1556ec8446..0bd0bf4f83 100644 --- a/metadata/org.okfn.pod.yml +++ b/metadata/org.okfn.pod.yml @@ -10,7 +10,7 @@ IssueTracker: https://github.com/okfn/product-browser-android/issues AutoName: Product Open Data Description: |- The barcode on most products is an unique identifier. The - [http://www.product-open-data.com/ Product Open Data] project tries to collect + Product Open Data project tries to collect and link information to those barcodes, like nutrition facts or who actually owns the vendor. You can either browse and filter the database or look up specific codes. diff --git a/metadata/org.olgsoft.apipepanic.yml b/metadata/org.olgsoft.apipepanic.yml index 1f3986ca1c..7a321fca7b 100644 --- a/metadata/org.olgsoft.apipepanic.yml +++ b/metadata/org.olgsoft.apipepanic.yml @@ -9,8 +9,8 @@ Description: |- PipePanic is about connecting pipes in a hurry before any water spills. This is an android port of the - [http://www.users.waitrose.com/~thunor/jspp/index.html PipePanic] game made by - Thunor based on [https://github.com/rnauber/pipepanic-android.git 2048-android] + PipePanic game made by + Thunor based on 2048-android by Paul Sarbinowski. It gives you a launcher icon and allows offline play. RepoType: git diff --git a/metadata/org.openbmap.unifiedNlp.yml b/metadata/org.openbmap.unifiedNlp.yml index 3fd9969197..1f2eb45185 100644 --- a/metadata/org.openbmap.unifiedNlp.yml +++ b/metadata/org.openbmap.unifiedNlp.yml @@ -10,7 +10,7 @@ Name: Radiocells.org UnifiedNlp Backend AutoName: org.openbmap.unifiedNlpProvider Description: |- https://f-droid.org/packages/com.google.android.gms wifi/cell geolocation backend that uses - [https://radiocells.org Radiocells.org] database for geolocation. + Radiocells.org database for geolocation. Location can be retrieved either online or completely offline if a local database is already present. diff --git a/metadata/org.openbmap.yml b/metadata/org.openbmap.yml index 83caf228ff..725cd76d54 100644 --- a/metadata/org.openbmap.yml +++ b/metadata/org.openbmap.yml @@ -8,7 +8,7 @@ Translation: https://hosted.weblate.org/projects/openbmap/ AutoName: RadioBeacon Description: |- - Map wireless networks and cell towers for the [http://openbmap.org openbmap.org] + Map wireless networks and cell towers for the openbmap.org database. openBmap is a free and open wifi and cells database. The website offers a diff --git a/metadata/org.openfoodfacts.scanner.yml b/metadata/org.openfoodfacts.scanner.yml index 60755be10e..deb086deb6 100644 --- a/metadata/org.openfoodfacts.scanner.yml +++ b/metadata/org.openfoodfacts.scanner.yml @@ -9,7 +9,7 @@ Changelog: https://github.com/openfoodfacts/openfoodfacts-androidapp/blob/HEAD/C AutoName: Open Food Facts Description: |- Scan the barcode of a product and retrieve the associated data from - [http://openfoodfacts.org OpenFoodFacts], the free, open and collaborative + OpenFoodFacts, the free, open and collaborative database of food products from the entire world. You can also add products to the database. diff --git a/metadata/org.opengpx.yml b/metadata/org.opengpx.yml index 5ccab7c4c8..2ebe2d373b 100644 --- a/metadata/org.opengpx.yml +++ b/metadata/org.opengpx.yml @@ -20,7 +20,7 @@ Description: |- Variation 3 (Online): - * Use the "Search Online" feature (requires a free account at [http://www.bcaching.com bcaching]) + * Use the "Search Online" feature (requires a free account at bcaching) Builds: - versionName: 1.1.0 diff --git a/metadata/org.openintents.notepad.yml b/metadata/org.openintents.notepad.yml index 34b05eac12..efb1f8dfef 100644 --- a/metadata/org.openintents.notepad.yml +++ b/metadata/org.openintents.notepad.yml @@ -24,17 +24,17 @@ Description: |- The following extensions are available: - * [http://openintents.org/~oi/node/148 OI Voice Notes] to add a recorded message to a note. - * [http://openintents.org/~oi/node/158 OI ConvertCSV] to export/import notes to the SD card. - * [http://openintents.org/~oi/node/313 OI Insert Date] to insert the current date into a note. + * OI Voice Notes to add a recorded message to a note. + * OI ConvertCSV to export/import notes to the SD card. + * OI Insert Date to insert the current date into a note. * https://f-droid.org/packages/org.openintents.about to display version information, links, credits, and license information. - * [http://openintents.org/~oi/node/314 uмop ∂pısd∩ (Upside down)] to turn selected text upside down. + * uмop ∂pısd∩ (Upside down) to turn selected text upside down. OI Notepad works together with the following applications: * https://f-droid.org/packages/org.openintents.safe to encrypt notes. * https://f-droid.org/packages/org.openintents.filemanager to open files from SD card or save them to SD card. - * [http://openintents.org/~oi/node/203 OI Update] to receive notifications when updates are available. + * OI Update to receive notifications when updates are available. RepoType: git Repo: https://github.com/openintents/notepad diff --git a/metadata/org.openmsx.android.openmsx.yml b/metadata/org.openmsx.android.openmsx.yml index 2874b25e38..308d0e8724 100644 --- a/metadata/org.openmsx.android.openmsx.yml +++ b/metadata/org.openmsx.android.openmsx.yml @@ -9,9 +9,9 @@ Description: |- MSX is a non IBM PC compatible computer architecture, which was popular mostly in Japan, the Middle East, the Soviet Union, and to a lesser extent, several other European countries. Many popular titles, including - [https://en.wikipedia.org/wiki/Wizardry Wizardry], - [https://en.wikipedia.org/wiki/Snatcher Snatcher], and initially, - [https://en.wikipedia.org/wiki/Metal_Gear_%28series%29 the Metal Gear series] + Wizardry, + Snatcher, and initially, + the Metal Gear series targeted MSX as their primary platform. OpenMSX emulates wide range of MSX hardware. Built-in FOSS firmware supports @@ -22,7 +22,7 @@ Description: |- files can be dumped from real machines or downloaded from the net. It is possible to create and use hardware descriptors and firmware for nonexisting configurations, such as so called - [https://encrypted.google.com/search?q=Modified_MSX2_EN Modified_MSX2_EN], which + Modified_MSX2_EN, which contains handful of drivers and have good (virtual) hardware capabilities. RepoType: srclib diff --git a/metadata/org.openobservatory.ooniprobe.yml b/metadata/org.openobservatory.ooniprobe.yml index 747738ddc9..235b04def7 100644 --- a/metadata/org.openobservatory.ooniprobe.yml +++ b/metadata/org.openobservatory.ooniprobe.yml @@ -54,11 +54,11 @@ Description: |- '''Free software''' All OONI Probe tests (including our NDT and DASH implementations), are based on free and open source software. You can find OONI software projects - [https://github.com/ooni on Github]. Curious to learn how OONI Probe tests - work? Learn more [https://ooni.io/nettest here]. + on Github. Curious to learn how OONI Probe tests + work? Learn more here. To receive updates from the OONI-verse, - [https://twitter.com/OpenObservatory follow us on Twitter] + follow us on Twitter Disclaimer: Running OONI Probe might be against the terms of service of your ISP or legally questionable in your country. By running OONI Probe, you will connect @@ -67,7 +67,7 @@ Description: |- information. In addition, your use of OONI Probe will be clear to anyone who has access to your computer, and to anyone who can monitor your Internet connection (such as your employer, ISP or government). Learn more about potential risks - [https://ooni.torproject.org/about/risks here] + here RepoType: git Repo: https://github.com/ooni/probe-android diff --git a/metadata/org.projectvoodoo.screentestpatterns.yml b/metadata/org.projectvoodoo.screentestpatterns.yml index 057a90e9ed..1758eda6a2 100644 --- a/metadata/org.projectvoodoo.screentestpatterns.yml +++ b/metadata/org.projectvoodoo.screentestpatterns.yml @@ -10,7 +10,7 @@ AutoName: Voodoo Screen Test Patterns Description: |- This app display simple colors on your screen; those colors are then measured by a colorimeter or spectrophotometer (such as - [http://www.homecinema-fr.com/colorimetre Color HCFR]) in order to build graphs + Color HCFR) in order to build graphs or color profiles. RepoType: git diff --git a/metadata/org.redcross.openmapkit.yml b/metadata/org.redcross.openmapkit.yml index f36ccc00d7..920a60d426 100644 --- a/metadata/org.redcross.openmapkit.yml +++ b/metadata/org.redcross.openmapkit.yml @@ -18,15 +18,15 @@ Description: |- Traditional field data collection tools for OpenStreetMap have either relied on paper or are too complicated, targeted at GIS professionals, or lack an understanding of traditional survey techniques. As new projects such as - [http://www.missingmaps.org/ Missing Maps] and other humanitarian field data + Missing Maps and other humanitarian field data collection projects focus on field data collection the need for a structured, yet simple, OpenStreetMap field data collection tool became apparent. OpenMapKit serves this need. * View OpenStreetMap tiles via web and pre-cached mbtiles. - * Download OSM data from the [https://wiki.openstreetmap.org/wiki/Overpass_API Overpass API] for offline use. + * Download OSM data from the Overpass API for offline use. * Create and update tags for OSM features. - * Integration with [https://opendatakit.org/use/collect/ ODK Collect]. + * Integration with ODK Collect. RepoType: git Repo: https://github.com/posm/OpenMapKitAndroid diff --git a/metadata/org.savapage.android.print.yml b/metadata/org.savapage.android.print.yml index c1b96334a8..0b3a442121 100644 --- a/metadata/org.savapage.android.print.yml +++ b/metadata/org.savapage.android.print.yml @@ -13,7 +13,7 @@ Changelog: https://gitlab.com/savapage-android/savapage-android-print/blob/HEAD/ AutoName: SavaPage Print Service Description: |- Enable this app in the "Print services" section of the Settings app, add - [https://www.savapage.org SavaPage Open Print Portal] printers of your choice with your credentials, + SavaPage Open Print Portal printers of your choice with your credentials, and use them to print to SavaPage from any app. Preview the result in the SavaPage Print Portal's HTML5 Web App and proceed @@ -21,7 +21,7 @@ Description: |- SavaPage Open Print Portal uses Open Standards and Commodity Hardware for Secure Pull-Printing, Pay-Per-Print, Delegated Print, Job Ticketing, - Auditing and PDF Creation. Please consult the [https://www.savapage.org/docs/manual/ User Manual] for a + Auditing and PDF Creation. Please consult the User Manual for a comprehensive introduction. SavaPage is licensed under the terms of the GNU Affero General Public diff --git a/metadata/org.scummvm.scummvm.yml b/metadata/org.scummvm.scummvm.yml index 67135a03b8..f4b41f5a01 100644 --- a/metadata/org.scummvm.scummvm.yml +++ b/metadata/org.scummvm.scummvm.yml @@ -14,8 +14,8 @@ Description: |- point-and-click adventure games, provided you already have their data files. List of supported engines include: - * SCUMM (Classic 2D [http://wiki.scummvm.org/index.php/LucasArts LucasArts] games: Full Throttle, Day of the Tentacle, etc.) - * AGI (Early [http://wiki.scummvm.org/index.php/Sierra Sierra] adventure games: King’s Quest, Leisure Suit Larry etc.) + * SCUMM (Classic 2D LucasArts games: Full Throttle, Day of the Tentacle, etc.) + * AGI (Early Sierra adventure games: King’s Quest, Leisure Suit Larry etc.) * SCI (Newer Sierra adventure games: Space Quest, Police Quest etc.) * Kyra (Eye of the Beholder, The Legend of Kyrandia etc.) * Gob (Urban Runner, Gobliiins series) @@ -24,10 +24,10 @@ Description: |- and numerous others. - [https://raw.github.com/scummvm/scummvm/HEAD/README Documentation] + Documentation - [https://raw.github.com/scummvm/scummvm/HEAD/dists/android/README.Android README - of Android port] + README + of Android port Unlike upstream build, this one has all plugins bundled together in single apk. External plugin apks (e.g. from Google Play) won’t work with this version and diff --git a/metadata/org.secuso.privacyfriendlyactivitytracker.yml b/metadata/org.secuso.privacyfriendlyactivitytracker.yml index bb5768281d..4789b8b290 100644 --- a/metadata/org.secuso.privacyfriendlyactivitytracker.yml +++ b/metadata/org.secuso.privacyfriendlyactivitytracker.yml @@ -22,7 +22,7 @@ Description: |- The app requires minimal permissions (Run at startup and prevent phone from sleeping). It belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. RepoType: git diff --git a/metadata/org.secuso.privacyfriendlymemory.yml b/metadata/org.secuso.privacyfriendlymemory.yml index 36b5161a5b..5abd068f37 100644 --- a/metadata/org.secuso.privacyfriendlymemory.yml +++ b/metadata/org.secuso.privacyfriendlymemory.yml @@ -16,7 +16,7 @@ Description: |- advertisement. It belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universität Darmstadt, + SECUSO research group of Technische Universität Darmstadt, Germany. RepoType: git diff --git a/metadata/org.secuso.privacyfriendlynetmonitor.yml b/metadata/org.secuso.privacyfriendlynetmonitor.yml index 3add490abc..b14d193bcd 100644 --- a/metadata/org.secuso.privacyfriendlynetmonitor.yml +++ b/metadata/org.secuso.privacyfriendlynetmonitor.yml @@ -19,8 +19,8 @@ Description: |- remote socket information is displayed along with a resolved hostname information and protocol evaluation based on well-known ports. Known un-/encrypted protocols are automatically marked. This app belongs to the - Privacy Friendly Apps group developed by the [https://secuso.org/ SECUSO - research group] Universität Darmstadt, Germany. + Privacy Friendly Apps group developed by the SECUSO + research group Universität Darmstadt, Germany. RepoType: git Repo: https://github.com/SecUSo/privacy-friendly-netmonitor/ diff --git a/metadata/org.secuso.privacyfriendlynotes.yml b/metadata/org.secuso.privacyfriendlynotes.yml index 33dee9a0aa..fc983c8da7 100644 --- a/metadata/org.secuso.privacyfriendlynotes.yml +++ b/metadata/org.secuso.privacyfriendlynotes.yml @@ -20,7 +20,7 @@ Description: |- * sketch notes The app belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/org.secuso.privacyfriendlyruler.yml b/metadata/org.secuso.privacyfriendlyruler.yml index dcb1b38ef4..129a71f4cf 100644 --- a/metadata/org.secuso.privacyfriendlyruler.yml +++ b/metadata/org.secuso.privacyfriendlyruler.yml @@ -17,7 +17,7 @@ Description: |- This app is optimized regarding the user's privacy. It doesn't use any tracking mechanisms, neither it displays any advertisement. It belongs to the Privacy - Friendly Apps group developed by the [https://secuso.org/ SECUSO research group] + Friendly Apps group developed by the SECUSO research group at Technische Universität Darmstadt, Germany. RepoType: git diff --git a/metadata/org.secuso.privacyfriendlysudoku.yml b/metadata/org.secuso.privacyfriendlysudoku.yml index af82ad31fc..14a6f2c150 100644 --- a/metadata/org.secuso.privacyfriendlysudoku.yml +++ b/metadata/org.secuso.privacyfriendlysudoku.yml @@ -12,7 +12,7 @@ Changelog: https://github.com/SecUSo/privacy-friendly-sudoku/blob/HEAD/CHANGELOG AutoName: Sudoku Description: |- Play the Sudoku logic puzzle. The app belongs to the group of Privacy Friendly - Apps developed at the [https://secuso.org/ SECUSO research group] of Technische + Apps developed at the SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/org.secuso.privacyfriendlytodolist.yml b/metadata/org.secuso.privacyfriendlytodolist.yml index b4ec0e3106..3e9def2458 100644 --- a/metadata/org.secuso.privacyfriendlytodolist.yml +++ b/metadata/org.secuso.privacyfriendlytodolist.yml @@ -19,7 +19,7 @@ Description: |- enables the user to look for To-Do lists, To-Do tasks and subtasks. The app belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/org.secuso.privacyfriendlyweather.yml b/metadata/org.secuso.privacyfriendlyweather.yml index 41c8dab92e..7771c0c745 100644 --- a/metadata/org.secuso.privacyfriendlyweather.yml +++ b/metadata/org.secuso.privacyfriendlyweather.yml @@ -19,10 +19,10 @@ Description: |- Weather provides a radius search. This makes it possible to find the locations around a given location which have the best weather conditions at the moment. - Weather data is provided by [http://openweathermap.org/ Open Weather Map]. + Weather data is provided by Open Weather Map. The app belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml b/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml index 7566c9e701..3c617a663d 100644 --- a/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml +++ b/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml @@ -18,7 +18,7 @@ Description: |- pairs, three of kind, four of a kind, five of a kind, full house and others. The app belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/org.servalproject.yml b/metadata/org.servalproject.yml index 739024e560..ad974a1647 100644 --- a/metadata/org.servalproject.yml +++ b/metadata/org.servalproject.yml @@ -12,8 +12,8 @@ AutoName: Serval Mesh Description: |- '''The Serval Project is seeking funds to develop a mesh extender which aims to work around the limitations caused by the lack of AdHoc mode in Android. Visit - the campaign website to''' [http://www.indiegogo.com/projects/speak-freely - support the cause]. + the campaign website to''' the cause. '''N.B''' The app no longer asks for root by default although you can still try it in adhoc mode. Prebuilts are no longer in the source code. diff --git a/metadata/org.smerty.zooborns.yml b/metadata/org.smerty.zooborns.yml index 2acbdfed9e..5a9e580138 100644 --- a/metadata/org.smerty.zooborns.yml +++ b/metadata/org.smerty.zooborns.yml @@ -5,7 +5,7 @@ SourceCode: https://github.com/Smerty/zooborns.android AutoName: ZooBorns Description: |- - View the recent photos from [http://zooborns.com zooborns.com], site dedicated + View the recent photos from zooborns.com, site dedicated to raising awareness of wildlife recreation efforts. Menu key in fullscreen for sharing / fullstory / wallpaper. Menu key on thumbnail list to enable / disable push notifications etc. diff --git a/metadata/org.softcatala.traductor.yml b/metadata/org.softcatala.traductor.yml index 8765a05119..38433cb721 100644 --- a/metadata/org.softcatala.traductor.yml +++ b/metadata/org.softcatala.traductor.yml @@ -11,8 +11,8 @@ IssueTracker: https://github.com/Softcatala/TraductorSoftcatalaAndroid/issues AutoName: Traductor Softcatalà Description: |- - Client for the Softcatalà Catalan on-line [http://www.softcatala.org/traductor - translation service]. + Client for the Softcatalà Catalan on-line service. The non-free AdMob advertising library was removed from the builds. diff --git a/metadata/org.sparkleshare.android.yml b/metadata/org.sparkleshare.android.yml index 7a77bc0619..5cf4faf190 100644 --- a/metadata/org.sparkleshare.android.yml +++ b/metadata/org.sparkleshare.android.yml @@ -12,7 +12,7 @@ Description: |- SparkleShare is a collaboration and sharing tool that is designed to keep things simple and to stay out of your way. - Setup your own cloud with [http://sparkleshare.org/ SparkleShare] and browse + Setup your own cloud with SparkleShare and browse your files right from your Android device. RepoType: git diff --git a/metadata/org.sugr.gearshift.yml b/metadata/org.sugr.gearshift.yml index 81f60bb94a..bc143db164 100644 --- a/metadata/org.sugr.gearshift.yml +++ b/metadata/org.sugr.gearshift.yml @@ -9,8 +9,7 @@ Changelog: https://github.com/urandom/gearshift/releases AutoName: Gear Shift Description: |- - Remote control for the bittorent client [https://www.transmissionbt.com/ - Transmission]. Features include: + Remote control for the bittorent client Transmission. Features include: * Multiple profiles (if you have more than one transmission daemon) * Torrent list (with an option to only update the active torrents) diff --git a/metadata/org.tomdroid.yml b/metadata/org.tomdroid.yml index 82c403039d..8f687fed48 100644 --- a/metadata/org.tomdroid.yml +++ b/metadata/org.tomdroid.yml @@ -13,7 +13,7 @@ Description: |- The new beta releases of 0.7.0+ have a lot of new features including editing support, but take care if you are syncing important notes by making local backup to the sdcard. See the website for a full list of the new features. The source - code for these builds is in the [https://launchpad.net/tomdroid trunk branch], + code for these builds is in the trunk branch, while that for the stable versions is in the stable branch. RepoType: bzr diff --git a/metadata/org.torproject.android.yml b/metadata/org.torproject.android.yml index 0988f68aa0..cadc9fd11f 100644 --- a/metadata/org.torproject.android.yml +++ b/metadata/org.torproject.android.yml @@ -27,7 +27,7 @@ Description: | closely with tor or allow proxied connections: https://f-droid.org/packages/info.guardianproject.otr.app.im, https://f-droid.org/packages/acr.browser.lightning and https://f-droid.org/packages/org.mariotaku.twidere. There is also a proxy configurator addon for Firefox - called [https://github.com/guardianproject/ProxyMob/downloads ProxyMob] (not yet + called ProxyMob (not yet available from the Mozilla addon site). RepoType: git diff --git a/metadata/org.toulibre.capitoledulibre.yml b/metadata/org.toulibre.capitoledulibre.yml index ac2e5d01c7..57b81ab192 100644 --- a/metadata/org.toulibre.capitoledulibre.yml +++ b/metadata/org.toulibre.capitoledulibre.yml @@ -9,7 +9,7 @@ IssueTracker: https://github.com/capitoledulibre/cdl-companion-android/issues AutoName: Capitole du Libre Description: |- - Schedule browser for the [https://2017.capitoledulibre.org/ Capitole du Libre] + Schedule browser for the Capitole du Libre conference in Toulouse, France. Download the most recent schedule and browse it offline. diff --git a/metadata/org.valos.isolmoa.yml b/metadata/org.valos.isolmoa.yml index 2b5670c2a5..089c264336 100644 --- a/metadata/org.valos.isolmoa.yml +++ b/metadata/org.valos.isolmoa.yml @@ -11,7 +11,7 @@ Bitcoin: 1LbgYALbkQ2Trgh4yXqdBnbdQosGard5hd AutoName: Isolmoa Description: |- Isolmoa is a two-player abstract strategy board game based on the - [http://en.wikipedia.org/wiki/Isola_%28board_game%29 Isola] game. It is played + Isola game. It is played on a board which is initially filled with squares. Both players have one piece. To begin, each player places his/her piece. Next, each turn of play is composed diff --git a/metadata/org.wingy.chan.yml b/metadata/org.wingy.chan.yml index e6c07bb94f..58fd049f74 100644 --- a/metadata/org.wingy.chan.yml +++ b/metadata/org.wingy.chan.yml @@ -5,7 +5,7 @@ SourceCode: https://github.com/wingy/Exodus IssueTracker: https://github.com/wingy/Exodus/issues AutoName: Exodus -Description: Browse [https://8chan.co/ 8chan] image board. Based on https://f-droid.org/packages/org.floens.chan. +Description: Browse 8chan image board. Based on https://f-droid.org/packages/org.floens.chan. RepoType: git Repo: https://github.com/wingy/Exodus.git diff --git a/metadata/org.xphnx.iconsubmit.yml b/metadata/org.xphnx.iconsubmit.yml index 9d31669645..49e90f49cf 100644 --- a/metadata/org.xphnx.iconsubmit.yml +++ b/metadata/org.xphnx.iconsubmit.yml @@ -11,8 +11,8 @@ Description: |- protocols like Owncloud, NFC, Bluetooth, IM...). It just collects the app title, package name, activity name and the icon file of the apps your select. By default have set the email address for - [https://f-droid.org/repository/browse/?fdid=org.twelf.cmtheme TwelF] and - [https://f-droid.org/repository/browse/?fdid=org.tw.onze.cmtheme Onze] requests, + TwelF and + Onze requests, but you can write another one. RepoType: git diff --git a/metadata/org.yabause.android.yml b/metadata/org.yabause.android.yml index 222a9edc2c..f213aa5548 100644 --- a/metadata/org.yabause.android.yml +++ b/metadata/org.yabause.android.yml @@ -11,8 +11,8 @@ Description: |- should be placed into /sdcard/yabause/bios and games go in /sdcard/yabause/games. - [https://wiki.yabause.org/index.php5?title=Compatibility_list Compatibility - list] + Compatibility + list Status: ALPHA diff --git a/metadata/org.zephyrsoft.sdbviewer.yml b/metadata/org.zephyrsoft.sdbviewer.yml index 79d6ec5743..ba8380b8db 100644 --- a/metadata/org.zephyrsoft.sdbviewer.yml +++ b/metadata/org.zephyrsoft.sdbviewer.yml @@ -11,7 +11,7 @@ Changelog: https://zephyrsoft.org/sdbviewer/history AutoName: SDB Viewer Description: |- - This app can display the data produced and managed by [https://zephyrsoft.org/sdb Song Database] + This app can display the data produced and managed by Song Database if the file is accessible via URL (web address). It cannot be used for anything else, so if you don't use Song Database, this app isn't meant for you! @@ -22,7 +22,7 @@ Description: |- ''If you are the administrator of your Song Database installation and don’t want to upload the file containing the songs every time you modify it, you could set up a synchronisation solution - like [https://nextcloud.com Nextcloud] and use the "share link" functionality - the resulting + like Nextcloud and use the "share link" functionality - the resulting link has to be used in the app.'' RepoType: git diff --git a/metadata/org.zeroxlab.zeroxbenchmark.yml b/metadata/org.zeroxlab.zeroxbenchmark.yml index 9790ee22cc..42b9e74e24 100644 --- a/metadata/org.zeroxlab.zeroxbenchmark.yml +++ b/metadata/org.zeroxlab.zeroxbenchmark.yml @@ -15,7 +15,7 @@ Description: |- * 2D canvas * JavaScript engine - Allows to upload results to [http://0xbenchmark.appspot.com/ community server] + Allows to upload results to community server for comparison and analysis. Note: Native benchmarks requiring pre-installed binaries and root access are not diff --git a/metadata/paulscode.android.mupen64plusae.yml b/metadata/paulscode.android.mupen64plusae.yml index 285b5b0aae..a87dab2327 100644 --- a/metadata/paulscode.android.mupen64plusae.yml +++ b/metadata/paulscode.android.mupen64plusae.yml @@ -13,12 +13,12 @@ Description: |- This app has been deprecated in favor of [[org.mupen64plusae.v3.alpha]]. Mupen64Plus AE (Android Edition) is a port of Mupen64Plus to Android (not - officially supported by the [http://mupen64plus.org/ Mupen64Plus] team). See - [http://pdroms.de/files/nintendo64 PDRoms] for public domain ROMs. + officially supported by the Mupen64Plus team). See + PDRoms for public domain ROMs. For info about specific games: - [http://mupen64plus.wikia.com/wiki/Mupen64Plus,_Android_Edition_%28AE%29_Wiki - compatibility wiki]. + wiki. Getting started: diff --git a/metadata/player.efis.cfd.yml b/metadata/player.efis.cfd.yml index c95c8c9f13..fd3d29df26 100644 --- a/metadata/player.efis.cfd.yml +++ b/metadata/player.efis.cfd.yml @@ -20,11 +20,11 @@ Description: |- data. If enabled, it also allows for some terrain collision detection. The required terrain data packages are available via F-Droid, see: - * [https://f-droid.org/en/packages/player.efis.data.usa.can/ North America, Canada] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Europe, Russia] - * [https://f-droid.org/en/packages/player.efis.data.sah.jap/ Sahara / North Africa, India / Indonesia, Japan] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Southern Africa, Australia / New Zealand] - * [https://f-droid.org/en/packages/player.efis.data.pan.arg/ South America] + * North America, Canada + * Europe, Russia + * Sahara / North Africa, India / Indonesia, Japan + * Southern Africa, Australia / New Zealand + * South America '''Flight Director''' @@ -46,7 +46,7 @@ Description: |- '''ADS-B/AHRS''' In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be - selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for + selected as the input source. See Stratux ADS-B for more information. '''Simulator''' @@ -58,15 +58,15 @@ Description: |- '''Companion Applications''' - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS] is the primary flight display + Kwik EFIS is the primary flight display application of the EFIS. It provides a modern attitude and flight instrument display. - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] is a stand-alone digital + Kwik DMAP is a stand-alone digital moving map application. It provides situational awareness and navigation functionality. - [http://ninelima.org/efis/installation.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.data.eur.rus.yml b/metadata/player.efis.data.eur.rus.yml index 210a9c50bb..f7c31abd22 100644 --- a/metadata/player.efis.data.eur.rus.yml +++ b/metadata/player.efis.data.eur.rus.yml @@ -10,14 +10,14 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1 AutoName: Kwik DataPac (eur.rus) Description: |- The synthetic vision terrain (DEM) data pack for use with - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS], - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] and - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP]. + Kwik EFIS, + Kwik DMAP and + Kwik COMP. * Europe * Russia - [http://ninelima.org/efis/datapac.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.data.pan.arg.yml b/metadata/player.efis.data.pan.arg.yml index 93bb7b60e5..e55e2939e6 100644 --- a/metadata/player.efis.data.pan.arg.yml +++ b/metadata/player.efis.data.pan.arg.yml @@ -10,13 +10,13 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1 AutoName: Kwik DataPac (pan.arg) Description: |- The synthetic vision terrain (DEM) data pack for use with - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS], - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] and - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP]. + Kwik EFIS, + Kwik DMAP and + Kwik COMP. * South America - [http://ninelima.org/efis/datapac.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.data.sah.jap.yml b/metadata/player.efis.data.sah.jap.yml index 0dbf19a25d..e126637df7 100644 --- a/metadata/player.efis.data.sah.jap.yml +++ b/metadata/player.efis.data.sah.jap.yml @@ -10,15 +10,15 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1 AutoName: Kwik DataPac (sah.jap) Description: |- The synthetic vision terrain (DEM) data pack for use with - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS], - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] and - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP]. + Kwik EFIS, + Kwik DMAP and + Kwik COMP. * Sahara / North Africa * India / Indonesia * Japan - [http://ninelima.org/efis/datapac.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.data.usa.can.yml b/metadata/player.efis.data.usa.can.yml index 1f3a9f6143..f4a95c79bd 100644 --- a/metadata/player.efis.data.usa.can.yml +++ b/metadata/player.efis.data.usa.can.yml @@ -10,14 +10,14 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1 AutoName: Kwik DataPac (usa.can) Description: |- The synthetic vision terrain (DEM) data pack for use with - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS], - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] and - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP]. + Kwik EFIS, + Kwik DMAP and + Kwik COMP. * North America * Canada - [http://ninelima.org/efis/datapac.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.data.zar.aus.yml b/metadata/player.efis.data.zar.aus.yml index 0558927591..7e77505a16 100644 --- a/metadata/player.efis.data.zar.aus.yml +++ b/metadata/player.efis.data.zar.aus.yml @@ -10,14 +10,14 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1 AutoName: Kwik DataPac (zar.aus) Description: |- The synthetic vision terrain (DEM) data pack for use with - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS], - [https://f-droid.org/en/packages/player.efis.mfd/ Kwik DMAP] and - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP]. + Kwik EFIS, + Kwik DMAP and + Kwik COMP. * Southern Africa * Australia / New Zealand - [http://ninelima.org/efis/datapac.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.mfd.yml b/metadata/player.efis.mfd.yml index 7d3c01e72c..0640f51ddc 100644 --- a/metadata/player.efis.mfd.yml +++ b/metadata/player.efis.mfd.yml @@ -19,11 +19,11 @@ Description: |- data. If enabled, it also allows for some terrain collision detection. The required terrain data packages are available via F-Droid, see: - * [https://f-droid.org/en/packages/player.efis.data.usa.can/ North America, Canada] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Europe, Russia] - * [https://f-droid.org/en/packages/player.efis.data.sah.jap/ Sahara / North Africa, India / Indonesia, Japan] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Southern Africa, Australia / New Zealand] - * [https://f-droid.org/en/packages/player.efis.data.pan.arg/ South America] + * North America, Canada + * Europe, Russia + * Sahara / North Africa, India / Indonesia, Japan + * Southern Africa, Australia / New Zealand + * South America '''Airspace''' @@ -38,7 +38,7 @@ Description: |- '''ADS-B/AHRS''' In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be - selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for + selected as the input source. See Stratux ADS-B for more information. '''Simulator''' @@ -50,15 +50,15 @@ Description: |- '''Companion Applications''' - [https://f-droid.org/en/packages/player.efis.pfd/ Kwik EFIS] is the primary flight display + Kwik EFIS is the primary flight display application of the EFIS. It provides a modern attitude and flight instrument display. - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP] is a composite flight display + Kwik COMP is a composite flight display application combining the moving map and the primary flight display. It provides both displays on a single device. - [http://ninelima.org/efis/installation.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/player.efis.pfd.yml b/metadata/player.efis.pfd.yml index 7ce1dc189d..3b4d615ddf 100644 --- a/metadata/player.efis.pfd.yml +++ b/metadata/player.efis.pfd.yml @@ -20,11 +20,11 @@ Description: |- data. If enabled, it also allows for some terrain collision detection. The required terrain data packages are available via F-Droid, see: - * [https://f-droid.org/en/packages/player.efis.data.usa.can/ North America, Canada] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Europe, Russia] - * [https://f-droid.org/en/packages/player.efis.data.sah.jap/ Sahara / North Africa, India / Indonesia, Japan] - * [https://f-droid.org/en/packages/player.efis.data.eur.rus/ Southern Africa, Australia / New Zealand] - * [https://f-droid.org/en/packages/player.efis.data.pan.arg/ South America] + * North America, Canada + * Europe, Russia + * Sahara / North Africa, India / Indonesia, Japan + * Southern Africa, Australia / New Zealand + * South America '''Flight Director''' @@ -36,7 +36,7 @@ Description: |- '''ADS-B/AHRS''' In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be - selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for + selected as the input source. See Stratux ADS-B for more information. '''Simulator''' @@ -48,15 +48,15 @@ Description: |- '''Companion Applications''' - [https://f-droid.org/en/packages/player.efis.mfd// Kwik DMAP] is a stand-alone digital + Kwik DMAP is a stand-alone digital moving map application. It provides situational awareness and navigation functionality. - [https://f-droid.org/en/packages/player.efis.cfd/ Kwik COMP] is a composite flight display + Kwik COMP is a composite flight display application combining the moving map and the primary flight display. It provides both displays on a single device. - [http://ninelima.org/efis/installation.html Help] + Help RepoType: git Repo: https://gitlab.com/ninelima/kwikEFIS.git diff --git a/metadata/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.yml b/metadata/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.yml index 1aa61dd884..520e169008 100644 --- a/metadata/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.yml +++ b/metadata/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.yml @@ -24,7 +24,7 @@ Description: |- requirement of special system permissions. The app belongs to the group of Privacy Friendly Apps developed at the - [https://secuso.org/ SECUSO research group] of Technische Universitaet + SECUSO research group of Technische Universitaet Darmstadt. It does not require any permission and relinquishes advertisement and tracking mechanisms. diff --git a/metadata/pro.rudloff.openvegemap.yml b/metadata/pro.rudloff.openvegemap.yml index 98373520e6..5121f050ee 100644 --- a/metadata/pro.rudloff.openvegemap.yml +++ b/metadata/pro.rudloff.openvegemap.yml @@ -15,8 +15,7 @@ Description: |- This app allows you to find vegetarian and vegan restaurants near you. It is based on data from OpenStreetmap. - A web version is available on [https://openvegemap.netlib.re/ - openvegemap.netlib.re]. + A web version is available on openvegemap.netlib.re. RepoType: git Repo: https://github.com/Rudloff/openvegemap-cordova diff --git a/metadata/protect.card_locker.yml b/metadata/protect.card_locker.yml index babde56d0c..5b1509a049 100644 --- a/metadata/protect.card_locker.yml +++ b/metadata/protect.card_locker.yml @@ -12,8 +12,8 @@ Description: |- '''NOTE:''' This app has been retired and won’t receive future updates. However, it has a direct successor you are encouraged to switch to: please install https://f-droid.org/packages/me.hackerchick.catima and follow its - [https://thelastproject.github.io/Catima/migrate/protect_card_locker/ - Migration Guide]. The switch-over is easy and probably won’t take you more + Guide. The switch-over is easy and probably won’t take you more than five minutes. Manages barcode-based store/loyalty cards on your phone, removing the need to diff --git a/metadata/ru.gelin.android.weather.notification.yml b/metadata/ru.gelin.android.weather.notification.yml index 6735e55ff7..d64b80cc5d 100644 --- a/metadata/ru.gelin.android.weather.notification.yml +++ b/metadata/ru.gelin.android.weather.notification.yml @@ -16,7 +16,7 @@ Description: |- https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.blacktext and https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.whitetext. - This app uses the [https://openweathermap.org/ openweathermap] API. + This app uses the openweathermap API. ''NonFreeNet:'' OpenWeatherMap service itself is not open source. diff --git a/metadata/ryey.easer.yml b/metadata/ryey.easer.yml index 7dd526ff0d..d478373ec9 100644 --- a/metadata/ryey.easer.yml +++ b/metadata/ryey.easer.yml @@ -26,12 +26,12 @@ Description: |- Reminder: Easer is still under development. It may contain bugs and the UI definitely needs to be improved. For more details or expansion of Easer, read - [https://renyuneyun.github.io/Easer/en/README README], - [https://renyuneyun.github.io/Easer/en/HOWTO HOWTO] (creating more events / - operations), [https://renyuneyun.github.io/Easer/en/TODO TODO] (or - [https://renyuneyun.github.io/Easer/zh/README README], - [https://renyuneyun.github.io/Easer/zh/HOWTO HOWTO], - [https://renyuneyun.github.io/Easer/zh/TODO TODO] if you can read Chinese) + README, + HOWTO (creating more events / + operations), TODO (or + README, + HOWTO, + TODO if you can read Chinese) document in the repo. RepoType: git diff --git a/metadata/science.iodev.fissh.yml b/metadata/science.iodev.fissh.yml index 3c3e580b1d..1059c5fc2a 100644 --- a/metadata/science.iodev.fissh.yml +++ b/metadata/science.iodev.fissh.yml @@ -9,11 +9,11 @@ IssueTracker: https://gitlab.com/ioanm/fissh-app/issues AutoName: FiSSH Description: |- - [Note: The app is now developed under a new appID as [https://f-droid.org/en/packages/ro.ioanm.fissh FiSSH]] + [Note: The app is now developed under a new appID as FiSSH] This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner. - * The PC must run Linux and have FiSSH desktop installed - see [https://gitlab.com/ioanm/fissh-desktop/blob/master/INSTALL.md INSTALL.md here] + * The PC must run Linux and have FiSSH desktop installed - see INSTALL.md here * The PC app then returns the received passphrase to OpenSSH and the standard ssh binary completes the login process. * It is important to note that none of the FiSSH apps have access to private key file and that FiSSH uses TLS sockets with certificate validation to prevent man-in-the-middle attacks! diff --git a/metadata/science.itaintrocket.pomfshare.yml b/metadata/science.itaintrocket.pomfshare.yml index d3fe8c834f..2c8c739405 100644 --- a/metadata/science.itaintrocket.pomfshare.yml +++ b/metadata/science.itaintrocket.pomfshare.yml @@ -8,7 +8,7 @@ Changelog: https://github.com/Nyubis/Pomfshare/releases AutoName: Pomfshare Description: |- Pomshare uses Android's built-in sharing menu to easily upload files to - [http://pomf.se pomf.se], a free quality filehost. No timeouts, no logins. 50 + pomf.se, a free quality filehost. No timeouts, no logins. 50 MiB maximum. RepoType: git diff --git a/metadata/subreddit.android.appstore.yml b/metadata/subreddit.android.appstore.yml index 62e5c9da57..243a3b09e9 100644 --- a/metadata/subreddit.android.appstore.yml +++ b/metadata/subreddit.android.appstore.yml @@ -14,11 +14,11 @@ Changelog: https://github.com/d4rken/reddit-android-appstore/releases AutoName: /r/Android App store Description: |- App inspired by this - [https://www.reddit.com/r/Android/comments/50rafp/meta_we_have_an_app_wiki_with_over_700_apps_made/ - reddit post] + post - Pulls the curated app list from the [https://www.reddit.com/r/android/wiki/apps - /r/Android wiki] and displays it. + Pulls the curated app list from the wiki and displays it. As it offers non free apps as well, this app has the non free addon antifeature. diff --git a/metadata/telegra.ph.yml b/metadata/telegra.ph.yml index ca39e13084..0fc55f4318 100644 --- a/metadata/telegra.ph.yml +++ b/metadata/telegra.ph.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/jlelse/teleposter/releases AutoName: Teleposter Description: |- - Independent client app / wrapper around the [http://telegra.ph Telegra.ph] + Independent client app / wrapper around the Telegra.ph website, which allows to author blogposts. RepoType: git diff --git a/metadata/tk.al54.dev.badpixels.yml b/metadata/tk.al54.dev.badpixels.yml index 9fad38c84b..f86fb61b63 100644 --- a/metadata/tk.al54.dev.badpixels.yml +++ b/metadata/tk.al54.dev.badpixels.yml @@ -11,8 +11,8 @@ Description: |- Check the screen for existence of so-called "dead pixels". So called bad and defective pixels are defects of the electronic device which is perceiving or reproducing the image and having pixel structure. A more detailed explanation is - [https://en.wikipedia.org/wiki/Defective_pixel in Wikipedia]. Also see the - [https://en.wikipedia.org/wiki/ISO_13406-2 ISO_13406-2] standard for more + in Wikipedia. Also see the + ISO_13406-2 standard for more information. RepoType: git diff --git a/metadata/tk.giesecke.painlessmesh.yml b/metadata/tk.giesecke.painlessmesh.yml index 5938550668..12893df33d 100644 --- a/metadata/tk.giesecke.painlessmesh.yml +++ b/metadata/tk.giesecke.painlessmesh.yml @@ -11,7 +11,7 @@ Changelog: https://gitlab.com/beegee1962/painlessmesh_android/-/releases AutoName: painlessMesh Description: |- Allows to connect from Android to a - [https://gitlab.com/painlessMesh/painlessMesh painlessMesh network] and act + painlessMesh network and act like a node. The app can connect, request routing info (NODE_SYNC_REQUEST) and send single (SINGLE) and broadcast (BROADCAST) messages. There is no support for (TIME_DELAY), (TIME_SYNC) and (NODE_SYNC_REPLY). The app is diff --git a/metadata/tw.qtlin.mac.airunlocker.yml b/metadata/tw.qtlin.mac.airunlocker.yml index 66a10bb346..a617790e9b 100644 --- a/metadata/tw.qtlin.mac.airunlocker.yml +++ b/metadata/tw.qtlin.mac.airunlocker.yml @@ -24,8 +24,8 @@ Description: |- * Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General. * Select Show keychain status in menu bar.) - [https://github.com/pinetum/AirUnlock-for-Mac/blob/master/README.md AirUnlock - Mac App Download] + AirUnlock + Mac App Download RepoType: git Repo: https://github.com/pinetum/AirUnlock-for-Android diff --git a/metadata/uk.org.crimetalk.yml b/metadata/uk.org.crimetalk.yml index 1d361d303c..3c4d62266f 100644 --- a/metadata/uk.org.crimetalk.yml +++ b/metadata/uk.org.crimetalk.yml @@ -8,7 +8,7 @@ IssueTracker: https://github.com/JohnPersano/CrimeTalk-Reader/issues AutoName: CrimeTalk Description: |- - [http://www.crimetalk.org.uk/ CrimeTalk] is a educational publishing venture + CrimeTalk is a educational publishing venture concerned with crime, criminal justice, social deviance, morality, immorality and anti-social behavior. It aims to provide a service for university students and scholars in the relevant disciplines like criminology, law, history, etc. diff --git a/metadata/wiseguys.radar.yml b/metadata/wiseguys.radar.yml index 18325465aa..d2aa76d57e 100644 --- a/metadata/wiseguys.radar.yml +++ b/metadata/wiseguys.radar.yml @@ -14,7 +14,7 @@ Description: |- available under a non-commercial license. With GPS integration in addition to all the features available at - [http://weather.gc.ca/radar/ Environment Canada’s website] WiseRadar removes all + Environment Canada’s website WiseRadar removes all the hassle from checking up on the latest storm front. This app was designed for minimal headaches and just to-the-point radar imagery.