All Projects

ID Project Category Task Type Severity  desc Summary Status Progress Due In Version
 132 vcsGeneralBug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2 Task Description

Safe length measuring creates extra temporary directories that aren’t removed properly

 144 vcsGeneralBug ReportLow Allow configuration in dotdir Closed
100%
1.12 Task Description

With the introduction of ~/.vcs/ (or ~/.vcs-nix/) it makes sense moving local configurations there. The older ~/.vcs.conf will still be accepted.

Load order:

  1. /etc/vcs.conf
  2. ~/.vcs.conf
  3. ~/.vcs/vcs.conf
  4. ./vcs.conf
 154 vcsGeneralBug ReportLow --nonlatin doesn't use the automatically selected font Closed
100%
1.12 Task Description

-I does use it

155vcsGeneralBug ReportLowColourised messages are printed before colour disabling...Assigned
0%
Task Description

No need for description

 169 vcsGeneralBug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3 Task Description

No need for description

 180 relevationGeneralBug ReportLow Negated types are ignored inconsistently Closed
100%
1.2 Task Description

Sometimes a negated type will be ignored.

e.g.:

Fine:

$ relevation -t website java.net

-> Search "java.net" ('website' entries):  1 matches

$ relevation -t -website java.net

-> Search "java.net" ('not website' entries):  No results

Not fine:

$ relevation google.com

-> Search "google.com" ('not folder' entries):  6 matches

$ relevation google.com | grep -c ^Type:\ website
5

$ relevation -t -website google.com

-> Search "google.com" ('not website' entries):  6 matches
$ relevation  -t -website google.com | grep -c ^Type:\ website
5

$ relevation -t website google.com

-> Search "google.com" ('website' entries):  5 matches

Might be due to entries inside folders being repeated?

 187 vcsGeneralBug ReportLow -U without argument fails Closed
100%
1.12.3 Task Description

Parsing of the “-U” option (optional argument) is incorrect, it always receives an argument (empty if none provided) which must be shifted manually. Currently it’s only shifted if provided explicitly.

–fullname” is not affected since it doesn’t take any arguments.

 198 vcsGeneralBug ReportLow Console isn't always correctly restored Closed
100%
1.13 Task Description

At least on some systems, the console/terminal needs a manual reset (or tset) to be usable after running vcs.

 199 vcsGeneralBug ReportLow Cached captures are filtered more than once Closed
100%
1.13 Task Description

When repeated captures are avoided, captures end up being filtered more than once

 230 relevationGeneralBug ReportLow Check file magic header Closed
100%
1.3 Task Description

Files should be checked for the appropriate format instead of blindly opening them

 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).

 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

 310 Network Type IndicatorBug ReportLow Display notification contents in Lollipop's lockscreen Closed
100%
1.5 (rel. xx039) Task Description

Reported by Marcel Bokhorst

Starting with Lollipop notifications are shown in the lock screen expanded, and their
contents will be hidden if public visibility isn’t set explicitly.

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

Reported by Eddie Wallace

 330 Network Type IndicatorBuild SystemBug ReportLow Merge "old-droids" and "new-droids" branches Closed
100%
1.5 (rel. xx039) Task Description

Android Studio / Gradle support the use of build “flavors” with different code, plus Android apps support versioned resources, so the two branches can be merged into a single one taking advantage of that.

 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.

 338 Network Type IndicatorGeneralBug ReportLow App doesn't load on boot (LG phones) Closed
0%
Task Description

Reported by Red Rospo 04/08/2016 on Google Play

Da migliorare Non parte al boot

LG G5 (h1) / Marshmallow / r14034

 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.

 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

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

 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%
 17 vcsGeneralFeature RequestLow Allow quiet operation Closed
100%
 21 vcsGeneralFeature RequestLow Allow configuration overrides from the command-line Closed
100%
 48 vcsGeneralFeature RequestLow Padding needs adjusting Closed
100%
 67 vcsGeneralFeature RequestLow DVD Support Closed
100%
1.11
 68 vcsGeneralFeature RequestLow DVD ISO support Closed
100%
1.11
 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
 86 vcsGeneralFeature RequestLow Tag console messages if there's no colour support Closed
100%
1.11
 91 vcsGeneralFeature RequestLow Drop GNU getopt Closed
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
 106 vcsGeneralFeature RequestLow Make mplayer optional Closed
100%
1.11
 107 vcsGeneralFeature RequestLow Add ffmpeg as video identifier Closed
100%
1.11
 108 vcsGeneralFeature RequestLow Allow overriding DISABLE_SHADOWS and DISABLE_TIMESTAMPS Closed
100%
 110 mp3plotCore/GeneralFeature RequestLow Image output Closed
100%
1.0
 111 mp3plotCore/GeneralFeature RequestLow Support MS Windows Closed
100%
1.0
 112 mp3plotImage outputFeature RequestLow Prettier graphical output by default Closed
100%
1.0
 113 mp3plotCore/GeneralFeature RequestLow Support MP1 and MP2 Closed
100%
1.0
 114 mp3plotCore/GeneralFeature RequestLow Support MPEG-2 (Layer I, II, III) Closed
100%
1.0
115mp3plotImage outputFeature RequestLowAllow user-specified output image sizeNew
0%
0.7.0
117mp3plotCore/GeneralFeature RequestLowHandle free-form bitrateNew
0%
1.0
118vcsGeneralFeature RequestLowCreate manpageDeferred
0%
Showing tasks 101 - 150 of 308 Page 3 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing