All Projects

ID Project Category  asc Task Type Severity Summary Status Progress Due In Version
 339 Network Type IndicatorGeneralBug ReportLow App doesn't load on boot (Samsung phones) Closed
0%
Task Description

Reported by Simon Howard 18/12/2016 on Google Play

Issue with auto start on boot I’ve had this app for some time now, but it will not auto start on boot on my current phone (Galaxy S5, Marshmallow 6.01)

Galaxy S5 (klte) / Marshmallow / r14034

341Network Type IndicatorGeneralBug ReportLowStatus bar icon disappears after a while on Huawei phon...Requires testing
50%
? Task Description

Reported by Vendetta 18/09/2016 on Google Play

Dejó de funcionar Desde la actualización d mi Huawei P8 lite a android 6 ya no sale el tipo d conexión en la barra d notificaciones.

P8 lite / Marshmallow / r14034

Reported by Oncewarriors 9/08/2017 through email

[...]the bar icon is vanishing after a while

 346 Network Type IndicatorGeneralBug ReportLow Do not allow enabling notification buttons on Android v ...Closed
100%
1.5 (rel. xx039) Task Description

This setting is shown regardless of version but it has no effect on older Androids since they don’t support notification actions.

 354 Network Type IndicatorGeneralBug ReportHigh Vectorial icons don't render properly in Lollipop nor M ...Closed
100%
1.5.1 (rel. 1xx041) Task Description

Reported by Sarah Thomasson 15/08/2017 on Google Play:

The new ‘4’ is missing the triangle in the body of the glyph 4 -.-

 357 Network Type IndicatorGeneralBug ReportLow Disable RTL support since layout isn't adjusted Closed
100%
1.5.1 (rel. 1xx041) Task Description

See FS#356

 362 Network Type IndicatorGeneralBug ReportHigh App doesn't load on boot (HTC phones) Closed
100%
1.5.2 (rel. 1xx042) Task Description

Reported by Andrew 21/8/2017 over email

[...] on my HTC 10 running Marshmallow, it fails to startup on boot.

363vcsGeneralBug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14 Task Description

I.e. create file sample#.avi

Run vcs on sample#.avi -> sample#.avi.png is created.
Run vcs again. sample#.avi-1.png should be created, but sed generates an error.

 364 vcsGeneralBug ReportLow Evasion offsets aren't walked over in array Closed
100%
1.13.4 Task Description

Submitted by Davide Cavestro

The array EVASION_ALTERNATIVES isn’t looped over correctly. Correction:

-		for delta in $EVASION_ALTERNATIVES ; do
+		for delta in ${EVASION_ALTERNATIVES[*]} ; do
 365 vcsGeneralBug ReportLow File sizes are rounded Closed
100%
1.13.4 Task Description

Reported by remlap

File sizes are displayed as 3.00GiB instead of 3.54GiB

 368 Network Type IndicatorGeneralBug ReportCritical Notification doesn't show in Android Oreo and Pie Closed
100%
1.5.2.1 (rel. 1xx045) Task Description

The updated version to return to the Play Store isn’t adapted to the new notification system

369Network Type IndicatorGeneralBug ReportMediumNotification doesn't load on bootAssigned
0%
1.6 Task Description

Reported by Terry Parrott

Reports that the app won’t auto load despite having the option enabled.

Reported on Oreo.

Presumably related to FS#370.

370Network Type IndicatorGeneralBug ReportMediumApp crashes on bootAssigned
0%
1.6 Task Description

The app force-closes on device boot when load on boot is enabled.

Once the boot is complete it behaves normally.

Seen in Oreo.

Presumably related to FS#369.

 371 Network Type IndicatorGeneralBug ReportMedium Icon theme doesn't change Closed
0%
1.6 Task Description

Reported on Google Play Store

Reported on Pie.

Reproducible on Lollipop and up.

 373 vcsGeneralBug ReportCritical Number of columns is ignored Closed
100%
Task Description

First reported on BSD and Debian 10 (reproducible), apparently tied to some updated tool

378vcsGeneralBug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14 Task Description

Reported by Paul:

Hey,
I'm using VCS via Homebrew Install (https://formulae.brew.sh/formula/vcs#default) and since the last update of imagemagick (?) I get dozens of error messages:
convert: Expected operator at '.mean*100' @ error/fx.c/GetOperator/2408

Confirmed to happen on ImageMagick 7.1 on Linux, the contact sheet is generated but blank frame evasion is skipped

382vcsGeneralBug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
? Task Description

Reported by KW in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-51875

With the new script I'm getting issues the following error:
No compatible version of getopt in path, can't continue.
Enhanced getopt (i.e. GNU getopt) is required

Added by Darko in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-52719

The homebrew's version of vcs has this at line 186:
declare GETOPT=/opt/homebrew/opt/gnu-getopt/bin/getopt
While Toni's just uses whatever is on path:
declare GETOPT=getopt
… which on macOS is non-gnu version of getopt.

Added by X in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-53401

The issue is on line 186. Brew version has this:
declare GETOPT=/usr/local/opt/gnu-getopt/bin/getopt
The trunk version has:
declare GETOPT=getopt
When I backport the most important change you did in the trunk version ('`fx:image.mean` > `fx:mean`') then indeed the error messages on '.mean*100' are gone.
 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11 Task Description

.

 4 vcsGeneralFeature RequestLow Allow more complex, human readable timestamps Closed
100%
Task Description

E.g. 4m30s

See http://p.outlyer.net/dox/vcs:time_syntax

 6 vcsGeneralFeature RequestLow Allow overriding default command-line Closed
100%
Task Description

E.g. allow setting –jpeg and –user outlyer implicitly for all files

 14 vcsGeneralFeature RequestVery Low Support per-dir and system-wide config files Closed
100%
Task Description

/etc/vcs.conf and ./vcs.conf in addition to ~/.vcs.conf

 15 vcsGeneralFeature RequestVery Low Print all failed requirements Closed
100%
Task Description

Print all missing required programs instead of just the first

 17 vcsGeneralFeature RequestLow Allow quiet operation Closed
100%
Task Description

.

 19 vcsGeneralFeature RequestVery Low Allow highlighting individual captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:manual_modes#highlights

 20 vcsGeneralFeature RequestVery Low Add extra set of smaller captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:extended_mode

 21 vcsGeneralFeature RequestLow Allow configuration overrides from the command-line Closed
100%
Task Description

Allow command-line overrides (changing internal variables from the command-line).

 22 vcsGeneralFeature RequestVery Low Discard mplayer as a capturer Closed
100%
 23 vcsGeneralFeature RequestVery Low Make FFmpeg optional Closed
100%
1.11
 29 vcsGeneralFeature RequestVery Low Support milliseconds in timestamp strings Closed
100%
 30 vcsGeneralFeature RequestVery Low Allow disabling "created by..." line Closed
100%
 48 vcsGeneralFeature RequestLow Padding needs adjusting Closed
100%
 51 vcsGeneralFeature RequestVery Low Allow manually setting padding Closed
100%
1.11
 67 vcsGeneralFeature RequestLow DVD Support Closed
100%
1.11
 68 vcsGeneralFeature RequestLow DVD ISO support Closed
100%
1.11
69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
 70 vcsGeneralFeature RequestVery Low Add JPEG2000 output Closed
100%
 71 vcsGeneralFeature RequestLow Polaroid mode should imitate actual polaroids Closed
100%
 77 vcsGeneralFeature RequestLow Honor system fonts Closed
100%
 78 vcsGeneralFeature RequestLow Support FreeBSD Closed
100%
1.11
 81 vcsGeneralFeature RequestVery Low Add profiles support Closed
100%
1.12
 82 vcsGeneralFeature RequestVery Low Unify profiles and funky modes Closed
100%
?
 86 vcsGeneralFeature RequestLow Tag console messages if there's no colour support Closed
100%
1.11
 91 vcsGeneralFeature RequestLow Drop GNU getopt Closed
0%
?
92vcsGeneralFeature RequestVery LowSupport OpenSolaris/SunOSLimbo
0%
2.0
 94 vcsGeneralFeature RequestLow Package in RPM Closed
100%
1.11.1
 102 vcsGeneralFeature RequestLow Drop sed -r/sed -E detection Closed
100%
1.11
 103 vcsGeneralFeature RequestLow Accept percentages in -H Closed
100%
1.11
104vcsGeneralFeature RequestVery LowAccept percentages in --from and --toDeferred
0%
 105 vcsGeneralFeature RequestVery Low Allow overriding default height Closed
100%
1.11
 106 vcsGeneralFeature RequestLow Make mplayer optional Closed
100%
1.11
 107 vcsGeneralFeature RequestLow Add ffmpeg as video identifier Closed
100%
1.11
Showing tasks 151 - 200 of 308 Page 4 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing