All Projects

ID Project Category Task Type Severity Summary Status  desc Progress Due In Version
 77 vcsGeneralFeature RequestLow Honor system fonts Closed
100%
Task Description

Fonts handling could use some refinement.

 6 vcsGeneralFeature RequestLow Allow overriding default command-line Closed
100%
Task Description

E.g. allow setting –jpeg and –user outlyer implicitly for all files

 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.

 366 vcsGeneralTO-DOLow Release 1.13.4 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs to be fixed in the 1.13.4 release.

1.13.4 is a minor bugfix release for bugs found while development for 1.14 and 2.0 is stalled.

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

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

 354 Network Type IndicatorGeneralBug ReportHigh Vectorial icons don't render properly in Lollipop nor M ...Closed
100%
1.5.1 (rel. 1xx041) Task Description

Reported by Sarah Thomasson 15/08/2017 on Google Play:

The new ‘4’ is missing the triangle in the body of the glyph 4 -.-

 353 Network Type IndicatorGeneralTO-DOHigh Release 1.5.1 Closed
100%
Meta: Release Cycle Task Description

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

1.5.1 is a hotfix release for issues found during the staged release of 1.5.

Previous:  FS#215  (1.5),  FS#252  (1.4),  FS#203  (1.3)
Next: FS#329 (1.6)

 352 Network Type IndicatorBuild SystemTO-DOLow Move reusable UI code into a separate module Closed
100%
1.5 (rel. xx039) Task Description

AboutDialog, DonationsActivity and TogglePreference can be moved into a separate module since they can be used (or are already being used) verbatim by my other apps.

 351 Network Type IndicatorGeneralTO-DOLow Provide back navigation Closed
100%
1.5 (rel. xx039) Task Description

The manifest file can be modified to provide a back button (usually an arrow on the top left) when an activity is launched.

Use it for the settings and donations activities.

 349 Network Type IndicatorGeneralTO-DOMedium Remove requirement of permission READ_PHONE_STATE Closed
100%
1.5 (rel. xx039) Task Description

Starting with Marshmallow (API level 23, Android 6.0) READ_PHONE_STATE is considered a dangerous permission (and as a result it can be revoked by the user at any time) but at the same time it is no longer required to check connection status.

Should restrict it to old API levels (NOTE the API documentation don’t mention this requirement anymore, but old devices DO require it).

 348 Network Type IndicatorGeneralTO-DOLow Run MonitorService as a foreground service Closed
100%
1.5 (rel. xx039) Task Description

This should prevent task killers from reaping it as easily

 347 Network Type IndicatorGeneralFeature RequestVery Low Make notification priority configurable Closed
100%
1.5 (rel. xx039) Task Description

Requested on Google Play

 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.

 345 Network Type IndicatorInternalTO-DOLow Unify events Closed
100%
1.5 (rel. xx039) Task Description

Events are handled in different groups, it makes sense to handle them in as few listeners as possible (where they can be logically grouped)

 344 Network Type IndicatorGeneralTO-DOLow Add information about donations Closed
100%
1.5 (rel. xx039) Task Description

Should be very careful to stay within Google’s AUP though

 343 Network Type IndicatorGeneralTO-DOLow Change default theme to light Closed
100%
1.5 (rel. xx039) Task Description

Nowadays it’s common practice to have apps with light themes by default

 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

 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

 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.

 332 Network Type IndicatorGeneralTO-DOLow Base the app theme on DeviceDefault for an up-to-date U ...Closed
100%
1.5 (rel. xx039) Task Description

Currently, pre-Honeycomb, the theme is based on the old default theme, post-Honeycomb it’s based on Holo.

However starting with ICS there’s also a DeviceDefault theme that makes the app look more integrated (i.e. it looks like Holo on older devices, and like Material on newer ones).

 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.

 309 Network Type IndicatorFeature RequestMedium Allow removing notification from lock screen in Lollipo ...Closed
100%
? Task Description

Lollipop’s new handling of ongoing notifications makes Nettype’s notification to stay on the lockscreen.

Brought up by Andrey Simakov and Theos Greg on Google Play.

 282 Network Type IndicatorTO-DOLow Add support for Cyanogenmod-only network types Closed
100%
1.4.5 (rel. 07034, 14034) Task Description

Apart from DC-HSPA+ ( FS#238 ) there’s three extra types: GSM, TD-SCDMA and IWLAN.

 281 Network Type IndicatorTO-DOVery Low Change from CheckBoxPreferences to SwitchPreferences in ...Closed
100%
1.4.4 (rel. 07032, 14032) Task Description

More modern UI elements. Only supported in Android 4.0 (API level 14) and up.

 280 Network Type IndicatorTO-DOLow Release 1.4.4 Closed
100%
Meta: Release Cycle
 279 Network Type IndicatorBug ReportHigh SecurityException raised when trying to access the syst ...Closed
100%
1.4.4 (rel. 07032, 14032)
 276 Network Type IndicatorFeature RequestLow Allow disabling action buttons from notification Closed
100%
1.4.4 (rel. 07032, 14032)
 270 Quick File ShareTO-DOLow Tapping on QR code is too easy to accidentally and shut ...Closed
100%
0.14 (rel. 14)
 268 Quick File ShareBug ReportMedium "Share" button can't be enabled/disabled after sharing  ...Closed
100%
0.14 (rel. 14)
 267 Quick File ShareTO-DOLow Release 0.14 Closed
100%
Meta: Release Cycle
 266 Quick File ShareTO-DOLow Lower minimum SDK requirement Closed
100%
0.14 (rel. 14)
 265 Quick File ShareBug ReportHigh Manifest doesn't declare sdcard read permission Closed
100%
0.13 (rel. 13)
 264 Quick File ShareBug ReportMedium file:// URIs aren't handled Closed
100%
0.13 (rel. 13)
 263 Quick File ShareTO-DOLow Release 0.13 Closed
100%
Meta: Release Cycle
 262 Quick File ShareBug ReportLow Files can't be shared from some apps Closed
100%
0.13 (rel. 13)
 261 Network Type IndicatorTO-DOHigh Release 1.4.3 (for newer Droids) Closed
100%
Meta: Release Cycle
 260 Network Type IndicatorTO-DOLow Release 1.4.3 (for older Droids) Closed
100%
Meta: Release Cycle
 259 Network Type IndicatorBug ReportCritical FC in Android 2.3.3-2.3.7 Closed
100%
1.4.3 (rel. 07031, 14030)
 258 Network Type IndicatorTO-DOLow Release 1.4.2 Closed
100%
Meta: Release Cycle
 257 Network Type IndicatorBug ReportCritical FC in Android 2.2 and 2.3.3-2.3.7 Closed
100%
1.4.2 (rel. 07030)
 256 Network Type IndicatorBug ReportLow Icon and main app get out of sync Closed
100%
1.4.1 (rel. 07029, 14029)
 254 Network Type IndicatorTO-DOLow Drop support for older versions of Android Closed
100%
1.4 (rel. 07025, 14025)
 253 Network Type IndicatorTO-DOLow Release 1.4.1 Closed
100%
Meta: Release Cycle
 252 Network Type IndicatorTO-DOLow Release 1.4 Closed
100%
Meta: Release Cycle
 251 Network Type IndicatorFeature RequestLow Display signal strength Closed
100%
1.4 (rel. 07025, 14025)
 250 vcsGeneralTO-DOLow Release 1.13.3 Closed
100%
Meta: Release Cycle
 243 Network Type IndicatorTO-DOLow Add ldpi / hdpi specific icons Closed
100%
1.5 (rel. xx039)
 242 Network Type IndicatorBuild SystemTO-DOLow Automate icon generation from source SVG Closed
100%
1.5 (rel. xx039)
 241 Network Type IndicatorTO-DOLow Add dual-state icon support Closed
100%
1.5 (rel. xx039)
Showing tasks 151 - 200 of 308 Page 4 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing