From 232fb4b7dfc3b3b549d3610db0c730bf7d2b8176 Mon Sep 17 00:00:00 2001 From: mkulesh Date: Fri, 10 Jan 2020 18:10:59 +0100 Subject: [PATCH] Released v.1.8 --- README.md | 1 + app/src/main/java/com/mkulesh/onpc/utils/Logging.java | 2 +- doc/description/google-en.txt | 4 ++-- fastlane/metadata/android/en-US/changelogs/19.txt | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/19.txt diff --git a/README.md b/README.md index 3b86deff..5905a910 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Currently, this app is only tested with following devices: - [Integra DTR 40.7](http://www.integrahometheater.com/Products/model.php?m=DTR-40.7&class=Receiver&source=prodClass) - [Pioneer VSX-LX303](https://www.pioneerelectronics.com/PUSA/Home/AV-Receivers/Elite+Receivers/VSX-LX303) - [Teac NT-503](http://audio.teac.com/product/nt-503) +- [Teac AG-D500](https://www.teac-audio.eu/en/products/ag-d500-87821.html) ## Screenshots * Playback screen in landscape orientation, Dark theme diff --git a/app/src/main/java/com/mkulesh/onpc/utils/Logging.java b/app/src/main/java/com/mkulesh/onpc/utils/Logging.java index dde15f63..034da801 100644 --- a/app/src/main/java/com/mkulesh/onpc/utils/Logging.java +++ b/app/src/main/java/com/mkulesh/onpc/utils/Logging.java @@ -30,7 +30,7 @@ public final class Logging public static boolean isEnabled() { // Should be false in release build - return true; + return false; } public static boolean isTimeMsgEnabled() diff --git a/doc/description/google-en.txt b/doc/description/google-en.txt index eb74a47b..cd7efd09 100644 --- a/doc/description/google-en.txt +++ b/doc/description/google-en.txt @@ -1,4 +1,4 @@ -This app allows remote control of an Onkyo/Pioneer/Integra Network Player or a Network A/V Receiver via the "Integra Serial Communication Protocol". Some TEAC models like Teac NT-503 are also supported. +This app allows remote control of an Onkyo/Pioneer/Integra Network Player or a Network A/V Receiver via the "Integra Serial Communication Protocol". Some TEAC models are also supported. The two most popular features of the app are music playback and sound profile management. Other benefits include: - Maximum privacy: No ads, no trackers, no telemetry, no special permissions like GPS @@ -17,6 +17,6 @@ The two most popular features of the app are music playback and sound profile ma Please note that the app does not support the music streaming from your phone to the network player or the receiver. -At the moment, the app is tested with following devices: ONKYO NS-6130, TX-NR676E, TX-NR686, TX-8150, RN-855; Wireless Audio System NCP-302; Integra DRX-5.2, DTR 30.7, DTR 40.7; Pioneer VSX-LX303; Teac NT-503 +At the moment, the app is tested with following devices: ONKYO NS-6130, TX-NR676E, TX-NR686, TX-8150, RN-855; Wireless Audio System NCP-302; Integra DRX-5.2, DTR 30.7, DTR 40.7; Pioneer VSX-LX303; Teac NT-503, AG-D500 The app is 100% open source. Please feel free to download, explore, fork or contribute to it on https://github.com/mkulesh/onpc diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt new file mode 100644 index 00000000..96923aeb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/19.txt @@ -0,0 +1,4 @@ +• Added French localization +• TX-8050: fixed a bug with empty NET items list +• R-N855: Fixed a bug with sound profile flip-flop +• Teac AG-D500: added EXTRA1 and EXTRA2 input selectors \ No newline at end of file