Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 1910c55

Browse files
authored
Merge pull request #307 from suomiy/fixes
Version 2.0.3
2 parents a9aad83 + 682fb4c commit 1910c55

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ Get the newest version [here](https://github.com/oVirt/moVirt/blob/master/moVirt
1919
and check out the [User's guide](https://github.com/oVirt/moVirt/wiki/User%27s-guide)
2020

2121
### Supported oVirt and Android per moVirt version
22-
| oVirt \ moVirt | [1.1](https://github.com/oVirt/moVirt/raw/430cb4a1aae86e66a3ed3a3b7cae7d072354cb76/moVirt/moVirt-release.apk)<sup>1</sup> | [1.2](https://github.com/oVirt/moVirt/raw/f8585585a02396de7dd555860a102e2ba4dff4f8/moVirt/moVirt-release.apk)<sup>1</sup> | [1.3](https://github.com/oVirt/moVirt/raw/976cceaad5d298b9e734a9b79cf4966a088eacc3/moVirt/moVirt-release.apk)<sup>2</sup>, [1.4](https://github.com/oVirt/moVirt/raw/4896f4d8cecd6b733d921324a347505bc6437f72/moVirt/moVirt-release.apk)<sup>2</sup> | [1.5](https://github.com/oVirt/moVirt/raw/9ce19a6a16e76da79473887a0074066b9e3ea494/moVirt/moVirt-release.apk)<sup>2</sup> | [1.6 - 2.0.2](https://github.com/oVirt/moVirt/releases)<sup>2</sup> |
22+
| oVirt \ moVirt | [1.1](https://github.com/oVirt/moVirt/raw/430cb4a1aae86e66a3ed3a3b7cae7d072354cb76/moVirt/moVirt-release.apk)<sup>1</sup> | [1.2](https://github.com/oVirt/moVirt/raw/f8585585a02396de7dd555860a102e2ba4dff4f8/moVirt/moVirt-release.apk)<sup>1</sup> | [1.3](https://github.com/oVirt/moVirt/raw/976cceaad5d298b9e734a9b79cf4966a088eacc3/moVirt/moVirt-release.apk)<sup>2</sup>, [1.4](https://github.com/oVirt/moVirt/raw/4896f4d8cecd6b733d921324a347505bc6437f72/moVirt/moVirt-release.apk)<sup>2</sup> | [1.5](https://github.com/oVirt/moVirt/raw/9ce19a6a16e76da79473887a0074066b9e3ea494/moVirt/moVirt-release.apk)<sup>2</sup> | [1.6 - 2.0.3](https://github.com/oVirt/moVirt/releases)<sup>2</sup> |
2323
| --------------- | ---- | --- | ----| --- | --- |
2424
| **3.4** | yes | yes | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> |
2525
| **3.5** | no | yes | yes | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> |
2626
| **3.6** | no | no | yes | yes | yes |
2727
| **4.0** | no | no | no | yes | yes |
28-
| **4.1** | no | no | no | no<sup>3</sup> | yes |
29-
| **4.2** | no | no | no | no<sup>3</sup> | yes|
28+
| **4.1 - 4.3** | no | no | no | no<sup>3</sup> | yes |
3029

3130
**[1]**: works on Android 4.0+ <br/>
3231
**[2]**: works on Android 4.1+ <br/>

moVirt/moVirt-release.apk

1.54 KB
Binary file not shown.

moVirt/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.ovirt.mobile.movirt"
4-
android:versionCode="12"
5-
android:versionName="2.0.2">
4+
android:versionCode="13"
5+
android:versionName="2.0.3">
66

77
<uses-permission android:name="android.permission.INTERNET"/>
88
<uses-permission android:name="android.permission.VIBRATE"/>

moVirt/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<string name="trigger_title_format">Triggers - %1$s</string>
154154
<string name="when">when</string>
155155
<string name="moVirt_license">Apache License, Version 2.0</string>
156-
<string name="moVirt_version">App Version 2.0.2</string>
156+
<string name="moVirt_version">App Version 2.0.3</string>
157157
<string name="moVirt_readme"><a href="https://github.com/oVirt/moVirt/blob/master/README.md">About</a></string>
158158
<string name="moVirt_privacy_policy"><a href="https://github.com/oVirt/moVirt/blob/master/PRIVACY_POLICY.md">Privacy Policy</a></string>
159159
<string name="moVirt_users_guide_link">https://github.com/oVirt/moVirt/wiki/User%27s-guide</string>

0 commit comments

Comments
 (0)