Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-vplan-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app-development
qt-vplan-frontend
Commits
1ed48ec3
Commit
1ed48ec3
authored
6 years ago
by
Tobias Küchel
Browse files
Options
Downloads
Patches
Plain Diff
bump version 0.52
parent
95ca2996
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
android/AndroidManifest.xml
main.qml
+1
-1
1 addition, 1 deletion
main.qml
with
3 additions
and
3 deletions
android/AndroidManifest.xml
+
2
−
2
View file @
1ed48ec3
<?xml version="1.0"?>
<manifest
package=
"org.humboldtka.vplan"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:versionName=
"0.5
1
"
android:versionCode=
"1"
android:installLocation=
"auto"
>
<manifest
package=
"org.humboldtka.vplan"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:versionName=
"0.5
2
"
android:versionCode=
"1"
android:installLocation=
"auto"
>
<application
android:hardwareAccelerated=
"true"
android:name=
"org.qtproject.qt5.android.bindings.QtApplication"
android:label=
"HGK Vertretungsplan"
android:icon=
"@drawable/icon"
>
<activity
android:configChanges=
"orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name=
"org.qtproject.qt5.android.bindings.QtActivity"
android:label=
"HGK Vertretungsplan 0.5
1
"
android:screenOrientation=
"unspecified"
android:launchMode=
"singleTop"
>
<activity
android:configChanges=
"orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name=
"org.qtproject.qt5.android.bindings.QtActivity"
android:label=
"HGK Vertretungsplan 0.5
2
"
android:screenOrientation=
"unspecified"
android:launchMode=
"singleTop"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
This diff is collapsed.
Click to expand it.
main.qml
+
1
−
1
View file @
1ed48ec3
...
...
@@ -13,7 +13,7 @@ ApplicationWindow {
id
:
root
objectName
:
"
root
"
property
string
appname
:
"
Qt-vplan-frontend
"
property
string
version
:
"
0.5
1
"
// todo: change twice in AndroidManifest.xml
property
string
version
:
"
0.5
2
"
// todo: change twice in AndroidManifest.xml
property
bool
debug
:
Qt
.
application
.
arguments
.
indexOf
(
"
--debug
"
)
>=
0
?
true
:
false
//property bool debug: true
property
bool
monitor
:
Qt
.
application
.
arguments
.
indexOf
(
"
--monitor
"
)
>=
0
?
true
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment