diff --git a/README.md b/README.md index 3422ec5..0d959e3 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Currently: * RTL2832 with tuner chip FC0013 * MyGica T230 * MyGica Pad TV Tuner PT360 +* EVOLVEO XtraTV stick (Some unbranded Android DVB-T sticks) +* PCTV AndroiDTV (78e) +* Potentially other AF9035 dongles. If your dongle works let me know and I will add it to this list. The driver is not limited to these devices only. If a device has a Linux kernel driver, then it probably could be ported. If you have ported a driver for a device, get in touch with me so we can add it to the main driver. diff --git a/app/build.gradle b/app/build.gradle index 479a3d2..cd9f957 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ model { applicationId "info.martinmarinov.dvbdriver" minSdkVersion.apiLevel 16 targetSdkVersion.apiLevel 25 - versionCode 14 - versionName "1.33" + versionCode 15 + versionName "1.34" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/dvbservice/src/main/res/xml/device_filter.xml b/dvbservice/src/main/res/xml/device_filter.xml index 890ac18..0673216 100644 --- a/dvbservice/src/main/res/xml/device_filter.xml +++ b/dvbservice/src/main/res/xml/device_filter.xml @@ -54,5 +54,6 @@ - + + \ No newline at end of file