Skip to content

Commit

Permalink
Draft release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Feb 16, 2019
1 parent 7adddb0 commit 911c438
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

This app allows remote control of an Onkyo Network Player or a Network A/V Receiver via the
"Integra Serial Communication Protocol". Its two most popular features are music playback and sound profile management. Other benefits include:

## Benefits and features
- Maximum privacy: No ads, no trackers, no telemetry
- One-click access to music playback actions
- Full music playback control (play, stop, pause, track up/down, time seek, repeat and random modes)
- The modern material design supports different color themes and works on smartphones and/or tablets in portrait and landscape mode
Expand All @@ -23,6 +22,7 @@ This app allows remote control of an Onkyo Network Player or a Network A/V Recei
- Display device details and control device settings such as dimmer level, digital filter, auto power
- App doesn't need any special permissions
- Allows control of receivers over an OpenVPN connection (even over a cellular connection). Onkyo Controller does not have this functionality.

## Supported devices
Currently, this app is only tested with following devices:
- [ONKYO NS-6130](https://www.eu.onkyo.com/en/products/ns-6130-132943.html)
Expand Down Expand Up @@ -63,6 +63,7 @@ Documents from Onkyo describing the protocol, including lists of supported comma

## Acknowledgement
* Thank to [Tebriz](https://github.com/tebriz159) for Logo design
* Thank to [mrlad](https://github.com/mrlad), [onschedule](https://github.com/onschedule) for testing and improvements ideas

## License

Expand Down
4 changes: 1 addition & 3 deletions app/src/main/java/com/mkulesh/onpc/utils/Logging.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@

package com.mkulesh.onpc.utils;

import android.util.Log;

public final class Logging
{
public static void info(Object o, String text)
{
Log.d("onpc", o.getClass().getSimpleName() + ": " + text);
//Log.d("onpc", o.getClass().getSimpleName() + ": " + text);
}
}
14 changes: 8 additions & 6 deletions doc/description/google-en.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
This app allows to remotely control Onkyo Network Player or a Network A/V Receiver over the home network. The app is primary aimed to get a control over music playback and sound profiles.
This app allows remote control of an Onkyo Network Player or a Network A/V Receiver via the "Integra Serial Communication Protocol". Its two most popular features are music playback and sound profile management.

Benefits and features:

- Maximum privacy: No ads, no trackers, no telemetry
- One-click access to music playback actions
- The modern material design supports different color themes and works on smartphone or tablet in portrait and landscape mode
- Full music playback control (play, stop, pause, track up/down, time seek, repeat and random modes)
- Full support of Tuneln Radio and Deezer
- Control of devices attached vie RI
- The modern material design supports different color themes and works on smartphones and/or tablets in portrait and landscape mode
- Tuneln Radio and Deezer streaming
- Multi-zone support
- Control of devices attached via RI
- Play queue support (add, remove, clear, change playback order)
- Show information about the device and control some device settings (dimmer level, digital filter, auto power)
- Display device details and control device settings such as dimmer level, digital filter, auto power
- App doesn't need any special permissions
- Allows control of receivers over an OpenVPN connection (even over a cellular connection)

The app is 100% open source. Please feel free to download, explore, fork or contribute to it on https://github.com/mkulesh/onpc

0 comments on commit 911c438

Please sign in to comment.