Skip to content

Commit

Permalink
Released v.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Jan 10, 2020
1 parent 8c01dbc commit 232fb4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/mkulesh/onpc/utils/Logging.java
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions doc/description/google-en.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 232fb4b

Please sign in to comment.