All Projects

ID Project Category Task Type Severity  asc Summary Status Progress Due In Version
272Quick File ShareTO-DOLowRelease 0.15Assigned
0%
Meta: Release Cycle Task Description

First version allowing multiple file sharing.
Possibly release early and keep as alpha or beta to test further.

273Quick File ShareTO-DOLowAllow sharing files of unknown sizeRequires testing
90%
0.15 Task Description

This is necessary for ZIP files constructed on the fly.

The current webserver implementation doesn’t support that.

274Quick File ShareTO-DOLowImplement chunked transfer encoding in web serverRequires testing
100%
0.15 Task Description

The chunked transfer encoding is necessary to serve files of unknown size (created dynamically)

275Quick File ShareTO-DOLowUpdate progress bar to support files of unknown sizeAssigned
0%
1.0 Task Description

The progress bar should reflect when the size of the shared file is unknown.

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

Reported by Eddie Wallace

315vcsGeneralFeature RequestLowRecurse directories, output to current dirAssigned
0%
? Task Description

Request by Chris Hills

http://outlyer.net/2014-05-18:vcs-1_13_2-released/comment-page-1/#comment-17238:

Thanks Toni. I was hoping I could simply run `$ vcs-1.13.2.bash -? **/*.mp4` to create contact sheets for all videos in all subfolders, but it sounds like I’ll have to use a wrapper script. Would you consider adding this in a future release for a donation?

My reply:

I guess you’re using zsh-ish globbing there.
That’s not something I use so I didn’t even think of the case where recursing could be so simple.
It was a bit of an overlook on my part not to have the option to output to the same directory as the video, probably because recursion always required a wrapper in my head.
321Network Type IndicatorGeneralFeature RequestLowAllow hiding icon when mobile data is tured offAssigned
0%
? Task Description

From feedback, by Rownah Adriano:

[...] Can you please put an option to turn off the notification if mobile data is turned off?
322Network Type IndicatorGeneralFeature RequestLowAllow disabling icon unless roamingAssigned
0%
? Task Description

From feedback, by Martin Buch:

Would like an option to only display status bar icon when roaming. Its really only when roaming I need this information as the stock network type indication is replaced with an ‘R’ on my Nexus 6P (when roaming).

Many phones seem to do that.

329Network Type IndicatorGeneralTO-DOLowRelease 1.6Assigned
0%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing nettype 1.6

Previous:  FS#361  (1.5.2),  FS#353  (1.5.1),  FS#215  (1.5),  FS#252  (1.4),  FS#203  (1.3)

335Network Type IndicatorGeneralFeature RequestLowAdd alternative iconsAssigned
0%
1.6 Task Description

Theming support as initially intended ( FS#237 ) is not possible.

With the switch to vector graphics adding alternative icons becomes fairly “cheap” app-size-wise and many users have requested alternative ones. This task tracks these suggestions.

Recap of related suggestions:

  • Pamy Srt 10/01/2016 on Google Play
    Needs to indicate using LTE icon not just 4g icon good app if you add this I will make it a 5

  • Jon Manilenio 29/04/2016 on Google Play
    Nice I wish there were more designs though.

  • Miles Vino 23/04/2017 on Google Play
    Appreciate this handy app! Please consider a simpler icon, without the square, so it blends with Google’s material design. Thanks!

  • MJ Cortez 02/06/2017 on Google Play
    4G should be displayed as LTE instead of [4]

  • Prince Priyam Borah 08/08/2017 on Google Play
    Plz add the stylish 4G logo. Your app only shows 4. Else, everything is ok.

340Network Type IndicatorGeneralFeature RequestLowAdd 4G+ iconResearching
0%
? Task Description

Requested by Stéphane Roger 14/06/2016 on Google Play

Please Add 4g+ icon !

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

342Network Type IndicatorGeneralFeature RequestLowRecord historyResearching
0%
? Task Description

Requested by Arnellord Bondoc 19/12/2015 on Google Play

Accurate readings, free, ads-free what more can I ask for! Hope you don’t mind, I modified it and replaced the status bar icons :) Kindly add history of network type used like what my other apps that I am using (2g, 3g ,4g, lte network monitor by Sun Light) for me to get rid of it because of it’s unlimited ads and slow loading. Thank you very much!

355Network Type IndicatorGeneralTO-DOLowRe-do problematic vectorial iconsResearching
0%
1.6 Task Description

This is a continuation of  FS#354 .

Temporarily using pre-rendered PNGs in 1.5.1, should try to re-design icons to render properly on Android 5.0 and up.

358Network Type IndicatorGeneralTO-DOLowRevamp notificationAssigned
0%
1.6 Task Description

Take advantage of Nougat style notifications to display more information to the user.

See https://material.io/guidelines/patterns/notifications.html

Possible design elements:

  1. “App icon”: Network type? AFAICT setting it to the actual app will replace the status bar icon.
  2. Header text: Provider
  3. Timestamp: Time of the last update
  4. Large icon: Network type, bigger?
360Network Type IndicatorGeneralTO-DOLowRemove black iconsAssigned
0%
1.6 Task Description

Since the introduction of Material, icons should be white. The black icons only display as such in a subset on devices.

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.

367vcsGeneralFeature RequestLowAdd HDR supportAssigned
0%
1.14 Task Description

HDR isn’t well supported as reported by remlap and ThaDr.

Their comments:

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-30901

Hi I am trying to thumbnail some HDR content is there anyway to insert ffmpeg filters in
-vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=mobius:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p

Thanks

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32413:

I’m also trying to do some HDR content and pass the -vf info to ffmpeg. I can’t get it to work even using a wrapper script.

It always comes up with awk errors, starting with “unterminated regexp”.

Is there any chance of updating vcs to support manual passing of those -vf arguments to ffmpeg?

HDR content is very common nowadays…

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32423

I’m using vcs 1.13.2 on ubuntu and ended up doing it by adding the line:

-vf ‘zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p’ \

at line 2203, in the ffmpeg_capture() function where it sets the ffmpeg command line options.

Couldn’t work out how to do it with a wrapper script.
374relevationGeneralTO-DOLowRelease 1.4Assigned
0%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.4 release.

Previous release:  FS#234  (1.3.1)

377vcsGeneralFeature RequestLowAllow screenshotting half of the video (for side-by-sid...Assigned
0%
? Task Description

Asked by Bob on the blog

Would it be possible to somehow specify to only screenshot half of the video image (for 180 side-by-side VR videos)?

Or would this require new features to be added to the VCS?
379relevationGeneralTO-DOLowSwitch default mode to ANDAssigned
0%
1.4 Task Description

It just makes more sense

383relevationGeneralFeature RequestLowAdd command-line argument to ignore configuration fileAssigned
0%
1.4 Task Description

Useful for debugging, likely not useful for users since the command-line already overrides configurable arguments

5vcsGeneralBug ReportMediumMeta-information gets overlapped with small contact she...Assigned
0%
Task Description

When the resulting contact sheet is too thin, the meta-information header is cramped and fields overlap.

109vcsGeneralBug ReportMediumFailure to capture with packed B-frames in AVIUnconfirmed
0%
Task Description

Originally reported by Dougn Redhammer

133mp3plotCore/GeneralBug ReportMediumrpmbuild refuses package revisionCompleted
100%
0.6.1 Task Description

Due to the use of ~ in the revision tag

134mp3plotCore/GeneralBug ReportMediumrpm specfile uses fingerCompleted
100%
0.6.1
137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
139mp3plotCore/GeneralBug ReportMediumInconsistent results across archesResearching
0%
?
147vcsGeneralFeature RequestMediumConfiguration options revampAssigned
90%
1.14
194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
?
196vcsGeneralTO-DOMediumffmpeg is deprecatedAssigned
0%
1.14
271Quick File ShareTO-DOMediumAdd localisation supportAssigned
0%
1.0
356Network Type IndicatorGeneralTO-DOMediumEnhance RTL layoutAssigned
0%
1.6
359Network Type IndicatorGeneralTO-DOMediumDrop dark icons in Lollipop+Assigned
0%
1.6
369Network Type IndicatorGeneralBug ReportMediumNotification doesn't load on bootAssigned
0%
1.6
370Network Type IndicatorGeneralBug ReportMediumApp crashes on bootAssigned
0%
1.6
378vcsGeneralBug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14
382vcsGeneralBug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
?
32vcsGeneralBug ReportHighvcs gets stuck on first capture (or during probe)Researching
0%
197vcsGeneralTO-DOHighMove away from /dev/shmAssigned
0%
1.14
255Network Type IndicatorBug ReportHighIcon doesn't get updated with network changesAssigned
0%
?
336Network Type IndicatorGeneralBug ReportHighApp doesn't load on boot (Huawei phones)Researching
0%
?
337Network Type IndicatorGeneralBug ReportHighApp doesn't load on bootResearching
0%
?
380Network Type IndicatorGeneralTO-DOHighRe-stablish in Google PlayAssigned
0%
Meta: Release Cycle
Showing tasks 51 - 94 of 94 Page 2 of 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing