Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vlc-bench
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Duncan McNamara
vlc-bench
Commits
13e016ea
Commit
13e016ea
authored
5 years ago
by
Duncan McNamara
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 0.1.8
parent
d1c50a38
No related branches found
Branches containing commit
Tags
v0.1.8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+20
-0
20 additions, 0 deletions
NEWS
app/build.gradle
+2
-2
2 additions, 2 deletions
app/build.gradle
gradlew
+0
-0
0 additions, 0 deletions
gradlew
with
22 additions
and
2 deletions
NEWS
0 → 100644
+
20
−
0
View file @
13e016ea
Changes between 0.1.7 and 0.1.8
-----------------
* Rework of the screenshot comparison algorithm
* Add screenshot upload for testing purposes
* Crash fix
Changes between 0.1.6 and 0.1.7
-----------------
* Fix freezes on some devices
* Layout tweeks
Changes between 0.1.5 and 0.1.6
-----------------
* Block rotation during file download
* Various text changes
* Fix crash on weak devices
* Add onboarding
* Add progress dialog when uploading results
* Add TV support
This diff is collapsed.
Click to expand it.
app/build.gradle
+
2
−
2
View file @
13e016ea
...
...
@@ -10,8 +10,8 @@ android {
applicationId
"org.videolan.vlcbenchmark"
minSdkVersion
21
targetSdkVersion
28
versionCode
7
versionName
"0.1.
7
"
versionCode
8
versionName
"0.1.
8
"
buildConfigField
(
"String"
,
"VLC_VERSION"
,
"\"3.1.0\""
)
vectorDrawables
.
useSupportLibrary
=
true
resValue
"string"
,
"build_time"
,
buildTime
()
...
...
This diff is collapsed.
Click to expand it.
gradlew
100644 → 100755
+
0
−
0
View file @
13e016ea
File mode changed from 100644 to 100755
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