All Projects

ID Project  asc Category Task Type Severity Summary Status Progress Due In Version
 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

 263 Quick File ShareTO-DOLow Release 0.13 Closed
100%
Meta: Release Cycle Task Description

No need for description

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

No need for description

 265 Quick File ShareBug ReportHigh Manifest doesn't declare sdcard read permission Closed
100%
0.13 (rel. 13) Task Description

This prevents reading files from external (or emulated external) storage in API 19 and above (Kitkat, until then it wasn’t enforced).

See: http://developer.android.com/reference/android/Manifest.permission.html#READ_EXTERNAL_STORAGE

 266 Quick File ShareTO-DOLow Lower minimum SDK requirement Closed
100%
0.14 (rel. 14) Task Description

No need for description

 267 Quick File ShareTO-DOLow Release 0.14 Closed
100%
Meta: Release Cycle Task Description

No need for description

 268 Quick File ShareBug ReportMedium "Share" button can't be enabled/disabled after sharing  ...Closed
100%
0.14 (rel. 14) Task Description

The share button correct behaviour when no file is selected is to fire file selection, but after sharing and un-sharing a file it no longer behaves like that, instead doing nothing but activating and deactivating itself when tapped.

 270 Quick File ShareTO-DOLow Tapping on QR code is too easy to accidentally and shut ...Closed
100%
0.14 (rel. 14) Task Description

It would be better to only use it to start the server

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)

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.

269Quick File ShareTO-DOLowAllow sharing multiple filesRequires testing
80%
0.15 Task Description

Possibly using a dynamic ZIP file

See http://developer.android.com/reference/java/util/zip/ZipOutputStream.html

216Quick File ShareTO-DOLowRelease 1.0Assigned
0%
Meta: Release Cycle Task Description

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

271Quick File ShareTO-DOMediumAdd localisation supportAssigned
0%
1.0 Task Description

No need for description

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.

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.

 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?

 181 relevationGeneralBug ReportMedium Wrong password produces unhandled exception Closed
100%
1.1 Task Description

When the decryption password is wrong a zlib exception is raised:

Traceback (most recent call last):
  File "/usr/bin/relevation", line 359, in <module>
    main()
  File "/usr/bin/relevation", line 332, in main
    xmldata = zlib.decompress(cleardata_gz[:-padlen], 15, 2**15)
zlib.error: Error -3 while decompressing data: incorrect header check

Should handle more gracefully

 182 relevationGeneralTO-DOLow Release 1.1 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.1 release

 183 relevationGeneralTO-DOLow Support PyCryptoPlus Closed
100%
Task Description

PyCryptoPlus is a drop-in replacement for PyCrypto written in Python, meaning it can run much more easily on Windows.

 184 relevationGeneralTO-DOLow Move from libxml2 to lxml Closed
100%
1.1 Task Description

lxml provides a cleaner (or more pythonic) implementation, is easier to install and more commonly required.

 185 relevationGeneralTO-DOLow Support cryptopy Closed
100%
1.1 Task Description

cryptopy provides a pure python implementation of ciphers, allowing easier install on some systems (e.g. 64bits Windows) than PyCrypto.
Unlike PyCryptoPlus it doesn’t seem to depend on PyCrypto but has a different API.

The performance degrades considerably, of course.

 186 relevationGeneralTO-DOVery Low Release 1.2 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.2 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

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

Meta-task depending on tasks scheduled for the 1.3 release

 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

 231 relevationGeneralTO-DOLow Port to Python 3 Closed
100%
1.4
 232 relevationGeneralBug ReportHigh Non US-ASCII fields produce errors Closed
100%
1.3
 233 relevationGeneralBug ReportHigh Non US-ASCII search terms produce errors Closed
100%
1.3.1
 234 relevationGeneralTO-DOLow Release 1.3.1 Closed
100%
Meta: Release Cycle
 235 relevationGeneralTO-DOVery Low Refactor into a cleaner package Closed
100%
1.3.1
376relevationGeneralTO-DOVery LowAdd command-line argument to generate configurationAssigned
100%
1.4
374relevationGeneralTO-DOLowRelease 1.4Assigned
0%
Meta: Release Cycle
379relevationGeneralTO-DOLowSwitch default mode to ANDAssigned
0%
1.4
383relevationGeneralFeature RequestLowAdd command-line argument to ignore configuration fileAssigned
0%
1.4
 2 vcsGeneralBug ReportMedium Timestamps are allowed to be repeated Closed
100%
 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11
 4 vcsGeneralFeature RequestLow Allow more complex, human readable timestamps Closed
100%
 6 vcsGeneralFeature RequestLow Allow overriding default command-line Closed
100%
 7 vcsGeneralBug ReportLow Broken program signature Closed
100%
 8 vcsGeneralBug ReportLow Temporary files are not removed when interrupted Closed
100%
 9 vcsGeneralBug ReportHigh Full path is printed in heading Closed
100%
 10 vcsGeneralBug ReportLow Incorrect number of captures printed to console Closed
100%
 12 vcsGeneralBug ReportLow Temporary files are put in $PWD, vfs might fail. Closed
100%
 13 vcsGeneralBug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
 14 vcsGeneralFeature RequestVery Low Support per-dir and system-wide config files Closed
100%
 15 vcsGeneralFeature RequestVery Low Print all failed requirements Closed
100%
 16 vcsGeneralBug ReportLow Handle interval longer than video Closed
100%
 17 vcsGeneralFeature RequestLow Allow quiet operation Closed
100%
 18 vcsGeneralBug ReportVery Low Numcaps=0 should be rejected Closed
100%
 19 vcsGeneralFeature RequestVery Low Allow highlighting individual captures Closed
100%
Showing tasks 101 - 150 of 308 Page 3 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing