All Projects

ID Project Category Task Type  asc Severity Summary Status Progress Due In Version
 333 Network Type IndicatorGeneralBug ReportLow Make "Load on boot" dependant on notification being ena ...Closed
100%
1.5 (rel. xx039) Task Description

It doesn’t make sense to load on boot if we won’t be displaying the notification.

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.
 10 vcsGeneralBug ReportLow Incorrect number of captures printed to console Closed
100%
Task Description

The count is often off by one.

 13 vcsGeneralBug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
Task Description

.

 64 vcsGeneralBug ReportLow Incorrect count of captures in manual-only mode Closed
100%
Task Description

No need for description

 63 vcsGeneralBug ReportLow Incorrect 0ms timestamps Closed
100%
Task Description

No need for description

139mp3plotCore/GeneralBug ReportMediumInconsistent results across archesResearching
0%
? Task Description

Running in Fedora Core 10 i686 (KVM) yields one 128k frame less and a different “theoretical size” than in Debian amd64, in one sample, and the same number of frames but 2 bytes less in another.

313Network Type IndicatorBug ReportLowIncompatibility with Samsung Tab A (LTE version)Unconfirmed
0%
? Task Description

Reported by Eddie Wallace

164vcsGeneralBug ReportVery LowImplement instrumentationAssigned
0%
? Task Description

No need for description

 131 vcsGeneralBug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1 Task Description

The grep regex uses ‘\s’ which is Perl-style and not supported by all greps.

Use ‘:space:’ or similar.

Low severity since vcs works with the failed check.

 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.

255Network Type IndicatorBug ReportHighIcon doesn't get updated with network changesAssigned
0%
? Task Description

Known bug, app isn’t always notified.

Reproducible switching network mode from 3G/2G to 2G-only

 256 Network Type IndicatorBug ReportLow Icon and main app get out of sync Closed
100%
1.4.1 (rel. 07029, 14029) Task Description

Reported by David

The icon and main app can get out of sync on version 1.4

Probably related to FS#255.
1.4 used separate network listeners for notification and main app, with the main app always listening for signal strength changes (and notification doing so optionally).

101vcsGeneralBug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
Task Description

No need for description

137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
Task Description

Original report by Dougn Redhammer

vcs hangs with some RM files.

Tracing shows it gets stuck in mplayer_identify.

MPlayer can play the files fine from the terminal. Although it exits with «MPlayer interrupted by signal 11 in module: uninit_vcodec».

I can reproduce the abrupt termination, it happens when using Real’s native decoder (w64codecs, /usr/lib/codecs/drvc.so). Using FFMpeg’s decoder (MPlayer’s -vc ffrv30) MPlayer exits normally.

I can’t reproduce the hang either way.

 16 vcsGeneralBug ReportLow Handle interval longer than video Closed
100%
Task Description

.

93vcsGeneralBug ReportVery Lowgrep -o is not portableAssigned
0%
1.14 Task Description

-o is a GNU extension, supported in Linux and FreeBSD

Unsupported in SunOS, OpenBSD?

 9 vcsGeneralBug ReportHigh Full path is printed in heading Closed
100%
Task Description

Only basename should be printed instead.

 262 Quick File ShareBug ReportLow Files can't be shared from some apps Closed
100%
0.13 (rel. 13) Task Description

Sharing from some apps leads to an error and the impossibility to share the file

 33 vcsGeneralBug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11 Task Description

Workaround introduced in 1.0.7a, needs refinement

 264 Quick File ShareBug ReportMedium file:// URIs aren't handled Closed
100%
0.13 (rel. 13) Task Description

No need for description

 100 vcsGeneralBug ReportLow File's own aspect ratio is ignored Closed
100%
1.11 Task Description

No need for description

 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

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.

 259 Network Type IndicatorBug ReportCritical FC in Android 2.3.3-2.3.7 Closed
100%
1.4.3 (rel. 07031, 14030) Task Description

Not reproducible. Example stack strace:

java.lang.NullPointerException
	at net.outlyer.nettype.MonitorService.b(MonitorService.java:316)
	at net.outlyer.nettype.MonitorService.a(MonitorService.java:292)
	at net.outlyer.nettype.l.onDataConnectionStateChanged(MonitorService.java:160)
	at android.telephony.PhoneStateListener$2.handleMessage(PhoneStateListener.java:339)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:130)
	at android.app.ActivityThread.main(ActivityThread.java:3683)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:507)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:875)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:633)
	at dalvik.system.NativeStart.main(Native Method)
 257 Network Type IndicatorBug ReportCritical FC in Android 2.2 and 2.3.3-2.3.7 Closed
100%
1.4.2 (rel. 07030)
 76 vcsGeneralBug ReportHigh Failure while capturing last frame Closed
100%
1.11
 175 vcsGeneralBug ReportMedium Failure after a certain number of uses Closed
100%
 65 vcsGeneralBug ReportLow Extra padding added by IM to highlights Closed
100%
 36 vcsGeneralBug ReportLow Extended mode uses global number of columns Closed
100%
 39 vcsGeneralBug ReportLow Extended mode uses global number of columns Closed
100%
 364 vcsGeneralBug ReportLow Evasion offsets aren't walked over in array Closed
100%
1.13.4
 346 Network Type IndicatorGeneralBug ReportLow Do not allow enabling notification buttons on Android v ...Closed
100%
1.5 (rel. xx039)
 310 Network Type IndicatorBug ReportLow Display notification contents in Lollipop's lockscreen Closed
100%
1.5 (rel. xx039)
 357 Network Type IndicatorGeneralBug ReportLow Disable RTL support since layout isn't adjusted Closed
100%
1.5.1 (rel. 1xx041)
 198 vcsGeneralBug ReportLow Console isn't always correctly restored Closed
100%
1.13
 27 vcsGeneralBug ReportLow Console colours are printed to the wrong channel Closed
100%
155vcsGeneralBug ReportLowColourised messages are printed before colour disabling...Assigned
0%
 85 vcsGeneralBug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11
 323 vcsGeneralBug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3
 132 vcsGeneralBug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2
 230 relevationGeneralBug ReportLow Check file magic header Closed
100%
1.3
 149 vcsGeneralBug ReportMedium Check configuration values for correctness Closed
100%
1.12
 199 vcsGeneralBug ReportLow Cached captures are filtered more than once Closed
100%
1.13
 7 vcsGeneralBug ReportLow Broken program signature Closed
100%
378vcsGeneralBug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14
 88 vcsGeneralBug ReportLow bash might not be in /bin Closed
100%
 160 vcsGeneralBug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1
 37 vcsGeneralBug ReportLow Aspect ratio guessing fails if height is non-standard Closed
100%
 339 Network Type IndicatorGeneralBug ReportLow App doesn't load on boot (Samsung phones) Closed
0%
Showing tasks 51 - 100 of 308 Page 2 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing