Skip to content

Commit

Permalink
GCR 1.5.0.0:
Browse files Browse the repository at this point in the history
Issue 1:	Integrate app with Canada Inc. Library.
Issue 2:	Remove Toast SMS feature.
Issue 3:	Remove animations toggling.
Issue 4:	Change name of the app.
Issue 6:	Add save position upon close feature.
Issue 7:	General software refactoring & performance improvements.
Issue 8:	Validate permissions.
Issue 9:	Add ability to toggle video output to save battery.
Issue 10:	Make app an invocation target for audio and video.
Issue 13:	Add rewind/forward n seconds feature.
  • Loading branch information
ragaeeb committed Aug 27, 2013
1 parent d6968e5 commit a1ec7a1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Binary file added arm/o.le-v7/BackgroundVideo-1_5_0_0.bar
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/VideoSurfaceHandler.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ QtObject
{
videoDimensions = player.videoDimensions;

console.log("StretCH OFF", videoDimensions.width, videoDimensions.height)

surface.horizontalAlignment = HorizontalAlignment.Center
surface.verticalAlignment = VerticalAlignment.Center

Expand All @@ -40,7 +38,6 @@ QtObject
}
}
} else {
console.log(">>>>>>> STRETCH IS ON!");
surface.resetPreferredSize()
surface.horizontalAlignment = HorizontalAlignment.Fill
surface.verticalAlignment = VerticalAlignment.Fill
Expand Down
Binary file removed assets/images/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
<versionNumber>2.0.0</versionNumber>
<versionNumber>1.5.0</versionNumber>

<!-- Fourth digit segment of the package version. First three segments are taken from the
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
Expand All @@ -46,7 +46,7 @@

<!-- Description, displayed in the BlackBerry Tablet OS application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<description>This app allows the user to keep a video playing in the background while the user does other work (which does not work with the standard native video player).</description>
<description>This app allows the user to keep a video playing in the background and also makes it easy to manage your videos/audio.</description>

<!-- Copyright information. Optional. -->
<!-- <copyright></copyright> -->
Expand Down

0 comments on commit a1ec7a1

Please sign in to comment.