Add current Google Play meta data
authorChristian Weiske <[email protected]>
Thu, 29 Aug 2024 16:12:34 +0000 (18:12 +0200)
committerChristian Weiske <[email protected]>
Thu, 29 Aug 2024 16:21:06 +0000 (18:21 +0200)
12 files changed:
README.rst
src/play/contact-email.txt [new file with mode: 0644]
src/play/contact-website.txt [new file with mode: 0644]
src/play/default-language.txt [new file with mode: 0644]
src/play/listings/en-US/full-description.txt [new file with mode: 0644]
src/play/listings/en-US/graphics/feature-graphic/feature-graphic.png [new file with mode: 0644]
src/play/listings/en-US/graphics/icon/icon.png [new file with mode: 0644]
src/play/listings/en-US/graphics/phone-screenshots/phone-1.png [new file with mode: 0644]
src/play/listings/en-US/graphics/phone-screenshots/phone-2.png [new file with mode: 0644]
src/play/listings/en-US/graphics/phone-screenshots/phone-3.png [new file with mode: 0644]
src/play/listings/en-US/short-description.txt [new file with mode: 0644]
src/play/listings/en-US/title.txt [new file with mode: 0644]

index a3e00d93c75ffeccb8b25c9852dc547e125668d5..7e0408cf52fd94fbc16c8cd01a65810b354da478 100644 (file)
@@ -89,6 +89,20 @@ Dependencies
 * Android SDK 34 (compiles for SDK 19 - Android 4.4)
 
 
+Meta data
+=========
+The code repository contains the meta data needed for the Google Play store:
+Text, icons, screenshots.
+
+They follow the `Triple-T gradle publisher`__, which are also
+`ingested by F-Droid`__.
+
+The meta data directory is ``src/play/`` because this app has no flavors.
+
+__ https://github.com/Triple-T/gradle-play-publisher
+__ https://f-droid.org/en/docs/FAQ_-_App_Developers/#how-do-i-change-the-description-and-add-meta-information-like-screenshots
+
+
 =========================
 About headphone indicator
 =========================
@@ -114,4 +128,3 @@ Author
 Headphone indicator was written by `Christian Weiske`__.
 
 __ http://cweiske.de/
-
diff --git a/src/play/contact-email.txt b/src/play/contact-email.txt
new file mode 100644 (file)
index 0000000..61022f0
--- /dev/null
@@ -0,0 +1 @@
diff --git a/src/play/contact-website.txt b/src/play/contact-website.txt
new file mode 100644 (file)
index 0000000..6c60533
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/cweiske/headphoneindicator
diff --git a/src/play/default-language.txt b/src/play/default-language.txt
new file mode 100644 (file)
index 0000000..beb9970
--- /dev/null
@@ -0,0 +1 @@
+en-US
diff --git a/src/play/listings/en-US/full-description.txt b/src/play/listings/en-US/full-description.txt
new file mode 100644 (file)
index 0000000..2df4af1
--- /dev/null
@@ -0,0 +1,12 @@
+Shows a notification icon in the status bar when headphones are plugged into the phone.
+
+Shows a different icon when a headset is attached.
+Both 3.5mm audio jack devices and USB headphones/headsets are supported.
+
+The app aims to be a tiny as possible. No ads, no analytics - just its core functionality.
+
+After installation, you have to start the application at least once. Then it will be running as a background service that shows the headset status icon whenever the headphones are plugged in.
+
+I wrote the headphone indicator app because I was immensely unsatisfied with apps like (google forced me to remove the name) which are over 2 MiB in size, but 99% of their code is only related to advertisement.
+
+Open Source - licensed under the GPLv3+. The source code can be inspected by anyone.
diff --git a/src/play/listings/en-US/graphics/feature-graphic/feature-graphic.png b/src/play/listings/en-US/graphics/feature-graphic/feature-graphic.png
new file mode 100644 (file)
index 0000000..4ac5fa9
Binary files /dev/null and b/src/play/listings/en-US/graphics/feature-graphic/feature-graphic.png differ
diff --git a/src/play/listings/en-US/graphics/icon/icon.png b/src/play/listings/en-US/graphics/icon/icon.png
new file mode 100644 (file)
index 0000000..0ea5c34
Binary files /dev/null and b/src/play/listings/en-US/graphics/icon/icon.png differ
diff --git a/src/play/listings/en-US/graphics/phone-screenshots/phone-1.png b/src/play/listings/en-US/graphics/phone-screenshots/phone-1.png
new file mode 100644 (file)
index 0000000..c485676
Binary files /dev/null and b/src/play/listings/en-US/graphics/phone-screenshots/phone-1.png differ
diff --git a/src/play/listings/en-US/graphics/phone-screenshots/phone-2.png b/src/play/listings/en-US/graphics/phone-screenshots/phone-2.png
new file mode 100644 (file)
index 0000000..d54fa76
Binary files /dev/null and b/src/play/listings/en-US/graphics/phone-screenshots/phone-2.png differ
diff --git a/src/play/listings/en-US/graphics/phone-screenshots/phone-3.png b/src/play/listings/en-US/graphics/phone-screenshots/phone-3.png
new file mode 100644 (file)
index 0000000..8aac23e
Binary files /dev/null and b/src/play/listings/en-US/graphics/phone-screenshots/phone-3.png differ
diff --git a/src/play/listings/en-US/short-description.txt b/src/play/listings/en-US/short-description.txt
new file mode 100644 (file)
index 0000000..60e0e89
--- /dev/null
@@ -0,0 +1 @@
+Shows a notification icon in the status bar when headphones are plugged in
diff --git a/src/play/listings/en-US/title.txt b/src/play/listings/en-US/title.txt
new file mode 100644 (file)
index 0000000..2671c85
--- /dev/null
@@ -0,0 +1 @@
+Headphone indicator