All Projects

ID Project Category Task Type Severity Summary Status Progress  desc Due In Version
 253 Network Type IndicatorTO-DOLow Release 1.4.1 Closed
100%
Meta: Release Cycle Task Description

No need for description

 252 Network Type IndicatorTO-DOLow Release 1.4 Closed
100%
Meta: Release Cycle Task Description

Branch off 1.3 to add small changes before 1.4

Branch off 1.3, turned into 1.4 since it adds new features

 251 Network Type IndicatorFeature RequestLow Display signal strength Closed
100%
1.4 (rel. 07025, 14025) Task Description

Submitted by Allan

See also  FS#221 

Display signal strength in dbm/asu in the notification

 250 vcsGeneralTO-DOLow Release 1.13.3 Closed
100%
Meta: Release Cycle Task Description

No need for description

 248 vcsGeneralBug ReportHigh Unsupported format gives errors Closed
100%
1.13.3 Task Description

Seen in HEVC contained in MPEG-TS

 247 vcsGeneralTO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3 Task Description

ffmpeg: hevc

i.e.:
Stream #0:0[0x12d]: Video: hevc (Main) (HEVC / 0×43564548), yuv420p(tv), 3840×2160, 150 tbr, 90k tbn, 90k tbc Stream #0:0: Video: hevc, yuv420p(tv), 3840×2160, 25 fps, 25 tbr, 1200k tbn, 25 tbc

Samples: http://www.elecard.com/en/download/videos.html

 243 Network Type IndicatorTO-DOLow Add ldpi / hdpi specific icons Closed
100%
1.5 (rel. xx039) Task Description

ldpi and hdpi icons have a non-integer relationship to the other sizes, hence resizing involves antialiasing.

Design icons for these sizes when re-designing icons.

 242 Network Type IndicatorBuild SystemTO-DOLow Automate icon generation from source SVG Closed
100%
1.5 (rel. xx039) Task Description

To ease propagating changes to all densities

 241 Network Type IndicatorTO-DOLow Add dual-state icon support Closed
100%
1.5 (rel. xx039) Task Description

Necessary to indicate mobile data on/off in icon

 240 Network Type IndicatorFeature RequestLow Indicate connection status on icon Closed
100%
1.5 (rel. xx039) Task Description

Suggested by Adjel and Vel

Indicate connection status on notification icon

 239 Network Type IndicatorTO-DOLow Re-do icons Closed
100%
1.5 (rel. xx039) Task Description

Re-do icons with bigger symbols

 238 Network Type IndicatorFeature RequestLow Add support for DCHSPAP Closed
100%
1.4.4 (rel. 07032, 14032) Task Description

Requested by Alex.
Bug report also submitted by Martin.

Please add support for DCHSPAP network, it displays as unknown.
Some phones display it as DC.

 236 Network Type IndicatorBug ReportHigh No network type indicated while roaming Closed
100%
1.5 (rel. xx039) Task Description

Submitted by Adjel

When roaming no network type is indicated.

Device: Nexus 5

NOTE: Not a bug report, misunderstanding on my part

 235 relevationGeneralTO-DOVery Low Refactor into a cleaner package Closed
100%
1.3.1 Task Description

Version 1.3 added a package but has unnecessarily code both inside and outside of it

 234 relevationGeneralTO-DOLow Release 1.3.1 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.3.1 release

Previous release:  FS#229  (1.3)
Next release: FS#374 (1.4)

 233 relevationGeneralBug ReportHigh Non US-ASCII search terms produce errors Closed
100%
1.3.1 Task Description
Traceback (most recent call last):
  File "./relevation.py", line 658, in <module>
    main(sys.argv[1:])
  File "./relevation.py", line 638, in main
    numhits += dump_entries(xmldata, needles, 'folder', caseInsensitive, True)
  File "./relevation.py", line 224, in dump_entries
    res = tree.xpath(xpath)
  File "lxml.etree.pyx", line 1509, in lxml.etree._Element.xpath (src/lxml/lxml.etree.c:50702)
  File "xpath.pxi", line 306, in lxml.etree.XPathElementEvaluator.__call__ (src/lxml/lxml.etree.c:145829)
  File "apihelpers.pxi", line 1395, in lxml.etree._utf8 (src/lxml/lxml.etree.c:26485)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters
 232 relevationGeneralBug ReportHigh Non US-ASCII fields produce errors Closed
100%
1.3 Task Description
main(sys.argv[1:])
  File "./relevation.py", line 628, in main
    numhits = dump_all_entries(xmldata)
  File "./relevation.py", line 213, in dump_all_entries
    return dump_result(res, 'all')
  File "./relevation.py", line 290, in dump_result
    dumpfn(typeName, name, descr, notes, fields)
  File "./relevation.py", line 253, in dump_single_result
    print s
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 19: ordinal not in range(128)
 231 relevationGeneralTO-DOLow Port to Python 3 Closed
100%
1.4 Task Description

For obvious reasons

Relevant resource:
http://python3porting.com/foreword.html

Note added on February 2020:
Python 2 is the sunsetting period, no longer supported, and the final release will take place in April 2020
https://www.python.org/doc/sunset-python-2/

 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

 229 relevationGeneralTO-DOLow Release 1.3 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.3 release

 228 relevationGeneralTO-DOHigh Support new file format Closed
100%
1.3 Task Description

There’s a new, more secure, file format

References:
https://bitbucket.org/jakobwesthoff/revelation
http://oss.codepoet.no/revelation/wiki/FileFormatSpec
http://knoxin.blogspot.com.es/2012/06/revelation-password-manager-considered.html
http://www.westhoffswelt.de/blog/2010/4/19/from-revelation-security-to-android-password-managers

 226 vcsGeneralBug ReportVery Low Pre-releases error on files with single quotes in their ...Closed
100%
1.13.2 Task Description

Pointed out by Miya

eval: line 1874: syntax error in conditional expression
eval: line 1874: syntax error near `got'
eval: line 1874: `[[ -n 'File's got problems.mp4.png' ]]'
Internal error at safe_rename():1510: [[ -n 'File's got problems.mp4.png' ]]
 225 vcsGeneralBug ReportMedium Number of captures exceeded by one with mplayer Closed
100%
1.13.2 Task Description

Reported by Miya

When using mplayer as capturer and defining a number of captures, the produced number exceeds it by one (i.e. 21 instead of 20).

 224 vcsGeneralTO-DOLow Release 1.13.2 Closed
100%
Meta: Release Cycle Task Description

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

Previous:  FS#152   FS#218 
Next:  FS#250 

 222 Network Type IndicatorFeature RequestVery Low Display provider name in status bar Closed
100%
1.6 Task Description

Submitted by Tom

No need for description

 219 vcsGeneralSubmitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1
 218 vcsGeneralTO-DOLow Release 1.13.1 Closed
100%
Meta: Release Cycle
 217 vcsGeneralBug ReportMedium Unquoted grep pattern gives problems Closed
100%
1.13.1
 215 Network Type IndicatorGeneralTO-DOVery Low Release 1.5 Closed
100%
Meta: Release Cycle
 214 Quick File ShareTO-DOLow Release 0.12 Closed
100%
Meta: Release Cycle
 213 Quick File ShareTO-DOLow Allow configuring a fixed port Closed
100%
0.12 (rel. 12)
 203 Network Type IndicatorTO-DOLow Release 1.3 Closed
100%
Meta: Release Cycle
 202 Network Type IndicatorFeature RequestVery Low Allow opening network settings from notification Closed
100%
1.3 (rel. 19)
 199 vcsGeneralBug ReportLow Cached captures are filtered more than once Closed
100%
1.13
 198 vcsGeneralBug ReportLow Console isn't always correctly restored Closed
100%
1.13
 195 vcsGeneralBug ReportHigh Too short files might lead to infinte loop Closed
100%
1.13
190mp3plotCore/GeneralTO-DOLowDrop "spinner"Completed
100%
0.6.1
 189 vcsGeneralBug ReportHigh VCS is broken on FreeBSD (and Mac OS X) since 1.12.3 Closed
100%
1.13
 188 vcsGeneralTO-DOLow Blank frame evasion Closed
100%
1.13
 187 vcsGeneralBug ReportLow -U without argument fails Closed
100%
1.12.3
 186 relevationGeneralTO-DOVery Low Release 1.2 Closed
100%
Meta: Release Cycle
 185 relevationGeneralTO-DOLow Support cryptopy Closed
100%
1.1
 184 relevationGeneralTO-DOLow Move from libxml2 to lxml Closed
100%
1.1
 183 relevationGeneralTO-DOLow Support PyCryptoPlus Closed
100%
 182 relevationGeneralTO-DOLow Release 1.1 Closed
100%
Meta: Release Cycle
 181 relevationGeneralBug ReportMedium Wrong password produces unhandled exception Closed
100%
1.1
 180 relevationGeneralBug ReportLow Negated types are ignored inconsistently Closed
100%
1.2
 179 vcsGeneralTO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13
 177 vcsGeneralTO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13
 176 vcsGeneralTO-DOVery Low Filmstrip not realistic Closed
100%
1.13
Showing tasks 51 - 100 of 308 Page 2 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing