File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Voice Control For Plex/src/main Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.atomjack.vcfp"
5
- android : versionCode =" 25 "
6
- android : versionName =" 1.9.0b6 " >
5
+ android : versionCode =" 26 "
6
+ android : versionName =" 1.9.0 " >
7
7
8
8
<uses-permission android : name =" com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
9
9
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<changelog >
3
+ <release version =" 1.9.0" versioncode =" 26" >
4
+ <change >Added Chromecast support.</change >
5
+ <change >Updated now playing screen to be a full fledged remote control.</change >
6
+ <change >Added Spanish translations (berzhot).</change >
7
+ <change >Various bug fixes.</change >
8
+ </release >
3
9
<release version =" 1.9.0b6" versioncode =" 25" >
4
10
<change >Fixed detection of whether a video was a tv show or not.</change >
5
11
<change >Show curent default client in main settings screen, directing user to select one via cast icon.</change >
You can’t perform that action at this time.
0 commit comments